diff options
Diffstat (limited to 'meta-perl/recipes-perl/libtext')
4 files changed, 9 insertions, 12 deletions
diff --git a/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb b/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb index 29118129ad..15f8b3f81e 100644 --- a/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb +++ b/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb | |||
@@ -10,17 +10,16 @@ width of the first character of the given string and mbswidth() gives the \ | |||
10 | width of the whole given string." | 10 | width of the whole given string." |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | HOMEPAGE = "http://search.cpan.org/~kubota/Text-CharWidth-${PV}/" | 13 | HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-CharWidth-0.04" |
14 | 14 | ||
15 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 15 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
16 | LIC_FILES_CHKSUM = "file://README;md5=d8d54c8c500cbdd57a4c15911d9d96db" | 16 | LIC_FILES_CHKSUM = "file://README;md5=d8d54c8c500cbdd57a4c15911d9d96db" |
17 | 17 | ||
18 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz" | 18 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "37a723df0580c0758c0ee67b37336c15" | ||
21 | SRC_URI[sha256sum] = "abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8" | 20 | SRC_URI[sha256sum] = "abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8" |
22 | 21 | ||
23 | S = "${WORKDIR}/Text-CharWidth-${PV}" | 22 | S = "${UNPACKDIR}/Text-CharWidth-${PV}" |
24 | 23 | ||
25 | inherit cpan | 24 | inherit cpan |
26 | 25 | ||
diff --git a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb index 9dfadde8e5..90bd555403 100644 --- a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb +++ b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb | |||
@@ -6,7 +6,7 @@ faster than shelling out to a system's diff executable for small files, \ | |||
6 | and generally slower on larger files." | 6 | and generally slower on larger files." |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | 8 | ||
9 | HOMEPAGE = "http://search.cpan.org/~ovid/Text-Diff/" | 9 | HOMEPAGE = "https://metacpan.org/release/OVID/Text-Diff-1.41" |
10 | 10 | ||
11 | LICENSE = "Artistic-1.0 | GPL-2.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-2.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" |
@@ -14,10 +14,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" | |||
14 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \ | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "30d56e6dd5551ca16b8e16cc7299dc21" | ||
18 | SRC_URI[sha256sum] = "a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa" | 17 | SRC_URI[sha256sum] = "a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa" |
19 | 18 | ||
20 | S = "${WORKDIR}/Text-Diff-${PV}" | 19 | S = "${UNPACKDIR}/Text-Diff-${PV}" |
21 | 20 | ||
22 | inherit cpan ptest | 21 | inherit cpan ptest |
23 | RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" | 22 | RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" |
diff --git a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb index 1e8405cab9..2d0242d878 100644 --- a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb +++ b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb | |||
@@ -8,16 +8,16 @@ Settings of fromcode and tocode and their permitted combinations are \ | |||
8 | implementation-dependent. Valid values are specified in the system \ | 8 | implementation-dependent. Valid values are specified in the system \ |
9 | documentation." | 9 | documentation." |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | HOMEPAGE = "https://metacpan.org/pod/Text::Iconv" | ||
11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" | 13 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" |
13 | RRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs" | 14 | RRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs" |
14 | 15 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz" | 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz" |
16 | 17 | ||
17 | SRC_URI[md5sum] = "81b26e069eaebb084e91ea3c009b67ae" | ||
18 | SRC_URI[sha256sum] = "5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3" | 18 | SRC_URI[sha256sum] = "5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3" |
19 | 19 | ||
20 | S = "${WORKDIR}/Text-Iconv-${PV}" | 20 | S = "${UNPACKDIR}/Text-Iconv-${PV}" |
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan |
23 | 23 | ||
diff --git a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb index 017e951d3a..025bcc2873 100644 --- a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb +++ b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb | |||
@@ -11,17 +11,16 @@ characters). Also, minimal handling of languages which doesn't use \ | |||
11 | whitespaces between words (like Chinese and Japanese) is supported." | 11 | whitespaces between words (like Chinese and Japanese) is supported." |
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | 13 | ||
14 | HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/" | 14 | HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-WrapI18N-0.06" |
15 | 15 | ||
16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
17 | LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858" | 17 | LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858" |
18 | 18 | ||
19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" | 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "0799c16a00926e6c18d400c2e2861d5f" | ||
22 | SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488" | 21 | SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488" |
23 | 22 | ||
24 | S = "${WORKDIR}/Text-WrapI18N-${PV}" | 23 | S = "${UNPACKDIR}/Text-WrapI18N-${PV}" |
25 | 24 | ||
26 | DEPENDS = "libtext-charwidth-perl" | 25 | DEPENDS = "libtext-charwidth-perl" |
27 | 26 | ||