diff --git a/conf/layer.conf b/conf/layer.conf index 67b7cccc..fb374f68 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13,4 +13,4 @@ BBFILE_PRIORITY_cpan-layer = "10" LAYERVERSION_cpan-layer = "1" LAYERDEPENDS_cpan-layer = "core openembedded-layer" -LAYERSERIES_COMPAT_cpan-layer = "sumo thud warrior zeus dunfell" +LAYERSERIES_COMPAT_cpan-layer = "kirkstone" diff --git a/recipes-archives/archive-peek-libarchive-perl/archive-peek-libarchive-perl_0.38.bb b/recipes-archives/archive-peek-libarchive-perl/archive-peek-libarchive-perl_0.38.bb index 2c2a5002..3655e569 100644 --- a/recipes-archives/archive-peek-libarchive-perl/archive-peek-libarchive-perl_0.38.bb +++ b/recipes-archives/archive-peek-libarchive-perl/archive-peek-libarchive-perl_0.38.bb @@ -5,14 +5,14 @@ It supports many different archive formats and compression algorithms and \ is fast." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+ | BSD-3-Clause | BSD-2-Clause" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later | BSD-3-Clause | BSD-2-Clause" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Archive-Peek-Libarchive" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61 \ file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f" @@ -20,12 +20,10 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Archive-Peek-Libarc SRC_URI[md5sum] = "e302dca7aa91a4ee24e95039ffcbf8e1" SRC_URI[sha256sum] = "332159603c5cd560da27fd80759da84dad7d8c5b3d96fbf7586de2b264f11b70" -RDEPENDS_${PN} += "object-tiny-perl" -RDEPENDS_${PN} += "perl libarchive" +RDEPENDS:${PN} += "object-tiny-perl" DEPENDS += "libarchive" DEPENDS += "capture-tiny-perl-native" DEPENDS += "config-autoconf-perl-native" -DEPENDS += "perl" S = "${WORKDIR}/Archive-Peek-Libarchive-${PV}" @@ -33,12 +31,12 @@ inherit cpan pkgconfig do_configure() { export LD="${CCLD}" - cpan_do_configure + cpan_do_configure } do_compile() { - export LD="${CCLD}" - cpan_do_compile + export LD="${CCLD}" + cpan_do_compile } BBCLASSEXTEND = "native" diff --git a/recipes-archives/compress-raw-bzip2-perl/compress-raw-bzip2-perl_2.081.bb b/recipes-archives/compress-raw-bzip2-perl/compress-raw-bzip2-perl_2.101.bb similarity index 61% rename from recipes-archives/compress-raw-bzip2-perl/compress-raw-bzip2-perl_2.081.bb rename to recipes-archives/compress-raw-bzip2-perl/compress-raw-bzip2-perl_2.101.bb index 48d3e8d9..b507af09 100644 --- a/recipes-archives/compress-raw-bzip2-perl/compress-raw-bzip2-perl_2.081.bb +++ b/recipes-archives/compress-raw-bzip2-perl/compress-raw-bzip2-perl_2.101.bb @@ -2,24 +2,29 @@ DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \ compression/uncompression functions from the bzip2 compression library." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Bzip2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.081.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.101.tar.gz" -SRC_URI[md5sum] = "25fa9c9cc4fd3250b65b91694f9eac2e" -SRC_URI[sha256sum] = "8692b5c9db91954408e24e805fbfda222879da80d89d9410791421e3e5bc3520" +SRC_URI[md5sum] = "3ffb5f313beb810004b185e7e1570349" +SRC_URI[sha256sum] = "0c9b134fd388290e30e90fc9f63900966127f98e76b054ecd481eb3b5500b8d8" + +DEPENDS += "bzip2" S = "${WORKDIR}/Compress-Raw-Bzip2-${PV}" inherit cpan +export BUILD_BZIP2="0" +export BZIP2_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" + do_compile() { export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" cpan_do_compile diff --git a/recipes-archives/compress-raw-lzma-perl/compress-raw-lzma-perl_2.101.bb b/recipes-archives/compress-raw-lzma-perl/compress-raw-lzma-perl_2.101.bb new file mode 100644 index 00000000..180f3668 --- /dev/null +++ b/recipes-archives/compress-raw-lzma-perl/compress-raw-lzma-perl_2.101.bb @@ -0,0 +1,33 @@ +DESCRIPTION = ""Compress::Raw::Lzma" provides an interface to the in-memory \ +compression/uncompression functions from the lzma compression library." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Lzma" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.101.tar.gz" + +SRC_URI[md5sum] = "7ba205e1761e0feb6a1efed0899a6b2b" +SRC_URI[sha256sum] = "bb267fd31981eda11f444038f8a0fca4b94a51ae61b2db71246abf6a4d322a36" + +DEPENDS += "xz" + +S = "${WORKDIR}/Compress-Raw-Lzma-${PV}" + +inherit cpan + +export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" +export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" + +do_compile() { + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" + cpan_do_compile +} + +BBCLASSEXTEND = "native" diff --git a/recipes-archives/compress-raw-zlib-perl/compress-raw-zlib-perl_2.081.bb b/recipes-archives/compress-raw-zlib-perl/compress-raw-zlib-perl_2.101.bb similarity index 66% rename from recipes-archives/compress-raw-zlib-perl/compress-raw-zlib-perl_2.081.bb rename to recipes-archives/compress-raw-zlib-perl/compress-raw-zlib-perl_2.101.bb index 0a4ae486..09ff2144 100644 --- a/recipes-archives/compress-raw-zlib-perl/compress-raw-zlib-perl_2.081.bb +++ b/recipes-archives/compress-raw-zlib-perl/compress-raw-zlib-perl_2.101.bb @@ -2,24 +2,28 @@ DESCRIPTION = "The *Compress::Raw::Zlib* module provides a Perl interface to the compression library (see "AUTHOR" for details about where to get *zlib*)." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Zlib" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.081.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.101.tar.gz" -SRC_URI[md5sum] = "a22d23bb4f8ce92a41ace1dff29f2bd1" -SRC_URI[sha256sum] = "e156de345bd224bbdabfcab0eeb3f678a3099a4e86c9d1b6771d880b55aa3a1b" +SRC_URI[md5sum] = "681e24fffbb32c1bde808be584489789" +SRC_URI[sha256sum] = "9d1b9515e8277c1b007e33fad1fd0f18717d56bf647e3794d61289c45b1aabb2" + +DEPENDS += "zlib" S = "${WORKDIR}/Compress-Raw-Zlib-${PV}" inherit cpan +export BUILD_ZLIB="0" + do_compile() { export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" cpan_do_compile diff --git a/recipes-archives/io-compress-lzma-perl/io-compress-lzma-perl_2.101.bb b/recipes-archives/io-compress-lzma-perl/io-compress-lzma-perl_2.101.bb new file mode 100644 index 00000000..f9999408 --- /dev/null +++ b/recipes-archives/io-compress-lzma-perl/io-compress-lzma-perl_2.101.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "This module provides a Perl interface that allows writing lzma compressed \ +data to files or buffer." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/IO-Compress-Lzma" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-Lzma-2.101.tar.gz" + +SRC_URI[md5sum] = "74b73b3363875e656070acfba230ef1c" +SRC_URI[sha256sum] = "1ae686dbe45dbdcf0c7cccf8a0cd81a579a019601f8e35533db93dcdd8282a90" +RDEPENDS:${PN} += "compress-raw-lzma-perl" +RDEPENDS:${PN} += "io-compress-perl" + +S = "${WORKDIR}/IO-Compress-Lzma-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-archives/io-compress-perl/io-compress-perl_2.081.bb b/recipes-archives/io-compress-perl/io-compress-perl_2.102.bb similarity index 58% rename from recipes-archives/io-compress-perl/io-compress-perl_2.081.bb rename to recipes-archives/io-compress-perl/io-compress-perl_2.102.bb index a6542bce..88d22337 100644 --- a/recipes-archives/io-compress-perl/io-compress-perl_2.081.bb +++ b/recipes-archives/io-compress-perl/io-compress-perl_2.102.bb @@ -2,21 +2,21 @@ DESCRIPTION = "This module is not intended for direct use in application code. I purpose is to be sub-classed by IO::Compress modules." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/IO-Compress" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-2.081.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-2.102.tar.gz" -SRC_URI[md5sum] = "379932c1b9428b873ed7ad3c1db15872" -SRC_URI[sha256sum] = "5211c775544dc8c511af08edfb1c0c22734daa2789149c2a88d68e17b43546d9" -RDEPENDS_${PN} += "compress-raw-bzip2-perl" -RDEPENDS_${PN} += "compress-raw-zlib-perl" +SRC_URI[md5sum] = "b79ef532ba8b6c1672dc2a401715f5cf" +SRC_URI[sha256sum] = "d6fa7f9a5beee446452a0fbc43589a0c73fe7e925c075b98628b018048dc72a4" +RDEPENDS:${PN} += "compress-raw-bzip2-perl" +RDEPENDS:${PN} += "compress-raw-zlib-perl" S = "${WORKDIR}/IO-Compress-${PV}" diff --git a/recipes-databases/anydata2-perl/anydata2-perl_0.002.bb b/recipes-databases/anydata2-perl/anydata2-perl_0.002.bb index 1d103472..e070fd90 100644 --- a/recipes-databases/anydata2-perl/anydata2-perl_0.002.bb +++ b/recipes-databases/anydata2-perl/anydata2-perl_0.002.bb @@ -3,21 +3,23 @@ source or format should be accessible and maybe modifiable with the same \ simple set of methods." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/AnyData2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/AnyData2-0.002.tar.gz" SRC_URI[md5sum] = "1dd5b0715a743c1f0aaf47bbbba27891" SRC_URI[sha256sum] = "2945d041deda0feb565ac4390dbdd68645a51f21dbe2d9c2454e346160c77303" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "list-moreutils-perl" +RDEPENDS:${PN} += "list-moreutils-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RECOMMENDS += "text-csv-perl-native" +RECOMMENDS += "text-csv-xs-perl-native" S = "${WORKDIR}/AnyData2-${PV}" diff --git a/recipes-databases/dancer-plugin-database-core-perl/dancer-plugin-database-core-perl_0.20.bb b/recipes-databases/dancer-plugin-database-core-perl/dancer-plugin-database-core-perl_0.20.bb index 711a6c17..3332b9be 100644 --- a/recipes-databases/dancer-plugin-database-core-perl/dancer-plugin-database-core-perl_0.20.bb +++ b/recipes-databases/dancer-plugin-database-core-perl/dancer-plugin-database-core-perl_0.20.bb @@ -13,7 +13,7 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/Dancer-Plugin-Data SRC_URI[md5sum] = "05c72a7567bd5f63cd84980c20d55416" SRC_URI[sha256sum] = "345536603883e2fcc599ef79ead66d97a8ec0c2e31e24f60a55298e8d498150a" -RDEPENDS_${PN} += "dbi-perl" +RDEPENDS:${PN} += "dbi-perl" S = "${WORKDIR}/Dancer-Plugin-Database-Core-${PV}" diff --git a/recipes-databases/dancer2-plugin-database-perl/dancer2-plugin-database-perl_2.17.bb b/recipes-databases/dancer2-plugin-database-perl/dancer2-plugin-database-perl_2.17.bb index f44e3b51..80b319f6 100644 --- a/recipes-databases/dancer2-plugin-database-perl/dancer2-plugin-database-perl_2.17.bb +++ b/recipes-databases/dancer2-plugin-database-perl/dancer2-plugin-database-perl_2.17.bb @@ -2,21 +2,21 @@ DESCRIPTION = "Provides an easy way to obtain a connected DBI database handle by calling the database keyword within your Dancer2 application" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Dancer2-Plugin-Database" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/Dancer2-Plugin-Database-2.17.tar.gz" SRC_URI[md5sum] = "97331b7b9ee6fcf47a5d1ebb091fc95a" SRC_URI[sha256sum] = "431f3405413366d2f36ebe0fd4661cc6d3c1354ba46018484799c0757dc638bd" -RDEPENDS_${PN} += "dancer-plugin-database-core-perl" -RDEPENDS_${PN} += "dancer2-perl" +RDEPENDS:${PN} += "dancer-plugin-database-core-perl" +RDEPENDS:${PN} += "dancer2-perl" DEPENDS += "http-message-perl-native" DEPENDS += "plack-perl-native" diff --git a/recipes-databases/dbd-anydata2-perl/dbd-anydata2-perl_0.001.bb b/recipes-databases/dbd-anydata2-perl/dbd-anydata2-perl_0.001.bb index af0a68fc..cec306a9 100644 --- a/recipes-databases/dbd-anydata2-perl/dbd-anydata2-perl_0.001.bb +++ b/recipes-databases/dbd-anydata2-perl/dbd-anydata2-perl_0.001.bb @@ -4,23 +4,23 @@ creating, accessing, and modifying simple database tables without any \ further modules." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/DBD-AnyData2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/DBD-AnyData2-0.001.tar.gz" SRC_URI[md5sum] = "04710558c1bf20e911e537b5b1253086" SRC_URI[sha256sum] = "01410b92ff8d3f316feb1bb8e6d50131007cb6b4370211d331d47354ceada022" -RDEPENDS_${PN} += "anydata2-perl" -RDEPENDS_${PN} += "dbi-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "sql-statement-perl" +RDEPENDS:${PN} += "anydata2-perl" +RDEPENDS:${PN} += "libdbi-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "sql-statement-perl" S = "${WORKDIR}/DBD-AnyData2-${PV}" diff --git a/recipes-databases/dbd-csv-perl/dbd-csv-perl_0.54.bb b/recipes-databases/dbd-csv-perl/dbd-csv-perl_0.59.bb similarity index 62% rename from recipes-databases/dbd-csv-perl/dbd-csv-perl_0.54.bb rename to recipes-databases/dbd-csv-perl/dbd-csv-perl_0.59.bb index d674dcbd..5db75994 100644 --- a/recipes-databases/dbd-csv-perl/dbd-csv-perl_0.54.bb +++ b/recipes-databases/dbd-csv-perl/dbd-csv-perl_0.59.bb @@ -5,22 +5,23 @@ CSV files (Comma Separated Values). Such files are often used for exporting \ MS Access and MS Excel data." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/DBD-CSV" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBD-CSV-0.54.tgz" +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBD-CSV-0.59.tgz" -SRC_URI[md5sum] = "dc91dbf5e8b4aaa07cb583a4a82a4656" -SRC_URI[sha256sum] = "bc597cd7195e5a023e2b3413d8dc614602b9b3f279f436027881796464d4f0be" -RDEPENDS_${PN} += "dbi-perl" -RDEPENDS_${PN} += "sql-statement-perl" -RDEPENDS_${PN} += "text-csv-xs-perl" +SRC_URI[md5sum] = "0142b6f3a1f8c4ddb13b9a2a004cd9e9" +SRC_URI[sha256sum] = "2a5fadd1d50c18ea023560d39c2cc660ae2a65fa99d9b8244edca7d2dcce9dc0" +RDEPENDS:${PN} += "dbi-perl" +RDEPENDS:${PN} += "sql-statement-perl" +RDEPENDS:${PN} += "text-csv-xs-perl" +RECOMMENDS += "test-simple-perl-native" S = "${WORKDIR}/DBD-CSV-${PV}" diff --git a/recipes-databases/dbd-sqlite-perl/dbd-sqlite-perl_1.58.bb b/recipes-databases/dbd-sqlite-perl/dbd-sqlite-perl_1.70.bb similarity index 50% rename from recipes-databases/dbd-sqlite-perl/dbd-sqlite-perl_1.58.bb rename to recipes-databases/dbd-sqlite-perl/dbd-sqlite-perl_1.70.bb index 41bfe5fc..d98e4844 100644 --- a/recipes-databases/dbd-sqlite-perl/dbd-sqlite-perl_1.58.bb +++ b/recipes-databases/dbd-sqlite-perl/dbd-sqlite-perl_1.70.bb @@ -1,28 +1,26 @@ DESCRIPTION = "SQLite is a public domain file-based relational database engine that you \ -can find at ." +can find at ." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/DBD-SQLite" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.58.tar.gz \ - file://use-system-sqlite3.patch;striplevel=0 \ -" +SRC_URI = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.70.tar.gz" -SRC_URI[md5sum] = "8144c16e165e9a925839e9a8c507e0df" -SRC_URI[sha256sum] = "7120dd99d0338dea2802fda8bfe3fbf10077d5af559f6c67ae35e9270d1a1d3b" +SRC_URI[md5sum] = "cc20dad09474da382488686ea07e8288" +SRC_URI[sha256sum] = "40fd8ddf539e0e773a7a4e6d376794c3301459f9ab0050978bdcf97113dafe3e" DEPENDS += "dbi-perl-native" DEPENDS += "sqlite3" -RDEPENDS_${PN} += "dbi-perl sqlite3" -RDEPENDS_${PN} += "perl-module-constant perl-module-locale perl-module-tie-hash" +RDEPENDS:${PN} += "dbi-perl sqlite3" +RDEPENDS:${PN} += "perl-module-constant perl-module-locale perl-module-tie-hash" S = "${WORKDIR}/DBD-SQLite-${PV}" @@ -30,9 +28,4 @@ inherit cpan EXTRA_CPANFLAGS="SQLITE_LOCATION=${STAGING_EXECPREFIXDIR}" -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-databases/dbi-perl/dbi-perl_1.642.bb b/recipes-databases/dbi-perl/dbi-perl_1.643.bb similarity index 61% rename from recipes-databases/dbi-perl/dbi-perl_1.642.bb rename to recipes-databases/dbi-perl/dbi-perl_1.643.bb index 7398d6a4..f99ebe50 100644 --- a/recipes-databases/dbi-perl/dbi-perl_1.642.bb +++ b/recipes-databases/dbi-perl/dbi-perl_1.643.bb @@ -4,27 +4,22 @@ consistent database interface, independent of the actual database being \ used." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/DBI" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.642.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz" -SRC_URI[md5sum] = "f2ba18b5cea1c8cb322a62be0a847f3d" -SRC_URI[sha256sum] = "3f2025023a56286cebd15cb495e36ccd9b456c3cc229bf2ce1f69e9ebfc27f5d" +SRC_URI[md5sum] = "352f80b1e23769c116082a90905d7398" +SRC_URI[sha256sum] = "8a2b993db560a2c373c174ee976a51027dd780ec766ae17620c20393d2e836fa" S = "${WORKDIR}/DBI-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-graphics/rrdtool-oo-perl/rrdtool-oo-perl_0.36.bb b/recipes-databases/rrdtool-oo-perl/rrdtool-oo-perl_0.36.bb similarity index 70% rename from recipes-graphics/rrdtool-oo-perl/rrdtool-oo-perl_0.36.bb rename to recipes-databases/rrdtool-oo-perl/rrdtool-oo-perl_0.36.bb index c51ee07a..4df3740f 100644 --- a/recipes-graphics/rrdtool-oo-perl/rrdtool-oo-perl_0.36.bb +++ b/recipes-databases/rrdtool-oo-perl/rrdtool-oo-perl_0.36.bb @@ -3,30 +3,25 @@ robin database tool *rrdtool*. It uses *rrdtool*'s \"RRDs\" module to \ get access to *rrdtool*'s shared library." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/RRDTool-OO" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/RRDTool-OO-0.36.tar.gz" SRC_URI[md5sum] = "a29680794184537d60fcf8de7b6a9ffc" SRC_URI[sha256sum] = "4810c245926c33ea9da75ae4443981d96036fdea7ee6c735f8e1ef4b0addfbd5" DEPENDS += "rrdtool-native" -RDEPENDS_${PN} += "rrdtool-perl" -RDEPENDS_${PN} += "log-log4perl-perl" +RDEPENDS:${PN} += "rrdtool-perl" +RDEPENDS:${PN} += "log-log4perl-perl" S = "${WORKDIR}/RRDTool-OO-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-databases/sql-statement-perl/sql-statement-perl_1.412.bb b/recipes-databases/sql-statement-perl/sql-statement-perl_1.414.bb similarity index 63% rename from recipes-databases/sql-statement-perl/sql-statement-perl_1.412.bb rename to recipes-databases/sql-statement-perl/sql-statement-perl_1.414.bb index 0210b169..09c8c0fa 100644 --- a/recipes-databases/sql-statement-perl/sql-statement-perl_1.412.bb +++ b/recipes-databases/sql-statement-perl/sql-statement-perl_1.414.bb @@ -5,24 +5,24 @@ functions, implicit and explicit joins, complex nested search conditions, \ and other features." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/SQL-Statement" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/SQL-Statement-1.412.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/SQL-Statement-1.414.tar.gz" -SRC_URI[md5sum] = "aa3653325bb627e32021240ff0af3b05" -SRC_URI[sha256sum] = "65c870883379c11b53f19ead10aaac241ccc86a90bbab77f6376fe750720e5c8" -RDEPENDS_${PN} += "clone-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "params-util-perl" -RRECOMMENDS_${PN} += "math-base-convert-perl" -RRECOMMENDS_${PN} += "perl" +SRC_URI[md5sum] = "f93b655aef646b478ccac8d08a7115dd" +SRC_URI[sha256sum] = "dde8bdcfa6a136eedda06519ba0f3efaec085c39db0df9c472dc0ec6cd781a49" +RDEPENDS:${PN} += "clone-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "params-util-perl" +RRECOMMENDS:${PN} += "math-base-convert-perl" +RRECOMMENDS:${PN} += "perl" DEPENDS += "math-base-convert-perl-native" DEPENDS += "perl" DEPENDS += "test-deep-perl-native" diff --git a/recipes-devel/apache-logformat-compiler-perl/apache-logformat-compiler-perl_0.35.bb b/recipes-devel/apache-logformat-compiler-perl/apache-logformat-compiler-perl_0.36.bb similarity index 67% rename from recipes-devel/apache-logformat-compiler-perl/apache-logformat-compiler-perl_0.35.bb rename to recipes-devel/apache-logformat-compiler-perl/apache-logformat-compiler-perl_0.36.bb index 9c69d5f0..ae9adfce 100644 --- a/recipes-devel/apache-logformat-compiler-perl/apache-logformat-compiler-perl_0.35.bb +++ b/recipes-devel/apache-logformat-compiler-perl/apache-logformat-compiler-perl_0.36.bb @@ -2,20 +2,20 @@ DESCRIPTION = "Compile a log format string to perl-code. For faster generation o access_log lines." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Apache-LogFormat-Compiler" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Apache-LogFormat-Compiler-0.35.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Apache-LogFormat-Compiler-0.36.tar.gz" -SRC_URI[md5sum] = "cbb0bf041ade8a39f65eadbdf8a346c1" -SRC_URI[sha256sum] = "1654c0000a042a8af052616e30b91c1f0b95a720c8048b59168a8bd99b07271a" -RDEPENDS_${PN} += "posix-strftime-compiler-perl" +SRC_URI[md5sum] = "a0cdfcd875cb2ee4dc9a2c24381eb55b" +SRC_URI[sha256sum] = "94509503ee74ea820183d070c11630ee5bc0fd8c12cb74fae953ed62e4a1ac17" +RDEPENDS:${PN} += "posix-strftime-compiler-perl" DEPENDS += "http-message-perl-native" DEPENDS += "module-build-tiny-perl-native" DEPENDS += "test-mocktime-perl-native" diff --git a/recipes-devel/app-cmd-perl/app-cmd-perl_0.331.bb b/recipes-devel/app-cmd-perl/app-cmd-perl_0.331.bb deleted file mode 100644 index 05972a08..00000000 --- a/recipes-devel/app-cmd-perl/app-cmd-perl_0.331.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "App::Cmd is intended to make it easy to write complex command-line \ -applications without having to think about most of the annoying things \ -usually involved." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/App-Cmd" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/App-Cmd-0.331.tar.gz" - -SRC_URI[md5sum] = "b43c07d7b4d4e2a6baf32aa92cd00b93" -SRC_URI[sha256sum] = "4a5d3df0006bd278880d01f4957aaa652a8f91fe8f66e93adf70fba0c3ecb680" -RDEPENDS_${PN} += "capture-tiny-perl" -RDEPENDS_${PN} += "class-load-perl" -RDEPENDS_${PN} += "data-optlist-perl" -RDEPENDS_${PN} += "getopt-long-descriptive-perl" -RDEPENDS_${PN} += "io-tiecombine-perl" -RDEPENDS_${PN} += "module-pluggable-perl" -RDEPENDS_${PN} += "string-rewriteprefix-perl" -RDEPENDS_${PN} += "sub-exporter-perl" -RDEPENDS_${PN} += "sub-install-perl" -DEPENDS += "test-fatal-perl-native" - -S = "${WORKDIR}/App-Cmd-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/app-cmd-perl/app-cmd-perl_0.334.bb b/recipes-devel/app-cmd-perl/app-cmd-perl_0.334.bb new file mode 100644 index 00000000..8598ef7c --- /dev/null +++ b/recipes-devel/app-cmd-perl/app-cmd-perl_0.334.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "App::Cmd is intended to make it easy to write complex command-line \ +applications without having to think about most of the annoying things \ +usually involved." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/App-Cmd" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/App-Cmd-0.334.tar.gz" + +SRC_URI[md5sum] = "2b9e648adae3cf7f122e824a06042197" +SRC_URI[sha256sum] = "22e31e0f8f7b8c4303ad62b0ab1f941fcf598ca6e3a146b7e482e5870d6d58d3" +RDEPENDS:${PN} += "capture-tiny-perl" +RDEPENDS:${PN} += "class-load-perl" +RDEPENDS:${PN} += "data-optlist-perl" +RDEPENDS:${PN} += "getopt-long-descriptive-perl" +RDEPENDS:${PN} += "io-tiecombine-perl" +RDEPENDS:${PN} += "module-pluggable-perl" +RDEPENDS:${PN} += "string-rewriteprefix-perl" +RDEPENDS:${PN} += "sub-exporter-perl" +RDEPENDS:${PN} += "sub-install-perl" +DEPENDS += "test-fatal-perl-native" + +S = "${WORKDIR}/App-Cmd-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/appconfig-perl/appconfig-perl_1.71.bb b/recipes-devel/appconfig-perl/appconfig-perl_1.71.bb index b09f139c..6be407a2 100644 --- a/recipes-devel/appconfig-perl/appconfig-perl_1.71.bb +++ b/recipes-devel/appconfig-perl/appconfig-perl_1.71.bb @@ -1,16 +1,15 @@ DESCRIPTION = "USING THE AppConfig MODULE To import and use the AppConfig module the \ -following line should appear in \ -your Perl script:" +following line should appear in your Perl script:" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/AppConfig" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz" @@ -20,11 +19,6 @@ DEPENDS += "test-pod-perl-native" S = "${WORKDIR}/AppConfig-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/b-cow-perl/b-cow-perl_0.004.bb b/recipes-devel/b-cow-perl/b-cow-perl_0.004.bb new file mode 100644 index 00000000..08a19ab1 --- /dev/null +++ b/recipes-devel/b-cow-perl/b-cow-perl_0.004.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "B::COW provides some naive additional B helpers to check the COW status of \ +one SvPV." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/B-COW" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.004.tar.gz" + +SRC_URI[md5sum] = "a1ef8623a06ce9f6358674d7e604de1e" +SRC_URI[sha256sum] = "fcafb775ed84a45bc2c06c5ffd71342cb3c06fb0bdcd5c1b51b0c12f8b585f51" + +S = "${WORKDIR}/B-COW-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/b-hooks-endofscope-perl/b-hooks-endofscope-perl_0.24.bb b/recipes-devel/b-hooks-endofscope-perl/b-hooks-endofscope-perl_0.25.bb similarity index 50% rename from recipes-devel/b-hooks-endofscope-perl/b-hooks-endofscope-perl_0.24.bb rename to recipes-devel/b-hooks-endofscope-perl/b-hooks-endofscope-perl_0.25.bb index 9e7a8b75..60993a52 100644 --- a/recipes-devel/b-hooks-endofscope-perl/b-hooks-endofscope-perl_0.24.bb +++ b/recipes-devel/b-hooks-endofscope-perl/b-hooks-endofscope-perl_0.25.bb @@ -2,29 +2,24 @@ DESCRIPTION = "This module allows you to execute code when perl finished compili surrounding scope." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/B-Hooks-EndOfScope" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.24.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.25.tar.gz" -SRC_URI[md5sum] = "99a48be0694dfd12b40482c6a495e10f" -SRC_URI[sha256sum] = "03aa3dfe5d0aa6471a96f43fe8318179d19794d4a640708f0288f9216ec7acc6" -RDEPENDS_${PN} += "module-implementation-perl" -RDEPENDS_${PN} += "sub-exporter-progressive-perl" +SRC_URI[md5sum] = "d753cef006468e71205d14a472c0011e" +SRC_URI[sha256sum] = "da1b6a9f7c7424776363182f9673e666b06136f13dc744241f7adce3d1ad0c1a" +RDEPENDS:${PN} += "module-implementation-perl" +RDEPENDS:${PN} += "sub-exporter-progressive-perl" S = "${WORKDIR}/B-Hooks-EndOfScope-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-devel/b-hooks-op-check-perl/b-hooks-op-check-perl_0.22.bb b/recipes-devel/b-hooks-op-check-perl/b-hooks-op-check-perl_0.22.bb index f88d2775..d4b1865c 100644 --- a/recipes-devel/b-hooks-op-check-perl/b-hooks-op-check-perl_0.22.bb +++ b/recipes-devel/b-hooks-op-check-perl/b-hooks-op-check-perl_0.22.bb @@ -2,14 +2,14 @@ DESCRIPTION = "This module provides a C API for XS modules to hook into the call "PL_check"." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/B-Hooks-OP-Check" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/B-Hooks-OP-Check-0.22.tar.gz" @@ -21,6 +21,6 @@ S = "${WORKDIR}/B-Hooks-OP-Check-${PV}" inherit cpan -BBCLASSEXTEND = "native" +FILES:${PN}-dbg += "${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/auto/*/*/*/*/.debug" -FILES_${PN}-dbg += "${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/auto/*/*/*/*/.debug" +BBCLASSEXTEND = "native" diff --git a/recipes-devel/bareword-filehandles-perl/bareword-filehandles-perl_0.006.bb b/recipes-devel/bareword-filehandles-perl/bareword-filehandles-perl_0.007.bb similarity index 66% rename from recipes-devel/bareword-filehandles-perl/bareword-filehandles-perl_0.006.bb rename to recipes-devel/bareword-filehandles-perl/bareword-filehandles-perl_0.007.bb index 613b8a06..12b3b8d0 100644 --- a/recipes-devel/bareword-filehandles-perl/bareword-filehandles-perl_0.006.bb +++ b/recipes-devel/bareword-filehandles-perl/bareword-filehandles-perl_0.007.bb @@ -3,20 +3,20 @@ functions, except for the special builtin filehandles "STDIN", "STDOUT", \ "STDERR", "ARGV", "ARGVOUT" and "DATA"." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/bareword-filehandles" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/I/IL/ILMARI/bareword-filehandles-0.006.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/I/IL/ILMARI/bareword-filehandles-0.007.tar.gz" -SRC_URI[md5sum] = "4d002caea4880ed63ae904c2750f509e" -SRC_URI[sha256sum] = "ad6c07c0bec2e4eb8d666bdb0d20943cbc68783bd1f3979dbf50bb3b2335bffb" -RDEPENDS_${PN} += "b-hooks-op-check-perl" +SRC_URI[md5sum] = "c74088bd6971c8ec9754ea7492c16e48" +SRC_URI[sha256sum] = "4134533716d87af8fff56e250c488ad06df0a7bff48e7cf7de63ff6bc8d9c17f" +RDEPENDS:${PN} += "b-hooks-op-check-perl" DEPENDS += "b-hooks-op-check-perl-native" DEPENDS += "extutils-depends-perl-native" diff --git a/recipes-devel/capture-tiny-perl/capture-tiny-perl_0.48.bb b/recipes-devel/capture-tiny-perl/capture-tiny-perl_0.48.bb index 123edddd..dfa06c47 100644 --- a/recipes-devel/capture-tiny-perl/capture-tiny-perl_0.48.bb +++ b/recipes-devel/capture-tiny-perl/capture-tiny-perl_0.48.bb @@ -6,7 +6,7 @@ even works on Windows (usually). Stop guessing which of a dozen capturing \ modules to use in any particular situation and just use this one." SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " diff --git a/recipes-devel/class-data-inheritable-perl/class-data-inheritable-perl_0.08.bb b/recipes-devel/class-data-inheritable-perl/class-data-inheritable-perl_0.09.bb similarity index 58% rename from recipes-devel/class-data-inheritable-perl/class-data-inheritable-perl_0.08.bb rename to recipes-devel/class-data-inheritable-perl/class-data-inheritable-perl_0.09.bb index 1d6d87b0..f2d1e7ee 100644 --- a/recipes-devel/class-data-inheritable-perl/class-data-inheritable-perl_0.08.bb +++ b/recipes-devel/class-data-inheritable-perl/class-data-inheritable-perl_0.09.bb @@ -1,22 +1,22 @@ DESCRIPTION = "Class::Data::Inheritable is for creating accessor/mutators to class data. \ That is, if you want to store something about your class as a whole \ (instead of about a single object). This data is then inherited by your \ -subclasses and can be overriden." +subclasses and can be overridden." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Class-Data-Inheritable" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-0.08.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RS/RSHERER/Class-Data-Inheritable-0.09.tar.gz" -SRC_URI[md5sum] = "fc0fe65926eb8fb932743559feb54eb9" -SRC_URI[sha256sum] = "9967feceea15227e442ec818723163eb6d73b8947e31f16ab806f6e2391af14a" +SRC_URI[md5sum] = "bd25ecd6e5d528fbc3783edf1b8facef" +SRC_URI[sha256sum] = "44088d6e90712e187b8a5b050ca5b1c70efe2baa32ae123e9bd8f59f29f06e4d" S = "${WORKDIR}/Class-Data-Inheritable-${PV}" diff --git a/recipes-devel/class-inspector-perl/class-inspector-perl_1.32.bb b/recipes-devel/class-inspector-perl/class-inspector-perl_1.36.bb similarity index 72% rename from recipes-devel/class-inspector-perl/class-inspector-perl_1.32.bb rename to recipes-devel/class-inspector-perl/class-inspector-perl_1.36.bb index 27eb4695..b39a10c4 100644 --- a/recipes-devel/class-inspector-perl/class-inspector-perl_1.32.bb +++ b/recipes-devel/class-inspector-perl/class-inspector-perl_1.36.bb @@ -5,19 +5,19 @@ wizardry, or strange and unusual looking code. Class::Inspector attempts to \ provide an easier, more friendly interface to this information." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Class-Inspector" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-1.32.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-1.36.tar.gz" -SRC_URI[md5sum] = "db471d6ecf47fa054726553319b7c34f" -SRC_URI[sha256sum] = "cefadc8b5338e43e570bc43f583e7c98d535c17b196bcf9084bb41d561cc0535" +SRC_URI[md5sum] = "084c3aeec023639d21ecbaf7d4460b21" +SRC_URI[sha256sum] = "cc295d23a472687c24489d58226ead23b9fdc2588e522f0b5f0747741700694e" S = "${WORKDIR}/Class-Inspector-${PV}" diff --git a/recipes-devel/class-load-perl/class-load-perl_0.25.bb b/recipes-devel/class-load-perl/class-load-perl_0.25.bb index 6eaba84f..e85aeb81 100644 --- a/recipes-devel/class-load-perl/class-load-perl_0.25.bb +++ b/recipes-devel/class-load-perl/class-load-perl_0.25.bb @@ -3,27 +3,26 @@ DESCRIPTION = ""require EXPR" only accepts "Class/Name.pm" style module names, n 'Class::Name'"." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Class-Load" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-0.25.tar.gz" SRC_URI[md5sum] = "e4c831c08df592ce8dfee0c7cfc12fd7" SRC_URI[sha256sum] = "2a48fa779b5297e56156380e8b32637c6c58decb4f4a7f3c7350523e11275f8f" -RDEPENDS_${PN} += "data-optlist-perl" -RDEPENDS_${PN} += "module-implementation-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "package-stash-perl" -RDEPENDS_${PN} += "try-tiny-perl" -RRECOMMEND_${PN} += "class-load-xs-perl" -DEPENDS += "test-fatal-perl-native" +RDEPENDS:${PN} += "data-optlist-perl" +RDEPENDS:${PN} += "module-implementation-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "package-stash-perl" +RDEPENDS:${PN} += "try-tiny-perl" DEPENDS += "test-needs-perl-native" +DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/Class-Load-${PV}" diff --git a/recipes-devel/class-load-xs-perl/class-load-xs-perl_0.10.bb b/recipes-devel/class-load-xs-perl/class-load-xs-perl_0.10.bb index 9dc80742..e1d87a32 100644 --- a/recipes-devel/class-load-xs-perl/class-load-xs-perl_0.10.bb +++ b/recipes-devel/class-load-xs-perl/class-load-xs-perl_0.10.bb @@ -14,7 +14,7 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-0.10.ta SRC_URI[md5sum] = "2c15488b5b28afadbb5315e44a721e05" SRC_URI[sha256sum] = "5bc22cf536ebfd2564c5bdaf42f0d8a4cee3d1930fc8b44b7d4a42038622add1" -RDEPENDS_${PN} += "class-load-perl" +RDEPENDS:${PN} += "class-load-perl" DEPENDS += "module-implementation-perl-native" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-needs-perl-native" diff --git a/recipes-devel/class-method-modifiers-perl/class-method-modifiers-perl_2.12.bb b/recipes-devel/class-method-modifiers-perl/class-method-modifiers-perl_2.13.bb similarity index 61% rename from recipes-devel/class-method-modifiers-perl/class-method-modifiers-perl_2.12.bb rename to recipes-devel/class-method-modifiers-perl/class-method-modifiers-perl_2.13.bb index 562baae9..d60549ef 100644 --- a/recipes-devel/class-method-modifiers-perl/class-method-modifiers-perl_2.12.bb +++ b/recipes-devel/class-method-modifiers-perl/class-method-modifiers-perl_2.13.bb @@ -2,21 +2,21 @@ DESCRIPTION = "Method modifiers are a convenient feature from the CLOS (Common L System) world." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Class-Method-Modifiers" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.12.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.13.tar.gz" -SRC_URI[md5sum] = "f55400c7a8134acf3657f8af89bdd7af" -SRC_URI[sha256sum] = "e44c1073020bf55b8c97975ed77235fd7e2a6a56f29b5c702301721184e27ac8" +SRC_URI[md5sum] = "b1398e3682aa2e075b913b9f9000b596" +SRC_URI[sha256sum] = "ab5807f71018a842de6b7a4826d6c1f24b8d5b09fcce5005a3309cf6ea40fd63" +DEPENDS += "test-needs-perl-native" DEPENDS += "test-fatal-perl-native" -DEPENDS += "test-requires-perl-native" S = "${WORKDIR}/Class-Method-Modifiers-${PV}" diff --git a/recipes-devel/class-singleton-perl/class-singleton-perl_1.5.bb b/recipes-devel/class-singleton-perl/class-singleton-perl_1.5.bb deleted file mode 100644 index b5217b10..00000000 --- a/recipes-devel/class-singleton-perl/class-singleton-perl_1.5.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "This is the \"Class::Singleton\" module. A Singleton describes an \ -object class that can have only one instance in any system. An example \ -of a Singleton \ -might be a print spooler or system registry. This module implements a \ -Singleton class from which other classes can be derived. By itself, the \ -\"Class::Singleton\" module does very little other than manage the \ -instantiation of a single object. In deriving a class from \ -\"Class::Singleton\", your module will inherit the Singleton \ -instantiation \ -method and can implement whatever specific functionality is required." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Class-Singleton" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "https://cpan.metacpan.org/authors/id/S/SH/SHAY/Class-Singleton-1.5.tar.gz" - -SRC_URI[md5sum] = "6a2524f590eda075f4bc929598119241" -SRC_URI[sha256sum] = "38220d04f02e3a803193c2575a1644cce0b95ad4b95c19eb932b94e2647ef678" - -S = "${WORKDIR}/Class-Singleton-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/class-singleton-perl/class-singleton-perl_1.6.bb b/recipes-devel/class-singleton-perl/class-singleton-perl_1.6.bb new file mode 100644 index 00000000..6bc73a59 --- /dev/null +++ b/recipes-devel/class-singleton-perl/class-singleton-perl_1.6.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "This is the "Class::Singleton" module. A Singleton describes an object \ +class that can have only one instance in any system. An example of a \ +Singleton might be a print spooler or system registry. This module \ +implements a Singleton class from which other classes can be derived. By \ +itself, the "Class::Singleton" module does very little other than manage \ +the instantiation of a single object. In deriving a class from \ +"Class::Singleton", your module will inherit the Singleton instantiation \ +method and can implement whatever specific functionality is required." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Class-Singleton" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SH/SHAY/Class-Singleton-1.6.tar.gz" + +SRC_URI[md5sum] = "d9c84a7b8d1c490c38e88ed1f9faae47" +SRC_URI[sha256sum] = "27ba13f0d9512929166bbd8c9ef95d90d630fc80f0c9a1b7458891055e9282a4" + +S = "${WORKDIR}/Class-Singleton-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/class-tiny-perl/class-tiny-perl_1.006.bb b/recipes-devel/class-tiny-perl/class-tiny-perl_1.008.bb similarity index 74% rename from recipes-devel/class-tiny-perl/class-tiny-perl_1.006.bb rename to recipes-devel/class-tiny-perl/class-tiny-perl_1.008.bb index 89625f0f..2f63f383 100644 --- a/recipes-devel/class-tiny-perl/class-tiny-perl_1.006.bb +++ b/recipes-devel/class-tiny-perl/class-tiny-perl_1.008.bb @@ -2,7 +2,7 @@ DESCRIPTION = "This module offers a minimalist class construction kit in around of code. Here is a list of features:" SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " @@ -10,10 +10,10 @@ HOMEPAGE= "https://metacpan.org/release/Class-Tiny" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.006.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.008.tar.gz" -SRC_URI[md5sum] = "fa905646a85a1478b2db1fc9113cb6ac" -SRC_URI[sha256sum] = "2efcbd31528be51d3022c616768558b78c6172df5f03c5dc698939f65488cb4e" +SRC_URI[md5sum] = "e3ccfae5f64d443e7e1110be964d7202" +SRC_URI[sha256sum] = "ee058a63912fa1fcb9a72498f56ca421a2056dc7f9f4b67837446d6421815615" RECOMMENDS += "test-failwarnings-perl-native" S = "${WORKDIR}/Class-Tiny-${PV}" diff --git a/recipes-devel/class-xsaccessor-perl/class-xsaccessor-perl_1.19.bb b/recipes-devel/class-xsaccessor-perl/class-xsaccessor-perl_1.19.bb index a735fab1..b7db75ff 100644 --- a/recipes-devel/class-xsaccessor-perl/class-xsaccessor-perl_1.19.bb +++ b/recipes-devel/class-xsaccessor-perl/class-xsaccessor-perl_1.19.bb @@ -7,14 +7,14 @@ same interface for objects that use arrays for their internal \ representation." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Class-XSAccessor" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/Class-XSAccessor-1.19.tar.gz" @@ -25,9 +25,4 @@ S = "${WORKDIR}/Class-XSAccessor-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-devel/cli-osprey-perl/cli-osprey-perl_0.08.bb b/recipes-devel/cli-osprey-perl/cli-osprey-perl_0.08.bb new file mode 100644 index 00000000..7a2327e2 --- /dev/null +++ b/recipes-devel/cli-osprey-perl/cli-osprey-perl_0.08.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "CLI::Osprey is a module to assist in writing commandline applications with \ +M* OO modules (Moose, Moo, Mo). With it, you structure your app as one or \ +more modules, which get instantiated with the commandline arguments as \ +attributes. Arguments are parsed using Getopt::Long::Descriptive, and both \ +long and short help messages as well as complete manual pages are \ +automatically generated. An app can be a single command with options, or \ +have sub-commands (like "git"). Sub-commands can be defined as modules \ +(with options of their own) or as simple coderefs." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/CLI-Osprey" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/CLI-Osprey-0.08.tar.gz" + +SRC_URI[md5sum] = "faacf1400414bc57e551c4ce700523b1" +SRC_URI[sha256sum] = "f7480523dbdf2c2b53789c06a8bd91cf6579bb8cc5678e72ea8a1faaab30d19a" +RDEPENDS:${PN} += "getopt-long-descriptive-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "path-tiny-perl" +DEPENDS += "capture-tiny-perl-native" +DEPENDS += "module-build-tiny-perl-native" +DEPENDS += "test-lib-perl-native" + +S = "${WORKDIR}/CLI-Osprey-${PV}" + +inherit cpan_build allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/clone-choose-perl/clone-choose-perl_0.010.bb b/recipes-devel/clone-choose-perl/clone-choose-perl_0.010.bb index 1112c331..4931708a 100644 --- a/recipes-devel/clone-choose-perl/clone-choose-perl_0.010.bb +++ b/recipes-devel/clone-choose-perl/clone-choose-perl_0.010.bb @@ -2,21 +2,22 @@ DESCRIPTION = ""Clone::Choose" checks several different modules which provides a function and selects an appropriate one. The default preference is" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Clone-Choose" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/H/HE/HERMES/Clone-Choose-0.010.tar.gz" SRC_URI[md5sum] = "420920f99c01308bcdfb6a731082f04f" SRC_URI[sha256sum] = "5623481f58cee8edb96cd202aad0df5622d427e5f748b253851dfd62e5123632" -RRECOMMENDS_${PN} += "module-runtime-perl" -RRECOMMENDS_${PN} += "clone-perl" +RRECOMMENDS:${PN} += "clone-perl" +RRECOMMENDS:${PN} += "module-runtime-perl" +DEPENDS += "test-without-module-perl-native" S = "${WORKDIR}/Clone-Choose-${PV}" diff --git a/recipes-devel/clone-perl/clone-perl_0.41.bb b/recipes-devel/clone-perl/clone-perl_0.45.bb similarity index 51% rename from recipes-devel/clone-perl/clone-perl_0.41.bb rename to recipes-devel/clone-perl/clone-perl_0.45.bb index 296bb439..6dc7a39f 100644 --- a/recipes-devel/clone-perl/clone-perl_0.41.bb +++ b/recipes-devel/clone-perl/clone-perl_0.45.bb @@ -3,27 +3,24 @@ nested hash, array, scalar and reference types, including tied variables \ and objects." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Clone" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GARU/Clone-0.41.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Clone-0.45.tar.gz" -SRC_URI[md5sum] = "4556ca17794f545444836e4d22d443fd" -SRC_URI[sha256sum] = "e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518" +SRC_URI[md5sum] = "b101333499b638658f89e29458cd83c0" +SRC_URI[sha256sum] = "cbb6ee348afa95432e4878893b46752549e70dc68fe6d9e430d1d2e99079a9e6" +RDEPENDS:${PN} += "b-cow-perl" +DEPENDS += "b-cow-perl-native" S = "${WORKDIR}/Clone-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-devel/commandable-perl/commandable-perl_0.06.bb b/recipes-devel/commandable-perl/commandable-perl_0.06.bb new file mode 100644 index 00000000..037d022d --- /dev/null +++ b/recipes-devel/commandable-perl/commandable-perl_0.06.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "This distribution contains a collection of utilities extracted from various \ +commandline-based programs I have written, in the hope of trying to find a \ +standard base to build these from in future." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Commandable" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Commandable-0.06.tar.gz" + +SRC_URI[md5sum] = "e465b003270cbc13c735b2dc08726d40" +SRC_URI[sha256sum] = "ecc16b44598c4bd81013d0e74d195b7cd9c344f2fa5d1637819be23b756a1da1" +RDEPENDS:${PN} += "module-pluggable-perl" +DEPENDS += "module-build-perl-native" +DEPENDS += "test-fatal-perl-native" +DEPENDS += "test-warnings-perl-native" + +S = "${WORKDIR}/Commandable-${PV}" + +inherit cpan_build allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/common-sense-perl/common-sense-perl_3.74.bb b/recipes-devel/common-sense-perl/common-sense-perl_3.74.bb deleted file mode 100644 index b88cdcc6..00000000 --- a/recipes-devel/common-sense-perl/common-sense-perl_3.74.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = " “Nothing is more fairly distributed than common sense: no one thinks \ -he needs more of it than he already has.”" - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/common-sense" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz" - -SRC_URI[md5sum] = "35b273147200c4c95eef7816f83e572d" -SRC_URI[sha256sum] = "771f7d02abd1ded94d9e37d3f66e795c8d2026d04defbeb5b679ca058116bbf3" - -S = "${WORKDIR}/common-sense-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/common-sense-perl/common-sense-perl_3.75.bb b/recipes-devel/common-sense-perl/common-sense-perl_3.75.bb new file mode 100644 index 00000000..e8b46be4 --- /dev/null +++ b/recipes-devel/common-sense-perl/common-sense-perl_3.75.bb @@ -0,0 +1,23 @@ +DESCRIPTION = " “Nothing is more fairly distributed than common sense: no one \ +thinks he needs more of it than he already has.â€Â�" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/common-sense" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz" + +SRC_URI[md5sum] = "0929c6b03455ca988a9b4219aca15292" +SRC_URI[sha256sum] = "a86a1c4ca4f3006d7479064425a09fa5b6689e57261fcb994fe67d061cba0e7e" + +S = "${WORKDIR}/common-sense-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/config-any-perl/config-any-perl_0.32.bb b/recipes-devel/config-any-perl/config-any-perl_0.32.bb index f8c0de00..398038ef 100644 --- a/recipes-devel/config-any-perl/config-any-perl_0.32.bb +++ b/recipes-devel/config-any-perl/config-any-perl_0.32.bb @@ -4,20 +4,20 @@ YAML, JSON, Apache-style configuration, Windows INI files, and even Perl \ code." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Config-Any" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Config-Any-0.32.tar.gz" SRC_URI[md5sum] = "71151c8a35636610e8ed5ad29147b5ca" SRC_URI[sha256sum] = "68da2a5cf25faedd4d24cf3d0d570995c199d5b950108a2de78d40deced36150" -RDEPENDS_${PN} += "module-pluggable-perl" +RDEPENDS:${PN} += "module-pluggable-perl" S = "${WORKDIR}/Config-Any-${PV}" diff --git a/recipes-devel/config-autoconf-perl/config-autoconf-perl_0.318.bb b/recipes-devel/config-autoconf-perl/config-autoconf-perl_0.320.bb similarity index 51% rename from recipes-devel/config-autoconf-perl/config-autoconf-perl_0.318.bb rename to recipes-devel/config-autoconf-perl/config-autoconf-perl_0.320.bb index c87de0e3..4a9a7b83 100644 --- a/recipes-devel/config-autoconf-perl/config-autoconf-perl_0.318.bb +++ b/recipes-devel/config-autoconf-perl/config-autoconf-perl_0.320.bb @@ -3,22 +3,22 @@ developers as GNU Autoconf does for \ Shell developers." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Config-AutoConf" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Config-AutoConf-0.318.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AM/AMBS/Config-AutoConf-0.320.tar.gz" -SRC_URI[md5sum] = "0bea721ad3996e20324b84b3b924ec71" -SRC_URI[sha256sum] = "33c930feec3003de251ca222abe8bbeb74610ad07f65fc16f27d74d195eeab34" -RDEPENDS_${PN} += "capture-tiny-perl" -RRECOMMENDS_${PN} += "extutils-cbuilder-perl" -RRECOMMENDS_${PN} += "file-slurper-perl" +SRC_URI[md5sum] = "71664b2864232e265179ac29298e0916" +SRC_URI[sha256sum] = "bb57a958ef49d3f7162276dae14a7bd5af43fd1d8513231af35d665459454023" +RDEPENDS:${PN} += "capture-tiny-perl" +RRECOMMENDS:${PN} += "extutils-cbuilder-perl" +RRECOMMENDS:${PN} += "file-slurper-perl" S = "${WORKDIR}/Config-AutoConf-${PV}" diff --git a/recipes-devel/constant-defer-perl/constant-defer-perl_6.bb b/recipes-devel/constant-defer-perl/constant-defer-perl_6.bb index 954c72ed..a441113a 100644 --- a/recipes-devel/constant-defer-perl/constant-defer-perl_6.bb +++ b/recipes-devel/constant-defer-perl/constant-defer-perl_6.bb @@ -4,7 +4,7 @@ returns that value, like a constant. The value code is discarded once \ run, allowing it to be garbage collected." SECTION = "libs" -LICENSE = "GPL-3.0" +LICENSE = "GPL-3.0-only" PR = "r0" MAINTAINER= "Poky " diff --git a/recipes-devel/cpan-meta-check-perl/cpan-meta-check-perl_0.014.bb b/recipes-devel/cpan-meta-check-perl/cpan-meta-check-perl_0.014.bb index e58c5c4c..7e9bc8ba 100644 --- a/recipes-devel/cpan-meta-check-perl/cpan-meta-check-perl_0.014.bb +++ b/recipes-devel/cpan-meta-check-perl/cpan-meta-check-perl_0.014.bb @@ -2,14 +2,14 @@ DESCRIPTION = "This module verifies if requirements described in a CPAN::Meta ob present." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/CPAN-Meta-Check" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.014.tar.gz" diff --git a/recipes-devel/data-dump-perl/data-dump-perl_1.23.bb b/recipes-devel/data-dump-perl/data-dump-perl_1.23.bb deleted file mode 100644 index c950fa70..00000000 --- a/recipes-devel/data-dump-perl/data-dump-perl_1.23.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "This module provide a few functions that traverse their argument and \ -produces a string as its result. The string contains Perl code that, \ -when \ -\"eval\"ed, produces a deep copy of the original arguments." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Data-Dump" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/Data-Dump-1.23.tar.gz" - -SRC_URI[md5sum] = "762c111e525c82ff23d62c90821b26e9" -SRC_URI[sha256sum] = "af53b05ef1387b4cab4427e6789179283e4f0da8cf036e8db516ddb344512b65" - -S = "${WORKDIR}/Data-Dump-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/data-dump-perl/data-dump-perl_1.25.bb b/recipes-devel/data-dump-perl/data-dump-perl_1.25.bb new file mode 100644 index 00000000..4fe84e7e --- /dev/null +++ b/recipes-devel/data-dump-perl/data-dump-perl_1.25.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "This module provides a few functions that traverse their argument list and \ +return a string containing Perl code that, when "eval"ed, produces a deep \ +copy of the original arguments." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Data-Dump" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GARU/Data-Dump-1.25.tar.gz" + +SRC_URI[md5sum] = "9bd7131ef0441e1e0e001bf85e9fae31" +SRC_URI[sha256sum] = "a4aa6e0ddbf39d5ad49bddfe0f89d9da864e3bc00f627125d1bc580472f53fbd" + +S = "${WORKDIR}/Data-Dump-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/data-munge-perl/data-munge-perl_0.097.bb b/recipes-devel/data-munge-perl/data-munge-perl_0.097.bb index 5a822e34..2a2d48ab 100644 --- a/recipes-devel/data-munge-perl/data-munge-perl_0.097.bb +++ b/recipes-devel/data-munge-perl/data-munge-perl_0.097.bb @@ -2,14 +2,14 @@ DESCRIPTION = "This module defines a few generally useful utility functions. I g of redefining or working around them, so I wrote this module." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Data-Munge" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MAUKE/Data-Munge-0.097.tar.gz" diff --git a/recipes-devel/data-optlist-perl/data-optlist-perl_0.110.bb b/recipes-devel/data-optlist-perl/data-optlist-perl_0.112.bb similarity index 60% rename from recipes-devel/data-optlist-perl/data-optlist-perl_0.110.bb rename to recipes-devel/data-optlist-perl/data-optlist-perl_0.112.bb index 07b2f078..fca9d9f9 100644 --- a/recipes-devel/data-optlist-perl/data-optlist-perl_0.110.bb +++ b/recipes-devel/data-optlist-perl/data-optlist-perl_0.112.bb @@ -3,21 +3,21 @@ entry for a name, you have to use a list of pairs. Even then, this is \ really boring to write:" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Data-OptList" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.110.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.112.tar.gz" -SRC_URI[md5sum] = "f9236c9ea5607134ad8a2b3dc901c4c5" -SRC_URI[sha256sum] = "366117cb2966473f2559f2f4575ff6ae69e84c69a0f30a0773e1b51a457ef5c3" -RDEPENDS_${PN} += "params-util-perl" -RDEPENDS_${PN} += "sub-install-perl" +SRC_URI[md5sum] = "3b2cdb7846391f9acaf4e948a9a6b21b" +SRC_URI[sha256sum] = "62c60ccaae88d5339ae36bcc8940b03388cf84adbf27828b1f8b300307103bab" +RDEPENDS:${PN} += "params-util-perl" +RDEPENDS:${PN} += "sub-install-perl" S = "${WORKDIR}/Data-OptList-${PV}" diff --git a/recipes-devel/data-record-perl/data-record-perl_0.02.bb b/recipes-devel/data-record-perl/data-record-perl_0.02.bb index eb6923f6..c6796e40 100644 --- a/recipes-devel/data-record-perl/data-record-perl_0.02.bb +++ b/recipes-devel/data-record-perl/data-record-perl_0.02.bb @@ -1,34 +1,28 @@ -DESCRIPTION = "Sometimes we need data split into records and a simple split on the \ -input record separator ($/) or some other value fails because the \ -values we're \ +DESCRIPTION = "Sometimes we need data split into records and a simple split on the input \ +record separator ($/) or some other value fails because the values we're \ splitting on may allowed in other parts of the data. Perhaps they're \ -quoted. \ -Perhaps they're embedded in other data which should not be split up." +quoted. Perhaps they're embedded in other data which should not be split \ +up." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Data-Record" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/O/OV/OVID/Data-Record-0.02.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OV/OVID/Data-Record-0.02.tar.gz" SRC_URI[md5sum] = "1c22555d2ef4494d5991a12bb44a0e20" SRC_URI[sha256sum] = "1d6ae66da2767520c21fbf12c538f1007ab27445d92c8eac763653f2b8849ebf" -RDEPENDS_${PN} += "sub-uplevel-perl" +RDEPENDS:${PN} += "sub-uplevel-perl" DEPENDS += "test-exception-perl-native" S = "${WORKDIR}/Data-Record-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/data-tumbler-perl/data-tumbler-perl_0.010.bb b/recipes-devel/data-tumbler-perl/data-tumbler-perl_0.010.bb index 3dd21e9e..75ba5911 100644 --- a/recipes-devel/data-tumbler-perl/data-tumbler-perl_0.010.bb +++ b/recipes-devel/data-tumbler-perl/data-tumbler-perl_0.010.bb @@ -2,14 +2,14 @@ DESCRIPTION = "NOTE: This is alpha code and liable to change while it and \ Test::WriteVariants mature." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Data-Tumbler" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Data-Tumbler-0.010.tar.gz" @@ -19,6 +19,6 @@ DEPENDS += "test-most-perl-native" S = "${WORKDIR}/Data-Tumbler-${PV}" -inherit cpan +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-caller-perl/devel-caller-perl_2.06.bb b/recipes-devel/devel-caller-perl/devel-caller-perl_2.06.bb index 15572e27..555d3ae5 100644 --- a/recipes-devel/devel-caller-perl/devel-caller-perl_2.06.bb +++ b/recipes-devel/devel-caller-perl/devel-caller-perl_2.06.bb @@ -1,29 +1,24 @@ -DESCRIPTION = "caller_cv($level) gives you the coderef of the subroutine \ -being invoked at the call frame indicated by the value of \$level" +DESCRIPTION = "caller_cv($level) "caller_cv" gives you the coderef of the subroutine \ +being invoked at the call frame indicated by the value of $level" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Devel-Caller" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Devel-Caller-2.06.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Devel-Caller-2.06.tar.gz" SRC_URI[md5sum] = "af52f47979b3c9358af9e5d8c283f263" SRC_URI[sha256sum] = "6a73ae6a292834255b90da9409205425305fcfe994b148dcb6d2d6ef628db7df" -RDEPENDS_${PN} += "padwalker-perl" +RDEPENDS:${PN} += "padwalker-perl" S = "${WORKDIR}/Devel-Caller-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-checkbin-perl/devel-checkbin-perl_0.04.bb b/recipes-devel/devel-checkbin-perl/devel-checkbin-perl_0.04.bb index f64c9cea..2dfd90b6 100644 --- a/recipes-devel/devel-checkbin-perl/devel-checkbin-perl_0.04.bb +++ b/recipes-devel/devel-checkbin-perl/devel-checkbin-perl_0.04.bb @@ -1,15 +1,15 @@ -DESCRIPTION = "Devel::CheckBin is a perl module that checks whether a particular \ -command is available." +DESCRIPTION = "Devel::CheckBin is a perl module that checks whether a particular command \ +is available." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Devel-CheckBin" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Devel-CheckBin-0.04.tar.gz" @@ -18,6 +18,6 @@ SRC_URI[sha256sum] = "157f3db59c29ed1d49133a469cee772c885ad4ee64e8692a91b3ebfdbe S = "${WORKDIR}/Devel-CheckBin-${PV}" -inherit cpan +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-cycle-perl/devel-cycle-perl_1.12.bb b/recipes-devel/devel-cycle-perl/devel-cycle-perl_1.12.bb index feb2df08..24910429 100644 --- a/recipes-devel/devel-cycle-perl/devel-cycle-perl_1.12.bb +++ b/recipes-devel/devel-cycle-perl/devel-cycle-perl_1.12.bb @@ -1,17 +1,16 @@ DESCRIPTION = "This is a simple developer's tool for finding circular references in \ -objects and other types of references. Because of Perl's \ -reference-count based \ -memory management, circular references will cause memory leaks." +objects and other types of references. Because of Perl's reference-count \ +based memory management, circular references will cause memory leaks." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Devel-Cycle" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/L/LD/LDS/Devel-Cycle-1.12.tar.gz" @@ -20,11 +19,6 @@ SRC_URI[sha256sum] = "fd3365c4d898b2b2bddbb78a46d507a18cca8490a290199547dab7f1e7 S = "${WORKDIR}/Devel-Cycle-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-globaldestruction-perl/devel-globaldestruction-perl_0.14.bb b/recipes-devel/devel-globaldestruction-perl/devel-globaldestruction-perl_0.14.bb index b7aa1544..17449955 100644 --- a/recipes-devel/devel-globaldestruction-perl/devel-globaldestruction-perl_0.14.bb +++ b/recipes-devel/devel-globaldestruction-perl/devel-globaldestruction-perl_0.14.bb @@ -2,21 +2,21 @@ DESCRIPTION = "Perl's global destruction is a little tricky to deal with WRT fin because it's not ordered and objects can sometimes disappear." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Devel-GlobalDestruction" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz" SRC_URI[md5sum] = "24221ba322cf2dc46a1fc99b53e2380b" SRC_URI[sha256sum] = "34b8a5f29991311468fe6913cadaba75fd5d2b0b3ee3bb41fe5b53efab9154ab" -RDEPENDS_${PN} += "sub-exporter-progressive-perl" -RRECOMMENDS_${PN} += "devel-globaldestruction-xs-perl" +RDEPENDS:${PN} += "sub-exporter-progressive-perl" +RRECOMMENDS:${PN} += "devel-globaldestruction-xs-perl" S = "${WORKDIR}/Devel-GlobalDestruction-${PV}" diff --git a/recipes-devel/devel-globaldestruction-xs-perl/devel-globaldestruction-xs-perl_0.03.bb b/recipes-devel/devel-globaldestruction-xs-perl/devel-globaldestruction-xs-perl_0.03.bb index f0b84715..78e18904 100644 --- a/recipes-devel/devel-globaldestruction-xs-perl/devel-globaldestruction-xs-perl_0.03.bb +++ b/recipes-devel/devel-globaldestruction-xs-perl/devel-globaldestruction-xs-perl_0.03.bb @@ -2,14 +2,14 @@ DESCRIPTION = "This is an XS backend for Devel::GlobalDestruction and should be through that module." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Devel-GlobalDestruction-XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-XS-0.03.tar.gz" diff --git a/recipes-devel/devel-hide-perl/devel-hide-perl_0.0010.bb b/recipes-devel/devel-hide-perl/devel-hide-perl_0.0015.bb similarity index 50% rename from recipes-devel/devel-hide-perl/devel-hide-perl_0.0010.bb rename to recipes-devel/devel-hide-perl/devel-hide-perl_0.0015.bb index 9bee47f3..21ea6be2 100644 --- a/recipes-devel/devel-hide-perl/devel-hide-perl_0.0010.bb +++ b/recipes-devel/devel-hide-perl/devel-hide-perl_0.0015.bb @@ -3,27 +3,22 @@ DESCRIPTION = "Given a list of Perl modules/filenames, this module makes "requir or not)." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Devel-Hide" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/F/FE/FERREIRA/Devel-Hide-0.0010.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/Devel-Hide-0.0015.tar.gz" -SRC_URI[md5sum] = "0f62b47eb7c73732b3f50470a4937dbd" -SRC_URI[sha256sum] = "756fefa60febf1d8dbc851426bfb084520db45f745d35c8e8623945d6dda5e82" +SRC_URI[md5sum] = "7f11107163e259754c3f7dc7c2cf6d91" +SRC_URI[sha256sum] = "fc8dbeb7f7d75a78ed496b1e0e05cfc99c68acab3a2e92cff155ca5f0fa5df58" S = "${WORKDIR}/Devel-Hide-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-leak-object-perl/devel-leak-object-perl_1.01.bb b/recipes-devel/devel-leak-object-perl/devel-leak-object-perl_1.01.bb deleted file mode 100644 index 3b1982eb..00000000 --- a/recipes-devel/devel-leak-object-perl/devel-leak-object-perl_1.01.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "This module provides tracking of objects, for the purpose of detecting \ -memory leaks due to circular references or innappropriate caching \ -schemes." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Devel-Leak-Object" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Devel-Leak-Object-1.01.tar.gz" - -SRC_URI[md5sum] = "f3b74a603e55d63e391750c2a10928f5" -SRC_URI[sha256sum] = "20b23ca7817b9a7cb44944b9e99b2d2627087b386a108b432a0064c0f2703a88" - -S = "${WORKDIR}/Devel-Leak-Object-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-leak-object-perl/devel-leak-object-perl_1.02.bb b/recipes-devel/devel-leak-object-perl/devel-leak-object-perl_1.02.bb new file mode 100644 index 00000000..0cb171df --- /dev/null +++ b/recipes-devel/devel-leak-object-perl/devel-leak-object-perl_1.02.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "This module provides tracking of objects, for the purpose of detecting \ +memory leaks due to circular references or inappropriate caching schemes." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Devel-Leak-Object" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Devel-Leak-Object-1.02.tar.gz" + +SRC_URI[md5sum] = "69c53688ebf58a708c806147bb8af318" +SRC_URI[sha256sum] = "4d5226800b72fb64351767a524e811205f5c66623979b2bd7199abd7fac505ee" + +S = "${WORKDIR}/Devel-Leak-Object-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-lexalias-perl/devel-lexalias-perl_0.05.bb b/recipes-devel/devel-lexalias-perl/devel-lexalias-perl_0.05.bb index 80796db8..ac9ee840 100644 --- a/recipes-devel/devel-lexalias-perl/devel-lexalias-perl_0.05.bb +++ b/recipes-devel/devel-lexalias-perl/devel-lexalias-perl_0.05.bb @@ -2,28 +2,23 @@ DESCRIPTION = "Devel::LexAlias provides the ability to alias a lexical variable subroutines scope to one of your choosing." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Devel-LexAlias" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Devel-LexAlias-0.05.tar.gz" SRC_URI[md5sum] = "1a4f70dff1a47b3eb96bdeac50db2ec5" SRC_URI[sha256sum] = "5e0ad9d43e266033856e424e104a0009f8e63449e40cd5aba59ad94cb1bcee72" -RDEPENDS_${PN} += "devel-caller-perl" +RDEPENDS:${PN} += "devel-caller-perl" S = "${WORKDIR}/Devel-LexAlias-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-mat-dumper-perl/devel-mat-dumper-perl_0.42.bb b/recipes-devel/devel-mat-dumper-perl/devel-mat-dumper-perl_0.42.bb new file mode 100644 index 00000000..3e52a744 --- /dev/null +++ b/recipes-devel/devel-mat-dumper-perl/devel-mat-dumper-perl_0.42.bb @@ -0,0 +1,37 @@ +DESCRIPTION = "This module provides the memory-dumping function that creates a heap dump \ +file which can later be read by Devel::MAT::Dumpfile. It provides a single \ +function which is not exported, which writes a file to the given path." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Devel-MAT-Dumper" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Devel-MAT-Dumper-0.42.tar.gz" + +SRC_URI[md5sum] = "d83519971479872bd585ff7a9d523079" +SRC_URI[sha256sum] = "bc74191dc39d2331948ce98fe750c5b0064aa71197c1e265c6674e750e64a3bd" +DEPENDS += "module-build-perl-native" + +S = "${WORKDIR}/Devel-MAT-Dumper-${PV}" + +EXTRA_CPAN_BUILD_FLAGS="--config cc="${CC}" --config ccflags="${CFLAGS}" --config ld="${CCLD} ${LDFLAGS}"" + +inherit cpan_build + +do_configure() { + export LD="${CCLD} ${LDFLAGS}" + cpan_build_do_configure +} + +do_compile() { + export LD="${CCLD} ${LDFLAGS}" + cpan_build_do_compile +} + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-mat-perl/devel-mat-perl_0.40.bb b/recipes-devel/devel-mat-perl/devel-mat-perl_0.40.bb deleted file mode 100644 index 6384cb3a..00000000 --- a/recipes-devel/devel-mat-perl/devel-mat-perl_0.40.bb +++ /dev/null @@ -1,40 +0,0 @@ -DESCRIPTION = "A "Devel::MAT" instance loads a heapdump file, and provides a container to \ -store analysis tools to work on it. Tools may be provided that conform to \ -the Devel::MAT::Tool API, which can help analyse the data and interact with \ -the explorer user interface by using the methods in the Devel::MAT::UI \ -package." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Devel-MAT" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Devel-MAT-0.40.tar.gz" - -SRC_URI[md5sum] = "707859db81164c307ec526b0eb31528c" -SRC_URI[sha256sum] = "d4aa55d56056ff7224893bb338b6a84cb3c7885e86a8746f28635fcfe03c5c33" -RDEPENDS_${PN} += "file-sharedir-perl" -RDEPENDS_${PN} += "list-utilsby-perl" -RDEPENDS_${PN} += "module-pluggable-perl" -RDEPENDS_${PN} += "scalar-list-utils-perl" -RDEPENDS_${PN} += "string-tagged-perl" -RDEPENDS_${PN} += "string-tagged-terminal-perl" -RDEPENDS_${PN} += "struct-dumb-perl" -DEPENDS += "module-build-perl-native" -DEPENDS += "test-identity-perl-native" - -S = "${WORKDIR}/Devel-MAT-${PV}" - -inherit cpan_build - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_build_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-mat-perl/devel-mat-perl_0.44.bb b/recipes-devel/devel-mat-perl/devel-mat-perl_0.44.bb new file mode 100644 index 00000000..11dfcbe0 --- /dev/null +++ b/recipes-devel/devel-mat-perl/devel-mat-perl_0.44.bb @@ -0,0 +1,50 @@ +DESCRIPTION = "A "Devel::MAT" instance loads a heapdump file, and provides a container to \ +store analysis tools to work on it. Tools may be provided that conform to \ +the Devel::MAT::Tool API, which can help analyse the data and interact with \ +the explorer user interface by using the methods in the Devel::MAT::UI \ +package." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Devel-MAT" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Devel-MAT-0.44.tar.gz" + +SRC_URI[md5sum] = "ecf3f79a2c6e95289494a85bbadb80ab" +SRC_URI[sha256sum] = "602d9282abc031e8990fad9d910dda2241d3017f62323ebd8a12a4b003ee7b20" +RDEPENDS:${PN} += "commandable-perl" +RDEPENDS:${PN} += "devel-mat-dumper-perl" +RDEPENDS:${PN} += "feature-compat-try-perl" +RDEPENDS:${PN} += "file-sharedir-perl" +RDEPENDS:${PN} += "heap-perl" +RDEPENDS:${PN} += "list-utilsby-perl" +RDEPENDS:${PN} += "module-pluggable-perl" +RDEPENDS:${PN} += "string-tagged-perl" +RDEPENDS:${PN} += "string-tagged-terminal-perl" +RDEPENDS:${PN} += "struct-dumb-perl" +DEPENDS += "module-build-perl-native" +DEPENDS += "test-identity-perl-native" + +S = "${WORKDIR}/Devel-MAT-${PV}" + +EXTRA_CPAN_BUILD_FLAGS="--config cc="${CC}" --config ccflags="${CFLAGS}" --config ld="${LD} ${LDFLAGS}"" + +inherit cpan_build + +do_configure() { + export LD="${CCLD} ${LDFLAGS}" + cpan_build_do_configure +} + +do_compile() { + export LD="${CCLD} ${LDFLAGS}" + cpan_build_do_compile +} + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/devel-overloadinfo-perl/devel-overloadinfo-perl_0.005.bb b/recipes-devel/devel-overloadinfo-perl/devel-overloadinfo-perl_0.007.bb similarity index 62% rename from recipes-devel/devel-overloadinfo-perl/devel-overloadinfo-perl_0.005.bb rename to recipes-devel/devel-overloadinfo-perl/devel-overloadinfo-perl_0.007.bb index 0a9e2584..f568f4be 100644 --- a/recipes-devel/devel-overloadinfo-perl/devel-overloadinfo-perl_0.005.bb +++ b/recipes-devel/devel-overloadinfo-perl/devel-overloadinfo-perl_0.007.bb @@ -3,22 +3,21 @@ given class (or object), including where in the inheritance hierarchy the \ overloads are declared and where the code implementing them is." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Devel-OverloadInfo" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.005.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.007.tar.gz" -SRC_URI[md5sum] = "607b65dfe9fdb47df780f3b22dcb7917" -SRC_URI[sha256sum] = "8bfde2ffa47c9946f8adc8cfc445c2f97b8d1cdd678111bee9f444e82f7aa6e7" -RDEPENDS_${PN} += "mro-compat-perl" -RDEPENDS_${PN} += "package-stash-perl" -RDEPENDS_${PN} += "sub-identify-perl" +SRC_URI[md5sum] = "3dfb74ac00c25bcd8581e402fa414e19" +SRC_URI[sha256sum] = "21a184163b90f91f06ffc7f5de0b968356546ae9b400a9d75c573c958c246222" +RDEPENDS:${PN} += "mro-compat-perl" +RDEPENDS:${PN} += "package-stash-perl" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/Devel-OverloadInfo-${PV}" diff --git a/recipes-devel/devel-stacktrace-ashtml-perl/devel-stacktrace-ashtml-perl_0.15.bb b/recipes-devel/devel-stacktrace-ashtml-perl/devel-stacktrace-ashtml-perl_0.15.bb index 4eff790d..204fb35a 100644 --- a/recipes-devel/devel-stacktrace-ashtml-perl/devel-stacktrace-ashtml-perl_0.15.bb +++ b/recipes-devel/devel-stacktrace-ashtml-perl/devel-stacktrace-ashtml-perl_0.15.bb @@ -5,20 +5,20 @@ Devel::StackTrace::WithLexicals, you even get to see the lexical variables \ of each stack frame." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Devel-StackTrace-AsHTML" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Devel-StackTrace-AsHTML-0.15.tar.gz" SRC_URI[md5sum] = "4ec8bd92e4a765a7cabf402db9640412" SRC_URI[sha256sum] = "6283dbe2197e2f20009cc4b449997742169cdd951bfc44cbc6e62c2a962d3147" -RDEPENDS_${PN} += "devel-stacktrace-perl" +RDEPENDS:${PN} += "devel-stacktrace-perl" S = "${WORKDIR}/Devel-StackTrace-AsHTML-${PV}" diff --git a/recipes-devel/devel-stacktrace-perl/devel-stacktrace-perl_2.03.bb b/recipes-devel/devel-stacktrace-perl/devel-stacktrace-perl_2.04.bb similarity index 80% rename from recipes-devel/devel-stacktrace-perl/devel-stacktrace-perl_2.03.bb rename to recipes-devel/devel-stacktrace-perl/devel-stacktrace-perl_2.04.bb index 47dc1653..49ac303f 100644 --- a/recipes-devel/devel-stacktrace-perl/devel-stacktrace-perl_2.03.bb +++ b/recipes-devel/devel-stacktrace-perl/devel-stacktrace-perl_2.04.bb @@ -12,10 +12,10 @@ HOMEPAGE= "https://metacpan.org/release/Devel-StackTrace" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.03.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz" -SRC_URI[md5sum] = "1eb6874d834f3d5d15fa626dd726df77" -SRC_URI[sha256sum] = "7618cd4ebe24e254c17085f4b418784ab503cb4cb3baf8f48a7be894e59ba848" +SRC_URI[md5sum] = "a5b09f7be7f2b10b525a9740676906d8" +SRC_URI[sha256sum] = "cd3c03ed547d3d42c61fa5814c98296139392e7971c092e09a431f2c9f5d6855" S = "${WORKDIR}/Devel-StackTrace-${PV}" diff --git a/recipes-devel/devel-symdump-perl/devel-symdump-perl_2.18.bb b/recipes-devel/devel-symdump-perl/devel-symdump-perl_2.18.bb new file mode 100644 index 00000000..1bea4283 --- /dev/null +++ b/recipes-devel/devel-symdump-perl/devel-symdump-perl_2.18.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "This little package serves to access the symbol table of perl." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Devel-Symdump" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AN/ANDK/Devel-Symdump-2.18.tar.gz" + +SRC_URI[md5sum] = "3dd7e1c7779a37c31a3eb60c0a97ea9f" +SRC_URI[sha256sum] = "826f81a107f5592a2516766ed43beb47e10cc83edc9ea48090b02a36040776c0" + +S = "${WORKDIR}/Devel-Symdump-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/dist-checkconflicts-perl/dist-checkconflicts-perl_0.11.bb b/recipes-devel/dist-checkconflicts-perl/dist-checkconflicts-perl_0.11.bb index bb526e46..f916fb07 100644 --- a/recipes-devel/dist-checkconflicts-perl/dist-checkconflicts-perl_0.11.bb +++ b/recipes-devel/dist-checkconflicts-perl/dist-checkconflicts-perl_0.11.bb @@ -1,35 +1,28 @@ -DESCRIPTION = "One shortcoming of the CPAN clients that currently exist is that they \ -have no way of specifying conflicting downstream dependencies of \ -modules. This \ +DESCRIPTION = "One shortcoming of the CPAN clients that currently exist is that they have \ +no way of specifying conflicting downstream dependencies of modules. This \ module attempts to work around this issue by allowing you to specify \ -conflicting versions of modules separately, and deal with them after \ -the \ +conflicting versions of modules separately, and deal with them after the \ module is done installing." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Dist-CheckConflicts" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz" SRC_URI[md5sum] = "c8725a92b9169708b0f63036812070f2" SRC_URI[sha256sum] = "ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4" -RDEPENDS_${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "module-runtime-perl" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/Dist-CheckConflicts-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/eval-closure-perl/eval-closure-perl_0.14.bb b/recipes-devel/eval-closure-perl/eval-closure-perl_0.14.bb index 96f87d9a..33b2335a 100644 --- a/recipes-devel/eval-closure-perl/eval-closure-perl_0.14.bb +++ b/recipes-devel/eval-closure-perl/eval-closure-perl_0.14.bb @@ -7,21 +7,21 @@ inside the eval), and it's easy to miss compilation errors, since eval \ catches them and sticks them in $@ instead." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Eval-Closure" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/D/DO/DOY/Eval-Closure-0.14.tar.gz" SRC_URI[md5sum] = "ceeb1fc579ac9af981fa6b600538c285" SRC_URI[sha256sum] = "ea0944f2f5ec98d895bef6d503e6e4a376fea6383a6bc64c7670d46ff2218cad" -RRECOMMENDS_${PN} += "devel-lexalias-perl" -RRECOMMENDS_${PN} += "perl-tidy-perl" +RRECOMMENDS:${PN} += "devel-lexalias-perl" +RRECOMMENDS:${PN} += "perl-tidy-perl" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-requires-perl-native" diff --git a/recipes-devel/exception-class-perl/exception-class-perl_1.44.bb b/recipes-devel/exception-class-perl/exception-class-perl_1.45.bb similarity index 58% rename from recipes-devel/exception-class-perl/exception-class-perl_1.44.bb rename to recipes-devel/exception-class-perl/exception-class-perl_1.45.bb index 9651491f..83d87937 100644 --- a/recipes-devel/exception-class-perl/exception-class-perl_1.44.bb +++ b/recipes-devel/exception-class-perl/exception-class-perl_1.45.bb @@ -2,21 +2,21 @@ DESCRIPTION = "RECOMMENDATION 1: If you are writing modern Perl code with Moose highly recommend using Throwable instead of this module." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Exception-Class" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Exception-Class-1.44.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Exception-Class-1.45.tar.gz" -SRC_URI[md5sum] = "6b5bb8e4ad2b1f6120fc1d33ae45e91b" -SRC_URI[sha256sum] = "33f3fbf8b138d3b04ea4ec0ba83fb0df6ba898806bcf4ef393d4cafc1a23ee0d" -RDEPENDS_${PN} += "class-data-inheritable-perl" -RDEPENDS_${PN} += "devel-stacktrace-perl" +SRC_URI[md5sum] = "1e564d20b374a99fdf660ba3f36b0098" +SRC_URI[sha256sum] = "5482a77ef027ca1f9f39e1f48c558356e954936fc8fbbdee6c811c512701b249" +RDEPENDS:${PN} += "class-data-inheritable-perl" +RDEPENDS:${PN} += "devel-stacktrace-perl" S = "${WORKDIR}/Exception-Class-${PV}" diff --git a/recipes-devel/experimental-perl/experimental-perl_0.020.bb b/recipes-devel/experimental-perl/experimental-perl_0.025.bb similarity index 62% rename from recipes-devel/experimental-perl/experimental-perl_0.020.bb rename to recipes-devel/experimental-perl/experimental-perl_0.025.bb index 083d3afe..07848dc2 100644 --- a/recipes-devel/experimental-perl/experimental-perl_0.020.bb +++ b/recipes-devel/experimental-perl/experimental-perl_0.025.bb @@ -2,19 +2,19 @@ DESCRIPTION = "This pragma provides an easy and convenient way to enable or disa experimental features." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/experimental" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/experimental-0.020.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/experimental-0.025.tar.gz" -SRC_URI[md5sum] = "ba22ff582a7b55f5229d6ba4fe230632" -SRC_URI[sha256sum] = "bb223dd1749c6777db41a77bcd4e963b40d183c3cf00cd6b34259a01006a2ac4" +SRC_URI[md5sum] = "e0c74e5c2bc651158e349effcaf89f0e" +SRC_URI[sha256sum] = "d886deeadd2bea6ed2a0d9c127d9a36da817a4e4d5a6ecd04a6b12b234d0664e" S = "${WORKDIR}/experimental-${PV}" diff --git a/recipes-devel/exporter-tiny-perl/exporter-tiny-perl_1.002001.bb b/recipes-devel/exporter-tiny-perl/exporter-tiny-perl_1.002002.bb similarity index 73% rename from recipes-devel/exporter-tiny-perl/exporter-tiny-perl_1.002001.bb rename to recipes-devel/exporter-tiny-perl/exporter-tiny-perl_1.002002.bb index ccee706f..f047c014 100644 --- a/recipes-devel/exporter-tiny-perl/exporter-tiny-perl_1.002001.bb +++ b/recipes-devel/exporter-tiny-perl/exporter-tiny-perl_1.002002.bb @@ -5,19 +5,19 @@ alternative installers with the "installer" option. But it's written in \ only about 40% as many lines of code and with zero non-core dependencies." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Exporter-Tiny" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002001.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz" -SRC_URI[md5sum] = "e33f25f7556f5f5264a92cb9870d0eac" -SRC_URI[sha256sum] = "a82c334c02ce4b0f9ea77c67bf77738f76a9b8aa4bae5c7209d1c76453d3c48d" +SRC_URI[md5sum] = "485897322a2514b4d6ca90b2daacb7cd" +SRC_URI[sha256sum] = "00f0b95716b18157132c6c118ded8ba31392563d19e490433e9a65382e707101" RECOMMENDS += "test-fatal-perl-native" RECOMMENDS += "test-warnings-perl-native" diff --git a/recipes-devel/extutils-cbuilder-perl/extutils-cbuilder-perl_0.280230.bb b/recipes-devel/extutils-cbuilder-perl/extutils-cbuilder-perl_0.280236.bb similarity index 72% rename from recipes-devel/extutils-cbuilder-perl/extutils-cbuilder-perl_0.280230.bb rename to recipes-devel/extutils-cbuilder-perl/extutils-cbuilder-perl_0.280236.bb index 2671bff4..a3eb0db7 100644 --- a/recipes-devel/extutils-cbuilder-perl/extutils-cbuilder-perl_0.280230.bb +++ b/recipes-devel/extutils-cbuilder-perl/extutils-cbuilder-perl_0.280236.bb @@ -6,19 +6,19 @@ interface to all your C building needs. That would have been a much more \ ambitious goal!" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/ExtUtils-CBuilder" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/A/AM/AMBS/ExtUtils-CBuilder-0.280230.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AM/AMBS/ExtUtils-CBuilder-0.280236.tar.gz" -SRC_URI[md5sum] = "cf12adecda91703057e5b10e0898aeb6" -SRC_URI[sha256sum] = "1daae1d7709709a26139984b3c4c36e9ff22912cde6a393ea30ef40058dc9cd5" +SRC_URI[md5sum] = "a4c9654c7344bbec02ced59a6b6027bb" +SRC_URI[sha256sum] = "abc21827eb8a513171bf7fdecefce9945132cb76db945036518291f607b1491f" S = "${WORKDIR}/ExtUtils-CBuilder-${PV}" diff --git a/recipes-devel/extutils-config-perl/extutils-config-perl_0.008.bb b/recipes-devel/extutils-config-perl/extutils-config-perl_0.008.bb index 44aa638a..f4150c21 100644 --- a/recipes-devel/extutils-config-perl/extutils-config-perl_0.008.bb +++ b/recipes-devel/extutils-config-perl/extutils-config-perl_0.008.bb @@ -1,30 +1,24 @@ -DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash. By itself \ -it is not a particularly interesting module by any measure, however it \ -ties \ +DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash. By itself it is \ +not a particularly interesting module by any measure, however it ties \ together a family of modern toolchain modules." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/ExtUtils-Config" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz" SRC_URI[md5sum] = "565a7b09c7cac5907a25bbe2c959a717" SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" S = "${WORKDIR}/ExtUtils-Config-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/extutils-cppguess-perl/extutils-cppguess-perl_0.12.bb b/recipes-devel/extutils-cppguess-perl/extutils-cppguess-perl_0.23.bb similarity index 63% rename from recipes-devel/extutils-cppguess-perl/extutils-cppguess-perl_0.12.bb rename to recipes-devel/extutils-cppguess-perl/extutils-cppguess-perl_0.23.bb index ce304def..f64bd5fe 100644 --- a/recipes-devel/extutils-cppguess-perl/extutils-cppguess-perl_0.12.bb +++ b/recipes-devel/extutils-cppguess-perl/extutils-cppguess-perl_0.23.bb @@ -2,20 +2,20 @@ DESCRIPTION = ""ExtUtils::CppGuess" attempts to guess the system's C++ compiler compatible with the C compiler that your perl was built with." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/ExtUtils-CppGuess" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETJ/ExtUtils-CppGuess-0.12.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETJ/ExtUtils-CppGuess-0.23.tar.gz" -SRC_URI[md5sum] = "28be49072585b25df87e54180f741a4d" -SRC_URI[sha256sum] = "31c47b5b15e3e9fd5ae7b35881a0fffd26a2983b241e7e3a1bc340d6d446186b" -RDEPENDS_${PN} += "capture-tiny-perl" +SRC_URI[md5sum] = "41d512881235b2bbce98e5f7b6019df4" +SRC_URI[sha256sum] = "f96c48984eb6d8efb7d933b34f361d0c8b38335e3e5382e9aeccc0aa519a002c" +RDEPENDS:${PN} += "capture-tiny-perl" DEPENDS += "module-build-perl-native" S = "${WORKDIR}/ExtUtils-CppGuess-${PV}" diff --git a/recipes-devel/extutils-depends-perl/extutils-depends-perl_0.405.bb b/recipes-devel/extutils-depends-perl/extutils-depends-perl_0.8001.bb similarity index 57% rename from recipes-devel/extutils-depends-perl/extutils-depends-perl_0.405.bb rename to recipes-devel/extutils-depends-perl/extutils-depends-perl_0.8001.bb index e8923c17..fb9af013 100644 --- a/recipes-devel/extutils-depends-perl/extutils-depends-perl_0.405.bb +++ b/recipes-devel/extutils-depends-perl/extutils-depends-perl_0.8001.bb @@ -1,22 +1,22 @@ DESCRIPTION = "This module tries to make it easy to build Perl extensions that use \ -functions and typemaps provided by other perl extensions. This means \ -that a perl extension is treated like a shared library that provides also a \ -C and an XS interface besides the perl one." +functions and typemaps provided by other perl extensions. This means that a \ +perl extension is treated like a shared library that provides also a C and \ +an XS interface besides the perl one." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/ExtUtils-Depends" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.405.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz" -SRC_URI[md5sum] = "caefbca2f173d0cea3f5ac26b6c08a2c" -SRC_URI[sha256sum] = "8ad6401ad7559b03ceda1fe4b191c95f417bdec7c542a984761a4656715a8a2c" +SRC_URI[md5sum] = "ca203697162b842c6c1e25ce102b79a5" +SRC_URI[sha256sum] = "673c4387e7896c1a216099c1fbb3faaa7763d7f5f95a1a56a60a2a2906c131c5" RECOMMENDS += "test-number-delta-perl-native" S = "${WORKDIR}/ExtUtils-Depends-${PV}" diff --git a/recipes-devel/extutils-helpers-perl/extutils-helpers-perl_0.026.bb b/recipes-devel/extutils-helpers-perl/extutils-helpers-perl_0.026.bb index d339bd50..d819b03d 100644 --- a/recipes-devel/extutils-helpers-perl/extutils-helpers-perl_0.026.bb +++ b/recipes-devel/extutils-helpers-perl/extutils-helpers-perl_0.026.bb @@ -2,14 +2,14 @@ DESCRIPTION = "This module provides various portable helper functions for module modules." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/ExtUtils-Helpers" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz" diff --git a/recipes-devel/extutils-installpaths-perl/extutils-installpaths-perl_0.012.bb b/recipes-devel/extutils-installpaths-perl/extutils-installpaths-perl_0.012.bb index 923d0d2b..58fbea6f 100644 --- a/recipes-devel/extutils-installpaths-perl/extutils-installpaths-perl_0.012.bb +++ b/recipes-devel/extutils-installpaths-perl/extutils-installpaths-perl_0.012.bb @@ -1,20 +1,20 @@ DESCRIPTION = "This module tries to make install path resolution as easy as possible." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/ExtUtils-InstallPaths" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz" SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b" SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" -RDEPENDS_${PN} += "extutils-config-perl" +RDEPENDS:${PN} += "extutils-config-perl" S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" diff --git a/recipes-devel/extutils-makemaker-perl/extutils-makemaker-perl_7.34.bb b/recipes-devel/extutils-makemaker-perl/extutils-makemaker-perl_7.64.bb similarity index 53% rename from recipes-devel/extutils-makemaker-perl/extutils-makemaker-perl_7.34.bb rename to recipes-devel/extutils-makemaker-perl/extutils-makemaker-perl_7.64.bb index 7a958ed5..3fdc01f0 100644 --- a/recipes-devel/extutils-makemaker-perl/extutils-makemaker-perl_7.34.bb +++ b/recipes-devel/extutils-makemaker-perl/extutils-makemaker-perl_7.64.bb @@ -3,41 +3,41 @@ Makefile.PL. It is based on the Makefile.SH model provided by Andy \ Dougherty and the perl5-porters." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/ExtUtils-MakeMaker" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.34.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.64.tar.gz" -SRC_URI[md5sum] = "073c0fb4eebf3953de2a1e94fa189bac" -SRC_URI[sha256sum] = "95f1eb44de480d00b28d031b574ec868f7aeeee199eb5abe5666f6bcbbf68480" +SRC_URI[md5sum] = "5c417a5ff2236c0ee7ab3412c4575ad8" +SRC_URI[sha256sum] = "4a6ac575815c0413b1f58967043cc9f2e166446b73c687f9bc62b5eaed9464a0" S = "${WORKDIR}/ExtUtils-MakeMaker-${PV}" inherit cpan allarch -RDEPENDS_${PN} += "perl-module-b" -RDEPENDS_${PN} += "perl-module-base" -RDEPENDS_${PN} += "perl-module-cwd" -RDEPENDS_${PN} += "perl-module-encode-alias" -RDEPENDS_${PN} += "perl-module-extutils-manifest" -RDEPENDS_${PN} += "perl-module-i18n-langinfo" -RDEPENDS_${PN} += "perl-module-version" +RDEPENDS:${PN} += "perl-module-b" +RDEPENDS:${PN} += "perl-module-base" +RDEPENDS:${PN} += "perl-module-cwd" +RDEPENDS:${PN} += "perl-module-encode-alias" +RDEPENDS:${PN} += "perl-module-extutils-manifest" +RDEPENDS:${PN} += "perl-module-i18n-langinfo" +RDEPENDS:${PN} += "perl-module-version" -do_configure_append_class-native() { +do_configure:append:class-native() { sed -i -e "s:\(PERLRUN = .*\):\1 \"-Ilib\":" Makefile } -do_compile_prepend_class-native() { +do_compile:prepend:class-native() { export PERL5LIB="${PERL_ARCHLIB}" } -do_install_prepend_class-native() { +do_install:prepend:class-native() { export PERL5LIB="${PERL_ARCHLIB}" } @@ -45,7 +45,7 @@ inherit update-alternatives ALTERNATIVE_PRIORITY = "90" -ALTERNATIVE_${PN} = "instmodsh" +ALTERNATIVE:${PN} = "instmodsh" ALTERNATIVE_LINK_NAME[instmodsh] = "${bindir}/instmodsh" BBCLASSEXTEND = "native" diff --git a/recipes-devel/extutils-parsexs-perl/extutils-parsexs-perl_3.35.bb b/recipes-devel/extutils-parsexs-perl/extutils-parsexs-perl_3.35.bb deleted file mode 100644 index 91a7f4bc..00000000 --- a/recipes-devel/extutils-parsexs-perl/extutils-parsexs-perl_3.35.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = ""ExtUtils::ParseXS" will compile XS code into C code by embedding the \ -constructs necessary to let C functions manipulate Perl values and creates \ -the glue necessary to let Perl access those functions. The compiler uses \ -typemaps to determine how to map C function parameters and variables to \ -Perl values." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/ExtUtils-ParseXS" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.35.tar.gz" - -SRC_URI[md5sum] = "2ae41036d85e98e1369645724962dd16" -SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" - -S = "${WORKDIR}/ExtUtils-ParseXS-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/extutils-typemaps-default-perl/extutils-typemaps-default-perl_1.05.bb b/recipes-devel/extutils-typemaps-default-perl/extutils-typemaps-default-perl_1.05.bb index 744d9804..42679411 100644 --- a/recipes-devel/extutils-typemaps-default-perl/extutils-typemaps-default-perl_1.05.bb +++ b/recipes-devel/extutils-typemaps-default-perl/extutils-typemaps-default-perl_1.05.bb @@ -1,29 +1,23 @@ -DESCRIPTION = ""ExtUtils::Typemaps::Default\" is an \"ExtUtils::Typemaps\" subclass \ -that provides a set of default mappings (in addition to what perl itself \ -provides). These default mappings are currently defined as the combination \ -of the mappings provided by the following typemap classes which are \ -provided in this distribution:" +DESCRIPTION = "This module had to be renamed. Use ExtUtils::Typemaps::Default instead!" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/ExtUtils-Typemaps-Default" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-1.05.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-1.05.tar.gz" SRC_URI[md5sum] = "346c127faf7b74bc4cfc29fa3e8e6f8d" SRC_URI[sha256sum] = "3dfaf5837ebfdc007895bfca84c3c2e76d589a7d336400e8dfb3243d818215de" DEPENDS += "module-build-perl-native" -# for daisy/dizzy -RDEPENDS_${PN} += "extutils-parsexs-perl" S = "${WORKDIR}/ExtUtils-Typemaps-Default-${PV}" -inherit cpan_build +inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/extutils-xspp-perl/extutils-xspp-perl_0.18.bb b/recipes-devel/extutils-xspp-perl/extutils-xspp-perl_0.18.bb index 0eea09fd..5b985484 100644 --- a/recipes-devel/extutils-xspp-perl/extutils-xspp-perl_0.18.bb +++ b/recipes-devel/extutils-xspp-perl/extutils-xspp-perl_0.18.bb @@ -1,29 +1,28 @@ -DESCRIPTION = "XS++ is just a thin layer over plain XS, hence to use it you are supposed \ -to know, at the very least, C++ and XS. This means that you may need \ -typemaps for both the normal XS pre-processor xsubpp and the XS++ \ -pre-processor xspp." +DESCRIPTION = "Anything that does not look like a XS++ directive or a class declaration is \ +passed verbatim to XS. If you want XS++ to ignore code that looks like a \ +XS++ directive or class declaration, simply surround it with a raw block \ +delimiter like this:" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/ExtUtils-XSpp" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-0.18.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-0.18.tar.gz" SRC_URI[md5sum] = "c44ad3281df81319d02833a4e42282ac" SRC_URI[sha256sum] = "9176ad646729e3bd27cf7abf114bedd3424bff1ba61185cfc7d54f3a9223a8ff" DEPENDS += "module-build-perl-native" DEPENDS += "test-base-perl-native" DEPENDS += "test-differences-perl-native" -RDEPENDS_${PV} += "perl" S = "${WORKDIR}/ExtUtils-XSpp-${PV}" -inherit cpan_build +inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/feature-compat-try-perl/feature-compat-try-perl_0.04.bb b/recipes-devel/feature-compat-try-perl/feature-compat-try-perl_0.04.bb new file mode 100644 index 00000000..c74b7bb0 --- /dev/null +++ b/recipes-devel/feature-compat-try-perl/feature-compat-try-perl_0.04.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "This module is written in preparation for when perl will gain true native \ +syntax support for "try/catch" control flow." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Feature-Compat-Try" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Feature-Compat-Try-0.04.tar.gz" + +SRC_URI[md5sum] = "93153de0ea6ade770362b625a5e044a8" +SRC_URI[sha256sum] = "4464d2314d79d08af1b3f1828a47dc036d512d6fbba52aa9fe11494d764dda8b" +RDEPENDS:${PN} += "syntax-keyword-try-perl" +DEPENDS += "module-build-perl-native" + +S = "${WORKDIR}/Feature-Compat-Try-${PV}" + +inherit cpan_build allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/file-share-perl/file-share-perl_0.25.bb b/recipes-devel/file-share-perl/file-share-perl_0.25.bb index 97e443d3..da657736 100644 --- a/recipes-devel/file-share-perl/file-share-perl_0.25.bb +++ b/recipes-devel/file-share-perl/file-share-perl_0.25.bb @@ -4,20 +4,20 @@ enhanced to understand when the developer's local "./share/" directory \ should be used." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-Share" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/I/IN/INGY/File-Share-0.25.tar.gz" SRC_URI[md5sum] = "214cb8d14627cbff13e0a6de3ac18bb0" SRC_URI[sha256sum] = "8e9d256e0ac4384228384b4ad2a57819a163edb39f20988ed5c1318c01407070" -RDEPENDS_${PN} += "file-sharedir-perl" +RDEPENDS:${PN} += "file-sharedir-perl" S = "${WORKDIR}/File-Share-${PV}" diff --git a/recipes-devel/find-lib-perl/find-lib-perl_1.04.bb b/recipes-devel/find-lib-perl/find-lib-perl_1.04.bb index 18538a9b..50235813 100644 --- a/recipes-devel/find-lib-perl/find-lib-perl_1.04.bb +++ b/recipes-devel/find-lib-perl/find-lib-perl_1.04.bb @@ -1,27 +1,22 @@ DESCRIPTION = "The purpose of this module is to replace" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Find-Lib" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/Y/YA/YANNK/Find-Lib-1.04.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/Y/YA/YANNK/Find-Lib-1.04.tar.gz" SRC_URI[md5sum] = "bf5619b4ba1945320eccef69b028c453" SRC_URI[sha256sum] = "1d73921e3061e1b046fe4268e2d05ffd5a4c5762666e2e4723f83aacc146e851" S = "${WORKDIR}/Find-Lib-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/future-perl/future-perl_0.39.bb b/recipes-devel/future-perl/future-perl_0.48.bb similarity index 72% rename from recipes-devel/future-perl/future-perl_0.39.bb rename to recipes-devel/future-perl/future-perl_0.48.bb index 9a505841..796a9e4b 100644 --- a/recipes-devel/future-perl/future-perl_0.39.bb +++ b/recipes-devel/future-perl/future-perl_0.48.bb @@ -3,19 +3,19 @@ has recently completed. It can be used in a variety of ways to manage the \ flow of control, and data, through an asynchronous program." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Future" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Future-0.39.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Future-0.48.tar.gz" -SRC_URI[md5sum] = "320f24ffb8ee50906af8d50c6ed12c92" -SRC_URI[sha256sum] = "1fdd988fabf477ad57156c8f9c1948c8037d7851830e8f37ae74e5a0ee4b6b45" +SRC_URI[md5sum] = "9455a1818dcff2e7998de4119a8d1264" +SRC_URI[sha256sum] = "0fe8b15c142f2a304a31718a20a10503a9b44cc012c3af5e37b8b7e24a0752a3" DEPENDS += "module-build-perl-native" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-identity-perl-native" diff --git a/recipes-devel/getopt-long-descriptive-perl/getopt-long-descriptive-perl_0.103.bb b/recipes-devel/getopt-long-descriptive-perl/getopt-long-descriptive-perl_0.110.bb similarity index 65% rename from recipes-devel/getopt-long-descriptive-perl/getopt-long-descriptive-perl_0.103.bb rename to recipes-devel/getopt-long-descriptive-perl/getopt-long-descriptive-perl_0.110.bb index 25bbb0be..14012a27 100644 --- a/recipes-devel/getopt-long-descriptive-perl/getopt-long-descriptive-perl_0.103.bb +++ b/recipes-devel/getopt-long-descriptive-perl/getopt-long-descriptive-perl_0.110.bb @@ -3,21 +3,21 @@ Getopt::Long, and gets a lot of its features, but tries to avoid making you \ think about its huge array of options." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Getopt-Long-Descriptive" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.103.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.110.tar.gz" -SRC_URI[md5sum] = "96c1a1f9cfabd50a20da208e8d13a47b" -SRC_URI[sha256sum] = "70e1bae7404a9dfb638b5d12e5bd4ea97e3bee743a4555909307d68e0111f4b2" -RDEPENDS_${PN} += "params-validate-perl" -RDEPENDS_${PN} += "sub-exporter-perl" +SRC_URI[md5sum] = "2eee85dd6f78671e101e10800c309cc7" +SRC_URI[sha256sum] = "025402c0494a5c878038f0666f41ca1230ed0d689467df9211382ff3a355be86" +RDEPENDS:${PN} += "params-validate-perl" +RDEPENDS:${PN} += "sub-exporter-perl" DEPENDS += "cpan-meta-check-perl-native" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-warnings-perl-native" diff --git a/recipes-devel/getopt-long-perl/getopt-long-perl_2.50.bb b/recipes-devel/getopt-long-perl/getopt-long-perl_2.52.bb similarity index 67% rename from recipes-devel/getopt-long-perl/getopt-long-perl_2.50.bb rename to recipes-devel/getopt-long-perl/getopt-long-perl_2.52.bb index 3142a2a7..f511ff8d 100644 --- a/recipes-devel/getopt-long-perl/getopt-long-perl_2.50.bb +++ b/recipes-devel/getopt-long-perl/getopt-long-perl_2.52.bb @@ -3,19 +3,19 @@ GetOptions(). It parses the command line from @ARGV, recognizing and \ removing specified options and their possible values." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Getopt-Long" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/J/JV/JV/Getopt-Long-2.50.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/J/JV/JV/Getopt-Long-2.52.tar.gz" -SRC_URI[md5sum] = "c4824b8a135be64f1e09df8ebb2391a9" -SRC_URI[sha256sum] = "20881adb2b73e83825f9a0a3b141db11b3a555e1d3775b13d81d0481623e4b67" +SRC_URI[md5sum] = "0298636f2743fcff8198eeff1c8248e2" +SRC_URI[sha256sum] = "9dc7a7c373353d5c05efae548e7b123aa8a31d1f506eb8dbbec8f0dca77705fa" S = "${WORKDIR}/Getopt-Long-${PV}" diff --git a/recipes-devel/hash-fieldhash-perl/hash-fieldhash-perl_0.15.bb b/recipes-devel/hash-fieldhash-perl/hash-fieldhash-perl_0.15.bb index 38dfec2b..24e8d544 100644 --- a/recipes-devel/hash-fieldhash-perl/hash-fieldhash-perl_0.15.bb +++ b/recipes-devel/hash-fieldhash-perl/hash-fieldhash-perl_0.15.bb @@ -2,14 +2,14 @@ DESCRIPTION = ""Hash::FieldHash" provides the field hash mechanism which support inside-out technique." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Hash-FieldHash" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/G/GF/GFUJI/Hash-FieldHash-0.15.tar.gz \ file://Build_PL_add-dot-to-INC.patch \ @@ -22,13 +22,12 @@ DEPENDS += "test-leaktrace-perl-native" S = "${WORKDIR}/Hash-FieldHash-${PV}" -inherit cpan_build +EXTRA_CPAN_BUILD_FLAGS="--config cc="${CC}" --config ccflags="${CFLAGS}" --config ld="${CCLD} ${LDFLAGS}"" -EXTRA_CPAN_BUILD_FLAGS="--config cc="${CC}" --config ccflags="${CFLAGS}" --config ld="${LD} ${LDFLAGS}"" +inherit cpan_build do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - export LD="${LD} ${LDFLAGS}" + export LD="${CCLD} ${LDFLAGS}" cpan_build_do_compile } diff --git a/recipes-devel/hash-merge-perl/hash-merge-perl_0.300.bb b/recipes-devel/hash-merge-perl/hash-merge-perl_0.302.bb similarity index 68% rename from recipes-devel/hash-merge-perl/hash-merge-perl_0.300.bb rename to recipes-devel/hash-merge-perl/hash-merge-perl_0.302.bb index a4f37e23..7bb9a99c 100644 --- a/recipes-devel/hash-merge-perl/hash-merge-perl_0.300.bb +++ b/recipes-devel/hash-merge-perl/hash-merge-perl_0.302.bb @@ -7,20 +7,20 @@ parent hashes are merged. Please note that self-referencing hashes, or \ recursive references, are not handled well by this method." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Hash-Merge" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Hash-Merge-0.300.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HE/HERMES/Hash-Merge-0.302.tar.gz" -SRC_URI[md5sum] = "72dc703d3ab3c116b3d29c357fefccb0" -SRC_URI[sha256sum] = "402fd52191d51415bb7163b7673fb4a108e3156493d7df931b8db4b2af757c40" -RDEPENDS_${PN} += "clone-choose-perl" +SRC_URI[md5sum] = "6f65d0a4ca2a7bd42975c8869dcc24da" +SRC_URI[sha256sum] = "ae0522f76539608b61dde14670e79677e0f391036832f70a21f31adde2538644" +RDEPENDS:${PN} += "clone-choose-perl" S = "${WORKDIR}/Hash-Merge-${PV}" diff --git a/recipes-devel/hash-merge-simple-perl/hash-merge-simple-perl_0.051.bb b/recipes-devel/hash-merge-simple-perl/hash-merge-simple-perl_0.051.bb index bf4a067e..aea6c66a 100644 --- a/recipes-devel/hash-merge-simple-perl/hash-merge-simple-perl_0.051.bb +++ b/recipes-devel/hash-merge-simple-perl/hash-merge-simple-perl_0.051.bb @@ -1,38 +1,29 @@ -DESCRIPTION = "Hash::Merge::Simple will recursively merge two or more hashes and \ -return the result as a new hash reference. The merge function will \ -descend and merge \ -hashes that exist under the same node in both the left and right hash, \ -but \ -doesn't attempt to combine arrays, objects, scalars, or anything else. \ -The \ -rightmost hash also takes precedence, replacing whatever was in the \ -left \ -hash if a conflict occurs." +DESCRIPTION = "Hash::Merge::Simple will recursively merge two or more hashes and return \ +the result as a new hash reference. The merge function will descend and \ +merge hashes that exist under the same node in both the left and right \ +hash, but doesn't attempt to combine arrays, objects, scalars, or anything \ +else. The rightmost hash also takes precedence, replacing whatever was in \ +the left hash if a conflict occurs." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Hash-Merge-Simple" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/R/RO/ROKR/Hash-Merge-Simple-0.051.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RO/ROKR/Hash-Merge-Simple-0.051.tar.gz" SRC_URI[md5sum] = "f47b9b99794b1f958bcfa3e816ff4660" SRC_URI[sha256sum] = "1c56327873d2f04d5722777f044863d968910466997740d55a754071c6287b73" -RDEPENDS_${PN} += "clone-perl" +RDEPENDS:${PN} += "clone-perl" DEPENDS += "test-most-perl-native" S = "${WORKDIR}/Hash-Merge-Simple-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/hash-moreutils-perl/hash-moreutils-perl_0.06.bb b/recipes-devel/hash-moreutils-perl/hash-moreutils-perl_0.06.bb index ccdac31f..9b88545c 100644 --- a/recipes-devel/hash-moreutils-perl/hash-moreutils-perl_0.06.bb +++ b/recipes-devel/hash-moreutils-perl/hash-moreutils-perl_0.06.bb @@ -3,14 +3,14 @@ commonly-used functionality for hashes. The primary focus for the moment is \ providing a common API - speeding up by XS is far away at the moment." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Hash-MoreUtils" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Hash-MoreUtils-0.06.tar.gz" diff --git a/recipes-devel/hash-multivalue-perl/hash-multivalue-perl_0.16.bb b/recipes-devel/hash-multivalue-perl/hash-multivalue-perl_0.16.bb index 06adae19..e77a43fe 100644 --- a/recipes-devel/hash-multivalue-perl/hash-multivalue-perl_0.16.bb +++ b/recipes-devel/hash-multivalue-perl/hash-multivalue-perl_0.16.bb @@ -1,15 +1,15 @@ -DESCRIPTION = "Hash::MultiValue is an object (and a plain hash reference) that may \ -contain multiple values per key, inspired by MultiDict of WebOb." +DESCRIPTION = "Hash::MultiValue is an object (and a plain hash reference) that may contain \ +multiple values per key, inspired by MultiDict of WebOb." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Hash-MultiValue" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-0.16.tar.gz" @@ -18,11 +18,6 @@ SRC_URI[sha256sum] = "66181df7aa68e2786faf6895c88b18b95c800a8e4e6fb4c07fd176410a S = "${WORKDIR}/Hash-MultiValue-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/heap-perl/heap-perl_0.80.bb b/recipes-devel/heap-perl/heap-perl_0.80.bb new file mode 100644 index 00000000..a3a745bc --- /dev/null +++ b/recipes-devel/heap-perl/heap-perl_0.80.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "The Heap collection of modules provide routines that manage a heap of \ +elements. A heap is a partially sorted structure that is always able to \ +easily extract the smallest of the elements in the structure (or the \ +largest if a reversed compare routine is provided)." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Heap" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/J/JM/JMM/Heap-0.80.tar.gz" + +SRC_URI[md5sum] = "05fed19a7552dadee11c780cd68c0116" +SRC_URI[sha256sum] = "ccda29f3c93176ad0fdfff4dd6f5e4ac90b370cba4b028386b7343bf64139bde" + +S = "${WORKDIR}/Heap-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/import-into-perl/import-into-perl_1.002005.bb b/recipes-devel/import-into-perl/import-into-perl_1.002005.bb index 72e05025..a11bdecc 100644 --- a/recipes-devel/import-into-perl/import-into-perl_1.002005.bb +++ b/recipes-devel/import-into-perl/import-into-perl_1.002005.bb @@ -1,22 +1,22 @@ DESCRIPTION = "Writing exporters is a pain. Some use Exporter, some use Sub::Exporter, \ -some use Moose::Exporter, some use Exporter::Declare ... and some \ -things are pragmas." +some use Moose::Exporter, some use Exporter::Declare ... and some things \ +are pragmas." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Import-Into" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Import-Into-1.002005.tar.gz" SRC_URI[md5sum] = "48bdc7988f5a7d4d06039ccc5c2459e9" SRC_URI[sha256sum] = "bd9e77a3fb662b40b43b18d3280cd352edf9fad8d94283e518181cc1ce9f0567" -RDEPENDS_${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "module-runtime-perl" S = "${WORKDIR}/Import-Into-${PV}" diff --git a/recipes-devel/importer-perl/importer-perl_0.025.bb b/recipes-devel/importer-perl/importer-perl_0.026.bb similarity index 72% rename from recipes-devel/importer-perl/importer-perl_0.025.bb rename to recipes-devel/importer-perl/importer-perl_0.026.bb index ea105ac6..e2cdfca7 100644 --- a/recipes-devel/importer-perl/importer-perl_0.025.bb +++ b/recipes-devel/importer-perl/importer-perl_0.026.bb @@ -6,19 +6,19 @@ or inherit from the Exporter module, they just need to set @EXPORT and/or \ other variables." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Importer" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-0.025.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-0.026.tar.gz" -SRC_URI[md5sum] = "09660fe32701e28ee149258315de0262" -SRC_URI[sha256sum] = "0745138c487d74033d0cbeb36f06595036dc7e688f1a5dbec9cc2fa799e13946" +SRC_URI[md5sum] = "3f09930b82cadfe26d0ce2fb1338aa1b" +SRC_URI[sha256sum] = "e08fa84e13cb998b7a897fc8ec9c3459fcc1716aff25cc343e36ef875891b0ef" S = "${WORKDIR}/Importer-${PV}" diff --git a/recipes-devel/indirect-perl/indirect-perl_0.38.bb b/recipes-devel/indirect-perl/indirect-perl_0.39.bb similarity index 62% rename from recipes-devel/indirect-perl/indirect-perl_0.38.bb rename to recipes-devel/indirect-perl/indirect-perl_0.39.bb index 335425b1..86812192 100644 --- a/recipes-devel/indirect-perl/indirect-perl_0.38.bb +++ b/recipes-devel/indirect-perl/indirect-perl_0.39.bb @@ -2,19 +2,19 @@ DESCRIPTION = "When enabled, this pragma warns about indirect method calls that present in your code." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/indirect" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/V/VP/VPIT/indirect-0.38.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/V/VP/VPIT/indirect-0.39.tar.gz" -SRC_URI[md5sum] = "c4e2da06c6bd0cc4f7ba5a318bae7f15" -SRC_URI[sha256sum] = "bef9c253d4cf864987dd6d6466067ef7a165f79f18a7cdeee8a80e902e52658e" +SRC_URI[md5sum] = "3509a7e745959e683318c5db1bb02ef4" +SRC_URI[sha256sum] = "71733c4c348e98fdd575b44a52042428c39888a18c25656efe59ef3d7d0d27e5" S = "${WORKDIR}/indirect-${PV}" diff --git a/recipes-devel/inline-perl/inline-perl_0.80.bb b/recipes-devel/inline-perl/inline-perl_0.86.bb similarity index 52% rename from recipes-devel/inline-perl/inline-perl_0.80.bb rename to recipes-devel/inline-perl/inline-perl_0.86.bb index aeedefd1..0aeb7fdd 100644 --- a/recipes-devel/inline-perl/inline-perl_0.80.bb +++ b/recipes-devel/inline-perl/inline-perl_0.86.bb @@ -1,32 +1,26 @@ DESCRIPTION = "The Inline module allows you to put source code from other programming \ -languages directly \"inline\" in a Perl script or module. The code is \ -automatically compiled as needed, and then loaded for immediate access \ -from \ +languages directly "inline" in a Perl script or module. The code is \ +automatically compiled as needed, and then loaded for immediate access from \ Perl." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Inline" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/I/IN/INGY/Inline-0.80.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/I/IN/INGY/Inline-0.86.tar.gz" -SRC_URI[md5sum] = "510bbac46e727bcaf240b7feac2646c9" -SRC_URI[sha256sum] = "7e2bd984b1ebd43e336b937896463f2c6cb682c956cbd2c311a464363d2ccef6" +SRC_URI[md5sum] = "41cee7671b4bfb06a189221f32697e1c" +SRC_URI[sha256sum] = "510a7de2d011b0db80b0874e8c0f7390010991000ae135cff7474df1e6d51e3a" DEPENDS += "test-warn-perl-native" S = "${WORKDIR}/Inline-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/io-captureoutput-perl/io-captureoutput-perl_1.1104.bb b/recipes-devel/io-captureoutput-perl/io-captureoutput-perl_1.1104.bb deleted file mode 100644 index 91fe02c3..00000000 --- a/recipes-devel/io-captureoutput-perl/io-captureoutput-perl_1.1104.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "This module is no longer recommended by the maintainer - see \ -Capture::Tiny instead." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/IO-CaptureOutput" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/IO-CaptureOutput-1.1104.tar.gz" - -SRC_URI[md5sum] = "5c98f4ed8e6aa5237e610b5865f275e9" -SRC_URI[sha256sum] = "fcc732fcb438f97a72b30e8c7796484bef2562e374553b207028e2fbf73f8330" - -S = "${WORKDIR}/IO-CaptureOutput-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/io-tiecombine-perl/io-tiecombine-perl_1.005.bb b/recipes-devel/io-tiecombine-perl/io-tiecombine-perl_1.005.bb index c7791031..19fad1ec 100644 --- a/recipes-devel/io-tiecombine-perl/io-tiecombine-perl_1.005.bb +++ b/recipes-devel/io-tiecombine-perl/io-tiecombine-perl_1.005.bb @@ -1,14 +1,14 @@ DESCRIPTION = "produce tied (and other) separate but combined variables" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/IO-TieCombine" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IO-TieCombine-1.005.tar.gz" diff --git a/recipes-devel/ipc-run3-perl/ipc-run3-perl_0.048.bb b/recipes-devel/ipc-run3-perl/ipc-run3-perl_0.048.bb index 42e8f01a..a4ac1499 100644 --- a/recipes-devel/ipc-run3-perl/ipc-run3-perl_0.048.bb +++ b/recipes-devel/ipc-run3-perl/ipc-run3-perl_0.048.bb @@ -1,33 +1,26 @@ DESCRIPTION = "This module allows you to run a subprocess and redirect stdin, stdout, \ -and/or stderr to files and perl data structures. It aims to satisfy 99% \ -of \ -the need for using \"system\", \"qx\", and \"open3\" with a simple, \ -extremely \ +and/or stderr to files and perl data structures. It aims to satisfy 99% of \ +the need for using "system", "qx", and "open3" with a simple, extremely \ Perlish API." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0 | BSD-3-Clause" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later | BSD-2-Clause" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/IPC-Run3" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ - file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \ - file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61 \ +file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f" -SRC_URI = "http://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz" SRC_URI[md5sum] = "5a8cec571c51a118b265cf6e24e55761" SRC_URI[sha256sum] = "3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565" S = "${WORKDIR}/IPC-Run3-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/ipc-system-simple-perl/ipc-system-simple-perl_1.25.bb b/recipes-devel/ipc-system-simple-perl/ipc-system-simple-perl_1.30.bb similarity index 62% rename from recipes-devel/ipc-system-simple-perl/ipc-system-simple-perl_1.25.bb rename to recipes-devel/ipc-system-simple-perl/ipc-system-simple-perl_1.30.bb index 01e5ef9c..873b54ee 100644 --- a/recipes-devel/ipc-system-simple-perl/ipc-system-simple-perl_1.25.bb +++ b/recipes-devel/ipc-system-simple-perl/ipc-system-simple-perl_1.30.bb @@ -4,19 +4,19 @@ world to play with, and even if you *do* check it, producing a \ well-formatted error string takes a lot of work." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/IPC-System-Simple" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PJ/PJF/IPC-System-Simple-1.25.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/IPC-System-Simple-1.30.tar.gz" -SRC_URI[md5sum] = "fb49e674e1d52e8e5646d08507d7fda5" -SRC_URI[sha256sum] = "f1b6aa1dfab886e8e4ea825f46a1cbb26038ef3e727fef5d84444aa8035a4d3b" +SRC_URI[md5sum] = "e68341fd958fd013b3521d909904f675" +SRC_URI[sha256sum] = "22e6f5222b505ee513058fdca35ab7a1eab80539b98e5ca4a923a70a8ae9ba9e" S = "${WORKDIR}/IPC-System-Simple-${PV}" diff --git a/recipes-devel/json-maybexs-perl/json-maybexs-perl_1.004000.bb b/recipes-devel/json-maybexs-perl/json-maybexs-perl_1.004000.bb deleted file mode 100644 index 4ef79688..00000000 --- a/recipes-devel/json-maybexs-perl/json-maybexs-perl_1.004000.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "This module first checks to see if either Cpanel::JSON::XS or JSON::XS is \ -already loaded, in which case it uses that module. Otherwise it tries to \ -load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either \ -uses the first module it finds or throws an error." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/JSON-MaybeXS" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/JSON-MaybeXS-1.004000.tar.gz" - -SRC_URI[md5sum] = "db61fb5515f8e2f19709a317e26dde42" -SRC_URI[sha256sum] = "59bda02e8f4474c73913723c608b539e2452e16c54ed7f0150c01aad06e0a126" -RRECOMMENDS_${PN} += "cpanel-json-xs-perl" - -S = "${WORKDIR}/JSON-MaybeXS-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/lexical-sealrequirehints-perl/lexical-sealrequirehints-perl_0.011.bb b/recipes-devel/lexical-sealrequirehints-perl/lexical-sealrequirehints-perl_0.011.bb index 8720511f..85fee4ce 100644 --- a/recipes-devel/lexical-sealrequirehints-perl/lexical-sealrequirehints-perl_0.011.bb +++ b/recipes-devel/lexical-sealrequirehints-perl/lexical-sealrequirehints-perl_0.011.bb @@ -1,7 +1,7 @@ DESCRIPTION = "This module works around two historical bugs in Perl's handling of the \ "%^H" (lexical hints) variable. One bug causes lexical state in one file to \ -leak into another that is "require"d/"use"d from it. This bug, [perl #68590] \ -, was present from Perl 5.6 up to Perl 5.10, fixed in Perl 5.11.0. \ +leak into another that is "require"d/"use"d from it. This bug, [perl #68590], \ +was present from Perl 5.6 up to Perl 5.10, fixed in Perl 5.11.0. \ The second bug causes lexical state (normally a blank "%^H" once the first \ bug is fixed) to leak outwards from "utf8.pm", if it is automatically \ loaded during Unicode regular expression matching, into whatever source is \ @@ -9,14 +9,14 @@ compiling at the time of the regexp match. This bug, [perl #73174], was \ present from Perl 5.8.7 up to Perl 5.11.5, fixed in Perl 5.12.0." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Lexical-SealRequireHints" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Lexical-SealRequireHints-0.011.tar.gz" @@ -26,6 +26,18 @@ DEPENDS += "module-build-perl-native" S = "${WORKDIR}/Lexical-SealRequireHints-${PV}" +EXTRA_CPAN_BUILD_FLAGS="--config cc="${CC}" --config ccflags="${CFLAGS}" --config ld="${CCLD} ${LDFLAGS}"" + inherit cpan_build +do_configure() { + export LD="${CCLD} ${LDFLAGS}" + cpan_build_do_configure +} + +do_compile() { + export LD="${CCLD} ${LDFLAGS}" + cpan_build_do_compile +} + BBCLASSEXTEND = "native" diff --git a/recipes-devel/list-moreutils-perl/list-moreutils-perl_0.428.bb b/recipes-devel/list-moreutils-perl/list-moreutils-perl_0.430.bb similarity index 61% rename from recipes-devel/list-moreutils-perl/list-moreutils-perl_0.428.bb rename to recipes-devel/list-moreutils-perl/list-moreutils-perl_0.430.bb index c4b3f74c..9f5e875e 100644 --- a/recipes-devel/list-moreutils-perl/list-moreutils-perl_0.428.bb +++ b/recipes-devel/list-moreutils-perl/list-moreutils-perl_0.430.bb @@ -2,7 +2,7 @@ DESCRIPTION = "List::MoreUtils provides some trivial but commonly needed functio lists which is not going to go into List::Util." SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " @@ -10,15 +10,14 @@ HOMEPAGE= "https://metacpan.org/release/List-MoreUtils" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-0.428.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-0.430.tar.gz" -SRC_URI[md5sum] = "493032a211cdff1fcf45f59ebd680407" -SRC_URI[sha256sum] = "713e0945d5f16e62d81d5f3da2b6a7b14a4ce439f6d3a7de74df1fd166476cc2" -RRECOMMENDS_${PN} += "list-moreutils-xs-perl" -RDEPENDS_${PN} += "exporter-tiny-perl" +SRC_URI[md5sum] = "daccd6310021231b827dcc943ff1c6b7" +SRC_URI[sha256sum] = "63b1f7842cd42d9b538d1e34e0330de5ff1559e4c2737342506418276f646527" +RDEPENDS:${PN} += "exporter-tiny-perl" +RDEPENDS:${PN} += "list-moreutils-xs-perl" +DEPENDS += "test-leaktrace-perl-native" RECOMMENDS += "config-autoconf-perl-native" -RECOMMENDS += "inc-latest-perl-native" -RECOMMENDS += "test-leaktrace-perl-native" S = "${WORKDIR}/List-MoreUtils-${PV}" diff --git a/recipes-devel/list-moreutils-xs-perl/list-moreutils-xs-perl_0.428.bb b/recipes-devel/list-moreutils-xs-perl/list-moreutils-xs-perl_0.430.bb similarity index 66% rename from recipes-devel/list-moreutils-xs-perl/list-moreutils-xs-perl_0.428.bb rename to recipes-devel/list-moreutils-xs-perl/list-moreutils-xs-perl_0.430.bb index 945972c0..f79438d6 100644 --- a/recipes-devel/list-moreutils-xs-perl/list-moreutils-xs-perl_0.428.bb +++ b/recipes-devel/list-moreutils-xs-perl/list-moreutils-xs-perl_0.430.bb @@ -1,10 +1,10 @@ DESCRIPTION = "List::MoreUtils::XS is a backend for List::MoreUtils. Even if it's possible \ (because of user wishes) to have it practically independent from \ -List::MoreUtils, it technically depend on \"List::MoreUtils\". Since it's \ +List::MoreUtils, it technically depend on "List::MoreUtils". Since it's \ only a backend, the API is not public and can change without any warning." SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " @@ -12,10 +12,10 @@ HOMEPAGE= "https://metacpan.org/release/List-MoreUtils-XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.428.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz" -SRC_URI[md5sum] = "79939a9c2deb83ea2fa7fcbd3ad9c5c9" -SRC_URI[sha256sum] = "9d9fe621429dfe7cf2eb1299c192699ddebf060953e5ebdc1b4e293c6d6dd62d" +SRC_URI[md5sum] = "e77113e55b046906aecfb4ddb4f0c662" +SRC_URI[sha256sum] = "e8ce46d57c179eecd8758293e9400ff300aaf20fefe0a9d15b9fe2302b9cb242" RECOMMENDS += "config-autoconf-perl-native" RECOMMENDS += "inc-latest-perl-native" RECOMMENDS += "test-leaktrace-perl-native" @@ -25,13 +25,11 @@ S = "${WORKDIR}/List-MoreUtils-XS-${PV}" inherit cpan do_configure() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" export LD="${CCLD}" cpan_do_configure } do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" export LD="${CCLD}" cpan_do_compile } diff --git a/recipes-devel/list-utilsby-perl/list-utilsby-perl_0.11.bb b/recipes-devel/list-utilsby-perl/list-utilsby-perl_0.11.bb index c78c30c6..6acd3ba3 100644 --- a/recipes-devel/list-utilsby-perl/list-utilsby-perl_0.11.bb +++ b/recipes-devel/list-utilsby-perl/list-utilsby-perl_0.11.bb @@ -7,14 +7,14 @@ string value. The "sort_by" function sorts them according to the string \ value returned by the extra function, when given each value." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/List-UtilsBy" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/List-UtilsBy-0.11.tar.gz" diff --git a/recipes-devel/log-any-adapter-dispatch-perl/log-any-adapter-dispatch-perl_0.08.bb b/recipes-devel/log-any-adapter-dispatch-perl/log-any-adapter-dispatch-perl_0.08.bb index 95edd877..4ba53c0a 100644 --- a/recipes-devel/log-any-adapter-dispatch-perl/log-any-adapter-dispatch-perl_0.08.bb +++ b/recipes-devel/log-any-adapter-dispatch-perl/log-any-adapter-dispatch-perl_0.08.bb @@ -1,21 +1,21 @@ DESCRIPTION = "This Log::Any adapter uses Log::Dispatch for logging." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Log-Any-Adapter-Dispatch" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/P/PR/PREACTION/Log-Any-Adapter-Dispatch-0.08.tar.gz" SRC_URI[md5sum] = "7b6ae20138e1403e1c2f9af8c031226c" SRC_URI[sha256sum] = "aec93b57e5ea0adb9c3eee0858d216fb9263c86a4eced47e4565ed79233db4d9" -RDEPENDS_${PN} += "log-any-perl" -RDEPENDS_${PN} += "log-dispatch-perl" +RDEPENDS:${PN} += "log-any-perl" +RDEPENDS:${PN} += "log-dispatch-perl" S = "${WORKDIR}/Log-Any-Adapter-Dispatch-${PV}" diff --git a/recipes-devel/log-any-perl/log-any-perl_1.707.bb b/recipes-devel/log-any-perl/log-any-perl_1.710.bb similarity index 68% rename from recipes-devel/log-any-perl/log-any-perl_1.707.bb rename to recipes-devel/log-any-perl/log-any-perl_1.710.bb index cedc5465..cb240b8f 100644 --- a/recipes-devel/log-any-perl/log-any-perl_1.707.bb +++ b/recipes-devel/log-any-perl/log-any-perl_1.710.bb @@ -4,19 +4,19 @@ consumption, whether screen, file or another logging mechanism like \ Log::Dispatch or Log::Log4perl." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Log-Any" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PR/PREACTION/Log-Any-1.707.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PR/PREACTION/Log-Any-1.710.tar.gz" -SRC_URI[md5sum] = "610f81b7b74859a105790347472dce34" -SRC_URI[sha256sum] = "74510f8cbee12637462e7c6020c8943d447a1e8e149a256f8168ee47562c65f1" +SRC_URI[md5sum] = "f0a9c5b9b81cc5fb842298d9b4b11779" +SRC_URI[sha256sum] = "bdb65fd0a8888fd4522f39f0fe95e94cb9267ef1fd9f7737564d46527b306f6f" S = "${WORKDIR}/Log-Any-${PV}" diff --git a/recipes-devel/log-dispatch-filerotate-perl/log-dispatch-filerotate-perl_1.38.bb b/recipes-devel/log-dispatch-filerotate-perl/log-dispatch-filerotate-perl_1.38.bb new file mode 100644 index 00000000..7fbd4771 --- /dev/null +++ b/recipes-devel/log-dispatch-filerotate-perl/log-dispatch-filerotate-perl_1.38.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "This module extends the base class Log::Dispatch::Output to provides a \ +simple object for logging to files under the Log::Dispatch::* system, and \ +automatically rotating them according to different constraints. This is \ +basically a Log::Dispatch::File wrapper with additions." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Log-Dispatch-FileRotate" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/Log-Dispatch-FileRotate-1.38.tar.gz" + +SRC_URI[md5sum] = "eed7814b9d291d5f7267d578e099c102" +SRC_URI[sha256sum] = "b55d6cede3f0a06426488fbfa554f4561320b014c1023893ced29508e5bce4ec" +RDEPENDS:${PN} += "date-manip-perl" +RDEPENDS:${PN} += "log-dispatch-perl" +DEPENDS += "path-tiny-perl-native" +DEPENDS += "test-warn-perl-native" + +S = "${WORKDIR}/Log-Dispatch-FileRotate-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/log-dispatch-perl/log-dispatch-perl_2.68.bb b/recipes-devel/log-dispatch-perl/log-dispatch-perl_2.70.bb similarity index 55% rename from recipes-devel/log-dispatch-perl/log-dispatch-perl_2.68.bb rename to recipes-devel/log-dispatch-perl/log-dispatch-perl_2.70.bb index f2c8974e..d74f8ec3 100644 --- a/recipes-devel/log-dispatch-perl/log-dispatch-perl_2.68.bb +++ b/recipes-devel/log-dispatch-perl/log-dispatch-perl_2.70.bb @@ -10,17 +10,17 @@ HOMEPAGE= "https://metacpan.org/release/Log-Dispatch" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.68.tar.gz" - -SRC_URI[md5sum] = "c273198cd4ffee4bf51b398a45e785ba" -SRC_URI[sha256sum] = "d07a3039997a6df2fa02849ed5a6a0560c154018bf988c5cc202069be11aadaf" -RDEPENDS_${PN} += "devel-globaldestruction-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "namespace-autoclean-perl" -RDEPENDS_${PN} += "params-validationcompiler-perl" -RDEPENDS_${PN} += "specio-perl" -RDEPENDS_${PN} += "try-tiny-perl" -RDEPENDS_${PN}-dev += "dist-checkconflicts-perl" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.70.tar.gz" + +SRC_URI[md5sum] = "3369ffd45dc098ef6c74622ceee7ad74" +SRC_URI[sha256sum] = "a3d91cc52467d3a3c6683103f3df4472d71e405a45f553289448713ac4293f21" +RDEPENDS:${PN} += "devel-globaldestruction-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "namespace-autoclean-perl" +RDEPENDS:${PN} += "params-validationcompiler-perl" +RDEPENDS:${PN} += "specio-perl" +RDEPENDS:${PN} += "try-tiny-perl" +RDEPENDS:${PN}-dev += "dist-checkconflicts-perl" DEPENDS += "ipc-run3-perl-native" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-needs-perl-native" @@ -29,6 +29,6 @@ S = "${WORKDIR}/Log-Dispatch-${PV}" inherit cpan allarch -BBCLASSEXTEND = "native" +FILES:${PN}-dev += "${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/Log/Dispatch/Conflicts.pm" -FILES_${PN}-dev += "${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/Log/Dispatch/Conflicts.pm" +BBCLASSEXTEND = "native" diff --git a/recipes-devel/log-log4perl-perl/log-log4perl-perl_1.49.bb b/recipes-devel/log-log4perl-perl/log-log4perl-perl_1.49.bb deleted file mode 100644 index 89966c76..00000000 --- a/recipes-devel/log-log4perl-perl/log-log4perl-perl_1.49.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Log::Log4perl lets you remote-control and fine-tune the logging behaviour \ -of your system from the outside. It implements the widely popular \ -(Java-based) Log4j logging package in pure Perl." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Log-Log4perl" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/Log-Log4perl-1.49.tar.gz" - -SRC_URI[md5sum] = "8e96fb5e236c92445947eceb903326ba" -SRC_URI[sha256sum] = "b739187f519146cb6bebcfc427c64b1f4138b35c5f4c96f46a21ed4a43872e16" - -S = "${WORKDIR}/Log-Log4perl-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/log-log4perl-perl/log-log4perl-perl_1.54.bb b/recipes-devel/log-log4perl-perl/log-log4perl-perl_1.54.bb new file mode 100644 index 00000000..fe962807 --- /dev/null +++ b/recipes-devel/log-log4perl-perl/log-log4perl-perl_1.54.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "Log::Log4perl lets you remote-control and fine-tune the logging behaviour \ +of your system from the outside. It implements the widely popular \ +(Java-based) Log4j logging package in pure Perl." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Log-Log4perl" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETJ/Log-Log4perl-1.54.tar.gz" + +SRC_URI[md5sum] = "46c5a3a101921c25857f84585cd0b5c2" +SRC_URI[sha256sum] = "bbabe42d3b4cdaa3a47666b957be81d55bbd1cbcffcdff2b119586d33602eabe" +RRECOMMENDS:${PN} += "dbd-csv-perl" +RRECOMMENDS:${PN} += "dbd-sqlite-perl" +RRECOMMENDS:${PN} += "libdbi-perl" +RRECOMMENDS:${PN} += "log-dispatch-filerotate-perl" +RRECOMMENDS:${PN} += "log-dispatch-perl" +RRECOMMENDS:${PN} += "sql-statement-perl" +RRECOMMENDS:${PN} += "xml-dom-perl" + +S = "${WORKDIR}/Log-Log4perl-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/mime-types-perl/mime-types-perl_2.17.bb b/recipes-devel/mime-types-perl/mime-types-perl_2.22.bb similarity index 67% rename from recipes-devel/mime-types-perl/mime-types-perl_2.17.bb rename to recipes-devel/mime-types-perl/mime-types-perl_2.22.bb index 1a35785d..8a484fd2 100644 --- a/recipes-devel/mime-types-perl/mime-types-perl_2.17.bb +++ b/recipes-devel/mime-types-perl/mime-types-perl_2.22.bb @@ -3,19 +3,19 @@ and HTTP traffic) to indicate the type of content which is transmitted. or \ expected. See RFC2045 at https://www.ietf.org/rfc/rfc2045.txt" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MIME-Types" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MIME-Types-2.17.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MIME-Types-2.22.tar.gz" -SRC_URI[md5sum] = "6f1441addab947137bac92c379a47ba3" -SRC_URI[sha256sum] = "e04ed7d42f1ff3150a303805f2689c28f80b92c511784d4641cb7f040d3e8ff6" +SRC_URI[md5sum] = "be84dd3231e94baf34ea7943c3f5cc25" +SRC_URI[sha256sum] = "c2545eb30b094e942860ff8444f0f6cb54641caa8f7d386aaa2d925da4b02400" S = "${WORKDIR}/MIME-Types-${PV}" diff --git a/recipes-devel/module-build-perl/module-build-perl_0.4224.bb b/recipes-devel/module-build-perl/module-build-perl_0.4224.bb deleted file mode 100644 index c960587c..00000000 --- a/recipes-devel/module-build-perl/module-build-perl_0.4224.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "\"Module::Build\" is a system for building, testing, and installing Perl \ -modules. It is meant to be an alternative to \"ExtUtils::MakeMaker\". \ -Developers may alter the behavior of the module through subclassing in a \ -much more straightforward way than with "MakeMaker". It also does not \ -require a \"make\" on your system - most of the "Module::Build" code is \ -pure-perl and written in a very cross-platform way." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Module-Build" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4224.tar.gz" - -SRC_URI[md5sum] = "b74c2f6e84b60aad3a3defd30b6f0f4d" -SRC_URI[sha256sum] = "a6ca15d78244a7b50fdbf27f85c85f4035aa799ce7dd018a0d98b358ef7bc782" - -RDEPENDS_${PN} += "perl" - -#do_patch_module_build () { -# cd ${S} -# sed -i -e 's,my $interpreter = $self->{properties}{perl};,my $interpreter = "/usr/bin/perl";,g' lib/Module/Build/Base.pm -#} -# -#do_patch[postfuncs] += "do_patch_module_build" - -S = "${WORKDIR}/Module-Build-${PV}" - -inherit cpan_build allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/module-build-perl/module-build-perl_0.4231.bb b/recipes-devel/module-build-perl/module-build-perl_0.4231.bb new file mode 100644 index 00000000..1427b40d --- /dev/null +++ b/recipes-devel/module-build-perl/module-build-perl_0.4231.bb @@ -0,0 +1,26 @@ +DESCRIPTION = ""Module::Build" is a system for building, testing, and installing Perl \ +modules. It is meant to be an alternative to "ExtUtils::MakeMaker". \ +Developers may alter the behavior of the module through subclassing. It \ +also does not require a "make" on your system - most of the "Module::Build" \ +code is pure-perl and written in a very cross-platform way." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Module-Build" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4231.tar.gz" + +SRC_URI[md5sum] = "066b193e461d7dfe1eca17a139353001" +SRC_URI[sha256sum] = "7e0f4c692c1740c1ac84ea14d7ea3d8bc798b2fb26c09877229e04f430b2b717" + +S = "${WORKDIR}/Module-Build-${PV}" + +inherit cpan_build allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/module-build-tiny-perl/module-build-tiny-perl_0.039.bb b/recipes-devel/module-build-tiny-perl/module-build-tiny-perl_0.039.bb index 667fcf77..1a5fd4b7 100644 --- a/recipes-devel/module-build-tiny-perl/module-build-tiny-perl_0.039.bb +++ b/recipes-devel/module-build-tiny-perl/module-build-tiny-perl_0.039.bb @@ -4,22 +4,22 @@ Traditionally, Build.PL uses Module::Build as the underlying build system. \ This module provides a simple, lightweight, drop-in replacement." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Module-Build-Tiny" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz" SRC_URI[md5sum] = "2332c90c17454107fea3f2614e11a3a9" SRC_URI[sha256sum] = "7d580ff6ace0cbe555bf36b86dc8ea232581530cbeaaea09bccb57b55797f11c" -RDEPENDS_${PN} += "extutils-config-perl" -RDEPENDS_${PN} += "extutils-helpers-perl" -RDEPENDS_${PN} += "extutils-installpaths-perl" +RDEPENDS:${PN} += "extutils-config-perl" +RDEPENDS:${PN} += "extutils-helpers-perl" +RDEPENDS:${PN} += "extutils-installpaths-perl" DEPENDS += "extutils-config-perl-native" DEPENDS += "extutils-helpers-perl-native" DEPENDS += "extutils-installpaths-perl-native" diff --git a/recipes-devel/module-build-withxspp-perl/module-build-withxspp-perl_0.14.bb b/recipes-devel/module-build-withxspp-perl/module-build-withxspp-perl_0.14.bb index dd5b9d66..12aa1512 100644 --- a/recipes-devel/module-build-withxspp-perl/module-build-withxspp-perl_0.14.bb +++ b/recipes-devel/module-build-withxspp-perl/module-build-withxspp-perl_0.14.bb @@ -2,25 +2,26 @@ DESCRIPTION = "This subclass of Module::Build adds some tools and processes to m easier to use for wrapping C++ using XS++ (ExtUtils::XSpp)." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Module-Build-WithXSpp" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/S/SM/SMUELLER/Module-Build-WithXSpp-0.14.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/Module-Build-WithXSpp-0.14.tar.gz" SRC_URI[md5sum] = "f3d6ad08127f62eed9baef131870f450" SRC_URI[sha256sum] = "53b3c8c8fdbd50fc3dad3d19da20f1b6414ef70665b9311710c802969e746934" -RDEPENDS_${PN} += "extutils-cppguess-perl" -RDEPENDS_${PN} += "extutils-xspp-perl" -RDEPENDS_${PN} += "module-build-perl" +RDEPENDS:${PN} += "extutils-cppguess-perl" +RDEPENDS:${PN} += "extutils-xspp-perl" +RDEPENDS:${PN} += "module-build-perl" +DEPENDS += "module-build-perl-native" S = "${WORKDIR}/Module-Build-WithXSpp-${PV}" -inherit cpan_build +inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/module-implementation-perl/module-implementation-perl_0.09.bb b/recipes-devel/module-implementation-perl/module-implementation-perl_0.09.bb index 3216f451..23de3088 100644 --- a/recipes-devel/module-implementation-perl/module-implementation-perl_0.09.bb +++ b/recipes-devel/module-implementation-perl/module-implementation-perl_0.09.bb @@ -17,8 +17,8 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Module-Implementati SRC_URI[md5sum] = "52e3fe0ca6b1eff0488d59b7aacc0667" SRC_URI[sha256sum] = "c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "try-tiny-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "try-tiny-perl" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-requires-perl-native" diff --git a/recipes-devel/module-pluggable-perl/module-pluggable-perl_5.2.bb b/recipes-devel/module-pluggable-perl/module-pluggable-perl_5.2.bb index 0e398a20..b10722dc 100644 --- a/recipes-devel/module-pluggable-perl/module-pluggable-perl_5.2.bb +++ b/recipes-devel/module-pluggable-perl/module-pluggable-perl_5.2.bb @@ -3,20 +3,20 @@ your module. Obviously this isn't going to be the be all and end all of \ solutions but it works for me." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Module-Pluggable" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz" SRC_URI[md5sum] = "87ce2971662efd0b69a81bb4dc9ea76c" SRC_URI[sha256sum] = "b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df" -RRECOMMENDS_${PN} += "module-runtime-perl" +RRECOMMENDS:${PN} += "module-runtime-perl" S = "${WORKDIR}/Module-Pluggable-${PV}" diff --git a/recipes-devel/module-runtime-conflicts-perl/module-runtime-conflicts-perl_0.003.bb b/recipes-devel/module-runtime-conflicts-perl/module-runtime-conflicts-perl_0.003.bb index 3979ff61..5552df27 100644 --- a/recipes-devel/module-runtime-conflicts-perl/module-runtime-conflicts-perl_0.003.bb +++ b/recipes-devel/module-runtime-conflicts-perl/module-runtime-conflicts-perl_0.003.bb @@ -3,21 +3,21 @@ recent release that broke some versions of Moose. It is called from \ Moose::Conflicts and "moose-outdated"." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Module-Runtime-Conflicts" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.003.tar.gz" SRC_URI[md5sum] = "67aaf699072063cc00c5b6afd4c67a6f" SRC_URI[sha256sum] = "707cdc75038c70fe91779b888ac050f128565d3967ba96680e1b1c7cc9733875" -RDEPENDS_${PN} += "dist-checkconflicts-perl" -RDEPENDS_${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "dist-checkconflicts-perl" +RDEPENDS:${PN} += "module-runtime-perl" S = "${WORKDIR}/Module-Runtime-Conflicts-${PV}" diff --git a/recipes-devel/module-runtime-perl/module-runtime-perl_0.016.bb b/recipes-devel/module-runtime-perl/module-runtime-perl_0.016.bb index 97ddf9e2..d0763e18 100644 --- a/recipes-devel/module-runtime-perl/module-runtime-perl_0.016.bb +++ b/recipes-devel/module-runtime-perl/module-runtime-perl_0.016.bb @@ -4,14 +4,14 @@ using any other modules, so that it can be used in low-level \ infrastructure." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Module-Runtime" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz" @@ -21,8 +21,6 @@ DEPENDS += "module-build-perl-native" S = "${WORKDIR}/Module-Runtime-${PV}" -DEPENDS += "module-build-perl-native" - inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/moo-perl/moo-perl_2.003004.bb b/recipes-devel/moo-perl/moo-perl_2.005004.bb similarity index 53% rename from recipes-devel/moo-perl/moo-perl_2.003004.bb rename to recipes-devel/moo-perl/moo-perl_2.005004.bb index ee29853c..66a061ea 100644 --- a/recipes-devel/moo-perl/moo-perl_2.003004.bb +++ b/recipes-devel/moo-perl/moo-perl_2.005004.bb @@ -4,27 +4,23 @@ the details of Perl's object system. "Moo" contains a subset of Moose and \ is optimised for rapid startup." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Moo" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.003004.tar.gz" - -SRC_URI[md5sum] = "d4fcd0f240033198571fcc81ce7c5f15" -SRC_URI[sha256sum] = "f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1" -RDEPENDS_${PN} += "class-method-modifiers-perl" -RDEPENDS_${PN} += "devel-globaldestruction-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "role-tiny-perl" -RDEPENDS_${PN} += "sub-quote-perl" -RRECOMMENDS_${PN} += "class-xsaccessor-perl" -RRECOMMENDS_${PN} += "strictures-perl" -RRECOMMENDS_${PN} += "sub-name-perl" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.005004.tar.gz" + +SRC_URI[md5sum] = "49ecf491b49b9b200e8a5dfd1a42b480" +SRC_URI[sha256sum] = "e3030b80bd554a66f6b3c27fd53b1b5909d12af05c4c11ece9a58f8d1e478928" +RDEPENDS:${PN} += "class-method-modifiers-perl" +RDEPENDS:${PN} += "role-tiny-perl" +RDEPENDS:${PN} += "sub-quote-perl" +RRECOMMENDS:${PN} += "class-xsaccessor-perl" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/Moo-${PV}" diff --git a/recipes-devel/moose-perl/moose-perl_2.2011.bb b/recipes-devel/moose-perl/moose-perl_2.2011.bb deleted file mode 100644 index 47bc85c1..00000000 --- a/recipes-devel/moose-perl/moose-perl_2.2011.bb +++ /dev/null @@ -1,58 +0,0 @@ -DESCRIPTION = "Moose is an extension of the Perl 5 object system." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Moose" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Moose-2.2011.tar.gz" - -SRC_URI[md5sum] = "2816e852847a82a5c90cf70a8ab28cfc" -SRC_URI[sha256sum] = "973d0a35d9f39bf93bbc5206c25f5ec3651f96356f082d31873c0ac9a5c1cd82" -RDEPENDS_${PN} += "class-load-perl" -RDEPENDS_${PN} += "class-load-xs-perl" -RDEPENDS_${PN} += "data-optlist-perl" -RDEPENDS_${PN} += "devel-globaldestruction-perl" -RDEPENDS_${PN} += "devel-overloadinfo-perl" -RDEPENDS_${PN} += "devel-stacktrace-perl" -RDEPENDS_${PN} += "dist-checkconflicts-perl" -RDEPENDS_${PN} += "eval-closure-perl" -RDEPENDS_${PN} += "module-runtime-conflicts-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "mro-compat-perl" -RDEPENDS_${PN} += "package-deprecationmanager-perl" -RDEPENDS_${PN} += "package-stash-perl" -RDEPENDS_${PN} += "package-stash-xs-perl" -RDEPENDS_${PN} += "params-util-perl" -RDEPENDS_${PN} += "scalar-list-utils-perl" -RDEPENDS_${PN} += "sub-exporter-perl" -RDEPENDS_${PN} += "sub-identify-perl" -RDEPENDS_${PN} += "sub-name-perl" -RDEPENDS_${PN} += "try-tiny-perl" -DEPENDS += "cpan-meta-check-perl-native" -DEPENDS += "test-cleannamespaces-perl-native" -DEPENDS += "test-fatal-perl-native" -DEPENDS += "test-requires-perl-native" - -S = "${WORKDIR}/Moose-${PV}" - -inherit cpan - -do_configure() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - export LD="${CCLD}" - cpan_do_configure -} - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - export LD="${CCLD}" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/moose-perl/moose-perl_2.2201.bb b/recipes-devel/moose-perl/moose-perl_2.2201.bb new file mode 100644 index 00000000..9683f8bc --- /dev/null +++ b/recipes-devel/moose-perl/moose-perl_2.2201.bb @@ -0,0 +1,54 @@ +DESCRIPTION = "Moose is an extension of the Perl 5 object system." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Moose" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Moose-2.2201.tar.gz" + +SRC_URI[md5sum] = "5ff10f1fcefc47ee8340375fb67b42a2" +SRC_URI[sha256sum] = "cd5ff9b4751f73ecb6874ba9761343d35737d4ddf5ff6b19c00d01af5ffc3eb2" +RDEPENDS:${PN} += "class-load-perl" +RDEPENDS:${PN} += "class-load-xs-perl" +RDEPENDS:${PN} += "data-optlist-perl" +RDEPENDS:${PN} += "devel-globaldestruction-perl" +RDEPENDS:${PN} += "devel-overloadinfo-perl" +RDEPENDS:${PN} += "devel-stacktrace-perl" +RDEPENDS:${PN} += "dist-checkconflicts-perl" +RDEPENDS:${PN} += "eval-closure-perl" +RDEPENDS:${PN} += "module-runtime-conflicts-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "mro-compat-perl" +RDEPENDS:${PN} += "package-deprecationmanager-perl" +RDEPENDS:${PN} += "package-stash-perl" +RDEPENDS:${PN} += "package-stash-xs-perl" +RDEPENDS:${PN} += "params-util-perl" +RDEPENDS:${PN} += "scalar-list-utils-perl" +RDEPENDS:${PN} += "sub-exporter-perl" +RDEPENDS:${PN} += "try-tiny-perl" +DEPENDS += "cpan-meta-check-perl-native" +DEPENDS += "test-cleannamespaces-perl-native" +DEPENDS += "test-fatal-perl-native" +DEPENDS += "test-requires-perl-native" + +S = "${WORKDIR}/Moose-${PV}" + +inherit cpan + +do_configure() { + export LD="${CCLD}" + cpan_do_configure +} + +do_compile() { + export LD="${CCLD}" + cpan_do_compile +} + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/moox-cmd-perl/moox-cmd-perl_0.017.bb b/recipes-devel/moox-cmd-perl/moox-cmd-perl_0.017.bb index 8fd771f2..cde53c66 100644 --- a/recipes-devel/moox-cmd-perl/moox-cmd-perl_0.017.bb +++ b/recipes-devel/moox-cmd-perl/moox-cmd-perl_0.017.bb @@ -5,28 +5,28 @@ the tree (starting from the toplevel command through to the most specific \ one) is instanciated." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MooX-Cmd" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/MooX-Cmd-0.017.tar.gz" SRC_URI[md5sum] = "51463dcc80fef5bf827392ddfb8ee3ca" SRC_URI[sha256sum] = "943ff28daa80897327c7c5fec5a7100cfaac92daf0f9f97c38e3a77d00ae70f5" -RDEPENDS_${PN} += "list-moreutils-perl" -RDEPENDS_${PN} += "module-pluggable-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "moo-perl" -RDEPENDS_${PN} += "package-stash-perl" -RDEPENDS_${PN} += "params-util-perl" -RDEPENDS_${PN} += "regexp-common-perl" -RRECOMMENDS_${PN} += "hash-merge-perl" -RRECOMMENDS_${PN} += "moox-configfromfile-perl" +RDEPENDS:${PN} += "list-moreutils-perl" +RDEPENDS:${PN} += "module-pluggable-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "package-stash-perl" +RDEPENDS:${PN} += "params-util-perl" +RDEPENDS:${PN} += "regexp-common-perl" +RRECOMMENDS:${PN} += "hash-merge-perl" +RRECOMMENDS:${PN} += "moox-configfromfile-perl" DEPENDS += "capture-tiny-perl-native" S = "${WORKDIR}/MooX-Cmd-${PV}" diff --git a/recipes-devel/moox-configfromfile-perl/moox-configfromfile-perl_0.009.bb b/recipes-devel/moox-configfromfile-perl/moox-configfromfile-perl_0.009.bb index f9525b4f..018a553b 100644 --- a/recipes-devel/moox-configfromfile-perl/moox-configfromfile-perl_0.009.bb +++ b/recipes-devel/moox-configfromfile-perl/moox-configfromfile-perl_0.009.bb @@ -4,24 +4,23 @@ done in MooX::ConfigFromFile::Role - using MooX::ConfigFromFile ensures the \ role is applied." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MooX-ConfigFromFile" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/MooX-ConfigFromFile-0.009.tar.gz" SRC_URI[md5sum] = "e326c60319105394ab6a98a0d6066710" SRC_URI[sha256sum] = "12fbfd7659d15992c5994d88e66622c1dc0abce903fc9531f9db59449f4d393d" -RDEPENDS_${PN} += "config-any-perl" -RDEPENDS_${PN} += "file-find-rule-perl" -RDEPENDS_${PN} += "moo-perl" -RDEPENDS_${PN} += "moox-file-configdir-perl" -RRECOMMENDS_${PN} += "hash-merge-perl" +RDEPENDS:${PN} += "config-any-perl" +RDEPENDS:${PN} += "file-find-rule-perl" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "moox-file-configdir-perl" DEPENDS += "hash-merge-perl-native" DEPENDS += "json-perl-native" diff --git a/recipes-devel/moox-log-any-perl/moox-log-any-perl_0.004004.bb b/recipes-devel/moox-log-any-perl/moox-log-any-perl_0.004004.bb index 85b1772b..233c0979 100644 --- a/recipes-devel/moox-log-any-perl/moox-log-any-perl_0.004004.bb +++ b/recipes-devel/moox-log-any-perl/moox-log-any-perl_0.004004.bb @@ -1,24 +1,24 @@ -DESCRIPTION = "A logging role building a very lightweight wrapper to Log::Any for use \ -with your Moo or Moose classes. Connecting a Log::Any::Adapter should be \ +DESCRIPTION = "A logging role building a very lightweight wrapper to Log::Any for use with \ +your Moo or Moose classes. Connecting a Log::Any::Adapter should be \ performed prior to logging the first log message, otherwise nothing will \ happen, just like with Log::Any" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MooX-Log-Any" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/C/CA/CAZADOR/MooX-Log-Any-0.004004.tar.gz" SRC_URI[md5sum] = "e9f984c64e87856ceaa485c354e4f467" SRC_URI[sha256sum] = "2a1afa0f3a411e28a9258ccabe2c5b5d647abc29f2fbf5be9ffaf2286e830534" -RDEPENDS_${PN} += "log-any-perl" -RDEPENDS_${PN} += "moo-perl" +RDEPENDS:${PN} += "log-any-perl" +RDEPENDS:${PN} += "moo-perl" S = "${WORKDIR}/MooX-Log-Any-${PV}" diff --git a/recipes-devel/moox-options-perl/moox-options-perl_4.103.bb b/recipes-devel/moox-options-perl/moox-options-perl_4.103.bb index 47629038..7eac4971 100644 --- a/recipes-devel/moox-options-perl/moox-options-perl_4.103.bb +++ b/recipes-devel/moox-options-perl/moox-options-perl_4.103.bb @@ -1,31 +1,30 @@ DESCRIPTION = "Create a command line tool with your Moo, Moose objects." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MooX-Options" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/MooX-Options-4.103.tar.gz" SRC_URI[md5sum] = "498114d4831b6dfc49eb039fff6c2e0c" SRC_URI[sha256sum] = "4df9d574f8f26db022bf06c1bda4708289451098c2e1563335df38d23b07326d" -RDEPENDS_${PN} += "getopt-long-descriptive-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "moo-perl" -RDEPENDS_${PN} += "moox-configfromfile-perl" -RDEPENDS_${PN} += "moox-locale-passthrough-perl" -RDEPENDS_${PN} += "mro-compat-perl" -RDEPENDS_${PN} += "path-class-perl" -RDEPENDS_${PN} += "strictures-perl" -RDEPENDS_${PN} += "unicode-linebreak-perl" -RRECOMMENDS_${PN} += "data-record-perl" -RRECOMMENDS_${PN} += "json-maybexs-perl" -RRECOMMENDS_${PN} += "regexp-common-perl" +RDEPENDS:${PN} += "getopt-long-descriptive-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "moox-locale-passthrough-perl" +RDEPENDS:${PN} += "mro-compat-perl" +RDEPENDS:${PN} += "path-class-perl" +RDEPENDS:${PN} += "strictures-perl" +RDEPENDS:${PN} += "unicode-linebreak-perl" +RRECOMMENDS:${PN} += "data-record-perl" +RRECOMMENDS:${PN} += "json-maybexs-perl" +RRECOMMENDS:${PN} += "regexp-common-perl" DEPENDS += "test-trap-perl-native" RECOMMENDS += "data-record-perl-native" RECOMMENDS += "json-maybexs-perl-native" diff --git a/recipes-devel/moox-role-logger-perl/moox-role-logger-perl_0.005.bb b/recipes-devel/moox-role-logger-perl/moox-role-logger-perl_0.005.bb index 34c167e8..a9f22203 100644 --- a/recipes-devel/moox-role-logger-perl/moox-role-logger-perl_0.005.bb +++ b/recipes-devel/moox-role-logger-perl/moox-role-logger-perl_0.005.bb @@ -11,16 +11,33 @@ HOMEPAGE= "https://metacpan.org/release/MooX-Role-Logger" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "http://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/MooX-Role-Logger-0.005.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/MooX-Role-Logger-0.005.tar.gz" SRC_URI[md5sum] = "e3ac3af1d14364ba99341cc437795c70" SRC_URI[sha256sum] = "d82325bb63f66ac82241f05ea4237ee33206bdd27415cbb6a889be6d5d6d800c" -RDEPENDS_${PN} += "log-any-perl" -RDEPENDS_${PN} += "moo-perl" +RDEPENDS:${PN} += "log-any-perl" +RDEPENDS:${PN} += "moo-perl" DEPENDS += "test-failwarnings-perl-native" S = "${WORKDIR}/MooX-Role-Logger-${PV}" -inherit cpan +inherit cpan allarch + +SIBLING = "moosex-role-logger-perl" +SIBLING:class-native = "moosex-role-logger-perl-native" + +PACKAGES += "${SIBLING} ${SIBLING}-doc" + +FILES:${PN}:remove = "${libdir}/perl5" +FILES:${PN}:append := "\ + {PERLLIBDIRS}/MooX \ + ${PERLLIBDIRS}/vendor_perl/*/MooX" + +FILES:${PN}-doc:remove = "${mandir}" +FILES:${PN}-doc:append = " ${mandir}/*/MooX*" + +FILES:${SIBLING} := "${PERLLIBDIRS}/MooseX \ + ${PERLLIBDIRS}/vendor_perl/*/MooseX" +FILES:${SIBLING}-doc := "${mandir}/*/MooseX*" BBCLASSEXTEND = "native" diff --git a/recipes-devel/moox-roles-pluggable-perl/moox-roles-pluggable-perl_0.003.bb b/recipes-devel/moox-roles-pluggable-perl/moox-roles-pluggable-perl_0.003.bb index f0f42f3c..12490c32 100644 --- a/recipes-devel/moox-roles-pluggable-perl/moox-roles-pluggable-perl_0.003.bb +++ b/recipes-devel/moox-roles-pluggable-perl/moox-roles-pluggable-perl_0.003.bb @@ -1,26 +1,25 @@ -DESCRIPTION = "This module allows a class consuming several roles based on rules \ -passed to Module::Pluggable::Object." +DESCRIPTION = "This module allows a class consuming several roles based on rules passed to \ +Module::Pluggable::Object." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MooX-Roles-Pluggable" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/R/RE/REHSACK/MooX-Roles-Pluggable-0.003.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/MooX-Roles-Pluggable-0.003.tar.gz" SRC_URI[md5sum] = "89ea43a260efc5cc50b03c30fa1f586b" SRC_URI[sha256sum] = "f7a907b7ed91ff68aa9cfe4c57385658a8af6110c516f3a11d5ee9fe7b5bbc3e" -RDEPENDS_${PN} += "module-pluggable-perl" -RDEPENDS_${PN} += "moo-perl" -DEPENDS += "module-build-perl-native" +RDEPENDS:${PN} += "module-pluggable-perl" +RDEPENDS:${PN} += "moo-perl" S = "${WORKDIR}/MooX-Roles-Pluggable-${PV}" -inherit cpan +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/moox-types-mooselike-perl/moox-types-mooselike-perl_0.29.bb b/recipes-devel/moox-types-mooselike-perl/moox-types-mooselike-perl_0.29.bb index 233b409a..27b7dd59 100644 --- a/recipes-devel/moox-types-mooselike-perl/moox-types-mooselike-perl_0.29.bb +++ b/recipes-devel/moox-types-mooselike-perl/moox-types-mooselike-perl_0.29.bb @@ -1,33 +1,28 @@ DESCRIPTION = "This module provides a possibility to build your own set of Moose-like \ -types. These custom types can then be used to describe fields in \ -Moo-based \ +types. These custom types can then be used to describe fields in Moo-based \ classes." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MooX-Types-MooseLike" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz" SRC_URI[md5sum] = "0905b92c1b44578e05e7f08fa7adb9ee" SRC_URI[sha256sum] = "1d3780aa9bea430afbe65aa8c76e718f1045ce788aadda4116f59d3b7a7ad2b4" -RDEPENDS_${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RRECOMMENDS:${PN} += "strictures-perl" DEPENDS += "moo-perl-native" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/MooX-Types-MooseLike-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/moox-typetiny-perl/moox-typetiny-perl_0.001003.bb b/recipes-devel/moox-typetiny-perl/moox-typetiny-perl_0.002003.bb similarity index 64% rename from recipes-devel/moox-typetiny-perl/moox-typetiny-perl_0.001003.bb rename to recipes-devel/moox-typetiny-perl/moox-typetiny-perl_0.002003.bb index ce5ba55e..bce284a7 100644 --- a/recipes-devel/moox-typetiny-perl/moox-typetiny-perl_0.001003.bb +++ b/recipes-devel/moox-typetiny-perl/moox-typetiny-perl_0.002003.bb @@ -3,21 +3,21 @@ better. It will automatically apply to isa checks and coercions that use \ Type::Tiny. Non-Type::Tiny isa checks will work as normal." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MooX-TypeTiny" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/MooX-TypeTiny-0.001003.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/MooX-TypeTiny-0.002003.tar.gz" -SRC_URI[md5sum] = "55788c47b7363393b957abc8a7b2f11b" -SRC_URI[sha256sum] = "9a48623752188d1ff81c79f07c75e3cb471667c2f2139911e769f7d0b3760055" -RDEPENDS_${PN} += "moo-perl" -RDEPENDS_${PN} += "type-tiny-perl" +SRC_URI[md5sum] = "11d27986dff550f2e2cdb9d3a6c26469" +SRC_URI[sha256sum] = "d81e26ff6f8db10261f0087f96dc54367dcb49a9f3de8d53238f834ece19624b" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "type-tiny-perl" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/MooX-TypeTiny-${PV}" diff --git a/recipes-devel/mro-compat-perl/mro-compat-perl_0.13.bb b/recipes-devel/mro-compat-perl/mro-compat-perl_0.15.bb similarity index 65% rename from recipes-devel/mro-compat-perl/mro-compat-perl_0.13.bb rename to recipes-devel/mro-compat-perl/mro-compat-perl_0.15.bb index 886a761d..0a253f72 100644 --- a/recipes-devel/mro-compat-perl/mro-compat-perl_0.13.bb +++ b/recipes-devel/mro-compat-perl/mro-compat-perl_0.15.bb @@ -2,19 +2,19 @@ DESCRIPTION = "The "mro" namespace provides several utilities for dealing with m resolution order and method caching in general in Perl 5.9.5 and higher." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MRO-Compat" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/MRO-Compat-0.13.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/MRO-Compat-0.15.tar.gz" -SRC_URI[md5sum] = "d2e603e8ae9dc6934162d190eb085385" -SRC_URI[sha256sum] = "8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8" +SRC_URI[md5sum] = "f644dafe901214cedfa7ed8b43b56df1" +SRC_URI[sha256sum] = "0d4535f88e43babd84ab604866215fc4d04398bd4db7b21852d4a31b1c15ef61" S = "${WORKDIR}/MRO-Compat-${PV}" diff --git a/recipes-devel/multidimensional-perl/multidimensional-perl_0.014.bb b/recipes-devel/multidimensional-perl/multidimensional-perl_0.014.bb index 9c5e8342..2d67c8b5 100644 --- a/recipes-devel/multidimensional-perl/multidimensional-perl_0.014.bb +++ b/recipes-devel/multidimensional-perl/multidimensional-perl_0.014.bb @@ -3,20 +3,20 @@ language had references, but these days it mostly serves to bite you when \ you typo a hash slice by using the "$" sigil instead of "@"." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/multidimensional" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/I/IL/ILMARI/multidimensional-0.014.tar.gz" SRC_URI[md5sum] = "5a030f1fa297ca3c56269fa0c26b7300" SRC_URI[sha256sum] = "12eb14317447bd15ab9799677db9eda20e784d8b113e44a5f6f11f529e862c5f" -RDEPENDS_${PN} += "b-hooks-op-check-perl" +RDEPENDS:${PN} += "b-hooks-op-check-perl" DEPENDS += "b-hooks-op-check-perl-native" DEPENDS += "extutils-depends-perl-native" diff --git a/recipes-devel/namespace-autoclean-perl/namespace-autoclean-perl_0.28.bb b/recipes-devel/namespace-autoclean-perl/namespace-autoclean-perl_0.28.bb deleted file mode 100644 index df0960b2..00000000 --- a/recipes-devel/namespace-autoclean-perl/namespace-autoclean-perl_0.28.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "When you import a function into a Perl package, it will naturally also \ -be available as a method." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/namespace-autoclean" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/namespace-autoclean-0.28.tar.gz" - -SRC_URI[md5sum] = "9746a73c34f294d663c583f857b8648f" -SRC_URI[sha256sum] = "cd410a1681add521a28805da2e138d44f0d542407b50999252a147e553c26c39" -RDEPENDS_${PN} += "b-hooks-endofscope-perl" -RDEPENDS_${PN} += "namespace-clean-perl" -RDEPENDS_${PN} += "sub-identify-perl" -DEPENDS += "test-requires-perl-native" - -S = "${WORKDIR}/namespace-autoclean-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/namespace-autoclean-perl/namespace-autoclean-perl_0.29.bb b/recipes-devel/namespace-autoclean-perl/namespace-autoclean-perl_0.29.bb new file mode 100644 index 00000000..28d6986c --- /dev/null +++ b/recipes-devel/namespace-autoclean-perl/namespace-autoclean-perl_0.29.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "When you import a function into a Perl package, it will naturally also be \ +available as a method." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/namespace-autoclean" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/namespace-autoclean-0.29.tar.gz" + +SRC_URI[md5sum] = "39b38c776cd1f0ee03cc70781a2f2798" +SRC_URI[sha256sum] = "45ebd8e64a54a86f88d8e01ae55212967c8aa8fed57e814085def7608ac65804" +RDEPENDS:${PN} += "b-hooks-endofscope-perl" +RDEPENDS:${PN} += "namespace-clean-perl" +RDEPENDS:${PN} += "sub-identify-perl" +DEPENDS += "test-needs-perl-native" + +S = "${WORKDIR}/namespace-autoclean-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/namespace-clean-perl/namespace-clean-perl_0.27.bb b/recipes-devel/namespace-clean-perl/namespace-clean-perl_0.27.bb index fff4a990..4975dcda 100644 --- a/recipes-devel/namespace-clean-perl/namespace-clean-perl_0.27.bb +++ b/recipes-devel/namespace-clean-perl/namespace-clean-perl_0.27.bb @@ -5,21 +5,21 @@ example, plugin classes that are included via multiple inheritance by \ loading them as base classes." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/namespace-clean" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RI/RIBASUSHI/namespace-clean-0.27.tar.gz" SRC_URI[md5sum] = "cba97f39ef7e594bd8489b4fdcddb662" SRC_URI[sha256sum] = "8a10a83c3e183dc78f9e7b7aa4d09b47c11fb4e7d3a33b9a12912fd22e31af9d" -RDEPENDS_${PN} += "b-hooks-endofscope-perl" -RDEPENDS_${PN} += "package-stash-perl" +RDEPENDS:${PN} += "b-hooks-endofscope-perl" +RDEPENDS:${PN} += "package-stash-perl" S = "${WORKDIR}/namespace-clean-${PV}" diff --git a/recipes-devel/ntlm-perl/ntlm-perl_1.09.bb b/recipes-devel/ntlm-perl/ntlm-perl_1.09.bb index dc48071c..28f05c11 100644 --- a/recipes-devel/ntlm-perl/ntlm-perl_1.09.bb +++ b/recipes-devel/ntlm-perl/ntlm-perl_1.09.bb @@ -1,32 +1,26 @@ -DESCRIPTION = " This module provides methods to use NTLM authentication. It can \ - be used as an authenticate method with the Mail::IMAPClient module \ - to perform the challenge/response mechanism for NTLM connections \ - or it can be used on its own for NTLM authentication with other \ - protocols (eg. HTTP)." +DESCRIPTION = " This module provides methods to use NTLM authentication. It can be \ +used as an authenticate method with the Mail::IMAPClient module to perform \ +the challenge/response mechanism for NTLM connections or it can be used on \ +its own for NTLM authentication with other protocols (eg. HTTP)." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/NTLM" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/N/NB/NBEBOUT/NTLM-1.09.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/N/NB/NBEBOUT/NTLM-1.09.tar.gz" SRC_URI[md5sum] = "da314ee94b14af2a2f39b6f2c0046e73" SRC_URI[sha256sum] = "c823e30cda76bc15636e584302c960e2b5eeef9517c2448f7454498893151f85" -RDEPENDS_${PN} += "digest-hmac-perl" +RDEPENDS:${PN} += "digest-hmac-perl" S = "${WORKDIR}/NTLM-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/object-tiny-perl/object-tiny-perl_1.08.bb b/recipes-devel/object-tiny-perl/object-tiny-perl_1.08.bb deleted file mode 100644 index 62367f90..00000000 --- a/recipes-devel/object-tiny-perl/object-tiny-perl_1.08.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "There's a whole bunch of class builders out there. In fact, creating a \ -class builder seems to be something of a rite of passage (this is my \ -fifth, at \ -least)." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Object-Tiny" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Object-Tiny-1.08.tar.gz" - -SRC_URI[md5sum] = "01faa01e179ea95ec9e792dd0ead64f0" -SRC_URI[sha256sum] = "b1d6058ce377b74a21f888008ad65aa17427dbec46c9aad3ba1c3fd93864de56" - -S = "${WORKDIR}/Object-Tiny-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/object-tiny-perl/object-tiny-perl_1.09.bb b/recipes-devel/object-tiny-perl/object-tiny-perl_1.09.bb new file mode 100644 index 00000000..5740ece6 --- /dev/null +++ b/recipes-devel/object-tiny-perl/object-tiny-perl_1.09.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "There's a whole bunch of class builders out there. In fact, creating a \ +class builder seems to be something of a rite of passage (this is my fifth, \ +at least)." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Object-Tiny" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Object-Tiny-1.09.tar.gz" + +SRC_URI[md5sum] = "80b27117b78276f468b390fe19eb5f4d" +SRC_URI[sha256sum] = "7819ccdd18ee18b0e5ce660c084e4e04be3f2f34341302925581d21b53cac6bd" + +S = "${WORKDIR}/Object-Tiny-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/package-deprecationmanager-perl/package-deprecationmanager-perl_0.17.bb b/recipes-devel/package-deprecationmanager-perl/package-deprecationmanager-perl_0.17.bb index e94d4de4..2a8a50f2 100644 --- a/recipes-devel/package-deprecationmanager-perl/package-deprecationmanager-perl_0.17.bb +++ b/recipes-devel/package-deprecationmanager-perl/package-deprecationmanager-perl_0.17.bb @@ -14,10 +14,10 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Package-Deprecation SRC_URI[md5sum] = "7b46e92aaae3047ede3c67c1714ab88e" SRC_URI[sha256sum] = "1d743ada482b5c9871d894966e87d4c20edc96931bb949fb2638b000ddd6684b" -RDEPENDS_${PN} += "package-stash-perl" -RDEPENDS_${PN} += "params-util-perl" -RDEPENDS_${PN} += "sub-install-perl" -RDEPENDS_${PN} += "sub-name-perl" +RDEPENDS:${PN} += "package-stash-perl" +RDEPENDS:${PN} += "params-util-perl" +RDEPENDS:${PN} += "sub-install-perl" +RDEPENDS:${PN} += "sub-name-perl" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-warnings-perl-native" diff --git a/recipes-devel/package-stash-perl/package-stash-perl_0.37.bb b/recipes-devel/package-stash-perl/package-stash-perl_0.37.bb deleted file mode 100644 index 17c93602..00000000 --- a/recipes-devel/package-stash-perl/package-stash-perl_0.37.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Manipulating stashes (Perl's symbol tables) is occasionally necessary, but \ -incredibly messy, and easy to get wrong. This module hides all of that \ -behind a simple API." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Package-Stash" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DO/DOY/Package-Stash-0.37.tar.gz" - -SRC_URI[md5sum] = "7e47a8261312e1cf3d12bd2007916b66" -SRC_URI[sha256sum] = "06ab05388f9130cd377c0e1d3e3bafeed6ef6a1e22104571a9e1d7bfac787b2c" -RDEPENDS_${PN} += "dist-checkconflicts-perl" -RDEPENDS_${PN} += "module-implementation-perl" -RRECOMMENDS_${PN} += "package-stash-xs-perl" -DEPENDS += "test-fatal-perl-native" -DEPENDS += "test-requires-perl-native" - -S = "${WORKDIR}/Package-Stash-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/package-stash-perl/package-stash-perl_0.39.bb b/recipes-devel/package-stash-perl/package-stash-perl_0.39.bb new file mode 100644 index 00000000..cb1feafb --- /dev/null +++ b/recipes-devel/package-stash-perl/package-stash-perl_0.39.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "Manipulating stashes (Perl's symbol tables) is occasionally necessary, but \ +incredibly messy, and easy to get wrong. This module hides all of that \ +behind a simple API." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Package-Stash" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Package-Stash-0.39.tar.gz" + +SRC_URI[md5sum] = "287d80c9115c9230912aca684f8ca92e" +SRC_URI[sha256sum] = "9165f555112e080493ce0e9129de0886da30b2593fb353a2abd1c76b2d2621b5" +RDEPENDS:${PN} += "dist-checkconflicts-perl" +RDEPENDS:${PN} += "module-implementation-perl" +RRECOMMENDS:${PN} += "package-stash-xs-perl" +DEPENDS += "cpan-meta-check-perl-native" +DEPENDS += "test-needs-perl-native" +DEPENDS += "test-fatal-perl-native" + +S = "${WORKDIR}/Package-Stash-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/package-stash-xs-perl/package-stash-xs-perl_0.28.bb b/recipes-devel/package-stash-xs-perl/package-stash-xs-perl_0.28.bb deleted file mode 100644 index 7f82e55f..00000000 --- a/recipes-devel/package-stash-xs-perl/package-stash-xs-perl_0.28.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "This is a backend for Package::Stash, which provides the functionality \ -in a way that's less buggy and much faster. It will be used by default \ -if it's \ -installed, and should be preferred in all environments with a compiler." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -PARALLEL_MAKE = " " - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Package-Stash-XS" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/D/DO/DOY/Package-Stash-XS-0.28.tar.gz" - -SRC_URI[md5sum] = "9664356ec3be02626cbd3081ec246b70" -SRC_URI[sha256sum] = "23d8c5c25768ef1dc0ce53b975796762df0d6e244445d06e48d794886c32d486" -DEPENDS += "test-fatal-perl-native" -DEPENDS += "test-requires-perl-native" - -S = "${WORKDIR}/Package-Stash-XS-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/package-stash-xs-perl/package-stash-xs-perl_0.29.bb b/recipes-devel/package-stash-xs-perl/package-stash-xs-perl_0.29.bb new file mode 100644 index 00000000..839da8d7 --- /dev/null +++ b/recipes-devel/package-stash-xs-perl/package-stash-xs-perl_0.29.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "This is a backend for Package::Stash, which provides the functionality in a \ +way that's less buggy and much faster. It will be used by default if it's \ +installed, and should be preferred in all environments with a compiler." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Package-Stash-XS" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Package-Stash-XS-0.29.tar.gz" + +SRC_URI[md5sum] = "e5b58846a01aa39c36605e071c306dcc" +SRC_URI[sha256sum] = "d3676ba94641e03d6a30e951f09266c4c3ca3f5b58aa7b314a67f28e419878aa" +DEPENDS += "test-fatal-perl-native" +DEPENDS += "test-requires-perl-native" + +S = "${WORKDIR}/Package-Stash-XS-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/padwalker-perl/padwalker-perl_2.3.bb b/recipes-devel/padwalker-perl/padwalker-perl_2.5.bb similarity index 60% rename from recipes-devel/padwalker-perl/padwalker-perl_2.3.bb rename to recipes-devel/padwalker-perl/padwalker-perl_2.5.bb index 9612dbed..c2a6d33b 100644 --- a/recipes-devel/padwalker-perl/padwalker-perl_2.3.bb +++ b/recipes-devel/padwalker-perl/padwalker-perl_2.5.bb @@ -3,27 +3,22 @@ lexical variables in any subroutine which called you. It will only show \ those variables which are in scope at the point of the call." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/PadWalker" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RO/ROBIN/PadWalker-2.3.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RO/ROBIN/PadWalker-2.5.tar.gz" -SRC_URI[md5sum] = "361ba6079224d6710a2e2c4131875f0b" -SRC_URI[sha256sum] = "2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf" +SRC_URI[md5sum] = "f3f1e06c0385aab80353176a414f02b2" +SRC_URI[sha256sum] = "07b26abb841146af32072a8d68cb90176ffb176fd9268e6f2f7d106f817a0cd0" S = "${WORKDIR}/PadWalker-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-devel/params-util-perl/params-util-perl_1.07.bb b/recipes-devel/params-util-perl/params-util-perl_1.07.bb deleted file mode 100644 index b784b541..00000000 --- a/recipes-devel/params-util-perl/params-util-perl_1.07.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = ""Params::Util\" provides a basic set of importable functions that makes \ -checking parameters a hell of a lot easier" - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Params-Util" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz" - -SRC_URI[md5sum] = "02db120c0eef87aae1830cc62bdec37b" -SRC_URI[sha256sum] = "30f1ec3f2cf9ff66ae96f973333f23c5f558915bb6266881eac7423f52d7c76c" - -S = "${WORKDIR}/Params-Util-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/params-util-perl/params-util-perl_1.102.bb b/recipes-devel/params-util-perl/params-util-perl_1.102.bb new file mode 100644 index 00000000..d5fe4d86 --- /dev/null +++ b/recipes-devel/params-util-perl/params-util-perl_1.102.bb @@ -0,0 +1,25 @@ +DESCRIPTION = ""Params::Util" provides a basic set of importable functions that makes \ +checking parameters a hell of a lot easier" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Params-Util" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Params-Util-1.102.tar.gz" + +SRC_URI[md5sum] = "f1aa70ba570f03f14cd394096b9c6883" +SRC_URI[sha256sum] = "499bb1b482db24fda277a51525596ad092c2bd51dd508fa8fec2e9f849097402" +DEPENDS += "test-leaktrace-perl-native" +RECOMMENDS += "config-autoconf-perl-native" + +S = "${WORKDIR}/Params-Util-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/params-validate-perl/params-validate-perl_1.29.bb b/recipes-devel/params-validate-perl/params-validate-perl_1.30.bb similarity index 60% rename from recipes-devel/params-validate-perl/params-validate-perl_1.29.bb rename to recipes-devel/params-validate-perl/params-validate-perl_1.30.bb index 83022acb..5ed4950e 100644 --- a/recipes-devel/params-validate-perl/params-validate-perl_1.29.bb +++ b/recipes-devel/params-validate-perl/params-validate-perl_1.30.bb @@ -1,6 +1,4 @@ -DESCRIPTION = "The Params::Validate module allows you to validate method or function call \ -parameters to an arbitrary level of specificity. \ -I would recommend you consider using Params::ValidationCompiler instead. \ +DESCRIPTION = "I would recommend you consider using Params::ValidationCompiler instead. \ That module, despite being pure Perl, is *significantly* faster than this \ one, at the cost of having to adopt a type system such as Specio, \ Type::Tiny, or the one shipped with Moose." @@ -14,11 +12,11 @@ HOMEPAGE= "https://metacpan.org/release/Params-Validate" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Params-Validate-1.29.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Params-Validate-1.30.tar.gz" -SRC_URI[md5sum] = "cebbbbef30ef71af513ed7c2fb4faf43" -SRC_URI[sha256sum] = "49a68dfb430bea028042479111d19068e08095e5a467e320b7ab7bde3d729733" -RDEPENDS_${PN} += "module-implementation-perl" +SRC_URI[md5sum] = "2f1f7f3a1845974d9fc44d16cac1a0fb" +SRC_URI[sha256sum] = "9a3a35583d3125d07e8c802c1f92f5be7d526e76dd496e944da270b1e273d812" +RDEPENDS:${PN} += "module-implementation-perl" DEPENDS += "module-build-perl-native" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-requires-perl-native" @@ -28,8 +26,8 @@ S = "${WORKDIR}/Params-Validate-${PV}" inherit cpan_build allarch # daisy -EXTRA_BUILDFLAGS="--pp" +EXTRA_BUILDFLAGS="--pureperl_only" # jethro+ -EXTRA_CPAN_BUILD_FLAGS="--pp" +EXTRA_CPAN_BUILD_FLAGS="--pureperl_only" BBCLASSEXTEND = "native" diff --git a/recipes-devel/params-validationcompiler-perl/params-validationcompiler-perl_0.30.bb b/recipes-devel/params-validationcompiler-perl/params-validationcompiler-perl_0.30.bb index dedf5ff0..b736d994 100644 --- a/recipes-devel/params-validationcompiler-perl/params-validationcompiler-perl_0.30.bb +++ b/recipes-devel/params-validationcompiler-perl/params-validationcompiler-perl_0.30.bb @@ -15,11 +15,10 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Params-ValidationCo SRC_URI[md5sum] = "f7746a98cab3d7a246372379d4658a4e" SRC_URI[sha256sum] = "dc5bee23383be42765073db284bed9fbd819d4705ad649c20b644452090d16cb" -RDEPENDS_${PN} += "eval-closure-perl" -RDEPENDS_${PN} += "exception-class-perl" -RRECOMMENDS_${PN} += "class-xsaccessor-perl" +RDEPENDS:${PN} += "eval-closure-perl" +RDEPENDS:${PN} += "exception-class-perl" +RRECOMMENDS:${PN} += "class-xsaccessor-perl" DEPENDS += "specio-perl-native" -DEPENDS += "test-simple-perl-native" DEPENDS += "test-without-module-perl-native" DEPENDS += "test2-plugin-nowarnings-perl-native" DEPENDS += "test2-suite-perl-native" diff --git a/recipes-devel/perl-tidy-perl/perl-tidy-perl_20180220.bb b/recipes-devel/perl-tidy-perl/perl-tidy-perl_20211029.bb similarity index 65% rename from recipes-devel/perl-tidy-perl/perl-tidy-perl_20180220.bb rename to recipes-devel/perl-tidy-perl/perl-tidy-perl_20211029.bb index 522b0fda..d1f143c4 100644 --- a/recipes-devel/perl-tidy-perl/perl-tidy-perl_20180220.bb +++ b/recipes-devel/perl-tidy-perl/perl-tidy-perl_20211029.bb @@ -4,18 +4,18 @@ case the @ARGV array will be used to provide input parameters as described \ in the perltidy(1) man page." SECTION = "libs" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-only" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Perl-Tidy" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" -SRC_URI = "https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20180220.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20211029.tar.gz" -SRC_URI[md5sum] = "1b2397646622f748b2c533dcac274587" -SRC_URI[sha256sum] = "e9973ce28b7518108c1e68fa767c6566822480e739df275375a0dfcc9c2b3370" +SRC_URI[md5sum] = "edf2140290fb0d285c881221599bc286" +SRC_URI[sha256sum] = "ec03b1e36a57d094569a30082688f722253401c7cc934ac64d2e3eb4de880eda" S = "${WORKDIR}/Perl-Tidy-${PV}" diff --git a/recipes-devel/posix-strftime-compiler-perl/posix-strftime-compiler-perl_0.42.bb b/recipes-devel/posix-strftime-compiler-perl/posix-strftime-compiler-perl_0.44.bb similarity index 65% rename from recipes-devel/posix-strftime-compiler-perl/posix-strftime-compiler-perl_0.42.bb rename to recipes-devel/posix-strftime-compiler-perl/posix-strftime-compiler-perl_0.44.bb index 71392d45..e6ba0740 100644 --- a/recipes-devel/posix-strftime-compiler-perl/posix-strftime-compiler-perl_0.42.bb +++ b/recipes-devel/posix-strftime-compiler-perl/posix-strftime-compiler-perl_0.44.bb @@ -3,20 +3,20 @@ But this module will not affected by the system locale. This feature is \ useful when you want to write loggers, servers and portable applications." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/POSIX-strftime-Compiler" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/POSIX-strftime-Compiler-0.42.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/POSIX-strftime-Compiler-0.44.tar.gz" -SRC_URI[md5sum] = "c0a5f76b1b0ce9cdb90d627b017e6cf5" -SRC_URI[sha256sum] = "26582bdd78b254bcc1c56d0b770fa280e8b8f70957c84dc44572ba4cacb0ac11" -DEPENDS += "module-build-perl-native" +SRC_URI[md5sum] = "3a5ae7d56a5917410c1b661e01ed1a68" +SRC_URI[sha256sum] = "dfd3c97398dcfe51c8236b85e3dc28035667b76531f7aa0a6535f3aa5405b35a" +DEPENDS += "module-build-tiny-perl-native" S = "${WORKDIR}/POSIX-strftime-Compiler-${PV}" diff --git a/recipes-devel/probe-perl-perl/probe-perl-perl_0.03.bb b/recipes-devel/probe-perl-perl/probe-perl-perl_0.03.bb index 1e3fca01..aae95dac 100644 --- a/recipes-devel/probe-perl-perl/probe-perl-perl_0.03.bb +++ b/recipes-devel/probe-perl-perl/probe-perl-perl_0.03.bb @@ -1,31 +1,24 @@ -DESCRIPTION = "This module provides methods for obtaining information about the \ -currently running perl interpreter. It originally began life as code in \ -the \ -\"Module::Build\" project, but has been externalized here for general \ -use." +DESCRIPTION = "This module provides methods for obtaining information about the currently \ +running perl interpreter. It originally began life as code in the \ +"Module::Build" project, but has been externalized here for general use." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Probe-Perl" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-0.03.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-0.03.tar.gz" SRC_URI[md5sum] = "8876e1b99c531800a86b383702e0ab73" SRC_URI[sha256sum] = "d9e4d21e2e77638559045fa09046b1b6fff6c403b949929db213e30abe8a3c31" S = "${WORKDIR}/Probe-Perl-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/regexp-util-perl/regexp-util-perl_0.005.bb b/recipes-devel/regexp-util-perl/regexp-util-perl_0.005.bb index 7b9c2f59..1de17a6d 100644 --- a/recipes-devel/regexp-util-perl/regexp-util-perl_0.005.bb +++ b/recipes-devel/regexp-util-perl/regexp-util-perl_0.005.bb @@ -1,20 +1,20 @@ DESCRIPTION = "This module provides the following functions:" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Regexp-Util" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Regexp-Util-0.005.tar.gz" SRC_URI[md5sum] = "8fd3e4adabcfe44b5c3fba28b1d10168" SRC_URI[sha256sum] = "a08871fca2054c464ec6cd663fbdb2fce99cc0346256acf0a4936681ed8a0e00" -RDEPENDS_${PN} += "exporter-tiny-perl" +RDEPENDS:${PN} += "exporter-tiny-perl" S = "${WORKDIR}/Regexp-Util-${PV}" diff --git a/recipes-devel/return-multilevel-perl/return-multilevel-perl_0.05.bb b/recipes-devel/return-multilevel-perl/return-multilevel-perl_0.08.bb similarity index 62% rename from recipes-devel/return-multilevel-perl/return-multilevel-perl_0.05.bb rename to recipes-devel/return-multilevel-perl/return-multilevel-perl_0.08.bb index 36eb2b01..dfd0f891 100644 --- a/recipes-devel/return-multilevel-perl/return-multilevel-perl_0.05.bb +++ b/recipes-devel/return-multilevel-perl/return-multilevel-perl_0.08.bb @@ -5,21 +5,20 @@ stack frames using "eval"). In other words, this is more like \ setjmp(3)/longjmp(3) than "die"." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Return-MultiLevel" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MAUKE/Return-MultiLevel-0.05.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Return-MultiLevel-0.08.tar.gz" -SRC_URI[md5sum] = "0364afe664e8997ffb2163d565b2d915" -SRC_URI[sha256sum] = "ff076fbaba653c09953ac53959fe6c64fb52a33db3b5d223a015ab75ac3ed91d" -RDEPENDS_${PN} += "data-munge-perl" -RRECOMMENDS_${PN} += "scope-upper-perl" +SRC_URI[md5sum] = "8633c5f19a261b68e4eaed622da6d770" +SRC_URI[sha256sum] = "51b1aef30c5c4009f640267a08589212e87dcd101800f0d20f9c635c9ffe88a1" +RRECOMMENDS:${PN} += "scope-upper-perl" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/Return-MultiLevel-${PV}" diff --git a/recipes-devel/role-tiny-perl/role-tiny-perl_2.000006.bb b/recipes-devel/role-tiny-perl/role-tiny-perl_2.002004.bb similarity index 56% rename from recipes-devel/role-tiny-perl/role-tiny-perl_2.000006.bb rename to recipes-devel/role-tiny-perl/role-tiny-perl_2.002004.bb index b1e7c26b..4f932d70 100644 --- a/recipes-devel/role-tiny-perl/role-tiny-perl_2.000006.bb +++ b/recipes-devel/role-tiny-perl/role-tiny-perl_2.002004.bb @@ -1,20 +1,20 @@ DESCRIPTION = ""Role::Tiny" is a minimalist role composition tool." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Role-Tiny" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.000006.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.002004.tar.gz" -SRC_URI[md5sum] = "7c277728a7e090f64b495857cadfed08" -SRC_URI[sha256sum] = "cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382" -RRECOMMENDS_${PN} += "class-method-modifiers-perl" +SRC_URI[md5sum] = "9ee45591befa3d0b1094ac75d282b6ba" +SRC_URI[sha256sum] = "d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45" +RRECOMMENDS:${PN} += "class-method-modifiers-perl" S = "${WORKDIR}/Role-Tiny-${PV}" diff --git a/recipes-devel/safe-isa-perl/safe-isa-perl_1.000010.bb b/recipes-devel/safe-isa-perl/safe-isa-perl_1.000010.bb index b8eca8d7..1de0b0d3 100644 --- a/recipes-devel/safe-isa-perl/safe-isa-perl_1.000010.bb +++ b/recipes-devel/safe-isa-perl/safe-isa-perl_1.000010.bb @@ -1,14 +1,14 @@ DESCRIPTION = "How many times have you found yourself writing:" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Safe-Isa" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Safe-Isa-1.000010.tar.gz" diff --git a/recipes-devel/scalar-list-utils-perl/scalar-list-utils-perl_1.50.bb b/recipes-devel/scalar-list-utils-perl/scalar-list-utils-perl_1.60.bb similarity index 69% rename from recipes-devel/scalar-list-utils-perl/scalar-list-utils-perl_1.50.bb rename to recipes-devel/scalar-list-utils-perl/scalar-list-utils-perl_1.60.bb index f45074ea..3c536273 100644 --- a/recipes-devel/scalar-list-utils-perl/scalar-list-utils-perl_1.50.bb +++ b/recipes-devel/scalar-list-utils-perl/scalar-list-utils-perl_1.60.bb @@ -4,19 +4,19 @@ high enough to warrant the use of a keyword, and the size so small such \ that being individual extensions would be wasteful." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Scalar-List-Utils" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.50.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.60.tar.gz" -SRC_URI[md5sum] = "136313884d1afa2fb6840695a1034b2c" -SRC_URI[sha256sum] = "06aab9c693380190e53be09be7daed20c5d6278f71956989c24cca7782013675" +SRC_URI[md5sum] = "2e9e72dab0a3171be207117b70bb9e58" +SRC_URI[sha256sum] = "c685bad8021f008f321288b7c3182ec724ab198a77610e877c86f3fad4b85f07" S = "${WORKDIR}/Scalar-List-Utils-${PV}" diff --git a/recipes-devel/scope-guard-perl/scope-guard-perl_0.21.bb b/recipes-devel/scope-guard-perl/scope-guard-perl_0.21.bb index 25fa24fc..b14a5933 100644 --- a/recipes-devel/scope-guard-perl/scope-guard-perl_0.21.bb +++ b/recipes-devel/scope-guard-perl/scope-guard-perl_0.21.bb @@ -7,14 +7,14 @@ execution is aborted prematurely. This effectively allows lexically-scoped \ collector." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Scope-Guard" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.21.tar.gz" diff --git a/recipes-devel/scope-upper-perl/scope-upper-perl_0.31.bb b/recipes-devel/scope-upper-perl/scope-upper-perl_0.33.bb similarity index 64% rename from recipes-devel/scope-upper-perl/scope-upper-perl_0.31.bb rename to recipes-devel/scope-upper-perl/scope-upper-perl_0.33.bb index 78fa5bf5..29f6057f 100644 --- a/recipes-devel/scope-upper-perl/scope-upper-perl_0.31.bb +++ b/recipes-devel/scope-upper-perl/scope-upper-perl_0.33.bb @@ -2,19 +2,19 @@ DESCRIPTION = "This module lets you defer actions *at run-time* that will take p the control flow returns into an upper scope. Currently, you can:" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Scope-Upper" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/V/VP/VPIT/Scope-Upper-0.31.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/V/VP/VPIT/Scope-Upper-0.33.tar.gz" -SRC_URI[md5sum] = "616191e1d3cec2daf490ebd874ebaac9" -SRC_URI[sha256sum] = "cc4d2ce0f185b4867d73b4083991117052a523fd409debf15bdd7e374cc16d8c" +SRC_URI[md5sum] = "7429e28c36297aba11d7655edc74385a" +SRC_URI[sha256sum] = "5f33be01ad68fcbec6ef81eeb03b3511a2f5f0752ad513d993a4c13a5fb1a648" S = "${WORKDIR}/Scope-Upper-${PV}" diff --git a/recipes-devel/specio-perl/specio-perl_0.43.bb b/recipes-devel/specio-perl/specio-perl_0.47.bb similarity index 54% rename from recipes-devel/specio-perl/specio-perl_0.43.bb rename to recipes-devel/specio-perl/specio-perl_0.47.bb index b3722a57..f7fcbf26 100644 --- a/recipes-devel/specio-perl/specio-perl_0.43.bb +++ b/recipes-devel/specio-perl/specio-perl_0.47.bb @@ -10,19 +10,19 @@ HOMEPAGE= "https://metacpan.org/release/Specio" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Specio-0.43.tar.gz" - -SRC_URI[md5sum] = "7a8e7794b75a61d522c9d3c2815d1358" -SRC_URI[sha256sum] = "3cd0debf7b6404127d5e0bb7fb78cfef9df5e2519d3d6ad7113b59ad1da9fa1d" -RDEPENDS_${PN} += "devel-stacktrace-perl" -RDEPENDS_${PN} += "eval-closure-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "mro-compat-perl" -RDEPENDS_${PN} += "role-tiny-perl" -RDEPENDS_${PN} += "sub-quote-perl" -RDEPENDS_${PN} += "test-fatal-perl" -RDEPENDS_${PN} += "try-tiny-perl" -RRECOMMENDS_${PN} += "ref-util-perl" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Specio-0.47.tar.gz" + +SRC_URI[md5sum] = "42a6734e5c02836f6d99646167694b96" +SRC_URI[sha256sum] = "f41307f14444f8777e572f27eeb6a964084399e7e382c47c577827ad8a286a1c" +RDEPENDS:${PN} += "devel-stacktrace-perl" +RDEPENDS:${PN} += "eval-closure-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "mro-compat-perl" +RDEPENDS:${PN} += "role-tiny-perl" +RDEPENDS:${PN} += "sub-quote-perl" +RDEPENDS:${PN} += "test-fatal-perl" +RDEPENDS:${PN} += "try-tiny-perl" +RRECOMMENDS:${PN} += "ref-util-perl" DEPENDS += "test-needs-perl-native" S = "${WORKDIR}/Specio-${PV}" diff --git a/recipes-devel/spiffy-perl/spiffy-perl_0.46.bb b/recipes-devel/spiffy-perl/spiffy-perl_0.46.bb index a1505e8e..6b5a8706 100644 --- a/recipes-devel/spiffy-perl/spiffy-perl_0.46.bb +++ b/recipes-devel/spiffy-perl/spiffy-perl_0.46.bb @@ -1,34 +1,26 @@ -DESCRIPTION = ""Spiffy\" is a framework and methodology for doing object oriented (OO) \ +DESCRIPTION = ""Spiffy" is a framework and methodology for doing object oriented (OO) \ programming in Perl. Spiffy combines the best parts of Exporter.pm, \ -base.pm, \ -mixin.pm and SUPER.pm into one magic foundation class. It attempts to \ -fix \ -all the nits and warts of traditional Perl OO, in a clean, \ -straightforward \ -and (perhaps someday) standard way." +base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts \ +to fix all the nits and warts of traditional Perl OO, in a clean, \ +straightforward and (perhaps someday) standard way." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Spiffy" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/I/IN/INGY/Spiffy-0.46.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/I/IN/INGY/Spiffy-0.46.tar.gz" SRC_URI[md5sum] = "2ec7007c111a6bc2775bb7c57673a24b" SRC_URI[sha256sum] = "8f58620a8420255c49b6c43c5ff5802bd25e4f09240c51e5bf2b022833d41da3" S = "${WORKDIR}/Spiffy-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/stream-buffered-perl/stream-buffered-perl_0.03.bb b/recipes-devel/stream-buffered-perl/stream-buffered-perl_0.03.bb index 3a94697b..276bf1bb 100644 --- a/recipes-devel/stream-buffered-perl/stream-buffered-perl_0.03.bb +++ b/recipes-devel/stream-buffered-perl/stream-buffered-perl_0.03.bb @@ -1,32 +1,25 @@ DESCRIPTION = "Stream::Buffered is a buffer class to store arbitrary length of byte \ -strings and then get a seekable filehandle once everything is buffered. \ -It uses \ -PerlIO and/or temporary file to save the buffer depending on the length \ -of \ -the size." +strings and then get a seekable filehandle once everything is buffered. It \ +uses PerlIO and/or temporary file to save the buffer depending on the \ +length of the size." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Stream-Buffered" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/D/DO/DOY/Stream-Buffered-0.03.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DO/DOY/Stream-Buffered-0.03.tar.gz" SRC_URI[md5sum] = "b030fecaa784cd573289ae797c7aeae9" SRC_URI[sha256sum] = "9b2d4390b5de6b0cf4558e4ad04317a73c5e13dd19af29149c4e47c37fb2423b" S = "${WORKDIR}/Stream-Buffered-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/strictures-perl/strictures-perl_2.000005.bb b/recipes-devel/strictures-perl/strictures-perl_2.000005.bb deleted file mode 100644 index 45dcb3e4..00000000 --- a/recipes-devel/strictures-perl/strictures-perl_2.000005.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "I've been writing the equivalent of this module at the top of my code for \ -about a year now. I figured it was time to make it shorter." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/strictures" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/strictures-2.000005.tar.gz" - -SRC_URI[md5sum] = "30e19bf51cf27df447ac7f2702750f02" -SRC_URI[sha256sum] = "960bdb9f82c8f09caebc417bce3fdf75b27de81f4408d0ba0b0a6d61ab86dd99" -RRECOMMENDS_${PN} += "bareword-filehandles-perl" -RRECOMMENDS_${PN} += "indirect-perl" -RRECOMMENDS_${PN} += "multidimensional-perl" - -S = "${WORKDIR}/strictures-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/strictures-perl/strictures-perl_2.000006.bb b/recipes-devel/strictures-perl/strictures-perl_2.000006.bb new file mode 100644 index 00000000..4baa7ac8 --- /dev/null +++ b/recipes-devel/strictures-perl/strictures-perl_2.000006.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "I've been writing the equivalent of this module at the top of my code for \ +about a year now. I figured it was time to make it shorter." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/strictures" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/strictures-2.000006.tar.gz" + +SRC_URI[md5sum] = "35c14fd25320f32ff40e977feae95d0d" +SRC_URI[sha256sum] = "09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57" +RRECOMMENDS:${PN} += "bareword-filehandles-perl" +RRECOMMENDS:${PN} += "indirect-perl" +RRECOMMENDS:${PN} += "multidimensional-perl" + +S = "${WORKDIR}/strictures-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/string-rewriteprefix-perl/string-rewriteprefix-perl_0.007.bb b/recipes-devel/string-rewriteprefix-perl/string-rewriteprefix-perl_0.007.bb deleted file mode 100644 index ce86c9de..00000000 --- a/recipes-devel/string-rewriteprefix-perl/string-rewriteprefix-perl_0.007.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "rewrite strings based on a set of known prefixes" - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/String-RewritePrefix" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/R/RJ/RJBS/String-RewritePrefix-0.007.tar.gz" - -SRC_URI[md5sum] = "7135a69bd8cf74cf17dba857b2372d16" -SRC_URI[sha256sum] = "5cbbccd5636315a90ddec3610c718411b971ae4b74d5e9e2c9a0b3f976a0dda2" -RDEPENDS_${PN} += "sub-exporter-perl" - -S = "${WORKDIR}/String-RewritePrefix-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/string-rewriteprefix-perl/string-rewriteprefix-perl_0.008.bb b/recipes-devel/string-rewriteprefix-perl/string-rewriteprefix-perl_0.008.bb new file mode 100644 index 00000000..0a8808b3 --- /dev/null +++ b/recipes-devel/string-rewriteprefix-perl/string-rewriteprefix-perl_0.008.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "rewrite strings based on a set of known prefixes" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/String-RewritePrefix" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/String-RewritePrefix-0.008.tar.gz" + +SRC_URI[md5sum] = "af3e7375bed768ea7494ff53b80b81c0" +SRC_URI[sha256sum] = "e45a31d6914e8f5fc722ef48d8819400dafc02105e0c61414aabbf01bce208eb" +RDEPENDS:${PN} += "sub-exporter-perl" + +S = "${WORKDIR}/String-RewritePrefix-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/struct-dumb-perl/struct-dumb-perl_0.09.bb b/recipes-devel/struct-dumb-perl/struct-dumb-perl_0.12.bb similarity index 71% rename from recipes-devel/struct-dumb-perl/struct-dumb-perl_0.09.bb rename to recipes-devel/struct-dumb-perl/struct-dumb-perl_0.12.bb index 7e7cd963..4e2cec71 100644 --- a/recipes-devel/struct-dumb-perl/struct-dumb-perl_0.09.bb +++ b/recipes-devel/struct-dumb-perl/struct-dumb-perl_0.12.bb @@ -5,24 +5,24 @@ references with the given field values. These references all respond to \ lvalue methods that access or modify the values stored." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Struct-Dumb" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Struct-Dumb-0.09.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Struct-Dumb-0.12.tar.gz" -SRC_URI[md5sum] = "bb9ea100dc6f9ecd1c345381930dda08" -SRC_URI[sha256sum] = "337d917920e66afc752675397487a03dac813f773e3c30e006a0ce8e55fc393d" +SRC_URI[md5sum] = "b17df247f2e42c0b80a8b11b9fc3d824" +SRC_URI[sha256sum] = "52ce70c433e6962ad1c20e9e297a5391e0b74a44520fbce2e482f544e3657f73" DEPENDS += "module-build-perl-native" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/Struct-Dumb-${PV}" -inherit cpan allarch +inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/sub-exporter-perl/sub-exporter-perl_0.987.bb b/recipes-devel/sub-exporter-perl/sub-exporter-perl_0.987.bb deleted file mode 100644 index 8c94b60c..00000000 --- a/recipes-devel/sub-exporter-perl/sub-exporter-perl_0.987.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "This module provides a number of utility functions for performing \ -common or useful operations when setting up a Sub::Exporter \ -configuration. All of the \ -utilities may be exported, but none are by default." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Sub-Exporter" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz" - -SRC_URI[md5sum] = "5332d269a7ba387773fcd140b72a0ed2" -SRC_URI[sha256sum] = "543cb2e803ab913d44272c7da6a70bb62c19e467f3b12aaac4c9523259b083d6" -RDEPENDS_${PN} += "data-optlist-perl" -RDEPENDS_${PN} += "params-util-perl" -RDEPENDS_${PN} += "sub-install-perl" - -S = "${WORKDIR}/Sub-Exporter-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/sub-exporter-perl/sub-exporter-perl_0.988.bb b/recipes-devel/sub-exporter-perl/sub-exporter-perl_0.988.bb new file mode 100644 index 00000000..41e35691 --- /dev/null +++ b/recipes-devel/sub-exporter-perl/sub-exporter-perl_0.988.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "ACHTUNG! If you're not familiar with Exporter or exporting, read \ +Sub::Exporter::Tutorial first!" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Sub-Exporter" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.988.tar.gz" + +SRC_URI[md5sum] = "9ccc63fd0f1d77e3e1a24bec07e05638" +SRC_URI[sha256sum] = "23324887d6c590f145702f077d8ca42f1b2f26a3b76f08d66c2c1e21e606040c" +RDEPENDS:${PN} += "data-optlist-perl" +RDEPENDS:${PN} += "params-util-perl" +RDEPENDS:${PN} += "sub-install-perl" + +S = "${WORKDIR}/Sub-Exporter-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/sub-exporter-progressive-perl/sub-exporter-progressive-perl_0.001013.bb b/recipes-devel/sub-exporter-progressive-perl/sub-exporter-progressive-perl_0.001013.bb index 259296b5..ce392d9f 100644 --- a/recipes-devel/sub-exporter-progressive-perl/sub-exporter-progressive-perl_0.001013.bb +++ b/recipes-devel/sub-exporter-progressive-perl/sub-exporter-progressive-perl_0.001013.bb @@ -6,14 +6,14 @@ try to use "Sub::Exporter"'s more advanced features, like renaming exports, \ if they try to use them." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Sub-Exporter-Progressive" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz" diff --git a/recipes-devel/sub-identify-perl/sub-identify-perl_0.14.bb b/recipes-devel/sub-identify-perl/sub-identify-perl_0.14.bb index 915782b6..76fba738 100644 --- a/recipes-devel/sub-identify-perl/sub-identify-perl_0.14.bb +++ b/recipes-devel/sub-identify-perl/sub-identify-perl_0.14.bb @@ -1,14 +1,14 @@ DESCRIPTION = ""Sub::Identify" allows you to retrieve the real name of code references." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Sub-Identify" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.14.tar.gz" @@ -19,9 +19,4 @@ S = "${WORKDIR}/Sub-Identify-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-devel/sub-info-perl/sub-info-perl_0.002.bb b/recipes-devel/sub-info-perl/sub-info-perl_0.002.bb index dc055a5a..6f742e26 100644 --- a/recipes-devel/sub-info-perl/sub-info-perl_0.002.bb +++ b/recipes-devel/sub-info-perl/sub-info-perl_0.002.bb @@ -1,20 +1,20 @@ DESCRIPTION = "Tool to inspect subroutines." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Sub-Info" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Sub-Info-0.002.tar.gz" SRC_URI[md5sum] = "335345b534fc0539c894050f7814cbda" SRC_URI[sha256sum] = "ea3056d696bdeff21a99d340d5570887d39a8cc47bff23adfc82df6758cdd0ea" -RDEPENDS_${PN} += "importer-perl" +RDEPENDS:${PN} += "importer-perl" S = "${WORKDIR}/Sub-Info-${PV}" diff --git a/recipes-devel/sub-install-perl/sub-install-perl_0.928.bb b/recipes-devel/sub-install-perl/sub-install-perl_0.928.bb index 0e13f2dd..95d4de8e 100644 --- a/recipes-devel/sub-install-perl/sub-install-perl_0.928.bb +++ b/recipes-devel/sub-install-perl/sub-install-perl_0.928.bb @@ -1,30 +1,24 @@ -DESCRIPTION = "This module makes it easy to install subroutines into packages without \ -the unsightly mess of \"no strict\" or typeglobs lying about where just \ -anyone can \ -see them." +DESCRIPTION = "This module makes it easy to install subroutines into packages without the \ +unsightly mess of "no strict" or typeglobs lying about where just anyone \ +can see them." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Sub-Install" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz" SRC_URI[md5sum] = "e1ce4f9cb6b2f6b8778b036c31afa5ab" SRC_URI[sha256sum] = "61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f" S = "${WORKDIR}/Sub-Install-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/sub-name-perl/sub-name-perl_0.21.bb b/recipes-devel/sub-name-perl/sub-name-perl_0.26.bb similarity index 61% rename from recipes-devel/sub-name-perl/sub-name-perl_0.21.bb rename to recipes-devel/sub-name-perl/sub-name-perl_0.26.bb index 4f480113..d8d0708f 100644 --- a/recipes-devel/sub-name-perl/sub-name-perl_0.21.bb +++ b/recipes-devel/sub-name-perl/sub-name-perl_0.26.bb @@ -1,19 +1,19 @@ DESCRIPTION = "This module has only one function, which is also exported by default:" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Sub-Name" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Sub-Name-0.21.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Sub-Name-0.26.tar.gz" -SRC_URI[md5sum] = "7e7a181e30b3249d0b81585f55e36621" -SRC_URI[sha256sum] = "bd32e9dee07047c10ae474c9f17d458b6e9885a6db69474c7a494ccc34c27117" +SRC_URI[md5sum] = "0eb109dfa223e056c07d84c9fbda1762" +SRC_URI[sha256sum] = "2d2f2d697d516c89547e7c4307f1e79441641cae2c7395e7319b306d390df105" S = "${WORKDIR}/Sub-Name-${PV}" diff --git a/recipes-devel/sub-quote-perl/sub-quote-perl_2.005001.bb b/recipes-devel/sub-quote-perl/sub-quote-perl_2.006006.bb similarity index 60% rename from recipes-devel/sub-quote-perl/sub-quote-perl_2.005001.bb rename to recipes-devel/sub-quote-perl/sub-quote-perl_2.006006.bb index b65c213e..703d1d47 100644 --- a/recipes-devel/sub-quote-perl/sub-quote-perl_2.005001.bb +++ b/recipes-devel/sub-quote-perl/sub-quote-perl_2.006006.bb @@ -1,20 +1,20 @@ DESCRIPTION = "This package provides performant ways to generate subroutines from strings." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Sub-Quote" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.005001.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.006006.tar.gz" -SRC_URI[md5sum] = "1b0f288ca8c60243f9bc29cfee4c4986" -SRC_URI[sha256sum] = "d6ab4f0775def015367a05e02024b403f991b2be11d774f3d235fe7e9bdbba07" -RRECOMMENDS_${PN} += "sub-name-perl" +SRC_URI[md5sum] = "1bb9caee697bcfa738f419d40505e506" +SRC_URI[sha256sum] = "6e4e2af42388fa6d2609e0e82417de7cc6be47223f576592c656c73c7524d89d" +RRECOMMENDS:${PN} += "sub-name-perl" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/Sub-Quote-${PV}" diff --git a/recipes-devel/sub-uplevel-perl/sub-uplevel-perl_0.2800.bb b/recipes-devel/sub-uplevel-perl/sub-uplevel-perl_0.2800.bb index f213a9c7..88261ea2 100644 --- a/recipes-devel/sub-uplevel-perl/sub-uplevel-perl_0.2800.bb +++ b/recipes-devel/sub-uplevel-perl/sub-uplevel-perl_0.2800.bb @@ -3,14 +3,14 @@ to fool caller(). All the really naughty bits of Tcl's uplevel() are \ avoided." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Sub-Uplevel" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz" diff --git a/recipes-devel/syntax-keyword-try-perl/syntax-keyword-try-perl_0.18.bb b/recipes-devel/syntax-keyword-try-perl/syntax-keyword-try-perl_0.18.bb new file mode 100644 index 00000000..9b674971 --- /dev/null +++ b/recipes-devel/syntax-keyword-try-perl/syntax-keyword-try-perl_0.18.bb @@ -0,0 +1,38 @@ +DESCRIPTION = 'This module provides a syntax plugin that implements exception-handling \ +semantics in a form familiar to users of other languages, being built on a \ +block labeled with the "try" keyword, followed by at least one of a "catch" \ +or "finally" block.' + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Syntax-Keyword-Try" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Syntax-Keyword-Try-0.18.tar.gz" + +SRC_URI[md5sum] = "09e9391d67b91fc6a764362feeea7f21" +SRC_URI[sha256sum] = "24a10e8d6b1c5c1976a54dea2d007c2b60fa3a1e391ee0de0a845d79306a78ec" +DEPENDS += "module-build-perl-native" + +S = "${WORKDIR}/Syntax-Keyword-Try-${PV}" + +EXTRA_CPAN_BUILD_FLAGS="--config cc="${CC}" --config ccflags="${CFLAGS}" --config ld="${CCLD} ${LDFLAGS}"" + +inherit cpan_build + +do_configure() { + export LD="${CCLD} ${LDFLAGS}" + cpan_build_do_configure +} + +do_compile() { + export LD="${CCLD} ${LDFLAGS}" + cpan_build_do_compile +} + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/task-weaken-perl/task-weaken-perl_1.06.bb b/recipes-devel/task-weaken-perl/task-weaken-perl_1.06.bb index c9817e8e..bd749f7b 100644 --- a/recipes-devel/task-weaken-perl/task-weaken-perl_1.06.bb +++ b/recipes-devel/task-weaken-perl/task-weaken-perl_1.06.bb @@ -2,14 +2,14 @@ DESCRIPTION = "One recurring problem in modules that use Scalar::Util's "weaken" is that it is not present in the pure-perl variant." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Task-Weaken" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Task-Weaken-1.06.tar.gz" diff --git a/recipes-devel/term-table-perl/term-table-perl_0.012.bb b/recipes-devel/term-table-perl/term-table-perl_0.016.bb similarity index 59% rename from recipes-devel/term-table-perl/term-table-perl_0.012.bb rename to recipes-devel/term-table-perl/term-table-perl_0.016.bb index 7eda91fb..6fd1f7ca 100644 --- a/recipes-devel/term-table-perl/term-table-perl_0.012.bb +++ b/recipes-devel/term-table-perl/term-table-perl_0.016.bb @@ -2,21 +2,21 @@ DESCRIPTION = "This is used by some failing tests to provide diagnostics about w gone wrong. This module is able to generic format rows of data into tables." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Term-Table" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-0.012.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-0.016.tar.gz" -SRC_URI[md5sum] = "a38cad6182e2c4864752746f1035abbd" -SRC_URI[sha256sum] = "4db6118fbf862bd32a8402e1ee28ce2044d0e0887ef29b726e917ab4258a063a" -DEPENDS += "test-simple-perl-native" -RRECOMMENDS_${PN} += "scalar-list-utils-perl" +SRC_URI[md5sum] = "ef0c76824c57eaa7796558060067bb49" +SRC_URI[sha256sum] = "8fb4fbb8e96a2d6c514949eb8cfd7e66319bcb1cbf7cea0ab19af887a72d97bf" +RDEPENDS:${PN} += "importer-perl" +RRECOMMENDS:${PN} += "unicode-linebreak-perl" S = "${WORKDIR}/Term-Table-${PV}" diff --git a/recipes-devel/test-base-perl/test-base-perl_0.89.bb b/recipes-devel/test-base-perl/test-base-perl_0.89.bb index 23c092d4..397f5fe5 100644 --- a/recipes-devel/test-base-perl/test-base-perl_0.89.bb +++ b/recipes-devel/test-base-perl/test-base-perl_0.89.bb @@ -5,21 +5,21 @@ testing framework and philosophy. Test::More encourages you to make your \ own framework by subclassing Test::Builder, but that is not trivial." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Base" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/I/IN/INGY/Test-Base-0.89.tar.gz" SRC_URI[md5sum] = "682b8d527ccea15d4bfe6214ded8f53c" SRC_URI[sha256sum] = "2794a1aaaeb1d3a287dd2c7286258663796562f7db9ccc6b424bc4f1de8ad014" -RDEPENDS_${PN} += "spiffy-perl" -RRECOMMENDS_${PN} += "test-deep-perl" +RDEPENDS:${PN} += "spiffy-perl" +RRECOMMENDS:${PN} += "test-deep-perl" DEPENDS += "algorithm-diff-perl-native" DEPENDS += "text-diff-perl-native" diff --git a/recipes-devel/test-cleannamespaces-perl/test-cleannamespaces-perl_0.23.bb b/recipes-devel/test-cleannamespaces-perl/test-cleannamespaces-perl_0.24.bb similarity index 65% rename from recipes-devel/test-cleannamespaces-perl/test-cleannamespaces-perl_0.23.bb rename to recipes-devel/test-cleannamespaces-perl/test-cleannamespaces-perl_0.24.bb index f555ebf5..040b2054 100644 --- a/recipes-devel/test-cleannamespaces-perl/test-cleannamespaces-perl_0.23.bb +++ b/recipes-devel/test-cleannamespaces-perl/test-cleannamespaces-perl_0.24.bb @@ -4,23 +4,23 @@ namespace::clean and are therefore available to be called as methods, which \ usually isn't want you want." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-CleanNamespaces" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.23.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.24.tar.gz" -SRC_URI[md5sum] = "2eeeb5d382c72010e6a175637e78785c" -SRC_URI[sha256sum] = "c7bf97f3c786b75f84341135904b492a1a36646aa65db3e0fd15a3cbe0864872" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "package-stash-perl" -RDEPENDS_${PN} += "sub-identify-perl" -RRECOMMENDS_${PN} += "package-stash-xs-perl" +SRC_URI[md5sum] = "0ddfb7e5f11ddfb9498cb500c7616fb8" +SRC_URI[sha256sum] = "338d5569e8e89a654935f843ec0bc84aaa486fe8dd1898fb9cab3eccecd5327a" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "package-stash-perl" +RDEPENDS:${PN} += "sub-identify-perl" +RRECOMMENDS:${PN} += "package-stash-xs-perl" DEPENDS += "file-pushd-perl-native" DEPENDS += "namespace-clean-perl-native" DEPENDS += "sub-exporter-perl-native" diff --git a/recipes-devel/test-deep-perl/test-deep-perl_1.128.bb b/recipes-devel/test-deep-perl/test-deep-perl_1.130.bb similarity index 66% rename from recipes-devel/test-deep-perl/test-deep-perl_1.128.bb rename to recipes-devel/test-deep-perl/test-deep-perl_1.130.bb index 23759355..13dd66df 100644 --- a/recipes-devel/test-deep-perl/test-deep-perl_1.128.bb +++ b/recipes-devel/test-deep-perl/test-deep-perl_1.130.bb @@ -3,19 +3,19 @@ probably read about Test::Simple and Test::More before preceding. \ Test::Deep uses the Test::Builder framework." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Deep" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.130.tar.gz" -SRC_URI[md5sum] = "9bc47147ea720fc01bc6b214afb884ff" -SRC_URI[sha256sum] = "852d7e836fba8269b0b755082051a24a1a309d015a8b76838790af9e3760092f" +SRC_URI[md5sum] = "d466e471108f7f7a5df3802cb13761ac" +SRC_URI[sha256sum] = "4064f494f5f62587d0ae501ca439105821ee5846c687dc6503233f55300a7c56" S = "${WORKDIR}/Test-Deep-${PV}" diff --git a/recipes-devel/test-eol-perl/test-eol-perl_2.00.bb b/recipes-devel/test-eol-perl/test-eol-perl_2.02.bb similarity index 64% rename from recipes-devel/test-eol-perl/test-eol-perl_2.00.bb rename to recipes-devel/test-eol-perl/test-eol-perl_2.02.bb index ab2fd5d9..baabd020 100644 --- a/recipes-devel/test-eol-perl/test-eol-perl_2.00.bb +++ b/recipes-devel/test-eol-perl/test-eol-perl_2.02.bb @@ -2,19 +2,19 @@ DESCRIPTION = "This module scans your project/distribution for any perl files (s modules, etc) for the presence of windows line endings." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-EOL" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-EOL-2.00.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-EOL-2.02.tar.gz" -SRC_URI[md5sum] = "4278fac962b1015b7c92d8d55dc3f929" -SRC_URI[sha256sum] = "8e7f7e5d07d3be0f1d7d51bcda8af0962767eb2897fd48994df274c0f5ed6b50" +SRC_URI[md5sum] = "5d22a042cc7dc92711fd4af833893826" +SRC_URI[sha256sum] = "283199d7fb27807fe2226af7b12571c6dc2508d8e5c0feb505d089d31720afc4" S = "${WORKDIR}/Test-EOL-${PV}" diff --git a/recipes-devel/test-exception-perl/test-exception-perl_0.43.bb b/recipes-devel/test-exception-perl/test-exception-perl_0.43.bb index ffd02c61..5a8d833a 100644 --- a/recipes-devel/test-exception-perl/test-exception-perl_0.43.bb +++ b/recipes-devel/test-exception-perl/test-exception-perl_0.43.bb @@ -1,22 +1,22 @@ -DESCRIPTION = "This module provides a few convenience methods for testing exception \ -based code. It is built with Test::Builder and plays happily with \ -Test::More and friends." +DESCRIPTION = "This module provides a few convenience methods for testing exception based \ +code. It is built with Test::Builder and plays happily with Test::More and \ +friends." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Exception" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Exception-0.43.tar.gz" SRC_URI[md5sum] = "572d355026fb0b87fc2b8c64b83cada0" SRC_URI[sha256sum] = "156b13f07764f766d8b45a43728f2439af81a3512625438deab783b7883eb533" -RDEPENDS_${PN} += "sub-uplevel-perl" +RDEPENDS:${PN} += "sub-uplevel-perl" S = "${WORKDIR}/Test-Exception-${PV}" diff --git a/recipes-devel/test-fatal-perl/test-fatal-perl_0.014.bb b/recipes-devel/test-fatal-perl/test-fatal-perl_0.016.bb similarity index 64% rename from recipes-devel/test-fatal-perl/test-fatal-perl_0.014.bb rename to recipes-devel/test-fatal-perl/test-fatal-perl_0.016.bb index a9b613db..a212c9ac 100644 --- a/recipes-devel/test-fatal-perl/test-fatal-perl_0.014.bb +++ b/recipes-devel/test-fatal-perl/test-fatal-perl_0.016.bb @@ -3,20 +3,20 @@ less, but should allow greater flexibility in testing exception-throwing \ code with about the same amount of typing." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Fatal" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.016.tar.gz" -SRC_URI[md5sum] = "7954f6d2e3607be10c0fbd69063a3d1b" -SRC_URI[sha256sum] = "bcdcef5c7b2790a187ebca810b0a08221a63256062cfab3c3b98685d91d1cbb0" -RDEPENDS_${PN} += "try-tiny-perl" +SRC_URI[md5sum] = "da5d864c04a60e71de9ae51b318562fd" +SRC_URI[sha256sum] = "7283d430f2ba2030b8cd979ae3039d3f1b2ec3dde1a11ca6ae09f992a66f788f" +RDEPENDS:${PN} += "try-tiny-perl" S = "${WORKDIR}/Test-Fatal-${PV}" diff --git a/recipes-devel/test-identity-perl/test-identity-perl_0.01.bb b/recipes-devel/test-identity-perl/test-identity-perl_0.01.bb index 14a39abf..3e51284e 100644 --- a/recipes-devel/test-identity-perl/test-identity-perl_0.01.bb +++ b/recipes-devel/test-identity-perl/test-identity-perl_0.01.bb @@ -1,35 +1,26 @@ -DESCRIPTION = "This module provides a single testing function, \"identical\". It \ -asserts that a given reference is as expected; that is, it either \ -refers to the same \ -object or is \"undef\". It is similar to \"Test::More::is\" except that \ -it uses \ -\"refaddr\", ensuring that it behaves correctly even if the references \ -under \ -test are objects that overload stringification or numification." +DESCRIPTION = "This module provides a single testing function, "identical". It asserts \ +that a given reference is as expected; that is, it either refers to the \ +same object or is "undef". It is similar to "Test::More::is" except that it \ +uses "refaddr", ensuring that it behaves correctly even if the references \ +under test are objects that overload stringification or numification." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Identity" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/P/PE/PEVANS/Test-Identity-0.01.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Test-Identity-0.01.tar.gz" SRC_URI[md5sum] = "ecef85c791cf5847e4c374983cf22a74" SRC_URI[sha256sum] = "2f0205009aed152668182aafa16357ab1f47b4cbc001e89871b67387ef8e5f23" -DEPENDS += "perl" S = "${WORKDIR}/Test-Identity-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-devel/test-inter-perl/test-inter-perl_1.09.bb b/recipes-devel/test-inter-perl/test-inter-perl_1.09.bb new file mode 100644 index 00000000..12b25977 --- /dev/null +++ b/recipes-devel/test-inter-perl/test-inter-perl_1.09.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "This is another framework for writing test scripts. Much of the syntax is \ +loosely inspired by Test::More, and Test::Inter has most of it's \ +functionality, but it is not a drop-in replacement." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Test-Inter" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SB/SBECK/Test-Inter-1.09.tar.gz" + +SRC_URI[md5sum] = "4e9bbe25e28d2453a6c63a1e675cc484" +SRC_URI[sha256sum] = "1e9f129cc1a001fb95449d385253b38afabf5b466e3b3bd33e4e430f216e177a" +DEPENDS += "file-find-rule-perl-native" +DEPENDS += "test-pod-coverage-perl-native" +DEPENDS += "test-pod-perl-native" + +S = "${WORKDIR}/Test-Inter-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/test-leaktrace-perl/test-leaktrace-perl_0.16.bb b/recipes-devel/test-leaktrace-perl/test-leaktrace-perl_0.17.bb similarity index 66% rename from recipes-devel/test-leaktrace-perl/test-leaktrace-perl_0.16.bb rename to recipes-devel/test-leaktrace-perl/test-leaktrace-perl_0.17.bb index 9b323fe2..fcf9b618 100644 --- a/recipes-devel/test-leaktrace-perl/test-leaktrace-perl_0.16.bb +++ b/recipes-devel/test-leaktrace-perl/test-leaktrace-perl_0.17.bb @@ -3,19 +3,19 @@ module scans arenas, the memory allocation system, so it can detect any \ leaked SVs in given blocks." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-LeakTrace" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-0.16.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz" -SRC_URI[md5sum] = "d58f3e0fed32df8255787a77d7d87641" -SRC_URI[sha256sum] = "5f089eed915f1ec8c743f6d2777c3ecd0ca01df2f7b9e10038d316952583e403" +SRC_URI[md5sum] = "afdb2cc6be0807cb635fb601a004d522" +SRC_URI[sha256sum] = "777d64d2938f5ea586300eef97ef03eacb43d4c1853c9c3b1091eb3311467970" S = "${WORKDIR}/Test-LeakTrace-${PV}" diff --git a/recipes-devel/test-lib-perl/test-lib-perl_0.002.bb b/recipes-devel/test-lib-perl/test-lib-perl_0.002.bb new file mode 100644 index 00000000..0a6a075b --- /dev/null +++ b/recipes-devel/test-lib-perl/test-lib-perl_0.002.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Searches upward from the calling module for a directory t with a lib \ +directory inside it, and adds it to the module search path. Looks upward up \ +to 5 directories. This is intended to be used in test modules either \ +directly in t or in a subdirectory to find their included testing libraries \ +located in t/lib." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Test-Lib" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Lib-0.002.tar.gz" + +SRC_URI[md5sum] = "b24e39b9818ee11eca3d9d647e4aa395" +SRC_URI[sha256sum] = "14aead0483df0893600865c8c80c99709f8667381488fe45a516009a4eb35f11" + +S = "${WORKDIR}/Test-Lib-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/test-memory-cycle-perl/test-memory-cycle-perl_1.06.bb b/recipes-devel/test-memory-cycle-perl/test-memory-cycle-perl_1.06.bb index 20530f38..d485500d 100644 --- a/recipes-devel/test-memory-cycle-perl/test-memory-cycle-perl_1.06.bb +++ b/recipes-devel/test-memory-cycle-perl/test-memory-cycle-perl_1.06.bb @@ -1,21 +1,20 @@ DESCRIPTION = "Verifies code hasn't left circular references" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-2.0" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Memory-Cycle" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/Test-Memory-Cycle-1.06.tar.gz" SRC_URI[md5sum] = "397e709ba33d3883b5fb2bc49e3a70b0" SRC_URI[sha256sum] = "9d53ddfdc964cd8454cb0da4c695b6a3ae47b45839291c34cb9d8d1cfaab3202" -RDEPENDS_${PN} += "devel-cycle-perl" -RDEPENDS_${PN} += "padwalker-perl" +RDEPENDS:${PN} += "devel-cycle-perl" +RDEPENDS:${PN} += "padwalker-perl" S = "${WORKDIR}/Test-Memory-Cycle-${PV}" diff --git a/recipes-devel/test-mockobject-perl/test-mockobject-perl_1.20180705.bb b/recipes-devel/test-mockobject-perl/test-mockobject-perl_1.20200122.bb similarity index 65% rename from recipes-devel/test-mockobject-perl/test-mockobject-perl_1.20180705.bb rename to recipes-devel/test-mockobject-perl/test-mockobject-perl_1.20200122.bb index 315f2c45..32c41357 100644 --- a/recipes-devel/test-mockobject-perl/test-mockobject-perl_1.20180705.bb +++ b/recipes-devel/test-mockobject-perl/test-mockobject-perl_1.20200122.bb @@ -4,21 +4,21 @@ input to another module, trying to coax the right output from something \ you're not supposed to be testing anyway." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-MockObject" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-1.20180705.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-1.20200122.tar.gz" -SRC_URI[md5sum] = "0aa90bfc9c5fc6f36a2d47152047f22c" -SRC_URI[sha256sum] = "4516058d5d511155c1c462dab4027d762d6a474b99f73bf7da20b5ffbd024518" -RRECOMMENDS_${PN} += "universal-can-perl" -RRECOMMENDS_${PN} += "universal-isa-perl" +SRC_URI[md5sum] = "67a1869d91d2e5d60d8986c13333978a" +SRC_URI[sha256sum] = "2b7f80da87f5a6fe0360d9ee521051053017442c3a26e85db68dfac9f8307623" +RDEPENDS:${PN} += "universal-can-perl" +RDEPENDS:${PN} += "universal-isa-perl" DEPENDS += "test-exception-perl-native" DEPENDS += "test-warn-perl-native" diff --git a/recipes-devel/test-most-perl/test-most-perl_0.35.bb b/recipes-devel/test-most-perl/test-most-perl_0.37.bb similarity index 59% rename from recipes-devel/test-most-perl/test-most-perl_0.35.bb rename to recipes-devel/test-most-perl/test-most-perl_0.37.bb index fead957f..fede3dd3 100644 --- a/recipes-devel/test-most-perl/test-most-perl_0.35.bb +++ b/recipes-devel/test-most-perl/test-most-perl_0.37.bb @@ -5,24 +5,24 @@ fixes through Test::Most and don't have to keep upgrading these modules \ separately." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Most" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/O/OV/OVID/Test-Most-0.35.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OV/OVID/Test-Most-0.37.tar.gz" -SRC_URI[md5sum] = "03dbabd34d6f40af8bd47f5fbb0c6989" -SRC_URI[sha256sum] = "9897a6f4d751598d2ed1047e01c1554b01d0f8c96c45e7e845229782bf6f657f" -RDEPENDS_${PN} += "exception-class-perl" -RDEPENDS_${PN} += "test-deep-perl" -RDEPENDS_${PN} += "test-differences-perl" -RDEPENDS_${PN} += "test-exception-perl" -RDEPENDS_${PN} += "test-warn-perl" +SRC_URI[md5sum] = "53d658737f2c07d3fb05167bf62687ed" +SRC_URI[sha256sum] = "533370141eb9f18cf4ac380f6ded2ab57802a6e184008a80fd2304bfcc474fc7" +RDEPENDS:${PN} += "exception-class-perl" +RDEPENDS:${PN} += "test-deep-perl" +RDEPENDS:${PN} += "test-differences-perl" +RDEPENDS:${PN} += "test-exception-perl" +RDEPENDS:${PN} += "test-warn-perl" S = "${WORKDIR}/Test-Most-${PV}" diff --git a/recipes-devel/test-needs-perl/test-needs-perl_0.002005.bb b/recipes-devel/test-needs-perl/test-needs-perl_0.002009.bb similarity index 69% rename from recipes-devel/test-needs-perl/test-needs-perl_0.002005.bb rename to recipes-devel/test-needs-perl/test-needs-perl_0.002009.bb index 2395e037..ee619517 100644 --- a/recipes-devel/test-needs-perl/test-needs-perl_0.002005.bb +++ b/recipes-devel/test-needs-perl/test-needs-perl_0.002009.bb @@ -4,19 +4,19 @@ missing, the test script will be skipped. Modules that are found but fail \ to compile will exit with an error rather than skip." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Needs" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002005.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002009.tar.gz" -SRC_URI[md5sum] = "356634a56c99282e8059f290f5d534c8" -SRC_URI[sha256sum] = "5a4f33983586edacdbe00a3b429a9834190140190dab28d0f873c394eb7df399" +SRC_URI[md5sum] = "5643cd323afb77d20363acbaf9b12bcc" +SRC_URI[sha256sum] = "571c21193ad16195df58b06b268798796a391b398c443271721d2cc0fb7c4ac3" S = "${WORKDIR}/Test-Needs-${PV}" diff --git a/recipes-devel/test-nowarnings-perl/test-nowarnings-perl_1.04.bb b/recipes-devel/test-nowarnings-perl/test-nowarnings-perl_1.04.bb deleted file mode 100644 index 66152979..00000000 --- a/recipes-devel/test-nowarnings-perl/test-nowarnings-perl_1.04.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "In general, your tests shouldn't produce warnings. This modules causes \ -any warnings to be captured and stored. It automatically adds an extra test \ -that will run when your script ends to check that there were no warnings. If \ -there were any warings, the test will give a \"not ok\" and diagnostics of \ -where, when and what the warning was, including a stack trace of what was \ -going on when the it occurred." - -SECTION = "libs" -LICENSE = "LGPL-2.1" -PR = "r1" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Test-NoWarnings" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" - -SRC_URI = "http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz" - -SRC_URI[md5sum] = "682ed043f7d3e38f3dfd8745fd21c49a" -SRC_URI[sha256sum] = "638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c" -DEPENDS += "test-simple-perl-native" - -S = "${WORKDIR}/Test-NoWarnings-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/test-nowarnings-perl/test-nowarnings-perl_1.06.bb b/recipes-devel/test-nowarnings-perl/test-nowarnings-perl_1.06.bb new file mode 100644 index 00000000..c9d5f23d --- /dev/null +++ b/recipes-devel/test-nowarnings-perl/test-nowarnings-perl_1.06.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "In general, your tests shouldn't produce warnings. This modules causes any \ +warnings to be captured and stored. It automatically adds an extra test \ +that will run when your script ends to check that there were no warnings. \ +If there were any warnings, the test will give a "not ok" and diagnostics \ +of where, when and what the warning was, including a stack trace of what \ +was going on when the it occurred." + +SECTION = "libs" +LICENSE = "LGPL-2.1-only" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Test-NoWarnings" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" + +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-NoWarnings-1.06.tar.gz" + +SRC_URI[md5sum] = "e44d8b1820b45a71e59a0119120ca622" +SRC_URI[sha256sum] = "c2dc51143b7eb63231210e27df20d2c8393772e0a333547ec8b7a205ed62f737" + +S = "${WORKDIR}/Test-NoWarnings-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/test-output-perl/test-output-perl_1.031.bb b/recipes-devel/test-output-perl/test-output-perl_1.033.bb similarity index 54% rename from recipes-devel/test-output-perl/test-output-perl_1.031.bb rename to recipes-devel/test-output-perl/test-output-perl_1.033.bb index ae880fa3..a8034e93 100644 --- a/recipes-devel/test-output-perl/test-output-perl_1.031.bb +++ b/recipes-devel/test-output-perl/test-output-perl_1.033.bb @@ -3,20 +3,19 @@ DESCRIPTION = "Test::Output provides a simple interface for testing output sent and be as flexible as possible to the tester." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-2.0" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Output" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" -SRC_URI = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-Output-1.031.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-Output-1.033.tar.gz" -SRC_URI[md5sum] = "5384ea67483c98290c1e51b3b2aee84d" -SRC_URI[sha256sum] = "f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4" -RDEPENDS_${PN} += "capture-tiny-perl" +SRC_URI[md5sum] = "454bac1d7423e793c820b7d70987fbc6" +SRC_URI[sha256sum] = "f6a8482740b075fad22aaf4d987d38ef927c6d2b452d4ae0d0bd8f779830556e" +RDEPENDS:${PN} += "capture-tiny-perl" S = "${WORKDIR}/Test-Output-${PV}" diff --git a/recipes-devel/test-pod-perl/test-pod-perl_1.52.bb b/recipes-devel/test-pod-perl/test-pod-perl_1.52.bb index ea499e05..94a9d1ef 100644 --- a/recipes-devel/test-pod-perl/test-pod-perl_1.52.bb +++ b/recipes-devel/test-pod-perl/test-pod-perl_1.52.bb @@ -2,14 +2,14 @@ DESCRIPTION = "Check POD files for errors or warnings in a test file, using "Pod to do the heavy lifting." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Pod" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Pod-1.52.tar.gz" diff --git a/recipes-devel/test-refcount-perl/test-refcount-perl_0.08.bb b/recipes-devel/test-refcount-perl/test-refcount-perl_0.08.bb deleted file mode 100644 index f27b670b..00000000 --- a/recipes-devel/test-refcount-perl/test-refcount-perl_0.08.bb +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "The Perl garbage collector uses simple reference counting during the \ -normal execution of a program. This means that cycles or unweakened \ -references in \ -other parts of code can keep an object around for longer than intended. \ -To \ -help avoid this problem, the reference count of a new object from its \ -class \ -constructor ought to be 1. This way, the caller can know the object \ -will be \ -properly DESTROYed when it drops all of its references to it." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Test-Refcount" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/P/PE/PEVANS/Test-Refcount-0.08.tar.gz" - -SRC_URI[md5sum] = "bcf11e5f0103568674bcc15d2168932e" -SRC_URI[sha256sum] = "90adbb5c8676953575d95e867b7aae763120de146268b7f4c00543e2c748cad7" -RRECOMMENDS_${PN} += "devel-mat-perl" - -S = "${WORKDIR}/Test-Refcount-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/test-refcount-perl/test-refcount-perl_0.10.bb b/recipes-devel/test-refcount-perl/test-refcount-perl_0.10.bb new file mode 100644 index 00000000..14cef10f --- /dev/null +++ b/recipes-devel/test-refcount-perl/test-refcount-perl_0.10.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "The Perl garbage collector uses simple reference counting during the normal \ +execution of a program. This means that cycles or unweakened references in \ +other parts of code can keep an object around for longer than intended. To \ +help avoid this problem, the reference count of a new object from its class \ +constructor ought to be 1. This way, the caller can know the object will be \ +properly DESTROYed when it drops all of its references to it." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Test-Refcount" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Test-Refcount-0.10.tar.gz" + +SRC_URI[md5sum] = "1c2cbb02b69efa824a0d17b76bf2fbc5" +SRC_URI[sha256sum] = "0457c20a4956473d157c4faaff8814154bc93f6e2b543c2812a19ff8e3370eb2" +RRECOMMENDS:${PN} += "devel-mat-perl" +DEPENDS += "module-build-perl-native" + +S = "${WORKDIR}/Test-Refcount-${PV}" + +inherit cpan_build allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/test-requires-perl/test-requires-perl_0.10.bb b/recipes-devel/test-requires-perl/test-requires-perl_0.11.bb similarity index 60% rename from recipes-devel/test-requires-perl/test-requires-perl_0.10.bb rename to recipes-devel/test-requires-perl/test-requires-perl_0.11.bb index 4f34917c..800d742a 100644 --- a/recipes-devel/test-requires-perl/test-requires-perl_0.10.bb +++ b/recipes-devel/test-requires-perl/test-requires-perl_0.11.bb @@ -1,19 +1,19 @@ DESCRIPTION = "Test::Requires checks to see if the module can be loaded." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Requires" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz" -SRC_URI[md5sum] = "0d5da779609d0c8fa6f796b45ff8c6f3" -SRC_URI[sha256sum] = "2768a391d50ab94b95cefe540b9232d7046c13ee86d01859e04c044903222eb5" +SRC_URI[md5sum] = "999d6c4e46ea7baae7a5113292e02ed8" +SRC_URI[sha256sum] = "4b88de549597eecddf7c3c38a4d0204a16f59ad804577b671896ac04e24e040f" S = "${WORKDIR}/Test-Requires-${PV}" diff --git a/recipes-devel/test-script-perl/test-script-perl_1.25.bb b/recipes-devel/test-script-perl/test-script-perl_1.29.bb similarity index 62% rename from recipes-devel/test-script-perl/test-script-perl_1.25.bb rename to recipes-devel/test-script-perl/test-script-perl_1.29.bb index 3ce92496..67184f50 100644 --- a/recipes-devel/test-script-perl/test-script-perl_1.25.bb +++ b/recipes-devel/test-script-perl/test-script-perl_1.29.bb @@ -3,22 +3,21 @@ the testing you will need to do for scripts in the script (or bin as is \ also commonly used) paths of your Perl distribution." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Script" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Test-Script-1.25.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Test-Script-1.29.tar.gz" -SRC_URI[md5sum] = "cfe966889cc613c043c845395ce2237a" -SRC_URI[sha256sum] = "b6803312744a192422e06563a3a6902d7f2bffb3415da316e6fc9f03213a3aa5" -RDEPENDS_${PN} += "capture-tiny-perl" -RDEPENDS_${PN} += "probe-perl-perl" -RDEPENDS_${PN} += "test-simple-perl" +SRC_URI[md5sum] = "cadfb1d1fdc421e338521e373d7a9eb7" +SRC_URI[sha256sum] = "892e7e6c1ea7b16710909942cf5c0bdab70eee2efd4aa9c16ea952e2b90f8950" +RDEPENDS:${PN} += "capture-tiny-perl" +RDEPENDS:${PN} += "probe-perl-perl" DEPENDS += "test2-suite-perl-native" S = "${WORKDIR}/Test-Script-${PV}" diff --git a/recipes-devel/test-sharedfork-perl/test-sharedfork-perl_0.35.bb b/recipes-devel/test-sharedfork-perl/test-sharedfork-perl_0.35.bb index cd03345e..ecb764bd 100644 --- a/recipes-devel/test-sharedfork-perl/test-sharedfork-perl_0.35.bb +++ b/recipes-devel/test-sharedfork-perl/test-sharedfork-perl_0.35.bb @@ -1,14 +1,14 @@ DESCRIPTION = "Test::SharedFork is utility module for Test::Builder." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-SharedFork" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-SharedFork-0.35.tar.gz" diff --git a/recipes-devel/test-simple-perl/test-simple-perl_1.302140.bb b/recipes-devel/test-simple-perl/test-simple-perl_1.302188.bb similarity index 60% rename from recipes-devel/test-simple-perl/test-simple-perl_1.302140.bb rename to recipes-devel/test-simple-perl/test-simple-perl_1.302188.bb index c0ccfb06..f734864e 100644 --- a/recipes-devel/test-simple-perl/test-simple-perl_1.302140.bb +++ b/recipes-devel/test-simple-perl/test-simple-perl_1.302188.bb @@ -1,19 +1,19 @@ DESCRIPTION = "** If you are unfamiliar with testing read Test::Tutorial first! **" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Simple" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302140.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302188.tar.gz" -SRC_URI[md5sum] = "2a3eba9fbafe80a24ce75b604ab045f1" -SRC_URI[sha256sum] = "73f5440c7ae55e13706e9ebeaa7247df973226470f028344ea3cd21e1642bd1d" +SRC_URI[md5sum] = "7d85adce7995c3b390c1d0685057b407" +SRC_URI[sha256sum] = "0b7a0e304ca24d657d79b73c9ff3f381dc460f356e4044de326ed03ddab16c95" S = "${WORKDIR}/Test-Simple-${PV}" diff --git a/recipes-devel/test-trap-perl/test-trap-perl_v0.3.4.bb b/recipes-devel/test-trap-perl/test-trap-perl_v0.3.4.bb index 96e78139..7d94557d 100644 --- a/recipes-devel/test-trap-perl/test-trap-perl_v0.3.4.bb +++ b/recipes-devel/test-trap-perl/test-trap-perl_v0.3.4.bb @@ -4,20 +4,20 @@ STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return \ values from boxed blocks of test code." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Trap" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/EB/EBHANSSEN/Test-Trap-v0.3.4.tar.gz" SRC_URI[md5sum] = "7cb432fcb7b8f761e9cc2fc12e76b80b" SRC_URI[sha256sum] = "0b04656f33b6c96da8eec4cffe5286150b4e4b5e2991d3883686b10910105ae2" -RDEPENDS_${PN} += "data-dump-perl" +RDEPENDS:${PN} += "data-dump-perl" S = "${WORKDIR}/Test-Trap-${PV}" diff --git a/recipes-devel/test-warn-perl/test-warn-perl_0.36.bb b/recipes-devel/test-warn-perl/test-warn-perl_0.36.bb index d7160716..b56bcf67 100644 --- a/recipes-devel/test-warn-perl/test-warn-perl_0.36.bb +++ b/recipes-devel/test-warn-perl/test-warn-perl_0.36.bb @@ -2,20 +2,20 @@ DESCRIPTION = "A good style of Perl programming calls for a lot of diverse regre tests." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Warn" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz" SRC_URI[md5sum] = "3d958f43d36db263994affde5da09b51" SRC_URI[sha256sum] = "ecbca346d379cef8d3c0e4ac0c8eb3b2613d737ffaaeae52271c38d7bf3c6cda" -RDEPENDS_${PN} += "sub-uplevel-perl" +RDEPENDS:${PN} += "sub-uplevel-perl" S = "${WORKDIR}/Test-Warn-${PV}" diff --git a/recipes-devel/test-warnings-perl/test-warnings-perl_0.028.bb b/recipes-devel/test-warnings-perl/test-warnings-perl_0.031.bb similarity index 72% rename from recipes-devel/test-warnings-perl/test-warnings-perl_0.028.bb rename to recipes-devel/test-warnings-perl/test-warnings-perl_0.031.bb index 8a15eba9..4766c975 100644 --- a/recipes-devel/test-warnings-perl/test-warnings-perl_0.028.bb +++ b/recipes-devel/test-warnings-perl/test-warnings-perl_0.031.bb @@ -7,22 +7,22 @@ be calculated *before* the warnings test is run, resulting in a TAP error. \ demonstration.)" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Warnings" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.028.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.031.tar.gz" -SRC_URI[md5sum] = "cd007342017fedfb02d6fde75602e473" -SRC_URI[sha256sum] = "26fda9f8d279e943d27e43a4a3a5cea8a6592cd36e7308695f8dc6602262c0e0" +SRC_URI[md5sum] = "f608f7011b0bb8f27d3a27e646a52f60" +SRC_URI[sha256sum] = "1e542909fef305e45563e9878ea1c3b0c7cef1b28bb7ae07eba2e1efabec477b" S = "${WORKDIR}/Test-Warnings-${PV}" inherit cpan allarch -BBCLASSEXTEND = "native nativesdk" +BBCLASSEXTEND = "native" diff --git a/recipes-devel/test-without-module-perl/test-without-module-perl_0.20.bb b/recipes-devel/test-without-module-perl/test-without-module-perl_0.20.bb index a8942985..b031a50d 100644 --- a/recipes-devel/test-without-module-perl/test-without-module-perl_0.20.bb +++ b/recipes-devel/test-without-module-perl/test-without-module-perl_0.20.bb @@ -3,14 +3,14 @@ though they are installed. This is mostly useful for testing modules that \ have a fallback when a certain dependency module is not installed." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Without-Module" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/C/CO/CORION/Test-Without-Module-0.20.tar.gz" diff --git a/recipes-devel/test-writevariants-perl/test-writevariants-perl_0.014.bb b/recipes-devel/test-writevariants-perl/test-writevariants-perl_0.014.bb index 3489af0d..044b5f32 100644 --- a/recipes-devel/test-writevariants-perl/test-writevariants-perl_0.014.bb +++ b/recipes-devel/test-writevariants-perl/test-writevariants-perl_0.014.bb @@ -1,23 +1,23 @@ DESCRIPTION = "Test::WriteVariants is a utility to create variants of a common test." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-WriteVariants" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Test-WriteVariants-0.014.tar.gz" SRC_URI[md5sum] = "e88e2e3559574c661c17d34c94eb3118" SRC_URI[sha256sum] = "6349c2bdee1533463061ad8eeea8621d8f8c0d4f9d7ae1b1eecdaf03cc906487" -RDEPENDS_${PN} += "data-tumbler-perl" -RDEPENDS_${PN} += "module-pluggable-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RRECOMMENDS_${PN} += "file-find-rule-perl" +RDEPENDS:${PN} += "data-tumbler-perl" +RDEPENDS:${PN} += "module-pluggable-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RRECOMMENDS:${PN} += "file-find-rule-perl" DEPENDS += "test-directory-perl-native" DEPENDS += "test-most-perl-native" diff --git a/recipes-devel/test2-plugin-nowarnings-perl/test2-plugin-nowarnings-perl_0.06.bb b/recipes-devel/test2-plugin-nowarnings-perl/test2-plugin-nowarnings-perl_0.09.bb similarity index 79% rename from recipes-devel/test2-plugin-nowarnings-perl/test2-plugin-nowarnings-perl_0.06.bb rename to recipes-devel/test2-plugin-nowarnings-perl/test2-plugin-nowarnings-perl_0.09.bb index 06dc3859..8861637d 100644 --- a/recipes-devel/test2-plugin-nowarnings-perl/test2-plugin-nowarnings-perl_0.06.bb +++ b/recipes-devel/test2-plugin-nowarnings-perl/test2-plugin-nowarnings-perl_0.09.bb @@ -11,10 +11,10 @@ HOMEPAGE= "https://metacpan.org/release/Test2-Plugin-NoWarnings" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.06.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.09.tar.gz" -SRC_URI[md5sum] = "c329dcd57b3d5990e134508fc02d76d2" -SRC_URI[sha256sum] = "8288c1d934f69a03224598fbb715adc079c0d1609bfbaea6c88682aab1995800" +SRC_URI[md5sum] = "efcddec6cda66260ae14206e28f7feeb" +SRC_URI[sha256sum] = "be3dd800042eef362bf17d2056cf9e934dee91ccce98e4f178b8fb5772f2fb74" DEPENDS += "ipc-run3-perl-native" DEPENDS += "test2-suite-perl-native" diff --git a/recipes-devel/test2-suite-perl/test2-suite-perl_0.000115.bb b/recipes-devel/test2-suite-perl/test2-suite-perl_0.000144.bb similarity index 51% rename from recipes-devel/test2-suite-perl/test2-suite-perl_0.000115.bb rename to recipes-devel/test2-suite-perl/test2-suite-perl_0.000144.bb index 40d2b648..ccf7b84c 100644 --- a/recipes-devel/test2-suite-perl/test2-suite-perl_0.000115.bb +++ b/recipes-devel/test2-suite-perl/test2-suite-perl_0.000144.bb @@ -3,25 +3,25 @@ library. If you are interested in writing tests, this is the distribution \ for you." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test2-Suite" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000115.tar.gz" - -SRC_URI[md5sum] = "eca653c9eda1c4c5ad30b256556bd2ef" -SRC_URI[sha256sum] = "02be3428a0965aeb21245d44bbadda69b94dc76cd68d5695352c996ac7fc3638" -RDEPENDS_${PN} += "importer-perl" -RDEPENDS_${PN} += "module-pluggable-perl" -RDEPENDS_${PN} += "scope-guard-perl" -RDEPENDS_${PN} += "sub-info-perl" -RDEPENDS_${PN} += "term-table-perl" -RDEPENDS_${PN} += "test-simple-perl" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000144.tar.gz" + +SRC_URI[md5sum] = "6a0f7a5e5e7d0ca2544cc8f5db3c8692" +SRC_URI[sha256sum] = "90c03c4445bf5657d6befeb29228ee2b7ee2ca3f915cd10a856436c6daeb8e01" +RDEPENDS:${PN} += "importer-perl" +RDEPENDS:${PN} += "module-pluggable-perl" +RDEPENDS:${PN} += "scope-guard-perl" +RDEPENDS:${PN} += "sub-info-perl" +RDEPENDS:${PN} += "term-table-perl" +RDEPENDS:${PN} += "test-simple-perl" S = "${WORKDIR}/Test2-Suite-${PV}" diff --git a/recipes-devel/try-tiny-perl/try-tiny-perl_0.30.bb b/recipes-devel/try-tiny-perl/try-tiny-perl_0.31.bb similarity index 77% rename from recipes-devel/try-tiny-perl/try-tiny-perl_0.30.bb rename to recipes-devel/try-tiny-perl/try-tiny-perl_0.31.bb index 9de14e00..7da3e93f 100644 --- a/recipes-devel/try-tiny-perl/try-tiny-perl_0.30.bb +++ b/recipes-devel/try-tiny-perl/try-tiny-perl_0.31.bb @@ -10,10 +10,10 @@ HOMEPAGE= "https://metacpan.org/release/Try-Tiny" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.30.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.31.tar.gz" -SRC_URI[md5sum] = "eb362c3cb32c42f9f28de9ddb7f2ead6" -SRC_URI[sha256sum] = "da5bd0d5c903519bbf10bb9ba0cb7bcac0563882bcfe4503aee3fb143eddef6b" +SRC_URI[md5sum] = "993a29ee8a03c9bd9c2f7c53d1082a03" +SRC_URI[sha256sum] = "3300d31d8a4075b26d8f46ce864a1d913e0e8467ceeba6655d5d2b2e206c11be" S = "${WORKDIR}/Try-Tiny-${PV}" diff --git a/recipes-devel/type-tie-perl/type-tie-perl_0.011.bb b/recipes-devel/type-tie-perl/type-tie-perl_0.015.bb similarity index 65% rename from recipes-devel/type-tie-perl/type-tie-perl_0.011.bb rename to recipes-devel/type-tie-perl/type-tie-perl_0.015.bb index e5a82fd0..a644d0e8 100644 --- a/recipes-devel/type-tie-perl/type-tie-perl_0.011.bb +++ b/recipes-devel/type-tie-perl/type-tie-perl_0.015.bb @@ -5,21 +5,21 @@ will be used if necessary to ensure values assigned to the variable \ conform." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Type-Tie" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tie-0.011.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tie-0.015.tar.gz" -SRC_URI[md5sum] = "77a5538f16bb713298b044f5a26267c0" -SRC_URI[sha256sum] = "824586455dcc699529ca1722fc13af7398b280b9767075ab0f2cb8711e381b05" -RDEPENDS_${PN} += "exporter-tiny-perl" -RRECOMMENDS_${PN} += "hash-fieldhash-perl" +SRC_URI[md5sum] = "3b256ada69018146efe0e86065f3b847" +SRC_URI[sha256sum] = "4e5a3f6737efd59b4e395af2f95d02e564fc57aa723e32a13eb2a1788d6d5434" +RDEPENDS:${PN} += "exporter-tiny-perl" +RRECOMMENDS:${PN} += "hash-fieldhash-perl" S = "${WORKDIR}/Type-Tie-${PV}" diff --git a/recipes-devel/type-tiny-perl/type-tiny-perl_1.004002.bb b/recipes-devel/type-tiny-perl/type-tiny-perl_1.004002.bb deleted file mode 100644 index 50cf5528..00000000 --- a/recipes-devel/type-tiny-perl/type-tiny-perl_1.004002.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Type::Tiny is a tiny class for creating Moose-like type constraint objects \ -which are compatible with Moo, Moose and Mouse." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Type-Tiny" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-1.004002.tar.gz" - -SRC_URI[md5sum] = "fad12549fe5b904173e18a05e82e5166" -SRC_URI[sha256sum] = "e52c7e9593052aed157a15d473b5c25a1dbb3454bf3cd6913df94cc9bb2be707" -RDEPENDS_${PN} += "exporter-tiny-perl" -RRECOMMENDS_${PN} += "devel-lexalias-perl" -RRECOMMENDS_${PN} += "devel-stacktrace-perl" -RRECOMMENDS_${PN} += "ref-util-xs-perl" -RRECOMMENDS_${PN} += "regexp-util-perl" -RRECOMMENDS_${PN} += "scalar-list-utils-perl" -RRECOMMENDS_${PN} += "type-tie-perl" -RRECOMMENDS_${PN} += "type-tiny-xs-perl" -RECOMMENDS += "test-warnings-perl-native" - -S = "${WORKDIR}/Type-Tiny-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-devel/type-tiny-perl/type-tiny-perl_1.012004.bb b/recipes-devel/type-tiny-perl/type-tiny-perl_1.012004.bb new file mode 100644 index 00000000..054c40ff --- /dev/null +++ b/recipes-devel/type-tiny-perl/type-tiny-perl_1.012004.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "This documents the internals of the Type::Tiny class. Type::Tiny::Manual is \ +a better starting place if you're new." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Type-Tiny" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-1.012004.tar.gz" + +SRC_URI[md5sum] = "7a1688c4de07a0ed481a1811e5e82e63" +SRC_URI[sha256sum] = "75cd06b612d1830ae9f4b22298b506b3ff04518fa7453f487c248cd62a906a2b" +RDEPENDS:${PN} += "exporter-tiny-perl" +RRECOMMENDS:${PN} += "devel-lexalias-perl" +RRECOMMENDS:${PN} += "devel-stacktrace-perl" +RRECOMMENDS:${PN} += "ref-util-xs-perl" +RRECOMMENDS:${PN} += "regexp-util-perl" +RRECOMMENDS:${PN} += "type-tie-perl" +RRECOMMENDS:${PN} += "type-tiny-xs-perl" +RECOMMENDS += "test-warnings-perl-native" + +S = "${WORKDIR}/Type-Tiny-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-devel/type-tiny-xs-perl/type-tiny-xs-perl_0.014.bb b/recipes-devel/type-tiny-xs-perl/type-tiny-xs-perl_0.022.bb similarity index 69% rename from recipes-devel/type-tiny-xs-perl/type-tiny-xs-perl_0.014.bb rename to recipes-devel/type-tiny-xs-perl/type-tiny-xs-perl_0.022.bb index 9d081c8e..7fcf47b2 100644 --- a/recipes-devel/type-tiny-xs-perl/type-tiny-xs-perl_0.014.bb +++ b/recipes-devel/type-tiny-xs-perl/type-tiny-xs-perl_0.022.bb @@ -4,19 +4,19 @@ only core dependencies, and does not depend on Type::Tiny, so other data \ validation frameworks might also consider using it!)" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Type-Tiny-XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-XS-0.014.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-XS-0.022.tar.gz" -SRC_URI[md5sum] = "e6f54521cfbaf741aabd9326bee4174f" -SRC_URI[sha256sum] = "828bde64f3c31e1df541ffa0af91fe91e441c9f749e3d465f8a9562e1a7c7bad" +SRC_URI[md5sum] = "90cf4f630e6526da9206e9ad12602022" +SRC_URI[sha256sum] = "bcc34a31f7dc1d30cc803889b5c8f90e4773b73b5becbdb3860f5abe7e22ff00" S = "${WORKDIR}/Type-Tiny-XS-${PV}" diff --git a/recipes-devel/universal-can-perl/universal-can-perl_1.20140328.bb b/recipes-devel/universal-can-perl/universal-can-perl_1.20140328.bb index a3cb043f..35e2456c 100644 --- a/recipes-devel/universal-can-perl/universal-can-perl_1.20140328.bb +++ b/recipes-devel/universal-can-perl/universal-can-perl_1.20140328.bb @@ -3,20 +3,19 @@ use them. Object orientation allows programmers to override these methods \ in subclasses to provide more specific and appropriate behavior." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/UNIVERSAL-can" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-1.20140328.tar.gz" SRC_URI[md5sum] = "7b89d16d59f0d27e45b25fd31300334e" SRC_URI[sha256sum] = "522da9f274786fe2cba99bc77cc1c81d2161947903d7fad10bd62dfb7f11990f" -RRECOMMENDS_${PN} += "scalar-list-utils-perl" S = "${WORKDIR}/UNIVERSAL-can-${PV}" diff --git a/recipes-devel/universal-isa-perl/universal-isa-perl_1.20171012.bb b/recipes-devel/universal-isa-perl/universal-isa-perl_1.20171012.bb index 98d7b1a1..01ea9247 100644 --- a/recipes-devel/universal-isa-perl/universal-isa-perl_1.20171012.bb +++ b/recipes-devel/universal-isa-perl/universal-isa-perl_1.20171012.bb @@ -4,20 +4,19 @@ use UNIVERSAL::isa (the module whose docs you are reading), the kittens can \ live long and prosper." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/UNIVERSAL-isa" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/UNIVERSAL-isa-1.20171012.tar.gz" SRC_URI[md5sum] = "668a981d2716b231937236c122124282" SRC_URI[sha256sum] = "d16956036cb01c819dec7d294f6ef891be0bb64876989601354b293164da7f2b" -RRECOMMENDS_${PN} += "scalar-list-utils-perl" S = "${WORKDIR}/UNIVERSAL-isa-${PV}" diff --git a/recipes-devel/variable-magic-perl/variable-magic-perl_0.62.bb b/recipes-devel/variable-magic-perl/variable-magic-perl_0.62.bb index 7412f089..90228f9e 100644 --- a/recipes-devel/variable-magic-perl/variable-magic-perl_0.62.bb +++ b/recipes-devel/variable-magic-perl/variable-magic-perl_0.62.bb @@ -5,14 +5,14 @@ module, you can add your own magic to any variable without having to write \ a single line of XS." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Variable-Magic" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/V/VP/VPIT/Variable-Magic-0.62.tar.gz" @@ -23,9 +23,4 @@ S = "${WORKDIR}/Variable-Magic-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/file-configdir-perl/file-configdir-perl_0.021.bb b/recipes-filesystem/file-configdir-perl/file-configdir-perl_0.021.bb index bfed7a87..9421203d 100644 --- a/recipes-filesystem/file-configdir-perl/file-configdir-perl_0.021.bb +++ b/recipes-filesystem/file-configdir-perl/file-configdir-perl_0.021.bb @@ -3,22 +3,22 @@ file locations. It's intended to work in every supported Perl5 environment \ and will always try to Do The Right Thing(TM)." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-ConfigDir" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ConfigDir-0.021.tar.gz" SRC_URI[md5sum] = "5766f175d57a75f61466a591cf7236a1" SRC_URI[sha256sum] = "6b405a14f69ce49d4982ed9b75400a445d0f6224fd7687fb907e79c5578314c6" -RRECOMMENDS_${PN} += "file-homedir-perl" -RRECOMMENDS_${PN} += "list-moreutils-perl" -RRECOMMENDS_${PN} += "list-moreutils-xs-perl" +RRECOMMENDS:${PN} += "file-homedir-perl" +RRECOMMENDS:${PN} += "list-moreutils-perl" +RRECOMMENDS:${PN} += "list-moreutils-xs-perl" DEPENDS += "test-without-module-perl-native" S = "${WORKDIR}/File-ConfigDir-${PV}" diff --git a/recipes-filesystem/file-copy-recursive-perl/file-copy-recursive-perl_0.44.bb b/recipes-filesystem/file-copy-recursive-perl/file-copy-recursive-perl_0.45.bb similarity index 71% rename from recipes-filesystem/file-copy-recursive-perl/file-copy-recursive-perl_0.44.bb rename to recipes-filesystem/file-copy-recursive-perl/file-copy-recursive-perl_0.45.bb index fcfa0939..b588670f 100644 --- a/recipes-filesystem/file-copy-recursive-perl/file-copy-recursive-perl_0.44.bb +++ b/recipes-filesystem/file-copy-recursive-perl/file-copy-recursive-perl_0.45.bb @@ -3,19 +3,19 @@ well... singley) to an optional depth and attempts to preserve each file or \ directory's mode." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-Copy-Recursive" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.44.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.45.tar.gz" -SRC_URI[md5sum] = "6a89eb075d15df85da1778755c72ba6b" -SRC_URI[sha256sum] = "ae19a0b58dc1b3cded9ba9cfb109288d8973d474c0b4bfd28b27cf60e8ca6ee4" +SRC_URI[md5sum] = "e5eee1a3f8ae3aebbac063ea54870e54" +SRC_URI[sha256sum] = "d3971cf78a8345e38042b208bb7b39cb695080386af629f4a04ffd6549df1157" DEPENDS += "path-tiny-perl-native" DEPENDS += "test-deep-perl-native" DEPENDS += "test-fatal-perl-native" diff --git a/recipes-filesystem/file-find-rule-perl-perl/file-find-rule-perl-perl_1.15.bb b/recipes-filesystem/file-find-rule-perl-perl/file-find-rule-perl-perl_1.15.bb index 5bc5e130..8b80ef08 100644 --- a/recipes-filesystem/file-find-rule-perl-perl/file-find-rule-perl-perl_1.15.bb +++ b/recipes-filesystem/file-find-rule-perl-perl/file-find-rule-perl-perl_1.15.bb @@ -1,32 +1,26 @@ -DESCRIPTION = "I write a lot of things that muck with Perl files. And it always \ -annoyed me that finding \"perl files\" requires a moderately complex \ -File::Find::Rule \ +DESCRIPTION = "I write a lot of things that muck with Perl files. And it always annoyed me \ +that finding "perl files" requires a moderately complex File::Find::Rule \ pattern." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-Find-Rule-Perl" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz" SRC_URI[md5sum] = "d8b458792b7eed83c744ae30b1bc3348" SRC_URI[sha256sum] = "9a48433f86e08ce18e03526e2982de52162eb909d19735460f07eefcaf463ea6" -RDEPENDS_${PN} += "file-find-rule-perl" -RDEPENDS_${PN} += "params-util-perl" +RDEPENDS:${PN} += "file-find-rule-perl" +RDEPENDS:${PN} += "params-util-perl" S = "${WORKDIR}/File-Find-Rule-Perl-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/file-find-rule-perl/file-find-rule-perl_0.34.bb b/recipes-filesystem/file-find-rule-perl/file-find-rule-perl_0.34.bb index 4cfa659a..cdf5bba7 100644 --- a/recipes-filesystem/file-find-rule-perl/file-find-rule-perl_0.34.bb +++ b/recipes-filesystem/file-find-rule-perl/file-find-rule-perl_0.34.bb @@ -2,21 +2,21 @@ DESCRIPTION = "File::Find::Rule is a friendlier interface to File::Find. It allo build rules which specify the desired files and directories." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-Find-Rule" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz" SRC_URI[md5sum] = "a7aa9ad4d8ee87b2a77b8e3722768712" SRC_URI[sha256sum] = "7e6f16cc33eb1f29ff25bee51d513f4b8a84947bbfa18edb2d3cc40a2d64cafe" -RDEPENDS_${PN} += "number-compare-perl" -RDEPENDS_${PN} += "text-glob-perl" +RDEPENDS:${PN} += "number-compare-perl" +RDEPENDS:${PN} += "text-glob-perl" S = "${WORKDIR}/File-Find-Rule-${PV}" diff --git a/recipes-filesystem/file-homedir-perl/file-homedir-perl_1.004.bb b/recipes-filesystem/file-homedir-perl/file-homedir-perl_1.006.bb similarity index 65% rename from recipes-filesystem/file-homedir-perl/file-homedir-perl_1.004.bb rename to recipes-filesystem/file-homedir-perl/file-homedir-perl_1.006.bb index 291049b3..a7234eb2 100644 --- a/recipes-filesystem/file-homedir-perl/file-homedir-perl_1.004.bb +++ b/recipes-filesystem/file-homedir-perl/file-homedir-perl_1.006.bb @@ -3,20 +3,20 @@ a user (typically your user) and to solve the various issues that arise \ trying to find them consistently across a wide variety of platforms." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-HomeDir" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-HomeDir-1.004.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-HomeDir-1.006.tar.gz" -SRC_URI[md5sum] = "2db6a961960baec790a896b99b46395d" -SRC_URI[sha256sum] = "45f67e2bb5e60a7970d080e8f02079732e5a8dfc0c7c3cbdb29abfb3f9f791ad" -RDEPENDS_${PN} += "file-which-perl" +SRC_URI[md5sum] = "3a59f74d227fdf97b2af908a2d4fee05" +SRC_URI[sha256sum] = "593737c62df0f6dab5d4122e0b4476417945bb6262c33eedc009665ef1548852" +RDEPENDS:${PN} += "file-which-perl" S = "${WORKDIR}/File-HomeDir-${PV}" diff --git a/recipes-filesystem/file-listing-perl/file-listing-perl_6.04.bb b/recipes-filesystem/file-listing-perl/file-listing-perl_6.04.bb deleted file mode 100644 index 9e9d7304..00000000 --- a/recipes-filesystem/file-listing-perl/file-listing-perl_6.04.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "This module exports a single function called parse_dir(), which can be \ -used to parse directory listings." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/File-Listing" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz" - -SRC_URI[md5sum] = "83f636b477741f3a014585bb9cc079a6" -SRC_URI[sha256sum] = "1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5" -RDEPENDS_${PN} += "http-date-perl" - -S = "${WORKDIR}/File-Listing-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/file-listing-perl/file-listing-perl_6.14.bb b/recipes-filesystem/file-listing-perl/file-listing-perl_6.14.bb new file mode 100644 index 00000000..e161c43b --- /dev/null +++ b/recipes-filesystem/file-listing-perl/file-listing-perl_6.14.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "This module exports a single function called "parse_dir", which can be used \ +to parse directory listings." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/File-Listing" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.14.tar.gz" + +SRC_URI[md5sum] = "cf60a79563185391831613178a79b4cd" +SRC_URI[sha256sum] = "15b3a4871e23164a36f226381b74d450af41f12cc94985f592a669fcac7b48ff" +RDEPENDS:${PN} += "http-date-perl" + +S = "${WORKDIR}/File-Listing-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/file-pushd-perl/file-pushd-perl_1.016.bb b/recipes-filesystem/file-pushd-perl/file-pushd-perl_1.016.bb index 20dc0b51..80e86930 100644 --- a/recipes-filesystem/file-pushd-perl/file-pushd-perl_1.016.bb +++ b/recipes-filesystem/file-pushd-perl/file-pushd-perl_1.016.bb @@ -6,7 +6,7 @@ working directory. By storing the object in a lexical variable with a \ limited scope, this happens automatically at the end of the scope." SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " diff --git a/recipes-filesystem/file-sharedir-install-perl/file-sharedir-install-perl_0.13.bb b/recipes-filesystem/file-sharedir-install-perl/file-sharedir-install-perl_0.13.bb index 68cd755b..6620aa66 100644 --- a/recipes-filesystem/file-sharedir-install-perl/file-sharedir-install-perl_0.13.bb +++ b/recipes-filesystem/file-sharedir-install-perl/file-sharedir-install-perl_0.13.bb @@ -3,14 +3,14 @@ distribution. It is a companion module to File::ShareDir, which allows you \ to locate these files after installation." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-ShareDir-Install" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz" diff --git a/recipes-filesystem/file-sharedir-perl/file-sharedir-perl_1.116.bb b/recipes-filesystem/file-sharedir-perl/file-sharedir-perl_1.118.bb similarity index 63% rename from recipes-filesystem/file-sharedir-perl/file-sharedir-perl_1.116.bb rename to recipes-filesystem/file-sharedir-perl/file-sharedir-perl_1.118.bb index 7fcf5d5d..f0470690 100644 --- a/recipes-filesystem/file-sharedir-perl/file-sharedir-perl_1.116.bb +++ b/recipes-filesystem/file-sharedir-perl/file-sharedir-perl_1.118.bb @@ -4,22 +4,22 @@ advanced Perl developers but gets a little tricky, and make it more \ available to the larger Perl community." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-ShareDir" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.116.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.118.tar.gz" -SRC_URI[md5sum] = "f2a0eee9f04c93753dd56437175e5bda" -SRC_URI[sha256sum] = "59d90bfdf98c4656ff4173e62954ea8cf0de66565e35d108ecd7050596cb8328" -RDEPENDS_${PN} += "class-inspector-perl" -RRECOMMENDS_${PN} += "list-moreutils-perl" -RRECOMMENDS_${PN} += "params-util-perl" +SRC_URI[md5sum] = "0084f730f4e3d4d89703d92b3ea82f54" +SRC_URI[sha256sum] = "3bb2a20ba35df958dc0a4f2306fc05d903d8b8c4de3c8beefce17739d281c958" +RDEPENDS:${PN} += "class-inspector-perl" +RRECOMMENDS:${PN} += "list-moreutils-perl" +RRECOMMENDS:${PN} += "params-util-perl" DEPENDS += "file-sharedir-install-perl-native" RECOMMENDS += "inc-latest-perl-native" diff --git a/recipes-filesystem/file-touch-perl/file-touch-perl_0.11.bb b/recipes-filesystem/file-touch-perl/file-touch-perl_0.11.bb deleted file mode 100644 index 4dbe885e..00000000 --- a/recipes-filesystem/file-touch-perl/file-touch-perl_0.11.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Perl5 module to update file access and modification times" - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/File-Touch" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/File-Touch-0.11.tar.gz" - -SRC_URI[md5sum] = "caf4101a022f66c88f5fb4383b3f6388" -SRC_URI[sha256sum] = "e379a5ff89420cf39906e5ceff309b8ce958f99f9c3e57ad52b5002a3982d93c" - -S = "${WORKDIR}/File-Touch-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/file-touch-perl/file-touch-perl_0.12.bb b/recipes-filesystem/file-touch-perl/file-touch-perl_0.12.bb new file mode 100644 index 00000000..5c2e2d3e --- /dev/null +++ b/recipes-filesystem/file-touch-perl/file-touch-perl_0.12.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "This module provides both a functional and OO interface for changing the \ +file access and modification times on files. It can optionally create the \ +file for you, if it doesn't exist." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/File-Touch" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/File-Touch-0.12.tar.gz" + +SRC_URI[md5sum] = "84215f5010adcbec0065e1c718d8875f" +SRC_URI[sha256sum] = "2a04dc424df48e98c54556c6045cab026a49e3737aa94a21cf497761b0f2e59c" + +S = "${WORKDIR}/File-Touch-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/file-which-perl/file-which-perl_1.22.bb b/recipes-filesystem/file-which-perl/file-which-perl_1.27.bb similarity index 73% rename from recipes-filesystem/file-which-perl/file-which-perl_1.22.bb rename to recipes-filesystem/file-which-perl/file-which-perl_1.27.bb index aed09098..729719b2 100644 --- a/recipes-filesystem/file-which-perl/file-which-perl_1.22.bb +++ b/recipes-filesystem/file-which-perl/file-which-perl_1.27.bb @@ -6,19 +6,19 @@ core operating system. This module provides a consistent API to this \ functionality regardless of the underlying platform." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-Which" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.22.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.27.tar.gz" -SRC_URI[md5sum] = "face60fafd220dc83fa581ef6f96d480" -SRC_URI[sha256sum] = "e8a8ffcf96868c6879e82645db4ff9ef00c2d8a286fed21971e7280f52cf0dd4" +SRC_URI[md5sum] = "d5c9154262b93398f0750ec364207639" +SRC_URI[sha256sum] = "3201f1a60e3f16484082e6045c896842261fc345de9fb2e620fd2a2c7af3a93a" S = "${WORKDIR}/File-Which-${PV}" diff --git a/recipes-filesystem/filesys-notify-simple-perl/filesys-notify-simple-perl_0.13.bb b/recipes-filesystem/filesys-notify-simple-perl/filesys-notify-simple-perl_0.14.bb similarity index 69% rename from recipes-filesystem/filesys-notify-simple-perl/filesys-notify-simple-perl_0.13.bb rename to recipes-filesystem/filesys-notify-simple-perl/filesys-notify-simple-perl_0.14.bb index 016653f8..e5b4ac0f 100644 --- a/recipes-filesystem/filesys-notify-simple-perl/filesys-notify-simple-perl_0.13.bb +++ b/recipes-filesystem/filesys-notify-simple-perl/filesys-notify-simple-perl_0.14.bb @@ -5,20 +5,20 @@ FindFirstChangeNotification on Windows if they're installed, with a \ fallback to the full directory scan if they're not available." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Filesys-Notify-Simple" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Filesys-Notify-Simple-0.13.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Filesys-Notify-Simple-0.14.tar.gz" -SRC_URI[md5sum] = "6042cd96abcc7bf69f959142d00b8143" -SRC_URI[sha256sum] = "ade3d3db882ce2137e527201893d4b8c12b2dbd15009bb89c31cb91ba6495ba2" -RDEPENDS_${PN} += "linux-inotify2-perl" +SRC_URI[md5sum] = "4a3ca3098b2455346fe24a66c94d2151" +SRC_URI[sha256sum] = "1fda712d4ba5e1868159ed35f6f8efbfae9d435d6376f5606d533bcb080555a4" +RDEPENDS:${PN} += "linux-inotify2-perl" DEPENDS += "test-sharedfork-perl-native" S = "${WORKDIR}/Filesys-Notify-Simple-${PV}" diff --git a/recipes-filesystem/linux-inotify2-perl/linux-inotify2-perl_2.1.bb b/recipes-filesystem/linux-inotify2-perl/linux-inotify2-perl_2.3.bb similarity index 60% rename from recipes-filesystem/linux-inotify2-perl/linux-inotify2-perl_2.1.bb rename to recipes-filesystem/linux-inotify2-perl/linux-inotify2-perl_2.3.bb index 407424a6..d6bfe150 100644 --- a/recipes-filesystem/linux-inotify2-perl/linux-inotify2-perl_2.1.bb +++ b/recipes-filesystem/linux-inotify2-perl/linux-inotify2-perl_2.3.bb @@ -2,20 +2,20 @@ DESCRIPTION = "This module implements an interface to the Linux 2.6.13 and later file/directory change notification system." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Linux-Inotify2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Linux-Inotify2-2.1.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Linux-Inotify2-2.3.tar.gz" -SRC_URI[md5sum] = "cf625681c5234f4edffc49f7c45e2239" -SRC_URI[sha256sum] = "7265b674380026011df82b9d6219a4c980bcdc0efe913119d04878790bf6f270" -RDEPENDS_${PN} += "common-sense-perl" +SRC_URI[md5sum] = "2ef33c2f80104c6187a950fb7d3075fe" +SRC_URI[sha256sum] = "cb99150f9ffa51dbc3be5ee98d8e91c98cdfeae22eb88e718f2cf367bf270d17" +RDEPENDS:${PN} += "common-sense-perl" S = "${WORKDIR}/Linux-Inotify2-${PV}" diff --git a/recipes-filesystem/moox-file-configdir-perl/moox-file-configdir-perl_0.007.bb b/recipes-filesystem/moox-file-configdir-perl/moox-file-configdir-perl_0.008.bb similarity index 63% rename from recipes-filesystem/moox-file-configdir-perl/moox-file-configdir-perl_0.007.bb rename to recipes-filesystem/moox-file-configdir-perl/moox-file-configdir-perl_0.008.bb index de8b38d0..0455516f 100644 --- a/recipes-filesystem/moox-file-configdir-perl/moox-file-configdir-perl_0.007.bb +++ b/recipes-filesystem/moox-file-configdir-perl/moox-file-configdir-perl_0.008.bb @@ -4,21 +4,21 @@ them or looking around for finding any piece of settings, heavily depends \ on the requirements." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MooX-File-ConfigDir" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/MooX-File-ConfigDir-0.007.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/MooX-File-ConfigDir-0.008.tar.gz" -SRC_URI[md5sum] = "0b1adc9390fbf51611e0fa853827f919" -SRC_URI[sha256sum] = "1fea3a132d4c19902d4326e948d8a0e1acfc01d28861608387adadcc41099b1c" -RDEPENDS_${PN} += "file-configdir-perl" -RDEPENDS_${PN} += "moo-perl" +SRC_URI[md5sum] = "7b1ed222a93e29b6ea83981c0fdc7d61" +SRC_URI[sha256sum] = "f8d41145e8f865c85b4b0823f194cdf3ae228bbec7dcf828432dcd2f6d1c03ac" +RDEPENDS:${PN} += "file-configdir-perl" +RDEPENDS:${PN} += "moo-perl" S = "${WORKDIR}/MooX-File-ConfigDir-${PV}" diff --git a/recipes-filesystem/path-class-perl/path-class-perl_0.37.bb b/recipes-filesystem/path-class-perl/path-class-perl_0.37.bb index 271ddef0..0ec78b01 100644 --- a/recipes-filesystem/path-class-perl/path-class-perl_0.37.bb +++ b/recipes-filesystem/path-class-perl/path-class-perl_0.37.bb @@ -5,14 +5,14 @@ It supports pretty much every platform Perl runs on, including Unix, \ Windows, Mac, VMS, Epoc, Cygwin, OS/2, and NetWare." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Path-Class" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.37.tar.gz" diff --git a/recipes-filesystem/path-tiny-perl/path-tiny-perl_0.108.bb b/recipes-filesystem/path-tiny-perl/path-tiny-perl_0.120.bb similarity index 78% rename from recipes-filesystem/path-tiny-perl/path-tiny-perl_0.108.bb rename to recipes-filesystem/path-tiny-perl/path-tiny-perl_0.120.bb index 0057e80f..52201b83 100644 --- a/recipes-filesystem/path-tiny-perl/path-tiny-perl_0.108.bb +++ b/recipes-filesystem/path-tiny-perl/path-tiny-perl_0.120.bb @@ -5,7 +5,7 @@ faster than many alternatives on CPAN, while helping people do many common \ things in consistent and less error-prone ways." SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " @@ -13,11 +13,11 @@ HOMEPAGE= "https://metacpan.org/release/Path-Tiny" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.108.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.120.tar.gz" -SRC_URI[md5sum] = "1a7fbdccc4585074ce4419b7bec0966c" -SRC_URI[sha256sum] = "3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5" -RRECOMMENDS_${PN} += "unicode-utf8-perl" +SRC_URI[md5sum] = "046d14dde6e3568aee5085487dd4769e" +SRC_URI[sha256sum] = "66a1164981d449da46cc88383fe37f9e352e87e9570bfb960e43fe8ff016ee1b" +RRECOMMENDS:${PN} += "unicode-utf8-perl" RECOMMENDS += "test-failwarnings-perl-native" RECOMMENDS += "test-mockrandom-perl-native" diff --git a/recipes-filesystem/test-directory-perl/test-directory-perl_0.041.bb b/recipes-filesystem/test-directory-perl/test-directory-perl_0.041.bb deleted file mode 100644 index 9d399e62..00000000 --- a/recipes-filesystem/test-directory-perl/test-directory-perl_0.041.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Testing code can involve making sure that files are created and deleted \ -as expected. Doing this manually can be error prone, as it's easy to forget \ -a file, or miss that some unexpected file was added. This module simplifies \ -maintaining test directories by tracking their status as they are modified \ -or tested with this API, making it simple to test both individual files, as \ -well as to verify that there are no missing or unknown files." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Test-Directory" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/S/SA/SANBEG/Test-Directory-0.041.tar.gz" - -SRC_URI[md5sum] = "03a0f475c4ab9258e58c8b3e29a7874a" -SRC_URI[sha256sum] = "194323490fa4b5951d93ee034e2da31669fb1959a39cc6fb6211fec810a098d9" - -S = "${WORKDIR}/Test-Directory-${PV}" - -inherit cpan - -BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/test-directory-perl/test-directory-perl_0.051.bb b/recipes-filesystem/test-directory-perl/test-directory-perl_0.051.bb new file mode 100644 index 00000000..f00efa74 --- /dev/null +++ b/recipes-filesystem/test-directory-perl/test-directory-perl_0.051.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Testing code can involve making sure that files are created and deleted as \ +expected. Doing this manually can be error prone, as it's easy to forget a \ +file, or miss that some unexpected file was added. This module simplifies \ +maintaining test directories by tracking their status as they are modified \ +or tested with this API, making it simple to test both individual files, as \ +well as to verify that there are no missing or unknown files." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Test-Directory" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SA/SANBEG/Test-Directory-0.051.tar.gz" + +SRC_URI[md5sum] = "7ee3e9f7ac78e6d18127855dd1b83ccd" +SRC_URI[sha256sum] = "0361bc33c38da0f9be5901480660afb161936d6d7481fb7e86fa14d9b69bfb2c" +DEPENDS += "test-exception-perl-native" + +S = "${WORKDIR}/Test-Directory-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/test-file-perl/test-file-perl_1.443.bb b/recipes-filesystem/test-file-perl/test-file-perl_1.443.bb deleted file mode 100644 index 87674179..00000000 --- a/recipes-filesystem/test-file-perl/test-file-perl_1.443.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "This modules provides a collection of test utilities for file attributes." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Test-File" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-File-1.443.tar.gz" - -SRC_URI[md5sum] = "ec8c6f6e940b454e110aaaa663fc761c" -SRC_URI[sha256sum] = "61b4a6ab8f617c8c7b5975164cf619468dc304b6baaaea3527829286fa58bcd5" - -S = "${WORKDIR}/Test-File-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/test-file-perl/test-file-perl_1.448.bb b/recipes-filesystem/test-file-perl/test-file-perl_1.448.bb new file mode 100644 index 00000000..549e0047 --- /dev/null +++ b/recipes-filesystem/test-file-perl/test-file-perl_1.448.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "This modules provides a collection of test utilities for file attributes." + +SECTION = "libs" +LICENSE = "Artistic-2.0" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Test-File" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" + +SRC_URI = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-File-1.448.tar.gz" + +SRC_URI[md5sum] = "b4701559a827f348f36b487867d2c528" +SRC_URI[sha256sum] = "084152680a2cecc10f1a06b8a2a41f166d8d9311eb12022b53d36ccb50716a34" +DEPENDS += "test-utf8-perl-native" + +S = "${WORKDIR}/Test-File-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-filesystem/test-file-sharedir-perl/test-file-sharedir-perl_1.001002.bb b/recipes-filesystem/test-file-sharedir-perl/test-file-sharedir-perl_1.001002.bb index 63309438..7bd7ef0b 100644 --- a/recipes-filesystem/test-file-sharedir-perl/test-file-sharedir-perl_1.001002.bb +++ b/recipes-filesystem/test-file-sharedir-perl/test-file-sharedir-perl_1.001002.bb @@ -1,24 +1,26 @@ -DESCRIPTION = "Create a Fake ShareDir for your modules for testing." +DESCRIPTION = ""Test::File::ShareDir" is some low level plumbing to enable a distribution \ +to perform tests while consuming its own "share" directories in a manner \ +similar to how they will be once installed." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-File-ShareDir" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/K/KE/KENTNL/Test-File-ShareDir-1.001002.tar.gz" SRC_URI[md5sum] = "ec31466aa44c1cd56c6cb51d7ec3a5de" SRC_URI[sha256sum] = "b33647cbb4b2f2fcfbde4f8bb4383d0ac95c2f89c4c5770eb691f1643a337aad" -RDEPENDS_${PN} += "class-tiny-perl" -RDEPENDS_${PN} += "file-copy-recursive-perl" -RDEPENDS_${PN} += "file-sharedir-perl" -RDEPENDS_${PN} += "path-tiny-perl" -RDEPENDS_${PN} += "scope-guard-perl" +RDEPENDS:${PN} += "class-tiny-perl" +RDEPENDS:${PN} += "file-copy-recursive-perl" +RDEPENDS:${PN} += "file-sharedir-perl" +RDEPENDS:${PN} += "path-tiny-perl" +RDEPENDS:${PN} += "scope-guard-perl" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/Test-File-ShareDir-${PV}" diff --git a/recipes-graphics/convert-color-perl/convert-color-perl_0.11.bb b/recipes-graphics/convert-color-perl/convert-color-perl_0.11.bb index 5917ca29..91edc062 100644 --- a/recipes-graphics/convert-color-perl/convert-color-perl_0.11.bb +++ b/recipes-graphics/convert-color-perl/convert-color-perl_0.11.bb @@ -3,21 +3,21 @@ colors. It provides conversions between color spaces such as RGB and HSV, \ and it provides ways to look up colors by a name." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Convert-Color" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Convert-Color-0.11.tar.gz" SRC_URI[md5sum] = "5d4ec8b804100dca53c6c406f2a83f4c" SRC_URI[sha256sum] = "b41217c72931034ba4417d7a9e1e2999f04580d4e6b31c70993fedccc2440d38" -RDEPENDS_${PN} += "list-utilsby-perl" -RDEPENDS_${PN} += "module-pluggable-perl" +RDEPENDS:${PN} += "list-utilsby-perl" +RDEPENDS:${PN} += "module-pluggable-perl" DEPENDS += "test-number-delta-perl-native" S = "${WORKDIR}/Convert-Color-${PV}" diff --git a/recipes-graphics/convert-color-xterm-perl/convert-color-xterm-perl_0.05.bb b/recipes-graphics/convert-color-xterm-perl/convert-color-xterm-perl_0.06.bb similarity index 68% rename from recipes-graphics/convert-color-xterm-perl/convert-color-xterm-perl_0.05.bb rename to recipes-graphics/convert-color-xterm-perl/convert-color-xterm-perl_0.06.bb index e4001a50..a3e32ee3 100644 --- a/recipes-graphics/convert-color-xterm-perl/convert-color-xterm-perl_0.05.bb +++ b/recipes-graphics/convert-color-xterm-perl/convert-color-xterm-perl_0.06.bb @@ -5,24 +5,24 @@ terminal for its actual colors. It simply implements the colors that are \ present as defaults in the XTerm source code." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Convert-Color-XTerm" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Convert-Color-XTerm-0.05.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Convert-Color-XTerm-0.06.tar.gz" -SRC_URI[md5sum] = "7f8cc9bb8807af3481febc897043cadb" -SRC_URI[sha256sum] = "eac0939d9677b8e161fb96d087c04a91d5f9041a542822e69209d3f79c8cedb2" -RDEPENDS_${PN} += "convert-color-perl" +SRC_URI[md5sum] = "840ae61e9c51c2f131b331d331dfaa2b" +SRC_URI[sha256sum] = "ae1b56388594bbccef6cffe708007f8bcccd4569e31a2c33745216a635237916" +RDEPENDS:${PN} += "convert-color-perl" DEPENDS += "module-build-perl-native" S = "${WORKDIR}/Convert-Color-XTerm-${PV}" -inherit cpan allarch +inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-math/math-base-convert-perl/math-base-convert-perl_0.11.bb b/recipes-math/math-base-convert-perl/math-base-convert-perl_0.11.bb index 18400f79..25a10eac 100644 --- a/recipes-math/math-base-convert-perl/math-base-convert-perl_0.11.bb +++ b/recipes-math/math-base-convert-perl/math-base-convert-perl_0.11.bb @@ -2,14 +2,14 @@ DESCRIPTION = "This module provides fast functions and methods to convert betwee arbitrary number bases from 2 (binary) thru 65535." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Math-Base-Convert" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIKER/Math-Base-Convert-0.11.tar.gz" diff --git a/recipes-math/math-bigint-perl/math-bigint-perl_1.999816.bb b/recipes-math/math-bigint-perl/math-bigint-perl_1.999829.bb similarity index 63% rename from recipes-math/math-bigint-perl/math-bigint-perl_1.999816.bb rename to recipes-math/math-bigint-perl/math-bigint-perl_1.999829.bb index 5b69dfff..88b6c250 100644 --- a/recipes-math/math-bigint-perl/math-bigint-perl_1.999816.bb +++ b/recipes-math/math-bigint-perl/math-bigint-perl_1.999829.bb @@ -2,19 +2,19 @@ DESCRIPTION = "Math::BigInt provides support for arbitrary precision integers. O is also provided for Perl operators." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Math-BigInt" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-1.999816.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-1.999829.tar.gz" -SRC_URI[md5sum] = "879409c5c62441a675853cabe690b313" -SRC_URI[sha256sum] = "95a5a1f636a23f66d400d40bffb0d24ad50df00e6e3c7359c9e645c375f40a89" +SRC_URI[md5sum] = "fd64ffafb1ec5cb7a0fa41b25a4bf894" +SRC_URI[sha256sum] = "6508738b1bb0021e7fc766e376540057634a3a57b077d32cbc3f42a4599a7bee" S = "${WORKDIR}/Math-BigInt-${PV}" diff --git a/recipes-math/math-complex-perl/math-complex-perl_1.59.bb b/recipes-math/math-complex-perl/math-complex-perl_1.59.bb deleted file mode 100644 index b6ee47fe..00000000 --- a/recipes-math/math-complex-perl/math-complex-perl_1.59.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "This package lets you create and manipulate complex numbers. By default, \ -*Perl* limits itself to real numbers, but an extra "use" statement brings \ -full complex support, along with a full set of mathematical functions \ -typically associated with and/or extended to complex numbers." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Math-Complex" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Math-Complex-1.59.tar.gz" - -SRC_URI[md5sum] = "94f9d6b557b56408949928a55227c86f" -SRC_URI[sha256sum] = "f35eb4987512c51d2c47294a008ede210d8dd759b90b887d04847c69b42dd6d1" - -S = "${WORKDIR}/Math-Complex-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-math/math-libm-perl/math-libm-perl_1.00.bb b/recipes-math/math-libm-perl/math-libm-perl_1.00.bb index 00a2eca1..4fa0e64d 100644 --- a/recipes-math/math-libm-perl/math-libm-perl_1.00.bb +++ b/recipes-math/math-libm-perl/math-libm-perl_1.00.bb @@ -2,7 +2,7 @@ DESCRIPTION = "This module is a translation of the C math.h file. It exports the following selected constants and functions." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-2.0-only" PR = "r0" MAINTAINER= "Poky " diff --git a/recipes-math/math-planepath-perl/math-planepath-perl_126.bb b/recipes-math/math-planepath-perl/math-planepath-perl_129.bb similarity index 54% rename from recipes-math/math-planepath-perl/math-planepath-perl_126.bb rename to recipes-math/math-planepath-perl/math-planepath-perl_129.bb index 0f669e11..898ebce1 100644 --- a/recipes-math/math-planepath-perl/math-planepath-perl_126.bb +++ b/recipes-math/math-planepath-perl/math-planepath-perl_129.bb @@ -2,20 +2,20 @@ DESCRIPTION = "This is a base class for some mathematical paths which map an int position $n to and from coordinates "$x,$y" in the 2D plane." SECTION = "libs" -LICENSE = "GPLv3" +LICENSE = "GPL-3.0-only" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Math-PlanePath" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891" -SRC_URI = "https://cpan.metacpan.org/authors/id/K/KR/KRYDE/Math-PlanePath-126.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KR/KRYDE/Math-PlanePath-129.tar.gz" -SRC_URI[md5sum] = "9fba1b4e2d2e37053f1cdf6dca31965c" -SRC_URI[sha256sum] = "187ec3a80ebf2ff7e6009ebc7b1e141733ef23a32f6ca395ba22a5f7d2c98f04" -RDEPENDS_${PN} += "constant-defer-perl" -RDEPENDS_${PN} += "math-libm-perl" +SRC_URI[md5sum] = "3e716fee3374a887983dffdf19bba230" +SRC_URI[sha256sum] = "8da15d0e4d5077b6c5d203765b2885bf728e509e32de9264605c0862137e397e" +RDEPENDS:${PN} += "constant-defer-perl" +RDEPENDS:${PN} += "math-libm-perl" S = "${WORKDIR}/Math-PlanePath-${PV}" diff --git a/recipes-math/math-random-isaac-perl/math-random-isaac-perl_1.004.bb b/recipes-math/math-random-isaac-perl/math-random-isaac-perl_1.004.bb index db159879..8ae09f5d 100644 --- a/recipes-math/math-random-isaac-perl/math-random-isaac-perl_1.004.bb +++ b/recipes-math/math-random-isaac-perl/math-random-isaac-perl_1.004.bb @@ -1,33 +1,29 @@ DESCRIPTION = "As with other Pseudo-Random Number Generator (PRNG) algorithms like the \ -Mersenne Twister (see Math::Random::MT), this algorithm is designed to \ -take \ +Mersenne Twister (see Math::Random::MT), this algorithm is designed to take \ some seed information and produce seemingly random results as output." SECTION = "libs" -LICENSE = "MIT | Artistic-1.0 | GPL-1.0" +LICENSE = "PD | MIT | Artistic-2.0 | GPL-3.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Math-Random-ISAAC" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ - file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d \ - file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/PD;md5=b3597d12946881e13cb3b548d1173851 \ +file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ +file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266 \ +file://${COMMON_LICENSE_DIR}/GPL-3.0-or-later;md5=1c76c4cc354acaac30ed4d5eefea7245 \ +" -SRC_URI = "http://cpan.metacpan.org/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-1.004.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-1.004.tar.gz" SRC_URI[md5sum] = "46110b9a7bb96fe641bdfaf35bdafec5" SRC_URI[sha256sum] = "2773f02fbf207e9745e76a037df08bf5a8cc987ed23c57040ce7f7b1561f2b7c" -RRECOMMENDS_${PN} += "math-random-isaac-xs-perl" +RRECOMMENDS:${PN} += "math-random-isaac-xs-perl" DEPENDS += "test-nowarnings-perl-native" S = "${WORKDIR}/Math-Random-ISAAC-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-math/math-random-isaac-xs-perl/math-random-isaac-xs-perl_1.004.bb b/recipes-math/math-random-isaac-xs-perl/math-random-isaac-xs-perl_1.004.bb index eace0689..a5ef3563 100644 --- a/recipes-math/math-random-isaac-xs-perl/math-random-isaac-xs-perl_1.004.bb +++ b/recipes-math/math-random-isaac-xs-perl/math-random-isaac-xs-perl_1.004.bb @@ -1,37 +1,41 @@ DESCRIPTION = "See Math::Random::ISAAC for the full description." SECTION = "libs" -LICENSE = "MIT | Artistic-1.0 | GPL-1.0" +LICENSE = "MIT | Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Math-Random-ISAAC-XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ - file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d \ + file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61 \ file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "http://cpan.metacpan.org/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-XS-1.004.tar.gz" SRC_URI[md5sum] = "e38d5a1ab12ca251034f89ab5939f758" SRC_URI[sha256sum] = "9af790eb92d1c6330d33c6daa8decf8a9c5dcc87b81779d6b12e14b931c3b87b" -RRECOMMENDS_${PN} += "math-random-isaac-perl" +# DEPENDS += "math-random-isaac-perl-native" DEPENDS += "module-build-perl-native" DEPENDS += "test-nowarnings-perl-native" S = "${WORKDIR}/Math-Random-ISAAC-XS-${PV}" +EXTRA_CPAN_BUILD_FLAGS="--config cc="${CC}" --config ccflags="${CFLAGS}" --config ld="${CCLD} ${LDFLAGS}"" + inherit cpan_build -EXTRA_CPAN_BUILD_FLAGS="--config cc="${CC}" --config ccflags="${CFLAGS}" --config ld="${LD} ${LDFLAGS}"" +do_configure() { + export LD="${CCLD} ${LDFLAGS}" + cpan_build_do_configure +} do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - export LD="${LD} ${LDFLAGS}" + export LD="${CCLD} ${LDFLAGS}" cpan_build_do_compile } -FILES_${PN}-dbg += "${PERLLIBDIRS}/auto/*/*/*/*/.debug \ +FILES:${PN}-dbg += "${PERLLIBDIRS}/auto/*/*/*/*/.debug \ ${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/auto/*/*/*/*/.debug" BBCLASSEXTEND = "native" diff --git a/recipes-math/number-tolerant-perl/number-tolerant-perl_1.708.bb b/recipes-math/number-tolerant-perl/number-tolerant-perl_1.708.bb index a959dbf6..a585342e 100644 --- a/recipes-math/number-tolerant-perl/number-tolerant-perl_1.708.bb +++ b/recipes-math/number-tolerant-perl/number-tolerant-perl_1.708.bb @@ -3,21 +3,20 @@ of possible values, each equally acceptable. It overloads comparison \ operations to reflect this." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Number-Tolerant" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Number-Tolerant-1.708.tar.gz" SRC_URI[md5sum] = "98d8c97259c4fb14e80593a42dc661a5" SRC_URI[sha256sum] = "c0463b04eb49173dec94821e1066ac1517ba1bab71c7c32d3a3d93f736618d43" -RDEPENDS_${PN} += "sub-exporter-perl" -DEPENDS += "test-simple-perl-native" +RDEPENDS:${PN} += "sub-exporter-perl" S = "${WORKDIR}/Number-Tolerant-${PV}" diff --git a/recipes-net/data-uuid-perl/data-uuid-perl_1.221.bb b/recipes-net/data-uuid-perl/data-uuid-perl_1.226.bb similarity index 70% rename from recipes-net/data-uuid-perl/data-uuid-perl_1.221.bb rename to recipes-net/data-uuid-perl/data-uuid-perl_1.226.bb index b58ee8db..364b34a1 100644 --- a/recipes-net/data-uuid-perl/data-uuid-perl_1.221.bb +++ b/recipes-net/data-uuid-perl/data-uuid-perl_1.226.bb @@ -12,18 +12,13 @@ HOMEPAGE= "https://metacpan.org/release/Data-UUID" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-UUID-1.221.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-UUID-1.226.tar.gz" -SRC_URI[md5sum] = "7619929e8fe205a7fb83bc1c29ecbf99" -SRC_URI[sha256sum] = "3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667" +SRC_URI[md5sum] = "13468e0fb65a0b5ce27b8628cb2f0109" +SRC_URI[sha256sum] = "093d57ffa0d411a94bafafae495697db26f5c9d0277198fe3f7cf2be22996453" S = "${WORKDIR}/Data-UUID-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-net/growl-gntp-perl/growl-gntp-perl_0.21.bb b/recipes-net/growl-gntp-perl/growl-gntp-perl_0.21.bb index 154b9beb..667db648 100644 --- a/recipes-net/growl-gntp-perl/growl-gntp-perl_0.21.bb +++ b/recipes-net/growl-gntp-perl/growl-gntp-perl_0.21.bb @@ -1,21 +1,21 @@ DESCRIPTION = "Growl::GNTP is Perl implementation of GNTP Protocol (Client Part)" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Growl-GNTP" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MATTN/Growl-GNTP-0.21.tar.gz" SRC_URI[md5sum] = "cfb18c0e214f5d80fd6e44b68d218b31" SRC_URI[sha256sum] = "28797f8e427406720584cafd10e780a78ec2b569c555a18743d74553d5f5083f" -RDEPENDS_${PN} += "crypt-cbc-perl" -RDEPENDS_${PN} += "data-uuid-perl" +RDEPENDS:${PN} += "crypt-cbc-perl" +RDEPENDS:${PN} += "data-uuid-perl" DEPENDS += "module-build-tiny-perl-native" S = "${WORKDIR}/Growl-GNTP-${PV}" diff --git a/recipes-net/io-socket-ip-perl/io-socket-ip-perl_0.39.bb b/recipes-net/io-socket-ip-perl/io-socket-ip-perl_0.41.bb similarity index 65% rename from recipes-net/io-socket-ip-perl/io-socket-ip-perl_0.39.bb rename to recipes-net/io-socket-ip-perl/io-socket-ip-perl_0.41.bb index 1dd11c62..56b681bb 100644 --- a/recipes-net/io-socket-ip-perl/io-socket-ip-perl_0.39.bb +++ b/recipes-net/io-socket-ip-perl/io-socket-ip-perl_0.41.bb @@ -5,22 +5,23 @@ of known differences, see the "IO::Socket::INET" INCOMPATIBILITES section \ below." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/IO-Socket-IP" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.39.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.41.tar.gz" -SRC_URI[md5sum] = "fe49e4f6638c55124b4f1fb9ee8fe134" -SRC_URI[sha256sum] = "11950da7636cb786efd3bfb5891da4c820975276bce43175214391e5c32b7b96" +SRC_URI[md5sum] = "629947f8b86b08b7a636bd7ccc3d4925" +SRC_URI[sha256sum] = "849a45a238f8392588b97722c850382c4e6d157cd08a822ddcb9073c73bf1446" +DEPENDS += "module-build-perl-native" S = "${WORKDIR}/IO-Socket-IP-${PV}" -inherit cpan allarch +inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-net/io-socket-portstate-perl/io-socket-portstate-perl_0.03.bb b/recipes-net/io-socket-portstate-perl/io-socket-portstate-perl_0.03.bb index c2defda5..cf9ef4f6 100644 --- a/recipes-net/io-socket-portstate-perl/io-socket-portstate-perl_0.03.bb +++ b/recipes-net/io-socket-portstate-perl/io-socket-portstate-perl_0.03.bb @@ -1,23 +1,23 @@ -DESCRIPTION = "You can use it to check if a port is open or closed for a given host \ -and protocol." +DESCRIPTION = "You can use it to check if a port is open or closed for a given host and \ +protocol." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/IO-Socket-PortState" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/D/DM/DMUEY/IO-Socket-PortState-0.03.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DM/DMUEY/IO-Socket-PortState-0.03.tar.gz" SRC_URI[md5sum] = "ba82446a68380e8bd79ab49a5948d6c1" SRC_URI[sha256sum] = "9b6272699d2afd6f65aaa118e2613da28a9f3ba7a80c30bd0cfb16619db131bc" S = "${WORKDIR}/IO-Socket-PortState-${PV}" -inherit cpan +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-net/io-socket-ssl-perl/io-socket-ssl-perl_2.060.bb b/recipes-net/io-socket-ssl-perl/io-socket-ssl-perl_2.074.bb similarity index 66% rename from recipes-net/io-socket-ssl-perl/io-socket-ssl-perl_2.060.bb rename to recipes-net/io-socket-ssl-perl/io-socket-ssl-perl_2.074.bb index 5ce74d91..74796305 100644 --- a/recipes-net/io-socket-ssl-perl/io-socket-ssl-perl_2.060.bb +++ b/recipes-net/io-socket-ssl-perl/io-socket-ssl-perl_2.074.bb @@ -5,21 +5,21 @@ SSL-aware without much effort, at least if you do blocking I/O and don't \ use select or poll." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/IO-Socket-SSL" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.060.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz" -SRC_URI[md5sum] = "97fa6cd64f15db60f810cd8ab02d57fc" -SRC_URI[sha256sum] = "fb5b2877ac5b686a5d7b8dd71cf5464ffe75d10c32047b5570674870e46b1b8c" -RDEPENDS_${PN} += "net-ssleay-perl" -RDEPENDS_${PN} += "mozilla-ca-perl" +SRC_URI[md5sum] = "53201b8e4dfaf25d4d661a54fdfda602" +SRC_URI[sha256sum] = "36486b6be49da4d029819cf7069a7b41ed48af0c87e23be0f8e6aba23d08a832" +RDEPENDS:${PN} += "mozilla-ca-perl" +RDEPENDS:${PN} += "net-ssleay-perl" S = "${WORKDIR}/IO-Socket-SSL-${PV}" diff --git a/recipes-net/net-async-http-perl/net-async-http-perl_0.42.bb b/recipes-net/net-async-http-perl/net-async-http-perl_0.48.bb similarity index 63% rename from recipes-net/net-async-http-perl/net-async-http-perl_0.42.bb rename to recipes-net/net-async-http-perl/net-async-http-perl_0.48.bb index ac927ca0..91ff96c6 100644 --- a/recipes-net/net-async-http-perl/net-async-http-perl_0.42.bb +++ b/recipes-net/net-async-http-perl/net-async-http-perl_0.48.bb @@ -6,27 +6,29 @@ connection. Normally, only one such object will be needed per program to \ support any number of requests." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Net-Async-HTTP" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Net-Async-HTTP-0.42.tar.gz" - -SRC_URI[md5sum] = "b65de0ed317aef393697f52ba57b324d" -SRC_URI[sha256sum] = "b2e0e69d93e1e6c87330b187d5f5c958361fc44e7c4cdfa164b8cc2302c00af3" -RDEPENDS_${PN} += "future-perl" -RDEPENDS_${PN} += "http-message-perl" -RDEPENDS_${PN} += "io-async-perl" -RDEPENDS_${PN} += "struct-dumb-perl" -RDEPENDS_${PN} += "uri-perl" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Net-Async-HTTP-0.48.tar.gz" + +SRC_URI[md5sum] = "03cc0e1ff997c69f6b493806ad21ea35" +SRC_URI[sha256sum] = "9d4bd6f995bcae7d8bcd3a2b368ee708ede484006b6228f5ed25ebf3a821f73e" +RDEPENDS:${PN} += "future-perl" +RDEPENDS:${PN} += "http-message-perl" +RDEPENDS:${PN} += "io-async-perl" +RDEPENDS:${PN} += "metrics-any-perl" +RDEPENDS:${PN} += "struct-dumb-perl" +RDEPENDS:${PN} += "uri-perl" DEPENDS += "http-cookies-perl-native" DEPENDS += "module-build-perl-native" DEPENDS += "test-identity-perl-native" +DEPENDS += "test-metrics-any-perl-native" DEPENDS += "test-refcount-perl-native" S = "${WORKDIR}/Net-Async-HTTP-${PV}" diff --git a/recipes-net/net-async-http-server-perl/net-async-http-server-perl_0.09.bb b/recipes-net/net-async-http-server-perl/net-async-http-server-perl_0.13.bb similarity index 62% rename from recipes-net/net-async-http-server-perl/net-async-http-server-perl_0.09.bb rename to recipes-net/net-async-http-server-perl/net-async-http-server-perl_0.13.bb index e4ff4010..56042000 100644 --- a/recipes-net/net-async-http-server-perl/net-async-http-server-perl_0.09.bb +++ b/recipes-net/net-async-http-server-perl/net-async-http-server-perl_0.13.bb @@ -5,27 +5,29 @@ whenever an HTTP request is received, allowing the program to respond to \ it." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Net-Async-HTTP-Server" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Net-Async-HTTP-Server-0.09.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Net-Async-HTTP-Server-0.13.tar.gz" -SRC_URI[md5sum] = "4b13d36f2a309cde31df7c154aa3af46" -SRC_URI[sha256sum] = "62c444514a5b673128e1d5b28efb16fa367035437d76c552d64faf7045d82e48" -RDEPENDS_${PN} += "http-message-perl" -RDEPENDS_${PN} += "io-async-perl" +SRC_URI[md5sum] = "9bbd282f5b5b06d0a643511b6fdd633b" +SRC_URI[sha256sum] = "ca4de471f22278d2393c8ab2ec6e7ac4ef217db4635d2dcc8ba2a8ca722114ee" +RDEPENDS:${PN} += "http-message-perl" +RDEPENDS:${PN} += "io-async-perl" +RDEPENDS:${PN} += "metrics-any-perl" DEPENDS += "module-build-perl-native" DEPENDS += "test-identity-perl-native" +DEPENDS += "test-metrics-any-perl-native" DEPENDS += "test-refcount-perl-native" S = "${WORKDIR}/Net-Async-HTTP-Server-${PV}" -inherit cpan allarch +inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-net/net-dns-perl/net-dns-perl_1.18.bb b/recipes-net/net-dns-perl/net-dns-perl_1.33.bb similarity index 71% rename from recipes-net/net-dns-perl/net-dns-perl_1.18.bb rename to recipes-net/net-dns-perl/net-dns-perl_1.33.bb index 8bfef972..da692224 100644 --- a/recipes-net/net-dns-perl/net-dns-perl_1.18.bb +++ b/recipes-net/net-dns-perl/net-dns-perl_1.33.bb @@ -11,12 +11,12 @@ HOMEPAGE= "https://metacpan.org/release/Net-DNS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -SRC_URI = "https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.18.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.33.tar.gz" -SRC_URI[md5sum] = "67af7e5c1c339f60c45c1054374bd8ee" -SRC_URI[sha256sum] = "52ce1494fc9707fd5a60ed71db5cde727157b7f2363787d730d4d1bd9800a9d3" -RDEPENDS_${PN} += "digest-hmac-perl" -RDEPENDS_${PN} += "io-socket-ip-perl" +SRC_URI[md5sum] = "f3ba5295ee588d25dabc74a2ecda296a" +SRC_URI[sha256sum] = "5a40e7cf524e4bd2c33cf03b82b47d5308b712083aa5ee180b0b5af54c71fbd2" +RDEPENDS:${PN} += "digest-hmac-perl" +RRECOMMENDS:${PN} += "digest-bubblebabble-perl" S = "${WORKDIR}/Net-DNS-${PV}" diff --git a/recipes-net/net-http-perl/net-http-perl_6.18.bb b/recipes-net/net-http-perl/net-http-perl_6.21.bb similarity index 63% rename from recipes-net/net-http-perl/net-http-perl_6.18.bb rename to recipes-net/net-http-perl/net-http-perl_6.21.bb index 3262e91b..28f7d8f7 100644 --- a/recipes-net/net-http-perl/net-http-perl_6.18.bb +++ b/recipes-net/net-http-perl/net-http-perl_6.21.bb @@ -4,20 +4,21 @@ protocol is described in RFC 2616. The "Net::HTTP" class supports \ "HTTP/1.0" and "HTTP/1.1"." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Net-HTTP" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.18.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.21.tar.gz" -SRC_URI[md5sum] = "6da11a7db0e933b7684148e1fb32006a" -SRC_URI[sha256sum] = "7e42df2db7adce3e0eb4f78b88c450f453f5380f120fd5411232e03374ba951c" -RDEPENDS_${PN} += "uri-perl" +SRC_URI[md5sum] = "dbe27483034a79a7d43f61cc48540641" +SRC_URI[sha256sum] = "375aa35b76be99f06464089174d66ac76f78ce83a5c92a907bbfab18b099eec4" +RDEPENDS:${PN} += "uri-perl" +RRECOMMENDS:${PN} += "io-socket-ssl-perl" S = "${WORKDIR}/Net-HTTP-${PV}" diff --git a/recipes-net/netaddr-ip-perl/netaddr-ip-perl_4.079.bb b/recipes-net/netaddr-ip-perl/netaddr-ip-perl_4.079.bb index a22366a2..304ab27f 100644 --- a/recipes-net/netaddr-ip-perl/netaddr-ip-perl_4.079.bb +++ b/recipes-net/netaddr-ip-perl/netaddr-ip-perl_4.079.bb @@ -4,14 +4,15 @@ NetAddr::IP will work with older versions of Perl and is compatible with \ Math::BigInt." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv2+" +LICENSE = "Artistic-1.0 | GPL-2.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/NetAddr-IP" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c \ +" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIKER/NetAddr-IP-4.079.tar.gz" @@ -20,9 +21,9 @@ SRC_URI[sha256sum] = "ec5a82dfb7028bcd28bb3d569f95d87dd4166cc19867f2184ed3a59f6d S = "${WORKDIR}/NetAddr-IP-${PV}" -inherit cpan allarch - # running configure in Lite/Util will fail ... EXTRA_CPANFLAGS = "-noxs" +inherit cpan allarch + BBCLASSEXTEND = "native" diff --git a/recipes-net/socket-perl/socket-perl_2.027.bb b/recipes-net/socket-perl/socket-perl_2.032.bb similarity index 68% rename from recipes-net/socket-perl/socket-perl_2.027.bb rename to recipes-net/socket-perl/socket-perl_2.032.bb index bc37282d..dd9e06a5 100644 --- a/recipes-net/socket-perl/socket-perl_2.027.bb +++ b/recipes-net/socket-perl/socket-perl_2.032.bb @@ -7,27 +7,22 @@ network addresses between human-readable and native binary forms, and for \ hostname resolver operations." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Socket" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Socket-2.027.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Socket-2.032.tar.gz" -SRC_URI[md5sum] = "8741e7a55272f5db80c520be43a725a1" -SRC_URI[sha256sum] = "141c11494d171c13765d972417be731388f6372ffaad619cfc72998e972be2a8" +SRC_URI[md5sum] = "bf3d0e13ff6775e0058b8f5ddaad626a" +SRC_URI[sha256sum] = "20ecb6ad469f4a13c5c7a891abfa12a3cecfdeccc7140ad57b05be12815dd517" S = "${WORKDIR}/Socket-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-net/test-requiresinternet-perl/test-requiresinternet-perl_0.05.bb b/recipes-net/test-requiresinternet-perl/test-requiresinternet-perl_0.05.bb index 313bad34..e73b85ab 100644 --- a/recipes-net/test-requiresinternet-perl/test-requiresinternet-perl_0.05.bb +++ b/recipes-net/test-requiresinternet-perl/test-requiresinternet-perl_0.05.bb @@ -1,14 +1,14 @@ DESCRIPTION = "Easily test network connectivity" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-RequiresInternet" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MALLEN/Test-RequiresInternet-0.05.tar.gz" diff --git a/recipes-net/test-tcp-perl/test-tcp-perl_2.19.bb b/recipes-net/test-tcp-perl/test-tcp-perl_2.19.bb deleted file mode 100644 index cd71bae0..00000000 --- a/recipes-net/test-tcp-perl/test-tcp-perl_2.19.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Test::TCP is a test utility to test TCP/IP-based server programs." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Test-TCP" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-2.19.tar.gz" - -SRC_URI[md5sum] = "1c9f50fd13733a9a760808ec530fe295" -SRC_URI[sha256sum] = "dd012d9d596b2a4e26feb5e017ed8035bf779f636da78b8ae4f5f581e9fc5091" -RDEPENDS_${PN} += "test-sharedfork-perl" - -S = "${WORKDIR}/Test-TCP-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-net/test-tcp-perl/test-tcp-perl_2.22.bb b/recipes-net/test-tcp-perl/test-tcp-perl_2.22.bb new file mode 100644 index 00000000..74d2b6e6 --- /dev/null +++ b/recipes-net/test-tcp-perl/test-tcp-perl_2.22.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Test::TCP is a test utility to test TCP/IP-based server programs." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Test-TCP" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Test-TCP-2.22.tar.gz" + +SRC_URI[md5sum] = "d539ad6b16856e863a6b6b54fa58df33" +SRC_URI[sha256sum] = "3e53c3c06d6d0980a2bfeb915602b714e682ee211ae88c11748cf2cc714e7b57" +RDEPENDS:${PN} += "test-sharedfork-perl" + +S = "${WORKDIR}/Test-TCP-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-security/crypt-cbc-perl/crypt-cbc-perl_2.33.bb b/recipes-security/crypt-cbc-perl/crypt-cbc-perl_2.33.bb deleted file mode 100644 index 6ebe6e7b..00000000 --- a/recipes-security/crypt-cbc-perl/crypt-cbc-perl_2.33.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "This module is a Perl-only implementation of the cryptographic cipher \ -block chaining mode (CBC). In combination with a block cipher such as DES \ -or IDEA, you can encrypt and decrypt messages of arbitrarily long length. \ -The encrypted messages are compatible with the encryption format used by \ -the OpenSSL package." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Crypt-CBC" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/L/LD/LDS/Crypt-CBC-2.33.tar.gz" - -SRC_URI[md5sum] = "3db5117d60df67e3b400fe367e716be0" -SRC_URI[sha256sum] = "6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645" - -S = "${WORKDIR}/Crypt-CBC-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-security/crypt-cbc-perl/crypt-cbc-perl_3.04.bb b/recipes-security/crypt-cbc-perl/crypt-cbc-perl_3.04.bb new file mode 100644 index 00000000..0828a8b3 --- /dev/null +++ b/recipes-security/crypt-cbc-perl/crypt-cbc-perl_3.04.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "This module is a Perl-only implementation of the cryptographic cipher block \ +chaining mode (CBC). In combination with a block cipher such as AES or \ +Blowfish, you can encrypt and decrypt messages of arbitrarily long length. \ +The encrypted messages are compatible with the encryption format used by \ +the OpenSSL package." + +SECTION = "libs" +LICENSE = "Artistic-2.0" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Crypt-CBC" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" + +SRC_URI = "https://cpan.metacpan.org/authors/id/L/LD/LDS/Crypt-CBC-3.04.tar.gz" + +SRC_URI[md5sum] = "46c9674f6d787037ed564c078a15bdfd" +SRC_URI[sha256sum] = "4026c57d0dbf6496c0d561a26f161b763d3b8edf351139c073492e21b5fbce07" +RDEPENDS:${PN} += "crypt-pbkdf2-perl" +RDEPENDS:${PN} += "cryptx-perl" + +S = "${WORKDIR}/Crypt-CBC-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-security/crypt-pbkdf2-perl/crypt-pbkdf2-perl_0.161520.bb b/recipes-security/crypt-pbkdf2-perl/crypt-pbkdf2-perl_0.161520.bb index a5e9f711..cced4514 100644 --- a/recipes-security/crypt-pbkdf2-perl/crypt-pbkdf2-perl_0.161520.bb +++ b/recipes-security/crypt-pbkdf2-perl/crypt-pbkdf2-perl_0.161520.bb @@ -8,27 +8,27 @@ output of the backend hash). The hash is salted, as any password hash \ should be, and the salt may also be of arbitrary size." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Crypt-PBKDF2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Crypt-PBKDF2-0.161520.tar.gz" SRC_URI[md5sum] = "7a0c8f86ea606125971c36e1b9e21a74" SRC_URI[sha256sum] = "97dfa79a309a086e184a4e61047f8a10ffb3db051025e7d222a25f19130ba417" -RDEPENDS_${PN} += "digest-hmac-perl" -RDEPENDS_${PN} += "digest-sha3-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "moo-perl" -RDEPENDS_${PN} += "namespace-autoclean-perl" -RDEPENDS_${PN} += "strictures-perl" -RDEPENDS_${PN} += "try-tiny-perl" -RDEPENDS_${PN} += "type-tiny-perl" +RDEPENDS:${PN} += "digest-hmac-perl" +RDEPENDS:${PN} += "digest-sha3-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "namespace-autoclean-perl" +RDEPENDS:${PN} += "strictures-perl" +RDEPENDS:${PN} += "try-tiny-perl" +RDEPENDS:${PN} += "type-tiny-perl" DEPENDS += "test-fatal-perl-native" S = "${WORKDIR}/Crypt-PBKDF2-${PV}" diff --git a/recipes-security/crypt-rijndael-perl/crypt-rijndael-perl_1.13.bb b/recipes-security/crypt-rijndael-perl/crypt-rijndael-perl_1.13.bb deleted file mode 100644 index 76543794..00000000 --- a/recipes-security/crypt-rijndael-perl/crypt-rijndael-perl_1.13.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "This module implements the Rijndael cipher, which has just been \ -selected as the Advanced Encryption Standard." - -SECTION = "libs" -LICENSE = "LGPL-3.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Crypt-Rijndael" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b" - -SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Crypt-Rijndael-1.13.tar.gz" - -SRC_URI[md5sum] = "2af117c9ab4052cec05cf6737c5f3f45" -SRC_URI[sha256sum] = "cd7209a6dfe0a3dc8caffe1aa2233b0e6effec7572d76a7a93feefffe636214e" - -S = "${WORKDIR}/Crypt-Rijndael-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-security/crypt-rijndael-perl/crypt-rijndael-perl_1.16.bb b/recipes-security/crypt-rijndael-perl/crypt-rijndael-perl_1.16.bb new file mode 100644 index 00000000..2290c23d --- /dev/null +++ b/recipes-security/crypt-rijndael-perl/crypt-rijndael-perl_1.16.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "This module implements the Rijndael cipher, which has just been selected as \ +the Advanced Encryption Standard." + +SECTION = "libs" +LICENSE = "LGPL-3.0-only" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Crypt-Rijndael" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-3.0-only;md5=bfccfe952269fff2b407dd11f2f3083b" + +SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Crypt-Rijndael-1.16.tar.gz" + +SRC_URI[md5sum] = "7dccb639178148d6113cf1fc83b02886" +SRC_URI[sha256sum] = "6540085e3804b82a6f0752c1122cf78cadd221990136dd6fd4c097d056c84d40" + +S = "${WORKDIR}/Crypt-Rijndael-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-security/crypt-ripemd160-perl/crypt-ripemd160-perl_0.06.bb b/recipes-security/crypt-ripemd160-perl/crypt-ripemd160-perl_0.06.bb deleted file mode 100644 index 4ec60916..00000000 --- a/recipes-security/crypt-ripemd160-perl/crypt-ripemd160-perl_0.06.bb +++ /dev/null @@ -1,56 +0,0 @@ -DESCRIPTION = "The Crypt::RIPEMD160 module allows you to use the RIPEMD160 Message \ -Digest algorithm from within Perl programs. The module is based on the \ -implementation from Antoon Bosselaers from Katholieke Universiteit \ -Leuven. A new RIPEMD160 context object is created with the new \ -operation. Multiple simultaneous digest contexts can be maintained, if \ -desired. The context is updated with the add operation which adds the \ -strings contained in the *LIST* parameter. Note, however, that \ -\"add('foo', 'bar')\", \"add('foo')\" followed by \"add('bar')\" and \ -\"add('foobar')\" should all give the same result. The final message \ -digest value is returned by the digest operation as a 20-byte binary \ -string. This operation delivers the result of add operations since the \ -last new or reset operation. Note that the digest operation is \ -effectively a destructive, read-once operation. Once it has been \ -performed, the context must be reset before being used to calculate \ -another digest value. Several convenience functions are also provided. \ -The addfile operation takes an open file-handle and reads it until \ -end-of file in 8192 byte blocks adding the contents to the context. The \ -file-handle can either be specified by name or passed as a type-glob \ -reference, as shown in the examples below. The hexdigest operation \ -calls digest and returns the result as a printable string of hexdecimal \ -digits. This is exactly the same operation as performed by the unpack \ -operation in the examples below. The hash operation can act as either a \ -static member function (ie you invoke it on the RIPEMD160 class as in \ -the synopsis above) or as a normal virtual function. In both cases it \ -performs the complete RIPEMD160 cycle (reset, add, digest) on the \ -supplied scalar value. This is convenient for handling small quantities \ -of data. When invoked on the class a temporary context is created. When \ -invoked through an already created context object, this context is \ -used. The latter form is slightly more efficient. The hexhash operation \ -is analogous to hexdigest." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Crypt-RIPEMD160" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-RIPEMD160-0.06.tar.gz" - -SRC_URI[md5sum] = "f37eae17af81b230104f9d0aca1b2327" -SRC_URI[sha256sum] = "ea64a1e9eb42f3d79855a392e7cca6b86e8e0bcc9aabcc5efa5fa32415b67dba" - -S = "${WORKDIR}/Crypt-RIPEMD160-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-security/crypt-ripemd160-perl/crypt-ripemd160-perl_0.08.bb b/recipes-security/crypt-ripemd160-perl/crypt-ripemd160-perl_0.08.bb new file mode 100644 index 00000000..3c1c9813 --- /dev/null +++ b/recipes-security/crypt-ripemd160-perl/crypt-ripemd160-perl_0.08.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "The Crypt::RIPEMD160 module allows you to use the RIPEMD160 Message Digest \ +algorithm from within Perl programs." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Crypt-RIPEMD160" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-RIPEMD160-0.08.tar.gz" + +SRC_URI[md5sum] = "0050e60658e2c0aa9710b5b0dd255ecb" +SRC_URI[sha256sum] = "34d1c87607f6c9defab3741b76d31bccfbb6d4d201af80e0f6083c378130b232" + +S = "${WORKDIR}/Crypt-RIPEMD160-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-security/crypt-urandom-perl/crypt-urandom-perl_0.36.bb b/recipes-security/crypt-urandom-perl/crypt-urandom-perl_0.36.bb index d33ffb98..497396a3 100644 --- a/recipes-security/crypt-urandom-perl/crypt-urandom-perl_0.36.bb +++ b/recipes-security/crypt-urandom-perl/crypt-urandom-perl_0.36.bb @@ -1,19 +1,17 @@ -DESCRIPTION = "This Module is intended to provide an interface to the strongest \ -available source of non-blocking randomness on the current platform. \ -Platforms \ -currently supported are anything supporting /dev/urandom and versions \ -of \ +DESCRIPTION = "This Module is intended to provide an interface to the strongest available \ +source of non-blocking randomness on the current platform. Platforms \ +currently supported are anything supporting /dev/urandom and versions of \ Windows greater than or equal to Windows 2000." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Crypt-URandom" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/D/DD/DDICK/Crypt-URandom-0.36.tar.gz" @@ -22,11 +20,6 @@ SRC_URI[sha256sum] = "81fec9921adc5d3c91cbe0ad8cb2bb89b045c4fb0de9cb3c43f17e58e4 S = "${WORKDIR}/Crypt-URandom-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-security/cryptx-perl/cryptx-perl_0.076.bb b/recipes-security/cryptx-perl/cryptx-perl_0.076.bb new file mode 100644 index 00000000..ae6e07bd --- /dev/null +++ b/recipes-security/cryptx-perl/cryptx-perl_0.076.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Perl modules providing a cryptography based on LibTomCrypt \ + library." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/CryptX" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIK/CryptX-0.076.tar.gz" + +SRC_URI[md5sum] = "8e59e8f2dc6ff91fc151a078277a9f00" +SRC_URI[sha256sum] = "bb84ac012438c7cecdb51a5a6fffb4f1fee3b0eae0022e96cebc2e167522621c" + +S = "${WORKDIR}/CryptX-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-security/digest-bubblebabble-perl/digest-bubblebabble-perl/0001-Makefile.PL-use-.-explicitely.patch b/recipes-security/digest-bubblebabble-perl/digest-bubblebabble-perl/0001-Makefile.PL-use-.-explicitely.patch new file mode 100644 index 00000000..691497ac --- /dev/null +++ b/recipes-security/digest-bubblebabble-perl/digest-bubblebabble-perl/0001-Makefile.PL-use-.-explicitely.patch @@ -0,0 +1,31 @@ +From d21c5c8df6637842afc3f4e5a0b27cf604b8a3c0 Mon Sep 17 00:00:00 2001 +From: Jens Rehsack +Date: Thu, 6 Jan 2022 18:57:50 +0100 +Subject: [PATCH] Makefile.PL: use "." explicitely + +Fix behavior of old module with modern Perl without '.' in @INC. + +Signed-off-by: Jens Rehsack +--- + Makefile.PL | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/Makefile.PL b/Makefile.PL +index af538b6..c64e1d2 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,3 +1,4 @@ ++use lib "."; + use inc::Module::Install; + name 'Digest-BubbleBabble'; + all_from 'lib/Digest/BubbleBabble.pm'; +@@ -9,4 +10,4 @@ use_test_base; + auto_include_deps; + author_tests('xt'); + auto_set_repository; +-WriteAll; +\ No newline at end of file ++WriteAll; +-- +2.34.1 + diff --git a/recipes-security/digest-bubblebabble-perl/digest-bubblebabble-perl_0.02.bb b/recipes-security/digest-bubblebabble-perl/digest-bubblebabble-perl_0.02.bb new file mode 100644 index 00000000..fd561f6c --- /dev/null +++ b/recipes-security/digest-bubblebabble-perl/digest-bubblebabble-perl_0.02.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "*Digest::BubbleBabble* takes a message digest (often generated by either of \ +the MD5 or SHA-1 message digest algorithms) and creates a fingerprint of \ +that digest in "bubble babble" format. Bubble babble is a method of \ +representing a message digest as a string of "real" words, to make the \ +fingerprint easier to remember. The "words" are not necessarily real words, \ +but they look more like words than a string of hex characters." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Digest-BubbleBabble" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/B/BT/BTROTT/Digest-BubbleBabble-0.02.tar.gz \ + file://0001-Makefile.PL-use-.-explicitely.patch \ +" + +SRC_URI[md5sum] = "4d7edd5b0a904db8194aa660d502fbe0" +SRC_URI[sha256sum] = "80cfb2d2e43d6f79400658600567d2a270b145b4eef5aea58a66957788225c00" + +S = "${WORKDIR}/Digest-BubbleBabble-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-security/digest-hmac-perl/digest-hmac-perl_1.03.bb b/recipes-security/digest-hmac-perl/digest-hmac-perl_1.03.bb deleted file mode 100644 index b447ffc1..00000000 --- a/recipes-security/digest-hmac-perl/digest-hmac-perl_1.03.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "This module provide HMAC-MD5 hashing." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Digest-HMAC" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz" - -SRC_URI[md5sum] = "e6a5d6f552da16eacb5157ea4369ff9d" -SRC_URI[sha256sum] = "3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59" - -S = "${WORKDIR}/Digest-HMAC-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-security/digest-hmac-perl/digest-hmac-perl_1.04.bb b/recipes-security/digest-hmac-perl/digest-hmac-perl_1.04.bb new file mode 100644 index 00000000..4f716a96 --- /dev/null +++ b/recipes-security/digest-hmac-perl/digest-hmac-perl_1.04.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "HMAC is used for message integrity checks between two parties that share a \ +secret key, and works in combination with some other Digest algorithm, \ +usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Digest-HMAC" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Digest-HMAC-1.04.tar.gz" + +SRC_URI[md5sum] = "746a5edffd1485d7500e005730c271c8" +SRC_URI[sha256sum] = "d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4" + +S = "${WORKDIR}/Digest-HMAC-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-security/digest-md5-perl/digest-md5-perl_2.55.bb b/recipes-security/digest-md5-perl/digest-md5-perl_2.55.bb deleted file mode 100644 index 5b9ea631..00000000 --- a/recipes-security/digest-md5-perl/digest-md5-perl_2.55.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "The "Digest::MD5" module allows you to use the RSA Data Security Inc. MD5 \ -Message Digest algorithm from within Perl programs. The algorithm takes as \ -input a message of arbitrary length and produces as output a 128-bit \ -"fingerprint" or "message digest" of the input." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Digest-MD5" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.55.tar.gz" - -SRC_URI[md5sum] = "601519b826ca14c233f13a4578b967ef" -SRC_URI[sha256sum] = "03b198a2d14425d951e5e50a885d3818c3162c8fe4c21e18d7798a9a179d0e3c" - -S = "${WORKDIR}/Digest-MD5-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-security/digest-md6-perl/digest-md6-perl/patch-have-cc.diff b/recipes-security/digest-md6-perl/digest-md6-perl/patch-have-cc.diff deleted file mode 100644 index 3570c29b..00000000 --- a/recipes-security/digest-md6-perl/digest-md6-perl/patch-have-cc.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- a/Makefile.PL 2015-07-06 18:21:37.095308731 +0200 -+++ b/Makefile.PL 2015-07-06 18:24:08.031309300 +0200 -@@ -4,15 +4,15 @@ - - use strict; - use warnings; --use lib qw( inc ); -+#use lib qw( inc ); - - use Config qw(%Config); - use ExtUtils::MakeMaker; - use File::Spec; --use Devel::CheckLib; -+#use Devel::CheckLib; - - # Check that we have a C compiler --check_lib_or_exit(); -+#check_lib_or_exit(); - - my @extra = (); - if ( $^O eq 'VMS' ) { diff --git a/recipes-security/digest-md6-perl/digest-md6-perl_0.11.bb b/recipes-security/digest-md6-perl/digest-md6-perl_0.11.bb deleted file mode 100644 index c3f5b187..00000000 --- a/recipes-security/digest-md6-perl/digest-md6-perl_0.11.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "The \"Digest::MD6\" module allows you to use the MD6 Message Digest \ -algorithm from within Perl programs. The algorithm takes as input a message \ -of arbitrary length and produces as output a \"fingerprint\" or \"message \ -digest\" of the input." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Digest-MD6" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/A/AN/ANDYA/Digest-MD6-0.11.tar.gz \ - file://patch-have-cc.diff \ - " - -SRC_URI[md5sum] = "7118d9bf9d7ad4db5c73e5a4f9112fc8" -SRC_URI[sha256sum] = "4360c89cbf5d81f41c67ecc0a1f8ee7b07f85bbdd81ac8a8eeb1cd0678ac796f" - -S = "${WORKDIR}/Digest-MD6-${PV}" -PARALLEL_MAKE = " " - -inherit cpan - -BBCLASSEXTEND = "native" diff --git a/recipes-security/digest-sha-perl/digest-sha-perl_6.02.bb b/recipes-security/digest-sha-perl/digest-sha-perl_6.02.bb index a88488e8..23cdacd7 100644 --- a/recipes-security/digest-sha-perl/digest-sha-perl_6.02.bb +++ b/recipes-security/digest-sha-perl/digest-sha-perl_6.02.bb @@ -3,14 +3,14 @@ you can install the functionally equivalent (but much slower) \ Digest::SHA::PurePerl module." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Digest-SHA" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-6.02.tar.gz" @@ -19,13 +19,11 @@ SRC_URI[sha256sum] = "2c66a6bea3eac9c210315ac7bf0af3e2e35679c4b65d8bae1ad4be3a58 S = "${WORKDIR}/Digest-SHA-${PV}" -inherit cpan - -inherit update-alternatives +inherit cpan update-alternatives ALTERNATIVE_PRIORITY = "100" -ALTERNATIVE_${PN} = "shasum" +ALTERNATIVE:${PN} = "shasum" ALTERNATIVE_LINK_NAME[shasum] = "${bindir}/shasum" BBCLASSEXTEND = "native" diff --git a/recipes-security/digest-sha3-perl/digest-sha3-perl_1.04.bb b/recipes-security/digest-sha3-perl/digest-sha3-perl_1.04.bb index ff279781..6c487f38 100644 --- a/recipes-security/digest-sha3-perl/digest-sha3-perl_1.04.bb +++ b/recipes-security/digest-sha3-perl/digest-sha3-perl_1.04.bb @@ -3,14 +3,14 @@ compiler, perhaps you can find the module in a binary form compatible with \ your particular processor and operating system." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Digest-SHA3" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MS/MSHELOR/Digest-SHA3-1.04.tar.gz" diff --git a/recipes-security/mozilla-ca-perl/mozilla-ca-perl_20180117.bb b/recipes-security/mozilla-ca-perl/mozilla-ca-perl_20211001.bb similarity index 75% rename from recipes-security/mozilla-ca-perl/mozilla-ca-perl_20180117.bb rename to recipes-security/mozilla-ca-perl/mozilla-ca-perl_20211001.bb index f88d6662..5d8d4a13 100644 --- a/recipes-security/mozilla-ca-perl/mozilla-ca-perl_20180117.bb +++ b/recipes-security/mozilla-ca-perl/mozilla-ca-perl_20211001.bb @@ -3,7 +3,7 @@ certificates in a form that can be consumed by modules and libraries based \ on OpenSSL." SECTION = "libs" -LICENSE = "MPLv2" +LICENSE = "MPL-2.0" PR = "r0" MAINTAINER= "Poky " @@ -11,10 +11,10 @@ HOMEPAGE= "https://metacpan.org/release/Mozilla-CA" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" -SRC_URI = "https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20180117.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20211001.tar.gz" -SRC_URI[md5sum] = "9c93333e1d9d3fad639e9d4082898de1" -SRC_URI[sha256sum] = "f2cc9fbe119f756313f321e0d9f1fac0859f8f154ac9d75b1a264c1afdf4e406" +SRC_URI[md5sum] = "843e42f367ea3c7abc5de5b6225791dc" +SRC_URI[sha256sum] = "122c8900000a9d388aa8e44f911cab6c118fe8497417917a84a8ec183971b449" S = "${WORKDIR}/Mozilla-CA-${PV}" diff --git a/recipes-security/net-ssleay-perl/net-ssleay-perl/0001-Makefile.PL-avoid-execution-of-openssl.patch b/recipes-security/net-ssleay-perl/net-ssleay-perl/0001-Makefile.PL-avoid-execution-of-openssl.patch new file mode 100644 index 00000000..430a574d --- /dev/null +++ b/recipes-security/net-ssleay-perl/net-ssleay-perl/0001-Makefile.PL-avoid-execution-of-openssl.patch @@ -0,0 +1,48 @@ +From 68cad53258d9da9351053efb3b52de78c5af7064 Mon Sep 17 00:00:00 2001 +From: Jens Rehsack +Date: Thu, 6 Jan 2022 17:23:06 +0100 +Subject: [PATCH] Makefile.PL: avoid execution of openssl + +Do not execute openssl in cross compile environments. + +Signed-off-by: Jens Rehsack +--- + Makefile.PL | 15 ++------------- + 1 file changed, 2 insertions(+), 13 deletions(-) + +diff --git a/Makefile.PL b/Makefile.PL +index 6dcf155..07b8c7d 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -116,18 +116,7 @@ MAKE + + sub ssleay { + my $prefix = find_openssl_prefix(); +- my $exec = find_openssl_exec($prefix); +- unless (defined $exec && -x $exec) { +- print < $opts->{cccdlflags}, + OPTIMIZE => $opts->{optimize}, +@@ -145,7 +134,7 @@ EOM + sub maybe_quote { $_[0] =~ / / ? qq{"$_[0]"} : $_[0] } + + sub ssleay_get_build_opts { +- my ($prefix, $exec) = @_; ++ my ($prefix) = @_; + + my $opts = { + lib_links => [], +-- +2.34.1 + diff --git a/recipes-security/net-ssleay-perl/net-ssleay-perl/no-exec-on-configure.patch b/recipes-security/net-ssleay-perl/net-ssleay-perl/no-exec-on-configure.patch deleted file mode 100644 index 6efa7d8f..00000000 --- a/recipes-security/net-ssleay-perl/net-ssleay-perl/no-exec-on-configure.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2018-08-27 14:56:24.788544991 +0200 -+++ b/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2018-08-27 15:00:12.847266331 +0200 -@@ -24,20 +24,7 @@ - $self->requires_external_cc; - - my $prefix = $self->find_openssl_prefix; -- my $exec = $self->find_openssl_exec($prefix); -- -- unless (-x $exec) { -- print <check_openssl_version($prefix, $exec); -- my $opts = $self->ssleay_get_build_opts($prefix, $exec); -+ my $opts = $self->ssleay_get_build_opts($prefix); - - $self->makemaker_args( - CCCDLFLAGS => $opts->{cccdlflags}, -@@ -58,7 +45,7 @@ - } - - sub ssleay_get_build_opts { -- my ($self, $prefix, $exec) = @_; -+ my ($self, $prefix) = @_; - - my $opts = { - lib_links => [], diff --git a/recipes-security/net-ssleay-perl/net-ssleay-perl_1.85.bb b/recipes-security/net-ssleay-perl/net-ssleay-perl_1.85.bb deleted file mode 100644 index 68abfb8a..00000000 --- a/recipes-security/net-ssleay-perl/net-ssleay-perl_1.85.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Net::SSLeay module contains perl bindings to openssl \ -() library." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Net-SSLeay" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -DEPENDS = "zlib openssl" -RDEPENDS_${PN} += "zlib libssl libcrypto" - -SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.85.tar.gz \ - file://no-exec-on-configure.patch \ -" - -SRC_URI[md5sum] = "d602bdce4e0531c6efc276e3e429ca69" -SRC_URI[sha256sum] = "9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8" - -S = "${WORKDIR}/Net-SSLeay-${PV}" - -inherit cpan - -do_configure() { - export OPENSSL_PREFIX="${STAGING_EXECPREFIXDIR}" - cpan_do_configure -} - -BBCLASSEXTEND = "native" diff --git a/recipes-security/net-ssleay-perl/net-ssleay-perl_1.90.bb b/recipes-security/net-ssleay-perl/net-ssleay-perl_1.90.bb new file mode 100644 index 00000000..61213383 --- /dev/null +++ b/recipes-security/net-ssleay-perl/net-ssleay-perl_1.90.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "This module provides Perl bindings for libssl (an SSL/TLS API) and \ +libcrypto (a cryptography API)." + +SECTION = "libs" +LICENSE = "Artistic-2.0" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Net-SSLeay" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" + +SRC_URI = "https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.90.tar.gz \ + file://0001-Makefile.PL-avoid-execution-of-openssl.patch \ +" + +SRC_URI[md5sum] = "00f57f3feb02e4fb7d282f9d6ae2beb2" +SRC_URI[sha256sum] = "f8696cfaca98234679efeedc288a9398fcf77176f1f515dbc589ada7c650dc93" +DEPENDS = "zlib openssl" + +S = "${WORKDIR}/Net-SSLeay-${PV}" + +inherit cpan + +do_configure() { + export OPENSSL_PREFIX="${STAGING_EXECPREFIXDIR}" + cpan_do_configure +} + +BBCLASSEXTEND = "native" diff --git a/recipes-sysutils/file-configdir-system-image-update-perl/file-configdir-system-image-update-perl_git.bb b/recipes-sysutils/file-configdir-system-image-update-perl/file-configdir-system-image-update-perl_git.bb index 66e9c227..38f8da21 100644 --- a/recipes-sysutils/file-configdir-system-image-update-perl/file-configdir-system-image-update-perl_git.bb +++ b/recipes-sysutils/file-configdir-system-image-update-perl/file-configdir-system-image-update-perl_git.bb @@ -2,24 +2,24 @@ DESCRIPTION = "System::Image::Update helps managing updates of OS images \ in embedded systems" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" -MAINTAINER= "HP2 Dev Team " +MAINTAINER= "Poky " HOMEPAGE= "https://github.com/perl5-utils/File-ConfigDir-System-Image-Update" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "git://github.com/perl5-utils/File-ConfigDir-System-Image-Update.git;rev=b03a061a19079d4413eb561e47577f35aa4ed68a" +SRC_URI = "git://github.com/perl5-utils/File-ConfigDir-System-Image-Update.git;rev=298240c7ffd6a3ba31db5462a44269be538304f3;protocol=https;nobranch=1" -RDEPENDS_${PN} += "file-configdir-perl" +RDEPENDS:${PN} += "file-configdir-perl" S = "${WORKDIR}/git" -inherit cpan +inherit cpan allarch -do_configure_append() { +do_configure:append() { oe_runmake manifest } diff --git a/recipes-sysutils/file-libmagic-perl/file-libmagic-perl_1.16.bb b/recipes-sysutils/file-libmagic-perl/file-libmagic-perl_1.16.bb deleted file mode 100644 index ad76032e..00000000 --- a/recipes-sysutils/file-libmagic-perl/file-libmagic-perl_1.16.bb +++ /dev/null @@ -1,45 +0,0 @@ -DESCRIPTION = "The "File::LibMagic" is a simple perl interface to libmagic from the file \ -package (version 4.x or 5.x). You will need both the library (libmagic.so) \ -and the header file (magic.h) to build this Perl module." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/File-LibMagic" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/File-LibMagic-1.16.tar.gz" - -SRC_URI[md5sum] = "de0cc720d1599428be01a7fa50a5cc5b" -SRC_URI[sha256sum] = "c8a695fac1454f52e18e2e1b624c0647cf117326014023dda69fa3e1a5f33d60" -DEPENDS += "test-fatal-perl-native" -DEPENDS += "config-autoconf-perl-native" -DEPENDS += "perl file" - -S = "${WORKDIR}/File-LibMagic-${PV}" - -inherit cpan - -do_configure() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - export LD="${CCLD}" - cpan_do_configure -} - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - export LD="${CCLD}" - cpan_do_compile -} - -do_install() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - export LD="${CCLD}" - cpan_do_install -} - -BBCLASSEXTEND = "native" diff --git a/recipes-sysutils/file-libmagic-perl/file-libmagic-perl_1.23.bb b/recipes-sysutils/file-libmagic-perl/file-libmagic-perl_1.23.bb new file mode 100644 index 00000000..65ca6df9 --- /dev/null +++ b/recipes-sysutils/file-libmagic-perl/file-libmagic-perl_1.23.bb @@ -0,0 +1,42 @@ +DESCRIPTION = "The "File::LibMagic" module is a simple perl interface to libmagic from the \ +file package (version 4.x or 5.x). You will need both the library \ +(libmagic.so) and the header file (magic.h) to build this Perl module." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/File-LibMagic" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/File-LibMagic-1.23.tar.gz" + +SRC_URI[md5sum] = "7782e6f80a67c931a2682145eca6e832" +SRC_URI[sha256sum] = "52e6b1dc7cb2d87a4cdf439ba145e0b9e8cf28cc26a48a3cf9977c83463967ee" +DEPENDS += "config-autoconf-perl-native" +DEPENDS += "test-fatal-perl-native" +DEPENDS += "file" + +S = "${WORKDIR}/File-LibMagic-${PV}" + +inherit cpan + +do_configure() { + export LD="${CCLD}" + cpan_do_configure +} + +do_compile() { + export LD="${CCLD}" + cpan_do_compile +} + +do_install() { + export LD="${CCLD}" + cpan_do_install +} + +BBCLASSEXTEND = "native" diff --git a/recipes-sysutils/io-async-perl/io-async-perl_0.72.bb b/recipes-sysutils/io-async-perl/io-async-perl_0.801.bb similarity index 71% rename from recipes-sysutils/io-async-perl/io-async-perl_0.72.bb rename to recipes-sysutils/io-async-perl/io-async-perl_0.801.bb index 3e24507e..846b04be 100644 --- a/recipes-sysutils/io-async-perl/io-async-perl_0.72.bb +++ b/recipes-sysutils/io-async-perl/io-async-perl_0.801.bb @@ -6,24 +6,25 @@ well as IO handles, the loop also supports timers and signal handlers, and \ includes more higher-level functionality built on top of these basic parts." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/IO-Async" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Async-0.72.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Async-0.801.tar.gz" -SRC_URI[md5sum] = "02fea9c6b45ff54c9b4e0475fbeffd52" -SRC_URI[sha256sum] = "76420062a5d694de5775f56eaa49b7f56a104dc88459287a032f4a69ebbad964" -RDEPENDS_${PN} += "future-perl" -RDEPENDS_${PN} += "struct-dumb-perl" +SRC_URI[md5sum] = "f2b4e83922d2b96b70aaac9229d6690a" +SRC_URI[sha256sum] = "89e459ba17b76a572bb1b4bb120301541e8cc93242417166236b6c6db0e1c9b9" +RDEPENDS:${PN} += "future-perl" +RDEPENDS:${PN} += "struct-dumb-perl" DEPENDS += "module-build-perl-native" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-identity-perl-native" +DEPENDS += "test-metrics-any-perl-native" DEPENDS += "test-refcount-perl-native" S = "${WORKDIR}/IO-Async-${PV}" diff --git a/recipes-sysutils/lib-log4cplus-perl/lib-log4cplus-perl_0.001.bb b/recipes-sysutils/lib-log4cplus-perl/lib-log4cplus-perl_0.001.bb index 8e7cb43b..8cadb56e 100644 --- a/recipes-sysutils/lib-log4cplus-perl/lib-log4cplus-perl_0.001.bb +++ b/recipes-sysutils/lib-log4cplus-perl/lib-log4cplus-perl_0.001.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Perl interface to log via Log4cplus" SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " diff --git a/recipes-sysutils/log-any-adapter-daemontools-perl/log-any-adapter-daemontools-perl_0.101.bb b/recipes-sysutils/log-any-adapter-daemontools-perl/log-any-adapter-daemontools-perl_0.101.bb deleted file mode 100644 index 9842190f..00000000 --- a/recipes-sysutils/log-any-adapter-daemontools-perl/log-any-adapter-daemontools-perl_0.101.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "In the daemontools way of thinking, a daemon writes all its logging output \ -to STDOUT (or STDERR), which is a pipe to a logger process. Doing this \ -instead of other logging alternatives keeps your program simple and allows \ -you to capture errors generated by deeper libraries (like libc) which aren't \ -aware of your logging API. If you want complicated logging you can keep \ -those details in the logging process and not bloat each daemon you write." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Log-Any-Adapter-Daemontools" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NERDVANA/Log-Any-Adapter-Daemontools-0.101.tar.gz" - -SRC_URI[md5sum] = "2307a0a7bc845155c0683d97b4dd3e27" -SRC_URI[sha256sum] = "206785296d8a0fc8a0f02077e564c255bc525e8a0c18f6b4d841ba065a332f23" -RDEPENDS_${PN} += "log-any-perl" - -S = "${WORKDIR}/Log-Any-Adapter-Daemontools-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-sysutils/log-any-adapter-daemontools-perl/log-any-adapter-daemontools-perl_0.102.bb b/recipes-sysutils/log-any-adapter-daemontools-perl/log-any-adapter-daemontools-perl_0.102.bb new file mode 100644 index 00000000..840ffcb6 --- /dev/null +++ b/recipes-sysutils/log-any-adapter-daemontools-perl/log-any-adapter-daemontools-perl_0.102.bb @@ -0,0 +1,33 @@ +DESCRIPTION = "In the daemontools way of thinking, a daemon writes all its logging output \ +to STDOUT (or STDERR), which is a pipe to a logger process. Doing this \ +instead of other logging alternatives keeps your program simple and allows \ +you to capture errors generated by deeper libraries (like libc) which \ +aren't aware of your logging API. If you want complicated logging you \ +can keep those details in the logging process and not bloat each daemon \ +you write. \ + \ +This module aims to be the easiest, simplest, most efficent way to get \ +Log::Any messages to a file handle while still being flexible enough for \ +the needs of the typical unix daemon or utility script." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Log-Any-Adapter-Daemontools" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NERDVANA/Log-Any-Adapter-Daemontools-0.102.tar.gz" + +SRC_URI[md5sum] = "ce271ffd974964b8c5b0c9d135f980f4" +SRC_URI[sha256sum] = "a512f5f54e9e25102b83137572d8ac3cb71d1d4a0e5703df63cf0a6f94ddab44" +RDEPENDS:${PN} += "log-any-perl" + +S = "${WORKDIR}/Log-Any-Adapter-Daemontools-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-sysutils/log-any-adapter-log4cplus-perl/log-any-adapter-log4cplus-perl_0.001.bb b/recipes-sysutils/log-any-adapter-log4cplus-perl/log-any-adapter-log4cplus-perl_0.001.bb index a900318b..6d76f13a 100644 --- a/recipes-sysutils/log-any-adapter-log4cplus-perl/log-any-adapter-log4cplus-perl_0.001.bb +++ b/recipes-sysutils/log-any-adapter-log4cplus-perl/log-any-adapter-log4cplus-perl_0.001.bb @@ -1,29 +1,24 @@ DESCRIPTION = "This Log::Any adapter uses Lib::Log4cplus for logging." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Log-Any-Adapter-Log4cplus" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Log-Any-Adapter-Log4cplus-0.001.tar.gz" SRC_URI[md5sum] = "000e343bf065960e6abfcae237ff00ca" SRC_URI[sha256sum] = "5d8e7776cc7931fa9fe0bb1f825feed44911ac3492e31908b657d681336324d2" -RDEPENDS_${PN} += "lib-log4cplus-perl" -RDEPENDS_${PN} += "log-any-perl" +RDEPENDS:${PN} += "lib-log4cplus-perl" +RDEPENDS:${PN} += "log-any-perl" S = "${WORKDIR}/Log-Any-Adapter-Log4cplus-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-sysutils/metrics-any-perl/metrics-any-perl_0.07.bb b/recipes-sysutils/metrics-any-perl/metrics-any-perl_0.07.bb new file mode 100644 index 00000000..8eb58d60 --- /dev/null +++ b/recipes-sysutils/metrics-any-perl/metrics-any-perl_0.07.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Provides a central location for modules to report monitoring metrics, such \ +as counters of the number of times interesting events have happened, and \ +programs to collect up and send those metrics to monitoring services." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Metrics-Any" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Metrics-Any-0.07.tar.gz" + +SRC_URI[md5sum] = "99ab22e40b7a9b13cf371521e93ed45d" +SRC_URI[sha256sum] = "537ff8c75ddae3accd0be26bd5da01712c4db72d81a6617d934b162e75f63b42" +DEPENDS += "module-build-perl-native" +DEPENDS += "test-fatal-perl-native" + +S = "${WORKDIR}/Metrics-Any-${PV}" + +inherit cpan_build allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-sysutils/test-metrics-any-perl/test-metrics-any-perl_0.01.bb b/recipes-sysutils/test-metrics-any-perl/test-metrics-any-perl_0.01.bb new file mode 100644 index 00000000..88afd2dd --- /dev/null +++ b/recipes-sysutils/test-metrics-any-perl/test-metrics-any-perl_0.01.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "This test module helps write unit tests which assert that the code under \ +test reports metrics via Metrics::Any." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Test-Metrics-Any" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Test-Metrics-Any-0.01.tar.gz" + +SRC_URI[md5sum] = "832bbe4116c9805025d4b37723eb2c81" +SRC_URI[sha256sum] = "2506c88d4eb21b274b1085f806c918dcc97fff69e16d1249e6e19d943625e468" +RDEPENDS:${PN} += "metrics-any-perl" +DEPENDS += "module-build-perl-native" + +S = "${WORKDIR}/Test-Metrics-Any-${PV}" + +inherit cpan_build allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-sysutils/unix-statgrab-perl/unix-statgrab-perl_0.112.bb b/recipes-sysutils/unix-statgrab-perl/unix-statgrab-perl_0.112.bb index 5361a572..11ff2ba8 100644 --- a/recipes-sysutils/unix-statgrab-perl/unix-statgrab-perl_0.112.bb +++ b/recipes-sysutils/unix-statgrab-perl/unix-statgrab-perl_0.112.bb @@ -5,15 +5,15 @@ the operating system, CPU, memory usage, network interfaces, hard-disks \ etc." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+ | LGPLv2.1" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later | LGPL-2.1-only" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Unix-Statgrab" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d \ -file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61 \ +file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Unix-Statgrab-0.112.tar.gz" @@ -22,7 +22,6 @@ SRC_URI[sha256sum] = "16a29f7acaeec081bf0e7303ba5ee24fda1d21a1104669b837745f3ea6 DEPENDS += "capture-tiny-perl-native" DEPENDS += "config-autoconf-perl-native" DEPENDS += "libstatgrab" -RDEPENDS_${PN} += "perl libstatgrab" RECOMMENDS += "test-leaktrace-perl-native" S = "${WORKDIR}/Unix-Statgrab-${PV}" @@ -30,14 +29,8 @@ S = "${WORKDIR}/Unix-Statgrab-${PV}" inherit cpan pkgconfig do_configure() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" export LD="${CCLD}" - cpan_do_configure -} - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile + cpan_do_configure } BBCLASSEXTEND = "native" diff --git a/recipes-textproc/algorithm-diff-perl/algorithm-diff-perl_1.1903.bb b/recipes-textproc/algorithm-diff-perl/algorithm-diff-perl_1.1903.bb deleted file mode 100644 index ac9ff7fe..00000000 --- a/recipes-textproc/algorithm-diff-perl/algorithm-diff-perl_1.1903.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Compute `intelligent' differences between two files / lists but use the old \ -(<=0.59) interface." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Algorithm-Diff" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz" - -SRC_URI[md5sum] = "0e8add21a641b8d66436df0c2024bf3b" -SRC_URI[sha256sum] = "30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751" - -S = "${WORKDIR}/Algorithm-Diff-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-textproc/algorithm-diff-perl/algorithm-diff-perl_1.201.bb b/recipes-textproc/algorithm-diff-perl/algorithm-diff-perl_1.201.bb new file mode 100644 index 00000000..e347c809 --- /dev/null +++ b/recipes-textproc/algorithm-diff-perl/algorithm-diff-perl_1.201.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Compute `intelligent' differences between two files / lists" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Algorithm-Diff" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Algorithm-Diff-1.201.tar.gz" + +SRC_URI[md5sum] = "2eaae910f5220261ee2bbdfc4a8df2c2" +SRC_URI[sha256sum] = "0022da5982645d9ef0207f3eb9ef63e70e9713ed2340ed7b3850779b0d842a7d" + +S = "${WORKDIR}/Algorithm-Diff-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/business-isbn-data-perl/business-isbn-data-perl_20140910.003.bb b/recipes-textproc/business-isbn-data-perl/business-isbn-data-perl_20140910.003.bb deleted file mode 100644 index 6e8e2cce..00000000 --- a/recipes-textproc/business-isbn-data-perl/business-isbn-data-perl_20140910.003.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "You don't need to load this module yourself in most cases. "Business::ISBN" \ -will load it when it loads." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Business-ISBN-Data" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-20140910.003.tar.gz" - -SRC_URI[md5sum] = "e45aba8cb0ed856c8633d874a0bf1f5b" -SRC_URI[sha256sum] = "c756048c9b2b76ae5a7b9f1e1f6c59af670ff89b1fa574d4c3d7e4c9659685c9" - -S = "${WORKDIR}/Business-ISBN-Data-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-textproc/business-isbn-data-perl/business-isbn-data-perl_20210112.006.bb b/recipes-textproc/business-isbn-data-perl/business-isbn-data-perl_20210112.006.bb new file mode 100644 index 00000000..168dd8a6 --- /dev/null +++ b/recipes-textproc/business-isbn-data-perl/business-isbn-data-perl_20210112.006.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "You don't need to load this module yourself in most cases. Business::ISBN \ +will load it when it loads. You must use Business::ISBN 3.005 or later \ +because the data structure changed slightly to fix a bug with ISBN13 \ +prefixes." + +SECTION = "libs" +LICENSE = "Artistic-2.0" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Business-ISBN-Data" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" + +SRC_URI = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-20210112.006.tar.gz" + +SRC_URI[md5sum] = "a3c6d1ff77eb33d63a35f1a1564530b8" +SRC_URI[sha256sum] = "98c2cfb266b5fdd016989abaa471d9dd4c1d593c508a6f01f66d184d5fee8bae" + +S = "${WORKDIR}/Business-ISBN-Data-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/business-isbn-perl/business-isbn-perl_3.004.bb b/recipes-textproc/business-isbn-perl/business-isbn-perl_3.007.bb similarity index 71% rename from recipes-textproc/business-isbn-perl/business-isbn-perl_3.004.bb rename to recipes-textproc/business-isbn-perl/business-isbn-perl_3.007.bb index 5ae3aadf..1873bcc0 100644 --- a/recipes-textproc/business-isbn-perl/business-isbn-perl_3.004.bb +++ b/recipes-textproc/business-isbn-perl/business-isbn-perl_3.007.bb @@ -10,11 +10,11 @@ HOMEPAGE= "https://metacpan.org/release/Business-ISBN" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" -SRC_URI = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISBN-3.004.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISBN-3.007.tar.gz" -SRC_URI[md5sum] = "60b36c0a92cf51e9027ec3d9f38e7224" -SRC_URI[sha256sum] = "31754acd57bf0c3d4762003d784bce4a0af6832a725336e219fb2988b6fb831e" -RDEPENDS_${PN} += "business-isbn-data-perl" +SRC_URI[md5sum] = "6270020dc5a2e3ae7264ef4e4d4fb344" +SRC_URI[sha256sum] = "50cc4686dd21c9537b49a231d71711e814ebd2f19aa4ca331baf92ff2de5ce19" +RDEPENDS:${PN} += "business-isbn-data-perl" S = "${WORKDIR}/Business-ISBN-${PV}" diff --git a/recipes-devel/cpanel-json-xs-perl/cpanel-json-xs-perl_4.07.bb b/recipes-textproc/cpanel-json-xs-perl/cpanel-json-xs-perl_4.27.bb similarity index 60% rename from recipes-devel/cpanel-json-xs-perl/cpanel-json-xs-perl_4.07.bb rename to recipes-textproc/cpanel-json-xs-perl/cpanel-json-xs-perl_4.27.bb index 262404ea..ddb02684 100644 --- a/recipes-devel/cpanel-json-xs-perl/cpanel-json-xs-perl_4.07.bb +++ b/recipes-textproc/cpanel-json-xs-perl/cpanel-json-xs-perl_4.27.bb @@ -3,27 +3,22 @@ primary goal is to be *correct* and its secondary goal is to be *fast*. To \ reach the latter goal it was written in C." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Cpanel-JSON-XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.07.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.27.tar.gz" -SRC_URI[md5sum] = "c7d32fb0480c794a8ed85aff435340b6" -SRC_URI[sha256sum] = "8b54bd6771ddf8293d71d9c85a5c6b6e7e0c5903e7f8db900e573a6c32be12c3" +SRC_URI[md5sum] = "92d1d9bf10ae344ea8e2224fc2711c28" +SRC_URI[sha256sum] = "3aca5b346479726c56f197b5c98ff6036eb64590329d0480eb30120eea91044e" S = "${WORKDIR}/Cpanel-JSON-XS-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-textproc/encode-locale-perl/encode-locale-perl_1.05.bb b/recipes-textproc/encode-locale-perl/encode-locale-perl_1.05.bb index cb873ffc..fd5ae1ca 100644 --- a/recipes-textproc/encode-locale-perl/encode-locale-perl_1.05.bb +++ b/recipes-textproc/encode-locale-perl/encode-locale-perl_1.05.bb @@ -1,19 +1,17 @@ -DESCRIPTION = "In many applications it's wise to let Perl use Unicode for the strings \ -it processes. Most of the interfaces Perl has to the outside world are \ -still \ -byte based. Programs therefore need to decode byte strings that enter \ -the \ +DESCRIPTION = "In many applications it's wise to let Perl use Unicode for the strings it \ +processes. Most of the interfaces Perl has to the outside world are still \ +byte based. Programs therefore need to decode byte strings that enter the \ program from the outside and encode them again on the way out." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Encode-Locale" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz" @@ -22,11 +20,6 @@ SRC_URI[sha256sum] = "176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11a S = "${WORKDIR}/Encode-Locale-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-textproc/encode-perl/encode-perl_3.02.bb b/recipes-textproc/encode-perl/encode-perl_3.16.bb similarity index 68% rename from recipes-textproc/encode-perl/encode-perl_3.02.bb rename to recipes-textproc/encode-perl/encode-perl_3.16.bb index e2bdf766..7e718d2d 100644 --- a/recipes-textproc/encode-perl/encode-perl_3.02.bb +++ b/recipes-textproc/encode-perl/encode-perl_3.16.bb @@ -2,19 +2,19 @@ DESCRIPTION = "The "Encode" module provides the interface between Perl strings a rest of the system. Perl strings are sequences of *characters*." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Encode" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/Encode-3.02.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/Encode-3.16.tar.gz" -SRC_URI[md5sum] = "4eb07ba6db02d5b982316e1dd05f68bd" -SRC_URI[sha256sum] = "5865be4951870f62f43722818d076d7724306c75c8f268346b282351cbc820a8" +SRC_URI[md5sum] = "113b5ffa2330c5f5848b64994f70781c" +SRC_URI[sha256sum] = "e5e91d98a97de70dccecc2a25d049a0b5f5f12228c618680020d73043355294c" S = "${WORKDIR}/Encode-${PV}" @@ -22,7 +22,7 @@ inherit cpan update-alternatives ALTERNATIVE_PRIORITY = "90" -ALTERNATIVE_${PN} = "piconv enc2xs encguess" +ALTERNATIVE:${PN} = "piconv enc2xs encguess" ALTERNATIVE_LINK_NAME[piconv] = "${bindir}/piconv" ALTERNATIVE_LINK_NAME[enc2xs] = "${bindir}/enc2xs" ALTERNATIVE_LINK_NAME[encguess] = "${bindir}/encguess" diff --git a/recipes-textproc/file-slurp-tiny-perl/file-slurp-tiny-perl_0.004.bb b/recipes-textproc/file-slurp-tiny-perl/file-slurp-tiny-perl_0.004.bb deleted file mode 100644 index 6da9bdb4..00000000 --- a/recipes-textproc/file-slurp-tiny-perl/file-slurp-tiny-perl_0.004.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "This module provides functions for fast and correct slurping and \ -spewing. All functions are optionally exported." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/File-Slurp-Tiny" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurp-Tiny-0.004.tar.gz" - -SRC_URI[md5sum] = "7575b81543281ea57cdb7e5eb3f73264" -SRC_URI[sha256sum] = "452995beeabf0e923e65fdc627a725dbb12c9e10c00d8018c16d10ba62757f1e" - -S = "${WORKDIR}/File-Slurp-Tiny-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-textproc/file-slurper-perl/file-slurper-perl_0.012.bb b/recipes-textproc/file-slurper-perl/file-slurper-perl_0.013.bb similarity index 61% rename from recipes-textproc/file-slurper-perl/file-slurper-perl_0.012.bb rename to recipes-textproc/file-slurper-perl/file-slurper-perl_0.013.bb index c28d423c..ae90a2ba 100644 --- a/recipes-textproc/file-slurper-perl/file-slurper-perl_0.012.bb +++ b/recipes-textproc/file-slurper-perl/file-slurper-perl_0.013.bb @@ -3,28 +3,23 @@ All functions are optionally exported. All functions throw exceptions on \ errors, write functions don't return any meaningful value." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/File-Slurper" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-0.012.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-0.013.tar.gz" -SRC_URI[md5sum] = "5742c63096392dfee50b8db314bcca18" -SRC_URI[sha256sum] = "4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578" +SRC_URI[md5sum] = "110c9bfd78051ab3769dad339395c7ba" +SRC_URI[sha256sum] = "e2f6a4029a6a242d50054044f1fb86770b9b5cc4daeb1a967f91ffb42716a8c5" DEPENDS += "test-warnings-perl-native" S = "${WORKDIR}/File-Slurper-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-devel/io-html-perl/io-html-perl_1.001.bb b/recipes-textproc/io-html-perl/io-html-perl_1.004.bb similarity index 51% rename from recipes-devel/io-html-perl/io-html-perl_1.001.bb rename to recipes-textproc/io-html-perl/io-html-perl_1.004.bb index 082361e1..8a8f0023 100644 --- a/recipes-devel/io-html-perl/io-html-perl_1.001.bb +++ b/recipes-textproc/io-html-perl/io-html-perl_1.004.bb @@ -1,30 +1,24 @@ DESCRIPTION = "IO::HTML provides an easy way to open a file containing HTML while \ -automatically determining its encoding. It uses the HTML5 encoding \ -sniffing \ +automatically determining its encoding. It uses the HTML5 encoding sniffing \ algorithm specified in section 8.2.2.2 of the draft standard." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/IO-HTML" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.004.tar.gz" -SRC_URI[md5sum] = "3f8958718844dc96b9f6946f21d70d22" -SRC_URI[sha256sum] = "ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0" +SRC_URI[md5sum] = "04bbe363686fd19bfb4cc0ed775e3d03" +SRC_URI[sha256sum] = "c87b2df59463bbf2c39596773dfb5c03bde0f7e1051af339f963f58c1cbd8bf5" S = "${WORKDIR}/IO-HTML-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-textproc/json-maybexs-perl/json-maybexs-perl_1.004003.bb b/recipes-textproc/json-maybexs-perl/json-maybexs-perl_1.004003.bb new file mode 100644 index 00000000..073e6ba9 --- /dev/null +++ b/recipes-textproc/json-maybexs-perl/json-maybexs-perl_1.004003.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "This module first checks to see if either Cpanel::JSON::XS or JSON::XS (at \ +at least version 3.0) is already loaded, in which case it uses that module. \ +Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP \ +in order, and either uses the first module it finds or throws an error." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/JSON-MaybeXS" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004003.tar.gz" + +SRC_URI[md5sum] = "e46181e34588428d317932744597a7ab" +SRC_URI[sha256sum] = "5bee3b17ff9dcffd6e99ab8cf7f35747650bfce1dc622e3ad10b85a194462fbf" +RRECOMMENDS:${PN} += "cpanel-json-xs-perl" +DEPENDS += "test-needs-perl-native" + +S = "${WORKDIR}/JSON-MaybeXS-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/json-perl/json-perl_2.97001.bb b/recipes-textproc/json-perl/json-perl_2.97001.bb deleted file mode 100644 index 9196e8e5..00000000 --- a/recipes-textproc/json-perl/json-perl_2.97001.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "This module is a thin wrapper for JSON::XS-compatible modules with a few \ -additional features. All the backend modules convert a Perl data structure \ -to a JSON text as of RFC4627 (which we know is obsolete but we still stick \ -to; see below for an option to support part of RFC7159) and vice versa. \ -This module uses JSON::XS by default, and when JSON::XS is not available, \ -this module falls back on JSON::PP, which is in the Perl core since 5.14. \ -If JSON::PP is not available either, this module then falls back on \ -JSON::backportPP (which is actually JSON::PP in a different .pm file) \ -bundled in the same distribution as this module. You can also explicitly \ -specify to use Cpanel::JSON::XS, a fork of JSON::XS by Reini Urban." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/JSON" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-2.97001.tar.gz" - -SRC_URI[md5sum] = "693d6ff167496362f8ec6c3c5b8ba5ee" -SRC_URI[sha256sum] = "e277d9385633574923f48c297e1b8acad3170c69fa590e31fa466040fc6f8f5a" - -S = "${WORKDIR}/JSON-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-textproc/json-perl/json-perl_4.04.bb b/recipes-textproc/json-perl/json-perl_4.04.bb new file mode 100644 index 00000000..b86b9c46 --- /dev/null +++ b/recipes-textproc/json-perl/json-perl_4.04.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "This module is a thin wrapper for JSON::XS-compatible modules with a few \ +additional features. All the backend modules convert a Perl data structure \ +to a JSON text and vice versa. This module uses JSON::XS by default, and \ +when JSON::XS is not available, falls back on JSON::PP, which is in the \ +Perl core since 5.14. If JSON::PP is not available either, this module then \ +falls back on JSON::backportPP (which is actually JSON::PP in a different \ +.pm file) bundled in the same distribution as this module. You can also \ +explicitly specify to use Cpanel::JSON::XS, a fork of JSON::XS by Reini \ +Urban." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/JSON" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.04.tar.gz" + +SRC_URI[md5sum] = "4623b908d3dd5a190180def02a4b94b3" +SRC_URI[sha256sum] = "66b6c6ea1ed6d609b0b70df29fdcbd281f3fe13c661e5b2847b4e4e8c12b5380" + +S = "${WORKDIR}/JSON-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/libxml-perl-perl/libxml-perl-perl_0.08.bb b/recipes-textproc/libxml-perl-perl/libxml-perl-perl_0.08.bb new file mode 100644 index 00000000..23a2b2b0 --- /dev/null +++ b/recipes-textproc/libxml-perl-perl/libxml-perl-perl_0.08.bb @@ -0,0 +1,27 @@ +DESCRIPTION = ""XML::Parser::PerlSAX" is a PerlSAX parser using the XML::Parser module. \ +This man page summarizes the specific options, handlers, and properties \ +supported by "XML::Parser::PerlSAX"; please refer to the PerlSAX standard \ +in `"PerlSAX.pod"' for general usage information." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/libxml-perl" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KM/KMACLEOD/libxml-perl-0.08.tar.gz" + +SRC_URI[md5sum] = "0ed5fbdda53d1301ddaed88db10503bb" +SRC_URI[sha256sum] = "4571059b7b5d48b7ce52b01389e95d798bf5cf2020523c153ff27b498153c9cb" +DEPENDS += "xml-parser-perl" +RDEPENDS:${PN} += "xml-parser-perl" + +S = "${WORKDIR}/libxml-perl-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/mime-charset-perl/mime-charset-perl_1.012.2.bb b/recipes-textproc/mime-charset-perl/mime-charset-perl_1.012.2.bb index 17f027fa..716f455e 100644 --- a/recipes-textproc/mime-charset-perl/mime-charset-perl_1.012.2.bb +++ b/recipes-textproc/mime-charset-perl/mime-charset-perl_1.012.2.bb @@ -2,14 +2,14 @@ DESCRIPTION = "MIME::Charset provides information about character sets used for messages on Internet." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MIME-Charset" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/MIME-Charset-1.012.2.tar.gz" diff --git a/recipes-textproc/moox-locale-passthrough-perl/moox-locale-passthrough-perl_0.001.bb b/recipes-textproc/moox-locale-passthrough-perl/moox-locale-passthrough-perl_0.001.bb index e3f77081..7fc8e41b 100644 --- a/recipes-textproc/moox-locale-passthrough-perl/moox-locale-passthrough-perl_0.001.bb +++ b/recipes-textproc/moox-locale-passthrough-perl/moox-locale-passthrough-perl_0.001.bb @@ -3,20 +3,20 @@ API without adding heavy dependencies (external software) or requirements \ (operating resulting solution)." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/MooX-Locale-Passthrough" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/MooX-Locale-Passthrough-0.001.tar.gz" SRC_URI[md5sum] = "fdb07e36b57121421fc1088496c3e09f" SRC_URI[sha256sum] = "7a05827e52ab5a1dde2ea5c712927b1e58c8d251664d966627adf9dd30ec0512" -RDEPENDS_${PN} += "moo-perl" +RDEPENDS:${PN} += "moo-perl" S = "${WORKDIR}/MooX-Locale-Passthrough-${PV}" diff --git a/recipes-textproc/number-compare-perl/number-compare-perl_0.03.bb b/recipes-textproc/number-compare-perl/number-compare-perl_0.03.bb index a5f8e558..230077db 100644 --- a/recipes-textproc/number-compare-perl/number-compare-perl_0.03.bb +++ b/recipes-textproc/number-compare-perl/number-compare-perl_0.03.bb @@ -1,28 +1,23 @@ -DESCRIPTION = "Number::Compare compiles a simple comparison to an anonymous \ -subroutine, which you can call with a value to be tested again." +DESCRIPTION = "Number::Compare compiles a simple comparison to an anonymous subroutine, \ +which you can call with a value to be tested again." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Number-Compare" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz" SRC_URI[md5sum] = "ded4085a8fc96328742785574ca65208" SRC_URI[sha256sum] = "83293737e803b43112830443fb5208ec5208a2e6ea512ed54ef8e4dd2b880827" S = "${WORKDIR}/Number-Compare-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-textproc/pod-coverage-perl/pod-coverage-perl_0.23.bb b/recipes-textproc/pod-coverage-perl/pod-coverage-perl_0.23.bb index 5890d1f2..61a284db 100644 --- a/recipes-textproc/pod-coverage-perl/pod-coverage-perl_0.23.bb +++ b/recipes-textproc/pod-coverage-perl/pod-coverage-perl_0.23.bb @@ -3,19 +3,20 @@ computer tattled on them, but maybe they'll be even more thankful in the \ long run. Even if not, perlmodstyle tells you to, so you must obey." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Pod-Coverage" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-0.23.tar.gz" SRC_URI[md5sum] = "12229e553ee7887680ee3db11da5ee52" SRC_URI[sha256sum] = "30b7a0b0c942f44a7552c0d34e9b1f2e0ba0b67955c61e3b1589ec369074b107" +RDEPENDS:${PN} += "devel-symdump-perl" S = "${WORKDIR}/Pod-Coverage-${PV}" diff --git a/recipes-textproc/regexp-common-perl/regexp-common-perl_2017060201.bb b/recipes-textproc/regexp-common-perl/regexp-common-perl_2017060201.bb index 9917ebb5..b0d9f957 100644 --- a/recipes-textproc/regexp-common-perl/regexp-common-perl_2017060201.bb +++ b/recipes-textproc/regexp-common-perl/regexp-common-perl_2017060201.bb @@ -3,7 +3,7 @@ generates commonly needed regular expressions (see "List of available \ patterns")." SECTION = "libs" -LICENSE = "MIT | MIT | BSD-3-Clause | Artisticv1 | Artistic-2.0" +LICENSE = "MIT | MIT | BSD-3-Clause | Artistic-1.0 | Artistic-2.0" PR = "r0" MAINTAINER= "Poky " diff --git a/recipes-textproc/sereal-decoder-perl/sereal-decoder-perl_4.005.bb b/recipes-textproc/sereal-decoder-perl/sereal-decoder-perl_4.018.bb similarity index 68% rename from recipes-textproc/sereal-decoder-perl/sereal-decoder-perl_4.005.bb rename to recipes-textproc/sereal-decoder-perl/sereal-decoder-perl_4.018.bb index e395345d..c29d2b31 100644 --- a/recipes-textproc/sereal-decoder-perl/sereal-decoder-perl_4.005.bb +++ b/recipes-textproc/sereal-decoder-perl/sereal-decoder-perl_4.018.bb @@ -4,19 +4,19 @@ Sereal::Encoder implements an encoder for this format. The two are released \ separately to allow for independent and safer upgrading." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Sereal-Decoder" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/Y/YV/YVES/Sereal-Decoder-4.005.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/Y/YV/YVES/Sereal-Decoder-4.018.tar.gz" -SRC_URI[md5sum] = "68a7a2220cc9d05585100e4eace9da9f" -SRC_URI[sha256sum] = "043adad093d1bfdea1e637e1a6fe598291da244d18213e9e5486e313f0c25e9f" +SRC_URI[md5sum] = "1619ac6237f12dae898be1ee25708933" +SRC_URI[sha256sum] = "2ea4fc5585c2f24d9c1270e50511463eca9aa005941cf2acad24dd516f8fcd71" DEPENDS += "test-deep-perl-native" DEPENDS += "test-differences-perl-native" DEPENDS += "test-longstring-perl-native" @@ -27,9 +27,4 @@ PARALLEL_MAKE = " " inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-textproc/sereal-encoder-perl/sereal-encoder-perl_4.005.bb b/recipes-textproc/sereal-encoder-perl/sereal-encoder-perl_4.018.bb similarity index 72% rename from recipes-textproc/sereal-encoder-perl/sereal-encoder-perl_4.005.bb rename to recipes-textproc/sereal-encoder-perl/sereal-encoder-perl_4.018.bb index 8ec20deb..4dfb750c 100644 --- a/recipes-textproc/sereal-encoder-perl/sereal-encoder-perl_4.005.bb +++ b/recipes-textproc/sereal-encoder-perl/sereal-encoder-perl_4.018.bb @@ -6,19 +6,19 @@ greatly about performance, consider reading the Sereal::Performance \ documentation after finishing this document." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Sereal-Encoder" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/Y/YV/YVES/Sereal-Encoder-4.005.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/Y/YV/YVES/Sereal-Encoder-4.018.tar.gz" -SRC_URI[md5sum] = "5af0152a2c7f13e7ae1d23952a55dd03" -SRC_URI[sha256sum] = "2950b328d69f262c6fba2350f8604744e54016ecfddc3d96b7d71dcc5b990b0a" +SRC_URI[md5sum] = "702295dcda16a125be9241909390ea98" +SRC_URI[sha256sum] = "d76c2d1fe9dd54cc627a6e0ffd10782b95a182877d461d5e5958be87f25c2d7d" DEPENDS += "sereal-decoder-perl-native" DEPENDS += "test-deep-perl-native" DEPENDS += "test-differences-perl-native" @@ -30,9 +30,4 @@ PARALLEL_MAKE = " " inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-textproc/string-compare-constanttime-perl/string-compare-constanttime-perl_0.320.bb b/recipes-textproc/string-compare-constanttime-perl/string-compare-constanttime-perl_0.321.bb similarity index 61% rename from recipes-textproc/string-compare-constanttime-perl/string-compare-constanttime-perl_0.320.bb rename to recipes-textproc/string-compare-constanttime-perl/string-compare-constanttime-perl_0.321.bb index 370fd918..05557d8a 100644 --- a/recipes-textproc/string-compare-constanttime-perl/string-compare-constanttime-perl_0.320.bb +++ b/recipes-textproc/string-compare-constanttime-perl/string-compare-constanttime-perl_0.321.bb @@ -1,19 +1,19 @@ DESCRIPTION = "This module provides one function, "equals" (not exported by default)." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/String-Compare-ConstantTime" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/F/FR/FRACTAL/String-Compare-ConstantTime-0.320.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/F/FR/FRACTAL/String-Compare-ConstantTime-0.321.tar.gz" -SRC_URI[md5sum] = "e2b865cef8baad19c1cd5cfa166e74f9" -SRC_URI[sha256sum] = "fc4f73e81514095e445c96aedb76600c6365153dc54cd8711844a21e636d1952" +SRC_URI[md5sum] = "cf1801b75417107509134740c221e74c" +SRC_URI[sha256sum] = "0b26ba2b121d8004425d4485d1d46f59001c83763aa26624dff6220d7735d7f7" S = "${WORKDIR}/String-Compare-ConstantTime-${PV}" diff --git a/recipes-textproc/string-tagged-perl/string-tagged-perl_0.15.bb b/recipes-textproc/string-tagged-perl/string-tagged-perl_0.17.bb similarity index 63% rename from recipes-textproc/string-tagged-perl/string-tagged-perl_0.15.bb rename to recipes-textproc/string-tagged-perl/string-tagged-perl_0.17.bb index ce65420a..d5a55075 100644 --- a/recipes-textproc/string-tagged-perl/string-tagged-perl_0.15.bb +++ b/recipes-textproc/string-tagged-perl/string-tagged-perl_0.17.bb @@ -3,23 +3,24 @@ DESCRIPTION = "This module implements an object class, instances of which store applies to some non-empty extent of the underlying string." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/String-Tagged" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/String-Tagged-0.15.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/String-Tagged-0.17.tar.gz" -SRC_URI[md5sum] = "3557a98e3ae548e9cc773acd64ac2438" -SRC_URI[sha256sum] = "0f4bb11a80ec54403d3e32a0db3091570c2c7218b5b2a411480e6bb9bd89d3a0" +SRC_URI[md5sum] = "a51cc8365d3cbf29c1c99a35ed9aabf2" +SRC_URI[sha256sum] = "2e4f254b8c336e297f007493bfa916688aa9bbf5d4fe534fe0a164dc206ef880" +DEPENDS += "module-build-perl-native" DEPENDS += "test-identity-perl-native" S = "${WORKDIR}/String-Tagged-${PV}" -inherit cpan allarch +inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-textproc/string-tagged-terminal-perl/string-tagged-terminal-perl_0.03.bb b/recipes-textproc/string-tagged-terminal-perl/string-tagged-terminal-perl_0.05.bb similarity index 55% rename from recipes-textproc/string-tagged-terminal-perl/string-tagged-terminal-perl_0.03.bb rename to recipes-textproc/string-tagged-terminal-perl/string-tagged-terminal-perl_0.05.bb index 7f02dedf..26d684fa 100644 --- a/recipes-textproc/string-tagged-terminal-perl/string-tagged-terminal-perl_0.03.bb +++ b/recipes-textproc/string-tagged-terminal-perl/string-tagged-terminal-perl_0.05.bb @@ -3,25 +3,26 @@ outputting the formatting tags embedded in the string as terminal escape \ sequences, to render the the output in the appropriate style." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/String-Tagged-Terminal" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/String-Tagged-Terminal-0.03.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/String-Tagged-Terminal-0.05.tar.gz" -SRC_URI[md5sum] = "12acf5e3bd97eb7a97373800c8d97a76" -SRC_URI[sha256sum] = "9a714348fa9533e104d8f0226a39e9daf2d44c09823dda6119353c4fe0f38f30" -RDEPENDS_${PN} += "convert-color-perl" -RDEPENDS_${PN} += "convert-color-xterm-perl" -RDEPENDS_${PN} += "string-tagged-perl" +SRC_URI[md5sum] = "c7dbad9df5394c2f456b59e7fb6de2ac" +SRC_URI[sha256sum] = "b41e086689872ce0de32f72f1858575d6e5e2d4ba87ba22588688488f2c0b758" +RDEPENDS:${PN} += "convert-color-perl" +RDEPENDS:${PN} += "convert-color-xterm-perl" +RDEPENDS:${PN} += "string-tagged-perl" +DEPENDS += "module-build-perl-native" S = "${WORKDIR}/String-Tagged-Terminal-${PV}" -inherit cpan allarch +inherit cpan_build allarch BBCLASSEXTEND = "native" diff --git a/recipes-textproc/template-tiny-perl/template-tiny-perl_1.12.bb b/recipes-textproc/template-tiny-perl/template-tiny-perl_1.12.bb deleted file mode 100644 index 3453d2df..00000000 --- a/recipes-textproc/template-tiny-perl/template-tiny-perl_1.12.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "Template::Tiny is a reimplementation of a subset of the functionality \ -from Template Toolkit in as few lines of code as possible." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Template-Tiny" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Template-Tiny-1.12.tar.gz" - -SRC_URI[md5sum] = "166662a3d24c1c5f995c2ffc26e0eb36" -SRC_URI[sha256sum] = "073e062c630b51dfb725cd6485a329155cb72d5c596e8cb698eb67c4566f0a4a" - -S = "${WORKDIR}/Template-Tiny-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-textproc/template-tiny-perl/template-tiny-perl_1.14.bb b/recipes-textproc/template-tiny-perl/template-tiny-perl_1.14.bb new file mode 100644 index 00000000..e2c553c5 --- /dev/null +++ b/recipes-textproc/template-tiny-perl/template-tiny-perl_1.14.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Template::Tiny is a reimplementation of a subset of the functionality from \ +Template Toolkit in as few lines of code as possible." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Template-Tiny" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Template-Tiny-1.14.tar.gz" + +SRC_URI[md5sum] = "536563598c2bb3c3b763a9ecb8eaef01" +SRC_URI[sha256sum] = "819cfab6044483cfe28ceb287fddfc3176a2025b1b6f0e980b2dcc26d2269b4c" + +S = "${WORKDIR}/Template-Tiny-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/template-toolkit-perl/template-toolkit-perl_2.28.bb b/recipes-textproc/template-toolkit-perl/template-toolkit-perl_2.28.bb deleted file mode 100644 index 4a6b3ca1..00000000 --- a/recipes-textproc/template-toolkit-perl/template-toolkit-perl_2.28.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "comprehensive template processing system" - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Template-Toolkit" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-2.28.tar.gz" - -SRC_URI[md5sum] = "64d0bb7fc74bcc56164d7418144b52f8" -SRC_URI[sha256sum] = "71af368009f13582ef907e33d3812776b597f42b3da0bc0fd3bc7418e4785dd7" -RDEPENDS_${PN} += "appconfig-perl" -DEPENDS += "cgi-perl-native" -DEPENDS += "test-leaktrace-perl-native" - -S = "${WORKDIR}/Template-Toolkit-${PV}" - -inherit cpan - -BBCLASSEXTEND = "native" diff --git a/recipes-textproc/template-toolkit-perl/template-toolkit-perl_3.010.bb b/recipes-textproc/template-toolkit-perl/template-toolkit-perl_3.010.bb new file mode 100644 index 00000000..be4b898d --- /dev/null +++ b/recipes-textproc/template-toolkit-perl/template-toolkit-perl_3.010.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "This documentation describes the Template module which is the direct Perl \ +interface into the Template Toolkit. It covers the use of the module and \ +gives a brief summary of configuration options and template directives. \ +Please see Template::Manual for the complete reference manual which goes \ +into much greater depth about the features and use of the Template Toolkit. \ +The Template::Tutorial is also available as an introductory guide to using \ +the Template Toolkit." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Template-Toolkit" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.010.tar.gz" + +SRC_URI[md5sum] = "352af62d9be343ca97a186b9255772e5" +SRC_URI[sha256sum] = "f4b65e93364088aa850887820652e467b0bce1493760fd3690268520b37d82cc" +RDEPENDS:${PN} += "appconfig-perl" +DEPENDS += "cgi-perl-native" +DEPENDS += "test-leaktrace-perl-native" + +S = "${WORKDIR}/Template-Toolkit-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/test-cpan-meta-json-perl/test-cpan-meta-json-perl_0.16.bb b/recipes-textproc/test-cpan-meta-json-perl/test-cpan-meta-json-perl_0.16.bb index ec90ff12..8a99b304 100644 --- a/recipes-textproc/test-cpan-meta-json-perl/test-cpan-meta-json-perl_0.16.bb +++ b/recipes-textproc/test-cpan-meta-json-perl/test-cpan-meta-json-perl_0.16.bb @@ -17,7 +17,7 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/B/BA/BARBIE/Test-CPAN-Meta-JSON- SRC_URI[md5sum] = "1d6f3ff573e8b8b3daf89f677b7404bf" SRC_URI[sha256sum] = "67ac509adffb1d2b256a8f8c0523e00761d960166192c6070298f7088a9ae9c9" -RDEPENDS_${PN} += "json-perl" +RDEPENDS:${PN} += "json-perl" RECOMMENDS += "test-cpan-meta-perl-native" RECOMMENDS += "test-pod-coverage-perl-native" RECOMMENDS += "test-pod-perl-native" diff --git a/recipes-textproc/test-differences-perl/test-differences-perl_0.64.bb b/recipes-textproc/test-differences-perl/test-differences-perl_0.69.bb similarity index 64% rename from recipes-textproc/test-differences-perl/test-differences-perl_0.64.bb rename to recipes-textproc/test-differences-perl/test-differences-perl_0.69.bb index e26c5f10..50535d10 100644 --- a/recipes-textproc/test-differences-perl/test-differences-perl_0.64.bb +++ b/recipes-textproc/test-differences-perl/test-differences-perl_0.69.bb @@ -5,24 +5,24 @@ script that checks two text documents and then two (trivial) data \ structures:" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-only" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Differences" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/Test-Differences-0.69.tar.gz" -SRC_URI[md5sum] = "ecfda620fe133e36a6e392d94ab8424d" -SRC_URI[sha256sum] = "9f459dd9c2302a0a73e2f5528a0ce7d09d6766f073187ae2c69e603adf2eb276" -RDEPENDS_${PN} += "capture-tiny-perl" -RDEPENDS_${PN} += "text-diff-perl" +SRC_URI[md5sum] = "53aa66b927e7ffe612118bec05f8343d" +SRC_URI[sha256sum] = "18f644fdd4a1fef93ef3f7f67df8e95b593d811899f34bcbbaba4d717222f58f" +RDEPENDS:${PN} += "capture-tiny-perl" +RDEPENDS:${PN} += "text-diff-perl" S = "${WORKDIR}/Test-Differences-${PV}" -inherit cpan allarch +inherit cpan BBCLASSEXTEND = "native" diff --git a/recipes-textproc/test-longstring-perl/test-longstring-perl_0.17.bb b/recipes-textproc/test-longstring-perl/test-longstring-perl_0.17.bb index 2357c577..207ef9f3 100644 --- a/recipes-textproc/test-longstring-perl/test-longstring-perl_0.17.bb +++ b/recipes-textproc/test-longstring-perl/test-longstring-perl_0.17.bb @@ -1,21 +1,18 @@ -DESCRIPTION = "This module provides some drop-in replacements for the string \ -comparison functions of Test::More, but which are more suitable when \ -you test against \ -long strings. If you've ever had to search for text in a multi-line \ -string \ -like an HTML document, or find specific items in binary data, this is \ -the \ +DESCRIPTION = "This module provides some drop-in replacements for the string comparison \ +functions of Test::More, but which are more suitable when you test against \ +long strings. If you've ever had to search for text in a multi-line string \ +like an HTML document, or find specific items in binary data, this is the \ module for you." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-LongString" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/Test-LongString-0.17.tar.gz" @@ -24,11 +21,6 @@ SRC_URI[sha256sum] = "abc4349eaf04d1bec1e464166a3018591ea846d8f3c5c9c8af4ac4905d S = "${WORKDIR}/Test-LongString-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-textproc/test-pod-coverage-perl/test-pod-coverage-perl_1.10.bb b/recipes-textproc/test-pod-coverage-perl/test-pod-coverage-perl_1.10.bb index cc517f44..817185db 100644 --- a/recipes-textproc/test-pod-coverage-perl/test-pod-coverage-perl_1.10.bb +++ b/recipes-textproc/test-pod-coverage-perl/test-pod-coverage-perl_1.10.bb @@ -15,7 +15,7 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/Test-Pod-Coverage-1.1 SRC_URI[md5sum] = "c9ea5f4182415b13d2db18484a38c01b" SRC_URI[sha256sum] = "48c9cca9f7d99eee741176445b431adf09c029e1aa57c4703c9f46f7601d40d4" -RDEPENDS_${PN} += "pod-coverage-perl" +RDEPENDS:${PN} += "pod-coverage-perl" S = "${WORKDIR}/Test-Pod-Coverage-${PV}" diff --git a/recipes-textproc/test-utf8-perl/test-utf8-perl_1.02.bb b/recipes-textproc/test-utf8-perl/test-utf8-perl_1.02.bb new file mode 100644 index 00000000..1cc4f03b --- /dev/null +++ b/recipes-textproc/test-utf8-perl/test-utf8-perl_1.02.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "This module is a collection of tests useful for dealing with utf8 strings \ +in Perl." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Test-utf8" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MARKF/Test-utf8-1.02.tar.gz" + +SRC_URI[md5sum] = "71d187539c76ac1ed9a0242ff208796d" +SRC_URI[sha256sum] = "df82f09c5940830b25a49f1c8162fa24d371e602880edef8d9a4d4bfd66b8bd7" + +S = "${WORKDIR}/Test-utf8-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/test-yaml-perl/test-yaml-perl_1.07.bb b/recipes-textproc/test-yaml-perl/test-yaml-perl_1.07.bb index 45cd9600..07f6de1d 100644 --- a/recipes-textproc/test-yaml-perl/test-yaml-perl_1.07.bb +++ b/recipes-textproc/test-yaml-perl/test-yaml-perl_1.07.bb @@ -1,28 +1,28 @@ DESCRIPTION = "Test::YAML is a subclass of Test::Base with YAML specific support." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-YAML" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TINITA/Test-YAML-1.07.tar.gz" SRC_URI[md5sum] = "6fe89b0144ffb5913fc4b021a80578b4" SRC_URI[sha256sum] = "1f300d034f46298cb92960912cc04bac33fb27f05b8852d8f051e110b9cd995f" -RDEPENDS_${PN} += "test-base-perl" +RDEPENDS:${PN} += "test-base-perl" S = "${WORKDIR}/Test-YAML-${PV}" inherit cpan allarch -do_install_append() { - rm -f ${D}/${bindir}/test-yaml - rmdir ${D}/${bindir} +do_install:append() { + rm -f ${D}/${bindir}/test-yaml + rmdir ${D}/${bindir} } BBCLASSEXTEND = "native" diff --git a/recipes-textproc/text-csv-perl/text-csv-perl_1.97.bb b/recipes-textproc/text-csv-perl/text-csv-perl_2.01.bb similarity index 69% rename from recipes-textproc/text-csv-perl/text-csv-perl_1.97.bb rename to recipes-textproc/text-csv-perl/text-csv-perl_2.01.bb index 521f2482..61622aa9 100644 --- a/recipes-textproc/text-csv-perl/text-csv-perl_1.97.bb +++ b/recipes-textproc/text-csv-perl/text-csv-perl_2.01.bb @@ -5,20 +5,20 @@ default, and when Text::CSV_XS is not available, falls back on \ Text::CSV_PP, which is bundled in the same distribution as this module." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Text-CSV" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-1.97.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-2.01.tar.gz" -SRC_URI[md5sum] = "06e9ff3c867fa5ba7f8793ae06ea73ac" -SRC_URI[sha256sum] = "cc350462efa8d39d5c8a1da5f205bc31620cd52d9865a769c8e3ed1b41640fd5" -RRECOMMENDS_${PN} += "text-csv-xs-perl" +SRC_URI[md5sum] = "c8fe8236ab3115fe8d82bdb6545e0770" +SRC_URI[sha256sum] = "2a90a5eea3f22c40b87932a929621680609ab5f6b874a77c4134c8a04eb8e74b" +RRECOMMENDS:${PN} += "text-csv-xs-perl" S = "${WORKDIR}/Text-CSV-${PV}" diff --git a/recipes-textproc/text-csv_xs-perl/text-csv-xs-perl_1.37.bb b/recipes-textproc/text-csv_xs-perl/text-csv-xs-perl_1.47.bb similarity index 65% rename from recipes-textproc/text-csv_xs-perl/text-csv-xs-perl_1.37.bb rename to recipes-textproc/text-csv_xs-perl/text-csv-xs-perl_1.47.bb index 2c941d24..d8c1f15b 100644 --- a/recipes-textproc/text-csv_xs-perl/text-csv-xs-perl_1.37.bb +++ b/recipes-textproc/text-csv_xs-perl/text-csv-xs-perl_1.47.bb @@ -3,20 +3,20 @@ comma-separated values. An instance of the Text::CSV_XS class will combine \ fields into a "CSV" string and parse a "CSV" string into fields." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Text-CSV_XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.37.tgz" +SRC_URI = "https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.47.tgz" -SRC_URI[md5sum] = "496c20cd1c433fa291733eaed4c0c71e" -SRC_URI[sha256sum] = "20e16da9c38b0938f308c01d954f49d2c6922bac0d2d979bf2ad483fe7476ba2" -RRECOMMENDS_${PN} += "encode-perl" +SRC_URI[md5sum] = "42187231c4ac6897a0e07a5782eb6718" +SRC_URI[sha256sum] = "4bbaffbdfb68505ef3326dc748e63ebe0db31157b78ca8dfcb8c3cd1d1313262" +RRECOMMENDS:${PN} += "encode-perl" S = "${WORKDIR}/Text-CSV_XS-${PV}" diff --git a/recipes-textproc/text-diff-perl/text-diff-perl_1.45.bb b/recipes-textproc/text-diff-perl/text-diff-perl_1.45.bb index a8252eaa..784c741e 100644 --- a/recipes-textproc/text-diff-perl/text-diff-perl_1.45.bb +++ b/recipes-textproc/text-diff-perl/text-diff-perl_1.45.bb @@ -5,20 +5,20 @@ than shelling out to a system's "diff" executable for small files, and \ generally slower on larger files." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Text-Diff" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/Text-Diff-1.45.tar.gz" SRC_URI[md5sum] = "edf57b6189f7651a6be454062a4e6d9c" SRC_URI[sha256sum] = "e8baa07b1b3f53e00af3636898bbf73aec9a0ff38f94536ede1dbe96ef086f04" -RDEPENDS_${PN} += "algorithm-diff-perl" +RDEPENDS:${PN} += "algorithm-diff-perl" S = "${WORKDIR}/Text-Diff-${PV}" diff --git a/recipes-textproc/text-glob-perl/text-glob-perl_0.11.bb b/recipes-textproc/text-glob-perl/text-glob-perl_0.11.bb index 376d4a9f..229c7d72 100644 --- a/recipes-textproc/text-glob-perl/text-glob-perl_0.11.bb +++ b/recipes-textproc/text-glob-perl/text-glob-perl_0.11.bb @@ -3,14 +3,14 @@ against text, rather than fetching names from a filesystem. If you want to \ do full file globbing use the File::Glob module instead." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Text-Glob" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Text-Glob-0.11.tar.gz" diff --git a/recipes-textproc/unicode-linebreak-perl/unicode-linebreak-perl_2018.003.bb b/recipes-textproc/unicode-linebreak-perl/unicode-linebreak-perl_2019.001.bb similarity index 64% rename from recipes-textproc/unicode-linebreak-perl/unicode-linebreak-perl_2018.003.bb rename to recipes-textproc/unicode-linebreak-perl/unicode-linebreak-perl_2019.001.bb index 6b95ad50..85d0b6f6 100644 --- a/recipes-textproc/unicode-linebreak-perl/unicode-linebreak-perl_2018.003.bb +++ b/recipes-textproc/unicode-linebreak-perl/unicode-linebreak-perl_2019.001.bb @@ -3,20 +3,20 @@ Standard Annex #14 [UAX #14]. East_Asian_Width informative property defined \ by Annex #11 [UAX #11] will be concerned to determine breaking positions." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Unicode-LineBreak" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2018.003.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz" -SRC_URI[md5sum] = "736dcb04f6a250bd28e4279f2b8592af" -SRC_URI[sha256sum] = "860c92ff3e710f0a1ca3e7067dba3734540dfb5cb932936536225f7ffca571b1" -RDEPENDS_${PN} += "mime-charset-perl" +SRC_URI[md5sum] = "003d6da7a13700e069afed9238c864b9" +SRC_URI[sha256sum] = "486762e4cacddcc77b13989f979a029f84630b8175e7fef17989e157d4b6318a" +RDEPENDS:${PN} += "mime-charset-perl" S = "${WORKDIR}/Unicode-LineBreak-${PV}" diff --git a/recipes-textproc/unicode-utf8-perl/unicode-utf8-perl_0.62.bb b/recipes-textproc/unicode-utf8-perl/unicode-utf8-perl_0.62.bb index bd22685b..35004df3 100644 --- a/recipes-textproc/unicode-utf8-perl/unicode-utf8-perl_0.62.bb +++ b/recipes-textproc/unicode-utf8-perl/unicode-utf8-perl_0.62.bb @@ -2,14 +2,14 @@ DESCRIPTION = "This module provides functions to encode and decode UTF-8 encodin specified by Unicode and ISO/IEC 10646:2011." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Unicode-UTF8" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/C/CH/CHANSEN/Unicode-UTF8-0.62.tar.gz" @@ -21,9 +21,4 @@ S = "${WORKDIR}/Unicode-UTF8-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-textproc/xml-dom-perl/xml-dom-perl_1.46.bb b/recipes-textproc/xml-dom-perl/xml-dom-perl_1.46.bb new file mode 100644 index 00000000..2d7a3694 --- /dev/null +++ b/recipes-textproc/xml-dom-perl/xml-dom-perl_1.46.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "This module extends the XML::Parser module by Clark Cooper. The XML::Parser \ +module is built on top of XML::Parser::Expat, which is a lower level \ +interface to James Clark's expat library." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/XML-DOM" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TJ/TJMATHER/XML-DOM-1.46.tar.gz" + +SRC_URI[md5sum] = "91ec808de616a2af54a5118619f8f9cc" +SRC_URI[sha256sum] = "8ba24b0b459b01d6c5e5b0408829c7d5dfe47ff79b3548c813759048099b175e" +RDEPENDS:${PN} += "libwww-perl-perl" +RDEPENDS:${PN} += "libxml-perl-perl" +RDEPENDS:${PN} += "xml-parser-perl" +RDEPENDS:${PN} += "xml-regexp-perl" + +S = "${WORKDIR}/XML-DOM-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/xml-libxml-perl/xml-libxml-perl_2.0207.bb b/recipes-textproc/xml-libxml-perl/xml-libxml-perl_2.0207.bb new file mode 100644 index 00000000..941401df --- /dev/null +++ b/recipes-textproc/xml-libxml-perl/xml-libxml-perl_2.0207.bb @@ -0,0 +1,33 @@ +DESCRIPTION = "This module is an interface to libxml2, providing XML and HTML parsers with \ +DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface \ +and a XML::XPath-like interface to XPath API of libxml2. The module is \ +split into several packages which are not described in this section; unless \ +stated otherwise, you only need to "use XML::LibXML;" in your programs." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/XML-LibXML" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0207.tar.gz" + +SRC_URI[md5sum] = "d943c3ff20e19c376f08adcbc4158019" +SRC_URI[sha256sum] = "903436c9859875bef5593243aae85ced329ad0fb4b57bbf45975e32547c50c15" +DEPENDS += "libxml2" +DEPENDS += "libxml-sax-perl-native" +DEPENDS += "zlib" +RDEPENDS:${PN} += "libxml2" +RDEPENDS:${PN} += "xml-sax-base-perl" +RDEPENDS:${PN} += "xml-sax-perl" +RDEPENDS:${PN} += "xml-namespacesupport-perl" + +S = "${WORKDIR}/XML-LibXML-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/xml-namespacesupport-perl/xml-namespacesupport-perl_1.12.bb b/recipes-textproc/xml-namespacesupport-perl/xml-namespacesupport-perl_1.12.bb index c9e87c07..e7a06770 100644 --- a/recipes-textproc/xml-namespacesupport-perl/xml-namespacesupport-perl_1.12.bb +++ b/recipes-textproc/xml-namespacesupport-perl/xml-namespacesupport-perl_1.12.bb @@ -3,14 +3,14 @@ within any application that may need them. It also helps maintain a prefix \ to namespace URI map, and provides a number of basic checks." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/XML-NamespaceSupport" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz" diff --git a/recipes-textproc/xml-parser-perl/xml-parser-perl/0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch b/recipes-textproc/xml-parser-perl/xml-parser-perl/0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch new file mode 100644 index 00000000..c5bbe788 --- /dev/null +++ b/recipes-textproc/xml-parser-perl/xml-parser-perl/0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch @@ -0,0 +1,24 @@ +From a033c9ece12b6eead48eed63f106ccdec6159b0c Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin +Date: Fri, 20 Dec 2019 16:26:55 +0100 +Subject: [PATCH] CheckLib.pm: do not attempt to run a cross executable + +Upstream-Status: Inappropriate [oe-core specific] +Signed-off-by: Alexander Kanavin +--- + inc/Devel/CheckLib.pm | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/inc/Devel/CheckLib.pm b/inc/Devel/CheckLib.pm +index 36a451a..b04acc1 100644 +--- a/inc/Devel/CheckLib.pm ++++ b/inc/Devel/CheckLib.pm +@@ -330,7 +330,7 @@ sub assert_lib { + push @missing, $lib if $rv != 0 || !-x $exefile; + my $absexefile = File::Spec->rel2abs($exefile); + $absexefile = '"' . $absexefile . '"' if $absexefile =~ m/\s/; +- push @wrongresult, $lib if $rv == 0 && -x $exefile && system($absexefile) != 0; ++ push @wrongresult, $lib if $rv == 0 && -x $exefile && 0 != 0; + unlink $ofile if -e $ofile; + _cleanup_exe($exefile); + } diff --git a/recipes-textproc/xml-parser-perl/xml-parser-perl_2.46.bb b/recipes-textproc/xml-parser-perl/xml-parser-perl_2.46.bb new file mode 100644 index 00000000..33b0e5ad --- /dev/null +++ b/recipes-textproc/xml-parser-perl/xml-parser-perl_2.46.bb @@ -0,0 +1,60 @@ +DESCRIPTION = "This module provides ways to parse XML documents. It is built on top of \ +XML::Parser::Expat, which is a lower level interface to James Clark's expat \ +library. Each call to one of the parsing methods creates a new instance of \ +XML::Parser::Expat which is then used to parse the document. Expat options \ +may be provided when the XML::Parser object is created. These options are \ +then passed on to the Expat object on each parse call. They can also be \ +given as extra arguments to the parse methods, in which case they override \ +options given at XML::Parser creation time." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/XML-Parser" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-2.46.tar.gz \ + file://0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch \ +" + +SRC_URI[md5sum] = "80bb18a8e6240fcf7ec2f7b57601c170" +SRC_URI[sha256sum] = "d331332491c51cccfb4cb94ffc44f9cd73378e618498d4a37df9e043661c515d" +DEPENDS += "expat" +RDEPENDS:${PN} += "libwww-perl-perl" + +S = "${WORKDIR}/XML-Parser-${PV}" + +EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} CC='${CC}' LD='${CCLD}' FULL_AR='${AR}'" + +inherit cpan + +# fix up sub MakeMaker project as arguments don't get propagated though +# see https://rt.cpan.org/Public/Bug/Display.html?id=28632 +do_configure:append:class-target() { + sed -E \ + -e 's:-L${STAGING_LIBDIR}::g' -e 's:-I${STAGING_INCDIR}::g' \ + -i Makefile Expat/Makefile +} + +do_configure:append() { + sed -e 's:--sysroot=.*\(\s\|$\):--sysroot=${STAGING_DIR_TARGET} :g' \ + -i Makefile Expat/Makefile + sed 's:^FULL_AR = .*:FULL_AR = ${AR}:g' -i Expat/Makefile + # make sure these two do not build in parallel + sed 's!^$(INST_DYNAMIC):!$(INST_DYNAMIC): $(BOOTSTRAP)!' -i Expat/Makefile +} + +do_compile() { + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" + cpan_do_compile +} + +do_compile:class-native() { + cpan_do_compile +} + +BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-textproc/xml-regexp-perl/xml-regexp-perl_0.04.bb b/recipes-textproc/xml-regexp-perl/xml-regexp-perl_0.04.bb new file mode 100644 index 00000000..ed222cb2 --- /dev/null +++ b/recipes-textproc/xml-regexp-perl/xml-regexp-perl_0.04.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "This package contains regular expressions for the following XML tokens: \ +BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, \ +EntityRef, CharRef, Reference, Name, NmToken, and AttValue." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/XML-RegExp" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-0.04.tar.gz" + +SRC_URI[md5sum] = "2e38ea2340f2d2eb56bd81c4d739fbe0" +SRC_URI[sha256sum] = "df1990096036085c8e2d45904fe180f82bfed40f1a7e05243f334ea10090fc54" + +S = "${WORKDIR}/XML-RegExp-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/xml-sax-base-perl/xml-sax-base-perl_1.09.bb b/recipes-textproc/xml-sax-base-perl/xml-sax-base-perl_1.09.bb index 301a5238..837ad040 100644 --- a/recipes-textproc/xml-sax-base-perl/xml-sax-base-perl_1.09.bb +++ b/recipes-textproc/xml-sax-base-perl/xml-sax-base-perl_1.09.bb @@ -4,14 +4,14 @@ output unchanged. It can be useful to use this module as a base class so \ you don't have to, for example, implement the characters() callback." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/XML-SAX-Base" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz" diff --git a/recipes-textproc/xml-sax-expatxs-perl/xml-sax-expatxs-perl_1.33.bb b/recipes-textproc/xml-sax-expatxs-perl/xml-sax-expatxs-perl_1.33.bb index 0c1cfd1e..07597cc7 100644 --- a/recipes-textproc/xml-sax-expatxs-perl/xml-sax-expatxs-perl_1.33.bb +++ b/recipes-textproc/xml-sax-expatxs-perl/xml-sax-expatxs-perl_1.33.bb @@ -1,33 +1,29 @@ DESCRIPTION = "XML::SAX::ExpatXS is a direct XS extension to Expat XML parser. It \ implements Perl SAX 2.1 interface. See \ -http://perl-xml.sourceforge.net/perl-sax/ for Perl SAX API description. \ -Any \ +http://perl-xml.sourceforge.net/perl-sax/ for Perl SAX API description. Any \ deviations from the Perl SAX 2.1 specification are considered as bugs." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/XML-SAX-ExpatXS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/P/PC/PCIMPRICH/XML-SAX-ExpatXS-1.33.tar.gz" SRC_URI[md5sum] = "3d69bb642ea275871a2f91a08a51cd8c" SRC_URI[sha256sum] = "1e3db191853d235c42c7d2a5dc2ea055158ff29c7d54c5c673d271cdbd43bc6a" DEPENDS += "expat" -RDEPENDS_${PN} += "xml-sax-perl" +RDEPENDS:${PN} += "xml-sax-perl" S = "${WORKDIR}/XML-SAX-ExpatXS-${PV}" -inherit cpan +EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} CC='${CC}' LD='${CCLD}' FULL_AR='${AR}'" -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan BBCLASSEXTEND = "native" diff --git a/recipes-textproc/xml-sax-perl/xml-sax-perl_1.00.bb b/recipes-textproc/xml-sax-perl/xml-sax-perl_1.02.bb similarity index 61% rename from recipes-textproc/xml-sax-perl/xml-sax-perl_1.00.bb rename to recipes-textproc/xml-sax-perl/xml-sax-perl_1.02.bb index f809595d..21b12daf 100644 --- a/recipes-textproc/xml-sax-perl/xml-sax-perl_1.00.bb +++ b/recipes-textproc/xml-sax-perl/xml-sax-perl_1.02.bb @@ -3,21 +3,21 @@ required for implementing SAX drivers, along with a factory class for \ returning any SAX parser installed on the user's system." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/XML-SAX" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.00.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz" -SRC_URI[md5sum] = "861a454f7bf269990ed2c1c125f4db48" -SRC_URI[sha256sum] = "45ea6564ef8692155d57b2de0862b6442d3c7e29f4a9bc9ede5d7ecdc74c2ae3" -RDEPENDS_${PN} += "xml-namespacesupport-perl" -RDEPENDS_${PN} += "xml-sax-base-perl" +SRC_URI[md5sum] = "b62e3754523695c7f5bbcafa3676a38d" +SRC_URI[sha256sum] = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a" +RDEPENDS:${PN} += "xml-namespacesupport-perl" +RDEPENDS:${PN} += "xml-sax-base-perl" S = "${WORKDIR}/XML-SAX-${PV}" diff --git a/recipes-textproc/yaml-libyaml-perl/yaml-libyaml-perl_0.75.bb b/recipes-textproc/yaml-libyaml-perl/yaml-libyaml-perl_0.75.bb deleted file mode 100644 index 28b6d68f..00000000 --- a/recipes-textproc/yaml-libyaml-perl/yaml-libyaml-perl_0.75.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Kirill Siminov's "libyaml" is arguably the best YAML implementation. The C \ -library is written precisely to the YAML 1.1 specification. It was \ -originally bound to Python and was later bound to Ruby." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -PARALLEL_MAKE = " " - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/YAML-LibYAML" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.75.tar.gz" - -SRC_URI[md5sum] = "83a2df6c2e6e5933074ef9f30a69e385" -SRC_URI[sha256sum] = "62ccd4a87daaf3576054f9027d9f3321116374a3a3882eb07166cf01b33792ca" - -S = "${WORKDIR}/YAML-LibYAML-${PV}" - -inherit cpan - -BBCLASSEXTEND = "native" diff --git a/recipes-textproc/yaml-libyaml-perl/yaml-libyaml-perl_0.83.bb b/recipes-textproc/yaml-libyaml-perl/yaml-libyaml-perl_0.83.bb new file mode 100644 index 00000000..2780b92f --- /dev/null +++ b/recipes-textproc/yaml-libyaml-perl/yaml-libyaml-perl_0.83.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Perl YAML Serialization using XS and libyaml" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +CLEANBROKEN = "1" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/YAML-LibYAML" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.83.tar.gz" + +SRC_URI[md5sum] = "5c019115eae8079e74a407c74c4564f0" +SRC_URI[sha256sum] = "b47175b4ff397ad75a4f7781d3d83c08637da6ff0bae326af3b389d854bec490" + +S = "${WORKDIR}/YAML-LibYAML-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-textproc/yaml-perl/yaml-perl_1.27.bb b/recipes-textproc/yaml-perl/yaml-perl_1.30.bb similarity index 66% rename from recipes-textproc/yaml-perl/yaml-perl_1.27.bb rename to recipes-textproc/yaml-perl/yaml-perl_1.30.bb index 78479689..b15e7dd7 100644 --- a/recipes-textproc/yaml-perl/yaml-perl_1.27.bb +++ b/recipes-textproc/yaml-perl/yaml-perl_1.30.bb @@ -2,19 +2,19 @@ DESCRIPTION = "The YAML.pm module implements a YAML Loader and Dumper based on t 1.0 specification. " SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/YAML" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-1.27.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-1.30.tar.gz" -SRC_URI[md5sum] = "25ea8d2fb09a2c753b07b1c4e2011ac1" -SRC_URI[sha256sum] = "c992a1e820de0721b62b22521de92cdbf49edc306ab804c485b4b1ec25f682f9" +SRC_URI[md5sum] = "2c861f02e091787c7fe115ec20d3b9b3" +SRC_URI[sha256sum] = "5030a6d6cbffaf12583050bf552aa800d4646ca9678c187add649227f57479cd" DEPENDS += "test-deep-perl-native" DEPENDS += "test-yaml-perl-native" diff --git a/recipes-time/date-manip-perl/date-manip-perl_6.86.bb b/recipes-time/date-manip-perl/date-manip-perl_6.86.bb new file mode 100644 index 00000000..026544f1 --- /dev/null +++ b/recipes-time/date-manip-perl/date-manip-perl_6.86.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Date::Manip is a series of modules designed to make any common date/time \ +operation easy to do. Operations such as comparing two times, determining a \ +date a given amount of time from another, or parsing international times \ +are all easily done. It deals with time as it is used in the Gregorian \ +calendar (the one currently in use) with full support for time changes due \ +to daylight saving time." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Date-Manip" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SB/SBECK/Date-Manip-6.86.tar.gz" + +SRC_URI[md5sum] = "77123a4cc874f72d7188f859626bdd84" +SRC_URI[sha256sum] = "b5203782d03c79aa5822cf33d1828aaa3b4db93a275d4a428c89f56f4713361f" +DEPENDS += "test-inter-perl-native" + +S = "${WORKDIR}/Date-Manip-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-time/datetime-format-duration-perl/datetime-format-duration-perl_1.04.bb b/recipes-time/datetime-format-duration-perl/datetime-format-duration-perl_1.04.bb index f4954bd1..3302c658 100644 --- a/recipes-time/datetime-format-duration-perl/datetime-format-duration-perl_1.04.bb +++ b/recipes-time/datetime-format-duration-perl/datetime-format-duration-perl_1.04.bb @@ -1,21 +1,21 @@ DESCRIPTION = "Format and parse DateTime::Durations" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/DateTime-Format-Duration" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/DateTime-Format-Duration-1.04.tar.gz" SRC_URI[md5sum] = "34298bc24aee006aaae862809e0e8224" SRC_URI[sha256sum] = "c86b8095de3fe36dc53edda8b146318420a4425572863f8704e8529fc8ff6492" -RDEPENDS_${PN} += "datetime-perl" -RDEPENDS_${PN} += "params-validate-perl" +RDEPENDS:${PN} += "datetime-perl" +RDEPENDS:${PN} += "params-validate-perl" S = "${WORKDIR}/DateTime-Format-Duration-${PV}" diff --git a/recipes-time/datetime-format-strptime-perl/datetime-format-strptime-perl_1.75.bb b/recipes-time/datetime-format-strptime-perl/datetime-format-strptime-perl_1.79.bb similarity index 63% rename from recipes-time/datetime-format-strptime-perl/datetime-format-strptime-perl_1.75.bb rename to recipes-time/datetime-format-strptime-perl/datetime-format-strptime-perl_1.79.bb index 526d3502..d3891ce9 100644 --- a/recipes-time/datetime-format-strptime-perl/datetime-format-strptime-perl_1.75.bb +++ b/recipes-time/datetime-format-strptime-perl/datetime-format-strptime-perl_1.79.bb @@ -12,17 +12,16 @@ HOMEPAGE= "https://metacpan.org/release/DateTime-Format-Strptime" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.75.tar.gz" - -SRC_URI[md5sum] = "3f081b0068d82007392a22a33647f0a0" -SRC_URI[sha256sum] = "4fcfb2ac4f79d7ff2855a405f39050d2ea691ee098ce54ede8af79c8d6ab3c19" -RDEPENDS_${PN} += "datetime-locale-perl" -RDEPENDS_${PN} += "datetime-perl" -RDEPENDS_${PN} += "datetime-timezone-perl" -RDEPENDS_${PN} += "package-deprecationmanager-perl" -RDEPENDS_${PN} += "params-validationcompiler-perl" -RDEPENDS_${PN} += "specio-perl" -RDEPENDS_${PN} += "try-tiny-perl" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.79.tar.gz" + +SRC_URI[md5sum] = "441cfec62b0b8a1b4c05cbe5ef73fbf4" +SRC_URI[sha256sum] = "701e46802c86ed4d88695c1a6dacbbe90b3390beeb794f387e7c792300037579" +RDEPENDS:${PN} += "datetime-locale-perl" +RDEPENDS:${PN} += "datetime-perl" +RDEPENDS:${PN} += "datetime-timezone-perl" +RDEPENDS:${PN} += "params-validationcompiler-perl" +RDEPENDS:${PN} += "specio-perl" +RDEPENDS:${PN} += "try-tiny-perl" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-warnings-perl-native" diff --git a/recipes-time/datetime-locale-perl/datetime-locale-perl_1.23.bb b/recipes-time/datetime-locale-perl/datetime-locale-perl_1.33.bb similarity index 53% rename from recipes-time/datetime-locale-perl/datetime-locale-perl_1.23.bb rename to recipes-time/datetime-locale-perl/datetime-locale-perl_1.33.bb index 739bc9a3..7c4b8491 100644 --- a/recipes-time/datetime-locale-perl/datetime-locale-perl_1.23.bb +++ b/recipes-time/datetime-locale-perl/datetime-locale-perl_1.33.bb @@ -3,32 +3,31 @@ It also provides some functions for getting information on all the \ available locales." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/DateTime-Locale" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-1.23.tar.gz" - -SRC_URI[md5sum] = "f68544dfc0fe7231a8af72b75b0cbdd2" -SRC_URI[sha256sum] = "3a5a81e742da96d89b408e40f8bf4b21150663d8a5eb9dad7865db582193c015" -RDEPENDS_${PN} += "dist-checkconflicts-perl" -RDEPENDS_${PN} += "file-sharedir-perl" -RDEPENDS_${PN} += "namespace-autoclean-perl" -RDEPENDS_${PN} += "params-validationcompiler-perl" -RDEPENDS_${PN} += "scalar-list-utils-perl" -RDEPENDS_${PN} += "specio-perl" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-1.33.tar.gz" + +SRC_URI[md5sum] = "514dd9212d56577592ffd8d3119bee02" +SRC_URI[sha256sum] = "52bfefad9ff39c4d8fd1f5e78642e38b8dcd33363f337d8e89bf19e6ad185cb9" +RDEPENDS:${PN} += "dist-checkconflicts-perl" +RDEPENDS:${PN} += "file-sharedir-perl" +RDEPENDS:${PN} += "namespace-autoclean-perl" +RDEPENDS:${PN} += "params-validationcompiler-perl" +RDEPENDS:${PN} += "specio-perl" DEPENDS += "cpan-meta-check-perl-native" DEPENDS += "file-sharedir-install-perl-native" DEPENDS += "ipc-system-simple-perl-native" -DEPENDS += "test-fatal-perl-native" +DEPENDS += "path-tiny-perl-native" DEPENDS += "test-file-sharedir-perl-native" -DEPENDS += "test-requires-perl-native" -DEPENDS += "test-warnings-perl-native" +DEPENDS += "test2-plugin-nowarnings-perl-native" +DEPENDS += "test2-suite-perl-native" S = "${WORKDIR}/DateTime-Locale-${PV}" diff --git a/recipes-time/datetime-perl/datetime-perl_1.50.bb b/recipes-time/datetime-perl/datetime-perl_1.50.bb deleted file mode 100644 index 8cd23bba..00000000 --- a/recipes-time/datetime-perl/datetime-perl_1.50.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "DateTime is a class for the representation of date/time combinations, and \ -is part of the Perl DateTime project. For details on this project please \ -see . The DateTime site has a FAQ which may help \ -answer many "how do I do X?" questions. The FAQ is at \ -." - -SECTION = "libs" -LICENSE = "Artistic-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/DateTime" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" - -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-1.50.tar.gz" - -SRC_URI[md5sum] = "75f9d317dadade464379d136e5abeae6" -SRC_URI[sha256sum] = "ed6b0c71ddd81310a82459508df9197074e6b13aea46fd279045c3ddc3c4b198" -RDEPENDS_${PN} += "datetime-locale-perl" -RDEPENDS_${PN} += "datetime-timezone-perl" -RDEPENDS_${PN} += "dist-checkconflicts-perl" -RDEPENDS_${PN} += "namespace-autoclean-perl" -RDEPENDS_${PN} += "params-validationcompiler-perl" -RDEPENDS_${PN} += "specio-perl" -RDEPENDS_${PN} += "try-tiny-perl" -DEPENDS += "cpan-meta-check-perl-native" -DEPENDS += "test-fatal-perl-native" -DEPENDS += "test-warnings-perl-native" - -S = "${WORKDIR}/DateTime-${PV}" - -inherit cpan - -BBCLASSEXTEND = "native" diff --git a/recipes-time/datetime-perl/datetime-perl_1.55.bb b/recipes-time/datetime-perl/datetime-perl_1.55.bb new file mode 100644 index 00000000..b7a4a384 --- /dev/null +++ b/recipes-time/datetime-perl/datetime-perl_1.55.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "DateTime is a class for the representation of date/time combinations, and \ +is part of the Perl DateTime project." + +SECTION = "libs" +LICENSE = "Artistic-2.0" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/DateTime" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" + +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-1.55.tar.gz" + +SRC_URI[md5sum] = "375be4e289d61fb8882e98f9ae9f6498" +SRC_URI[sha256sum] = "83eee03e377e0e6f8bdaa250353b5860a551b69cec46a327e489145b97f5abd0" +RDEPENDS:${PN} += "datetime-locale-perl" +RDEPENDS:${PN} += "datetime-timezone-perl" +RDEPENDS:${PN} += "dist-checkconflicts-perl" +RDEPENDS:${PN} += "namespace-autoclean-perl" +RDEPENDS:${PN} += "params-validationcompiler-perl" +RDEPENDS:${PN} += "specio-perl" +RDEPENDS:${PN} += "try-tiny-perl" +DEPENDS += "cpan-meta-check-perl-native" +DEPENDS += "test-fatal-perl-native" +DEPENDS += "test-warnings-perl-native" + +S = "${WORKDIR}/DateTime-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" diff --git a/recipes-time/datetime-timezone-perl/datetime-timezone-perl_2.21.bb b/recipes-time/datetime-timezone-perl/datetime-timezone-perl_2.51.bb similarity index 55% rename from recipes-time/datetime-timezone-perl/datetime-timezone-perl_2.21.bb rename to recipes-time/datetime-timezone-perl/datetime-timezone-perl_2.51.bb index 15f2816a..d91dd609 100644 --- a/recipes-time/datetime-timezone-perl/datetime-timezone-perl_2.21.bb +++ b/recipes-time/datetime-timezone-perl/datetime-timezone-perl_2.51.bb @@ -3,25 +3,25 @@ represented internally as a set of observances, each of which describes the \ offset from GMT for a given time period." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/DateTime-TimeZone" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-2.21.tar.gz" - -SRC_URI[md5sum] = "9dd88060fe14476454a26b84a85aac66" -SRC_URI[sha256sum] = "54d685f79df1033c259502cd9c22b1a9d37b627bf815faecebaa27f8e1079e1e" -RDEPENDS_${PN} += "class-singleton-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "namespace-autoclean-perl" -RDEPENDS_${PN} += "params-validationcompiler-perl" -RDEPENDS_${PN} += "specio-perl" -RDEPENDS_${PN} += "try-tiny-perl" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-2.51.tar.gz" + +SRC_URI[md5sum] = "08ab4f384cf84e31481844608e40916b" +SRC_URI[sha256sum] = "e376b0fa34a31978a407e7bca4f8cf89fe86103e18d67c6f6f6ce72a5f1e6c6a" +RDEPENDS:${PN} += "class-singleton-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "namespace-autoclean-perl" +RDEPENDS:${PN} += "params-validationcompiler-perl" +RDEPENDS:${PN} += "specio-perl" +RDEPENDS:${PN} += "try-tiny-perl" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-requires-perl-native" diff --git a/recipes-time/test-mocktime-perl/test-mocktime-perl_0.17.bb b/recipes-time/test-mocktime-perl/test-mocktime-perl_0.17.bb index 38ac668a..5b2a364d 100644 --- a/recipes-time/test-mocktime-perl/test-mocktime-perl_0.17.bb +++ b/recipes-time/test-mocktime-perl/test-mocktime-perl_0.17.bb @@ -5,14 +5,14 @@ set_relative_time, set_absolute_time or set_fixed_time to alter future \ calls to gmtime,time or localtime." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-MockTime" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/D/DD/DDICK/Test-MockTime-0.17.tar.gz" diff --git a/recipes-time/test-time-perl/test-time-perl_0.07.bb b/recipes-time/test-time-perl/test-time-perl_0.08.bb similarity index 68% rename from recipes-time/test-time-perl/test-time-perl_0.07.bb rename to recipes-time/test-time-perl/test-time-perl_0.08.bb index aef3a9e1..f916fdf0 100644 --- a/recipes-time/test-time-perl/test-time-perl_0.07.bb +++ b/recipes-time/test-time-perl/test-time-perl_0.08.bb @@ -4,19 +4,19 @@ internalized. You can set custom time by passing time => number after the \ "use" statement:" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Test-Time" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/S/SA/SATOH/Test-Time-0.07.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SA/SATOH/Test-Time-0.08.tar.gz" -SRC_URI[md5sum] = "56300911673e1f5d2df2d335512c9d02" -SRC_URI[sha256sum] = "515d5e6b1d2e632dda0cc430485ef2ecc8cd6090cb32fcf17dbd7a983688b064" +SRC_URI[md5sum] = "4b4d3696b84ce797301e5c673b923a53" +SRC_URI[sha256sum] = "b8bc3b074bb2247e8588399c1e55d071f049cf6ce1c8b4192c38cf3c24559548" S = "${WORKDIR}/Test-Time-${PV}" diff --git a/recipes-time/time-hires-perl/time-hires-perl_1.9758.bb b/recipes-time/time-hires-perl/time-hires-perl_1.9764.bb similarity index 67% rename from recipes-time/time-hires-perl/time-hires-perl_1.9758.bb rename to recipes-time/time-hires-perl/time-hires-perl_1.9764.bb index 27f39295..c36d6cdd 100644 --- a/recipes-time/time-hires-perl/time-hires-perl_1.9758.bb +++ b/recipes-time/time-hires-perl/time-hires-perl_1.9764.bb @@ -6,19 +6,19 @@ for the description of the underlying "nanosleep" or "usleep", "ualarm", \ "gettimeofday", and "setitimer"/"getitimer" calls." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Time-HiRes" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/J/JH/JHI/Time-HiRes-1.9758.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Time-HiRes-1.9764.tar.gz" -SRC_URI[md5sum] = "8f998cb60966c86e24c500016e4d1ce8" -SRC_URI[sha256sum] = "5bfa145bc11e70a8e337543b1084a293743a690691b568493455dedf58f34b1e" +SRC_URI[md5sum] = "933103b1f4febedd974cdfaefb140bf3" +SRC_URI[sha256sum] = "9841be5587bfb7cd1f2fe267b5e5ac04ce25e79d5cc77e5ef9a9c5abd101d7b1" S = "${WORKDIR}/Time-HiRes-${PV}" diff --git a/recipes-time/timedate-perl/timedate-perl_2.30.bb b/recipes-time/timedate-perl/timedate-perl_2.30.bb deleted file mode 100644 index 307c4749..00000000 --- a/recipes-time/timedate-perl/timedate-perl_2.30.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = ""Date::Parse" provides two routines for parsing date strings into time \ -values." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/TimeDate" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/G/GB/GBARR/TimeDate-2.30.tar.gz" - -SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c" -SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86" - -S = "${WORKDIR}/TimeDate-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-time/timedate-perl/timedate-perl_2.33.bb b/recipes-time/timedate-perl/timedate-perl_2.33.bb new file mode 100644 index 00000000..3c359397 --- /dev/null +++ b/recipes-time/timedate-perl/timedate-perl_2.33.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "This is a collection of miscellaneous timezone manipulation routines." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/TimeDate" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/TimeDate-2.33.tar.gz" + +SRC_URI[md5sum] = "5e5afe22c8d417417283d1f7f4572a57" +SRC_URI[sha256sum] = "c0b69c4b039de6f501b0d9f13ec58c86b040c1f7e9b27ef249651c143d605eb2" + +S = "${WORKDIR}/TimeDate-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-www/cgi-deurl-xs-perl/cgi-deurl-xs-perl_0.08.bb b/recipes-www/cgi-deurl-xs-perl/cgi-deurl-xs-perl_0.08.bb index f66d0d00..3ceb50df 100644 --- a/recipes-www/cgi-deurl-xs-perl/cgi-deurl-xs-perl_0.08.bb +++ b/recipes-www/cgi-deurl-xs-perl/cgi-deurl-xs-perl_0.08.bb @@ -4,14 +4,14 @@ somewhere from slightly to much faster (depending on your strings) than \ using CGI or a functionally similar module like CGI::Deurl." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/CGI-Deurl-XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATHOMASON/CGI-Deurl-XS-0.08.tar.gz" @@ -22,9 +22,4 @@ S = "${WORKDIR}/CGI-Deurl-XS-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-www/cgi-perl/cgi-perl_4.40.bb b/recipes-www/cgi-perl/cgi-perl_4.53.bb similarity index 63% rename from recipes-www/cgi-perl/cgi-perl_4.40.bb rename to recipes-www/cgi-perl/cgi-perl_4.53.bb index 6a6efedd..bbdac69e 100644 --- a/recipes-www/cgi-perl/cgi-perl_4.40.bb +++ b/recipes-www/cgi-perl/cgi-perl_4.53.bb @@ -4,20 +4,19 @@ form submissions, file uploads, reading and writing cookies, query string \ generation and manipulation, and processing and preparing HTTP headers." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-2.0" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/CGI" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-2.0;md5=8bbc66f0ba93cec26ef526117e280266" -SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.40.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.53.tar.gz" -SRC_URI[md5sum] = "69880e2d59799851d939c4fbe5664901" -SRC_URI[sha256sum] = "10efff3061b3c31a33b3cc59f955aef9c88d57d12dbac46389758cef92f24f56" -RDEPENDS_${PN} += "html-parser-perl" +SRC_URI[md5sum] = "a0fe86a038de743ac45a0933daa2804f" +SRC_URI[sha256sum] = "c67e732f3c96bcb505405fd944f131fe5c57b46e5d02885c00714c452bf14e60" +RDEPENDS:${PN} += "html-parser-perl" DEPENDS += "test-deep-perl-native" DEPENDS += "test-nowarnings-perl-native" DEPENDS += "test-warn-perl-native" diff --git a/recipes-www/cookie-baker-perl/cookie-baker-perl_0.10.bb b/recipes-www/cookie-baker-perl/cookie-baker-perl_0.11.bb similarity index 62% rename from recipes-www/cookie-baker-perl/cookie-baker-perl_0.10.bb rename to recipes-www/cookie-baker-perl/cookie-baker-perl_0.11.bb index 8a34555a..27131ca6 100644 --- a/recipes-www/cookie-baker-perl/cookie-baker-perl_0.10.bb +++ b/recipes-www/cookie-baker-perl/cookie-baker-perl_0.11.bb @@ -1,20 +1,20 @@ DESCRIPTION = "Cookie::Baker provides simple cookie string generator and parser." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Cookie-Baker" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.10.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.11.tar.gz" -SRC_URI[md5sum] = "20f6f16689df949db86645652c1ebe38" -SRC_URI[sha256sum] = "b42bad15b12da4cdc5c90c902faf3ad484281a42203fa4e7652866434f6fa4dd" -RDEPENDS_${PN} += "uri-perl" +SRC_URI[md5sum] = "bc8f95893d6ec3093a62d1957e1908f2" +SRC_URI[sha256sum] = "59275f474e07c0aa3611e3e684b894e7db913333d8214420be63f12ec18cd7ab" +RDEPENDS:${PN} += "uri-perl" DEPENDS += "module-build-tiny-perl-native" DEPENDS += "test-time-perl-native" diff --git a/recipes-www/cookie-baker-xs-perl/cookie-baker-xs-perl_0.10.bb b/recipes-www/cookie-baker-xs-perl/cookie-baker-xs-perl_0.11.bb similarity index 64% rename from recipes-www/cookie-baker-xs-perl/cookie-baker-xs-perl_0.10.bb rename to recipes-www/cookie-baker-xs-perl/cookie-baker-xs-perl_0.11.bb index 9912245f..816ef4d6 100644 --- a/recipes-www/cookie-baker-xs-perl/cookie-baker-xs-perl_0.10.bb +++ b/recipes-www/cookie-baker-xs-perl/cookie-baker-xs-perl_0.11.bb @@ -2,19 +2,19 @@ DESCRIPTION = "Cookie::Baker::XS provides cookie string parser that implemented This modules only provides parser, does not have a generator function." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Cookie-Baker-XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Cookie-Baker-XS-0.10.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Cookie-Baker-XS-0.11.tar.gz" -SRC_URI[md5sum] = "3254f7d98a7cabac4ee9680474058b45" -SRC_URI[sha256sum] = "82dbcad202ab4dfac42310dc4e2f451d26e093b5db7dbd6fa5bd805fd1084ba3" +SRC_URI[md5sum] = "f3aa23216855104abe6316d192c1cd50" +SRC_URI[sha256sum] = "2270eb2a261da44df4934fc21bc46bdc3512ac657afc7b48d599b24c40d340ff" S = "${WORKDIR}/Cookie-Baker-XS-${PV}" diff --git a/recipes-www/dancer2-perl/dancer2-perl_0.206000.bb b/recipes-www/dancer2-perl/dancer2-perl_0.206000.bb deleted file mode 100644 index 6d119f3f..00000000 --- a/recipes-www/dancer2-perl/dancer2-perl_0.206000.bb +++ /dev/null @@ -1,68 +0,0 @@ -DESCRIPTION = "Dancer2 is the new generation of Dancer, the lightweight web-framework for \ -Perl. Dancer2 is a complete rewrite based on Moo." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Dancer2" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/C/CR/CROMEDOME/Dancer2-0.206000.tar.gz" - -SRC_URI[md5sum] = "659cfcec08df9f0683053f99a4079c7c" -SRC_URI[sha256sum] = "cbe5fc167a4976ab20dd96bcbdf160dcf39405525583cca9821e286cb66b9be6" -RDEPENDS_${PN} += "app-cmd-perl" -RDEPENDS_${PN} += "clone-perl" -RDEPENDS_${PN} += "config-any-perl" -RDEPENDS_${PN} += "exporter-tiny-perl" -RDEPENDS_${PN} += "file-share-perl" -RDEPENDS_${PN} += "hash-merge-simple-perl" -RDEPENDS_${PN} += "hash-multivalue-perl" -RDEPENDS_${PN} += "http-date-perl" -RDEPENDS_${PN} += "http-headers-fast-perl" -RDEPENDS_${PN} += "http-xscookies-perl" -RDEPENDS_${PN} += "import-into-perl" -RDEPENDS_${PN} += "json-maybexs-perl" -RDEPENDS_${PN} += "module-runtime-perl" -RDEPENDS_${PN} += "moo-perl" -RDEPENDS_${PN} += "plack-middleware-fixmissingbodyinredirect-perl" -RDEPENDS_${PN} += "plack-middleware-removeredundantbody-perl" -RDEPENDS_${PN} += "plack-perl" -RDEPENDS_${PN} += "ref-util-perl" -RDEPENDS_${PN} += "return-multilevel-perl" -RDEPENDS_${PN} += "role-tiny-perl" -RDEPENDS_${PN} += "safe-isa-perl" -RDEPENDS_${PN} += "sub-quote-perl" -RDEPENDS_${PN} += "template-tiny-perl" -RDEPENDS_${PN} += "template-toolkit-perl" -RDEPENDS_${PN} += "type-tiny-perl" -RDEPENDS_${PN} += "uri-perl" -RDEPENDS_${PN} += "yaml-perl" -RRECOMMENDS_${PN} += "cgi-deurl-xs-perl" -RRECOMMENDS_${PN} += "class-xsaccessor-perl" -RRECOMMENDS_${PN} += "cpanel-json-xs-perl" -RRECOMMENDS_${PN} += "crypt-urandom-perl" -RRECOMMENDS_${PN} += "http-xsheaders-perl" -RRECOMMENDS_${PN} += "math-random-isaac-xs-perl" -RRECOMMENDS_${PN} += "moox-typetiny-perl" -RRECOMMENDS_${PN} += "scope-upper-perl" -RRECOMMENDS_${PN} += "type-tiny-xs-perl" -RRECOMMENDS_${PN} += "url-encode-xs-perl" -RRECOMMENDS_${PN} += "yaml-libyaml-perl" -DEPENDS += "capture-tiny-perl-native" -DEPENDS += "file-sharedir-install-perl-native" -DEPENDS += "http-cookies-perl-native" -DEPENDS += "http-message-perl-native" -DEPENDS += "test-cpan-meta-perl-native" -DEPENDS += "test-eol-perl-native" -DEPENDS += "test-fatal-perl-native" - -S = "${WORKDIR}/Dancer2-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-www/dancer2-perl/dancer2-perl_0.301004.bb b/recipes-www/dancer2-perl/dancer2-perl_0.301004.bb new file mode 100644 index 00000000..f8472b4b --- /dev/null +++ b/recipes-www/dancer2-perl/dancer2-perl_0.301004.bb @@ -0,0 +1,75 @@ +DESCRIPTION = "Dancer2 is the new generation of Dancer, the lightweight web-framework for \ +Perl. Dancer2 is a complete rewrite based on Moo." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Dancer2" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/C/CR/CROMEDOME/Dancer2-0.301004.tar.gz" + +SRC_URI[md5sum] = "72bf328925bab60a99b98358913f32a1" +SRC_URI[sha256sum] = "08ee0d9efbcc1a1a2059da5a1b99041eca8acee33b14e3d0b4cbbd010009dde5" +RDEPENDS:${PN} += "cli-osprey-perl" +RDEPENDS:${PN} += "clone-perl" +RDEPENDS:${PN} += "config-any-perl" +RDEPENDS:${PN} += "exporter-tiny-perl" +RDEPENDS:${PN} += "file-share-perl" +RDEPENDS:${PN} += "file-which-perl" +RDEPENDS:${PN} += "hash-merge-simple-perl" +RDEPENDS:${PN} += "hash-multivalue-perl" +RDEPENDS:${PN} += "http-date-perl" +RDEPENDS:${PN} += "http-headers-fast-perl" +RDEPENDS:${PN} += "import-into-perl" +RDEPENDS:${PN} += "json-maybexs-perl" +RDEPENDS:${PN} += "module-runtime-perl" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "path-tiny-perl" +RDEPENDS:${PN} += "plack-middleware-fixmissingbodyinredirect-perl" +RDEPENDS:${PN} += "plack-middleware-removeredundantbody-perl" +RDEPENDS:${PN} += "plack-perl" +RDEPENDS:${PN} += "ref-util-perl" +RDEPENDS:${PN} += "role-tiny-perl" +RDEPENDS:${PN} += "safe-isa-perl" +RDEPENDS:${PN} += "sub-quote-perl" +RDEPENDS:${PN} += "template-tiny-perl" +RDEPENDS:${PN} += "template-toolkit-perl" +RDEPENDS:${PN} += "type-tiny-perl" +RDEPENDS:${PN} += "uri-perl" +RDEPENDS:${PN} += "yaml-perl" +RRECOMMENDS:${PN} += "cgi-deurl-xs-perl" +RRECOMMENDS:${PN} += "class-xsaccessor-perl" +RRECOMMENDS:${PN} += "cpanel-json-xs-perl" +RRECOMMENDS:${PN} += "crypt-urandom-perl" +RRECOMMENDS:${PN} += "http-xscookies-perl" +RRECOMMENDS:${PN} += "http-xsheaders-perl" +# Do not use Math::Random::ISAAC::XS until linking problem with Module::Build +# is fixed. Avoid application servers crash immediately with: +# lib/Math/Random/ISAAC/XS.c: loadable library and perl binaries are mismatched (got handshake key 0x9800000, needed 0x9900000) +# RRECOMMENDS:${PN} += "math-random-isaac-xs-perl" +RRECOMMENDS:${PN} += "moox-typetiny-perl" +RRECOMMENDS:${PN} += "scope-upper-perl" +RRECOMMENDS:${PN} += "type-tiny-xs-perl" +RRECOMMENDS:${PN} += "url-encode-xs-perl" +RRECOMMENDS:${PN} += "yaml-libyaml-perl" +DEPENDS += "capture-tiny-perl-native" +DEPENDS += "file-sharedir-install-perl-native" +DEPENDS += "http-cookies-perl-native" +DEPENDS += "http-message-perl-native" +DEPENDS += "test-eol-perl-native" +DEPENDS += "test-fatal-perl-native" + +S = "${WORKDIR}/Dancer2-${PV}" + +inherit cpan allarch + +do_configure:prepend() { + sed -i -e "s:^#!/usr/bin/env :#!:" script/dancer2 +} + +BBCLASSEXTEND = "native" diff --git a/recipes-www/dancer2-plugin-auth-yarbac-perl/dancer2-plugin-auth-yarbac-perl_0.009.bb b/recipes-www/dancer2-plugin-auth-yarbac-perl/dancer2-plugin-auth-yarbac-perl_0.011.bb similarity index 81% rename from recipes-www/dancer2-plugin-auth-yarbac-perl/dancer2-plugin-auth-yarbac-perl_0.009.bb rename to recipes-www/dancer2-plugin-auth-yarbac-perl/dancer2-plugin-auth-yarbac-perl_0.011.bb index 629a809a..9df82e31 100644 --- a/recipes-www/dancer2-plugin-auth-yarbac-perl/dancer2-plugin-auth-yarbac-perl_0.009.bb +++ b/recipes-www/dancer2-plugin-auth-yarbac-perl/dancer2-plugin-auth-yarbac-perl_0.011.bb @@ -49,25 +49,26 @@ with a \ fairly complex authorisation environment." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Dancer2-Plugin-Auth-YARBAC" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/A/AV/AVERNA/Dancer2-Plugin-Auth-YARBAC-0.009.tar.gz" +SRC_URI = "http://cpan.metacpan.org/authors/id/A/AV/AVERNA/Dancer2-Plugin-Auth-YARBAC-0.011.tar.gz" -SRC_URI[md5sum] = "167879585d73e7975648c7ed6f49b0f0" -SRC_URI[sha256sum] = "c975b34c36e8a22608ddf98ca327a0a39e98fb343ae44259baf7e9e2577695d8" -RDEPENDS_${PN} += "crypt-pbkdf2-perl" -RDEPENDS_${PN} += "dancer2-perl" -RDEPENDS_${PN} += "dancer2-plugin-database-perl" -RDEPENDS_${PN} += "moo-perl" -RDEPENDS_${PN} += "namespace-clean-perl" -RDEPENDS_${PN} += "try-tiny-perl" +SRC_URI[md5sum] = "faf754be3af82510fed6a83826568714" +SRC_URI[sha256sum] = "d67038684629d9103dc442cbc134722e1ac0662302f7f599620a46c6c329d57b" +RDEPENDS:${PN} += "crypt-pbkdf2-perl" +RDEPENDS:${PN} += "dancer2-perl" +RDEPENDS:${PN} += "dancer2-plugin-database-perl" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "namespace-clean-perl" +RDEPENDS:${PN} += "try-tiny-perl" +DEPENDS += "dbd-sqlite-perl-native" DEPENDS += "dancer2-session-cookie-perl-native" DEPENDS += "find-lib-perl-native" DEPENDS += "http-message-perl-native" @@ -76,11 +77,6 @@ DEPENDS += "template-toolkit-perl-native" S = "${WORKDIR}/Dancer2-Plugin-Auth-YARBAC-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-www/dancer2-session-cookie-perl/dancer2-session-cookie-perl_0.009.bb b/recipes-www/dancer2-session-cookie-perl/dancer2-session-cookie-perl_0.009.bb index f7c58fdc..0fe4e14a 100644 --- a/recipes-www/dancer2-session-cookie-perl/dancer2-session-cookie-perl_0.009.bb +++ b/recipes-www/dancer2-session-cookie-perl/dancer2-session-cookie-perl_0.009.bb @@ -2,7 +2,7 @@ DESCRIPTION = "This module implements a session factory for Dancer 2 that stores state within a browser cookie. Features include:" SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " @@ -14,9 +14,9 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer2-Session-Cook SRC_URI[md5sum] = "4a1d2c83f8d539223afdbe75d86efdd6" SRC_URI[sha256sum] = "aef2755db550d22652e145d67459916c83883848b9359d6f03ad5981f26c2826" -RDEPENDS_${PN} += "dancer2-perl" -RDEPENDS_${PN} += "moo-perl" -RDEPENDS_${PN} += "session-storage-secure-perl" +RDEPENDS:${PN} += "dancer2-perl" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "session-storage-secure-perl" DEPENDS += "http-cookies-perl-native" DEPENDS += "http-message-perl-native" DEPENDS += "plack-perl-native" diff --git a/recipes-www/html-parser-perl/html-parser-perl_3.72.bb b/recipes-www/html-parser-perl/html-parser-perl_3.76.bb similarity index 51% rename from recipes-www/html-parser-perl/html-parser-perl_3.72.bb rename to recipes-www/html-parser-perl/html-parser-perl_3.76.bb index f54d60e3..ce50757c 100644 --- a/recipes-www/html-parser-perl/html-parser-perl_3.72.bb +++ b/recipes-www/html-parser-perl/html-parser-perl_3.76.bb @@ -4,29 +4,25 @@ of markup and text are recognized, the corresponding event handlers are \ invoked." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTML-Parser" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Parser-3.72.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Parser-3.76.tar.gz" -SRC_URI[md5sum] = "eb7505e5f626913350df9dd4a03d54a8" -SRC_URI[sha256sum] = "ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b" -RDEPENDS_${PN} += "html-tagset-perl" -RRECOMMENDS_${PN} += "http-message-perl" +SRC_URI[md5sum] = "60e266d5a07fbea671a0383dd8af7b6c" +SRC_URI[sha256sum] = "64d9e2eb2b420f1492da01ec0e6976363245b4be9290f03f10b7d2cb63fa2f61" +RDEPENDS:${PN} += "html-tagset-perl" +RDEPENDS:${PN} += "http-message-perl" +RDEPENDS:${PN} += "uri-perl" S = "${WORKDIR}/HTML-Parser-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-www/html-tagset-perl/html-tagset-perl_3.20.bb b/recipes-www/html-tagset-perl/html-tagset-perl_3.20.bb index 80dd1bdc..1fe6c713 100644 --- a/recipes-www/html-tagset-perl/html-tagset-perl_3.20.bb +++ b/recipes-www/html-tagset-perl/html-tagset-perl_3.20.bb @@ -1,28 +1,23 @@ -DESCRIPTION = "This module contains several data tables useful in various kinds of \ -HTML parsing operations." +DESCRIPTION = "This module contains several data tables useful in various kinds of HTML \ +parsing operations." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTML-Tagset" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz" SRC_URI[md5sum] = "d2bfa18fe1904df7f683e96611e87437" SRC_URI[sha256sum] = "adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2" S = "${WORKDIR}/HTML-Tagset-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-www/http-body-perl/http-body-perl_1.22.bb b/recipes-www/http-body-perl/http-body-perl_1.22.bb index 8c5f31dd..b0f3e9c1 100644 --- a/recipes-www/http-body-perl/http-body-perl_1.22.bb +++ b/recipes-www/http-body-perl/http-body-perl_1.22.bb @@ -3,29 +3,24 @@ application/octet-stream, application/json, \ application/x-www-form-urlencoded, and multipart/form-data." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTTP-Body" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/G/GE/GETTY/HTTP-Body-1.22.tar.gz" SRC_URI[md5sum] = "81a38eab683d8750b78ad0d4845ef0d5" SRC_URI[sha256sum] = "fc0d2c585b3bd1532d92609965d589e0c87cd380e7cca42fb9ad0a1311227297" -RDEPENDS_${PN} += "http-message-perl" +RDEPENDS:${PN} += "http-message-perl" DEPENDS += "test-deep-perl-native" S = "${WORKDIR}/HTTP-Body-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-www/http-cookiejar-perl/http-cookiejar-perl_0.008.bb b/recipes-www/http-cookiejar-perl/http-cookiejar-perl_0.012.bb similarity index 69% rename from recipes-www/http-cookiejar-perl/http-cookiejar-perl_0.008.bb rename to recipes-www/http-cookiejar-perl/http-cookiejar-perl_0.012.bb index b46e1084..050cfd27 100644 --- a/recipes-www/http-cookiejar-perl/http-cookiejar-perl_0.008.bb +++ b/recipes-www/http-cookiejar-perl/http-cookiejar-perl_0.012.bb @@ -2,7 +2,7 @@ DESCRIPTION = "This module implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265 ." SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " @@ -10,11 +10,12 @@ HOMEPAGE= "https://metacpan.org/release/HTTP-CookieJar" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/HTTP-CookieJar-0.008.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/HTTP-CookieJar-0.012.tar.gz" -SRC_URI[md5sum] = "e30a933e9cc0cf6f0b67054cbb01141f" -SRC_URI[sha256sum] = "9507e039279f4c0deed7fcee8fadec5029b8a933c81eb78e7e8faaccb632dc65" -RDEPENDS_${PN} += "http-date-perl" +SRC_URI[md5sum] = "278dcbffeb1d0e7cbea461c33aa9b973" +SRC_URI[sha256sum] = "004abff92de3a432f7f7dcd24e082fd6d8b1a74d8af3ae3884b01d1389be604a" +RDEPENDS:${PN} += "http-date-perl" +RRECOMMENDS:${PN} += "mozilla-publicsuffix-perl" DEPENDS += "test-deep-perl-native" DEPENDS += "test-requires-perl-native" DEPENDS += "uri-perl-native" diff --git a/recipes-www/http-cookies-perl/http-cookies-perl_6.04.bb b/recipes-www/http-cookies-perl/http-cookies-perl_6.10.bb similarity index 61% rename from recipes-www/http-cookies-perl/http-cookies-perl_6.04.bb rename to recipes-www/http-cookies-perl/http-cookies-perl_6.10.bb index 6549672b..f1a1a6c4 100644 --- a/recipes-www/http-cookies-perl/http-cookies-perl_6.04.bb +++ b/recipes-www/http-cookies-perl/http-cookies-perl_6.10.bb @@ -3,21 +3,21 @@ database of all the HTTP cookies that a given LWP::UserAgent object knows \ about." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTTP-Cookies" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.04.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.10.tar.gz" -SRC_URI[md5sum] = "7bf1e277bd5c886bc18d21eb8423b65f" -SRC_URI[sha256sum] = "0cc7f079079dcad8293fea36875ef58dd1bfd75ce1a6c244cd73ed9523eb13d4" -RDEPENDS_${PN} += "http-date-perl" -RDEPENDS_${PN} += "http-message-perl" +SRC_URI[md5sum] = "b4d7804231b1dfd10999d42283e0cf06" +SRC_URI[sha256sum] = "e36f36633c5ce6b5e4b876ffcf74787cc5efe0736dd7f487bdd73c14f0bd7007" +RDEPENDS:${PN} += "http-date-perl" +RDEPENDS:${PN} += "http-message-perl" DEPENDS += "uri-perl-native" S = "${WORKDIR}/HTTP-Cookies-${PV}" diff --git a/recipes-www/http-daemon-perl/http-daemon-perl_6.01.bb b/recipes-www/http-daemon-perl/http-daemon-perl_6.01.bb deleted file mode 100644 index 622fc7e5..00000000 --- a/recipes-www/http-daemon-perl/http-daemon-perl_6.01.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "Instances of the \"HTTP::Daemon\" class are HTTP/1.1 servers that \ -listen on a socket for incoming requests. The \"HTTP::Daemon\" is a \ -subclass of \ -\"IO::Socket::INET\", so you can perform socket operations directly on \ -it too." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/HTTP-Daemon" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz" - -SRC_URI[md5sum] = "ed0ae02d25d7f1e89456d4d69732adc2" -SRC_URI[sha256sum] = "43fd867742701a3f9fcc7bd59838ab72c6490c0ebaf66901068ec6997514adc2" -RDEPENDS_${PN} += "http-date-perl" -RDEPENDS_${PN} += "http-message-perl" -RDEPENDS_${PN} += "lwp-mediatypes-perl" - -S = "${WORKDIR}/HTTP-Daemon-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-www/http-daemon-perl/http-daemon-perl_6.12.bb b/recipes-www/http-daemon-perl/http-daemon-perl_6.12.bb new file mode 100644 index 00000000..03502bc9 --- /dev/null +++ b/recipes-www/http-daemon-perl/http-daemon-perl_6.12.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "Instances of the "HTTP::Daemon" class are HTTP/1.1 servers that listen on a \ +socket for incoming requests. The "HTTP::Daemon" is a subclass of \ +"IO::Socket::IP", so you can perform socket operations directly on it too." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/HTTP-Daemon" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.12.tar.gz" + +SRC_URI[md5sum] = "63674e3f81760a29075853413eb157d8" +SRC_URI[sha256sum] = "df47bed10c38670c780fd0116867d5fd4693604acde31ba63380dce04c4e1fa6" +RDEPENDS:${PN} += "http-date-perl" +RDEPENDS:${PN} += "http-message-perl" +RDEPENDS:${PN} += "lwp-mediatypes-perl" +DEPENDS += "test-needs-perl-native" +DEPENDS += "uri-perl-native" + +S = "${WORKDIR}/HTTP-Daemon-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-www/http-date-perl/http-date-perl_6.02.bb b/recipes-www/http-date-perl/http-date-perl_6.02.bb deleted file mode 100644 index 607c65a2..00000000 --- a/recipes-www/http-date-perl/http-date-perl_6.02.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "This module provides functions that deal the date formats used by the \ -HTTP protocol (and then some more). Only the first two functions, \ -time2str() and \ -str2time(), are exported by default." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/HTTP-Date" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz" - -SRC_URI[md5sum] = "52b7a0d5982d61be1edb217751d7daba" -SRC_URI[sha256sum] = "e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333" -RRECOMMENDS_${PN} += "libtimedate-perl" - -S = "${WORKDIR}/HTTP-Date-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-www/http-date-perl/http-date-perl_6.05.bb b/recipes-www/http-date-perl/http-date-perl_6.05.bb new file mode 100644 index 00000000..4dba7527 --- /dev/null +++ b/recipes-www/http-date-perl/http-date-perl_6.05.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "This module provides functions that deal the date formats used by the HTTP \ +protocol (and then some more). Only the first two functions, time2str() and \ +str2time(), are exported by default." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/HTTP-Date" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-6.05.tar.gz" + +SRC_URI[md5sum] = "2ecbb3aedf6aef062605191813ca3027" +SRC_URI[sha256sum] = "365d6294dfbd37ebc51def8b65b81eb79b3934ecbc95a2ec2d4d827efe6a922b" +RDEPENDS:${PN} += "timedate-perl" + +S = "${WORKDIR}/HTTP-Date-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-www/http-entity-parser-perl/http-entity-parser-perl_0.21.bb b/recipes-www/http-entity-parser-perl/http-entity-parser-perl_0.25.bb similarity index 61% rename from recipes-www/http-entity-parser-perl/http-entity-parser-perl_0.21.bb rename to recipes-www/http-entity-parser-perl/http-entity-parser-perl_0.25.bb index 08476a77..f4438830 100644 --- a/recipes-www/http-entity-parser-perl/http-entity-parser-perl_0.21.bb +++ b/recipes-www/http-entity-parser-perl/http-entity-parser-perl_0.25.bb @@ -5,24 +5,24 @@ parses it. This module supports application/x-www-form-urlencoded, \ multipart/form-data and application/json." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTTP-Entity-Parser" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/HTTP-Entity-Parser-0.21.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/HTTP-Entity-Parser-0.25.tar.gz" -SRC_URI[md5sum] = "50e8418bfe27ab26818ca6e264052c95" -SRC_URI[sha256sum] = "c14d3e42bdb0845eb412640ca5e396cbd52d3a9a616a5974a32a52cab487f8d8" -RDEPENDS_${PN} += "hash-multivalue-perl" -RDEPENDS_${PN} += "http-multipartparser-perl" -RDEPENDS_${PN} += "json-maybexs-perl" -RDEPENDS_${PN} += "stream-buffered-perl" -RDEPENDS_${PN} += "www-form-urlencoded-perl" +SRC_URI[md5sum] = "09663f9577975587e832e28ba5f5f8af" +SRC_URI[sha256sum] = "3a8cd0d8cba3d17cd8c04ee82d7341dfaa247dbdd94a49eb94b53f69e483ec3a" +RDEPENDS:${PN} += "hash-multivalue-perl" +RDEPENDS:${PN} += "http-multipartparser-perl" +RDEPENDS:${PN} += "json-maybexs-perl" +RDEPENDS:${PN} += "stream-buffered-perl" +RDEPENDS:${PN} += "www-form-urlencoded-perl" DEPENDS += "http-message-perl-native" DEPENDS += "module-build-tiny-perl-native" diff --git a/recipes-www/http-headers-fast-perl/http-headers-fast-perl_0.21.bb b/recipes-www/http-headers-fast-perl/http-headers-fast-perl_0.22.bb similarity index 62% rename from recipes-www/http-headers-fast-perl/http-headers-fast-perl_0.21.bb rename to recipes-www/http-headers-fast-perl/http-headers-fast-perl_0.22.bb index c06ed575..9333a06d 100644 --- a/recipes-www/http-headers-fast-perl/http-headers-fast-perl_0.21.bb +++ b/recipes-www/http-headers-fast-perl/http-headers-fast-perl_0.22.bb @@ -1,20 +1,20 @@ DESCRIPTION = "HTTP::Headers::Fast is a perl class for parsing/writing HTTP headers." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTTP-Headers-Fast" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/HTTP-Headers-Fast-0.21.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/HTTP-Headers-Fast-0.22.tar.gz" -SRC_URI[md5sum] = "024fde06808fc47db61a62655afacb41" -SRC_URI[sha256sum] = "5e68ed8e3e67531e1d43c6a2cdfd0ee2daddf2e5b94c1a2648f3a6500a6f12d5" -RDEPENDS_${PN} += "http-date-perl" +SRC_URI[md5sum] = "a166a4d0ba47eca8ff9dffb760865f5f" +SRC_URI[sha256sum] = "cc431db68496dd884db4bc0c0b7112c1f4a4f1dc68c4f5a3caa757a1e7481b48" +RDEPENDS:${PN} += "http-date-perl" DEPENDS += "module-build-tiny-perl-native" DEPENDS += "test-requires-perl-native" diff --git a/recipes-www/http-message-perl/http-message-perl_6.18.bb b/recipes-www/http-message-perl/http-message-perl_6.36.bb similarity index 53% rename from recipes-www/http-message-perl/http-message-perl_6.18.bb rename to recipes-www/http-message-perl/http-message-perl_6.36.bb index 5957dc44..1df53f56 100644 --- a/recipes-www/http-message-perl/http-message-perl_6.18.bb +++ b/recipes-www/http-message-perl/http-message-perl_6.36.bb @@ -2,24 +2,24 @@ DESCRIPTION = "An "HTTP::Message" object contains some headers and a content bod following methods are available:" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTTP-Message" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.18.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.36.tar.gz" -SRC_URI[md5sum] = "9fd400da24e1784f85d32de1705fc795" -SRC_URI[sha256sum] = "d060d170d388b694c58c14f4d13ed908a2807f0e581146cef45726641d809112" -RDEPENDS_${PN} += "encode-locale-perl" -RDEPENDS_${PN} += "http-date-perl" -RDEPENDS_${PN} += "io-html-perl" -RDEPENDS_${PN} += "lwp-mediatypes-perl" -RDEPENDS_${PN} += "uri-perl" +SRC_URI[md5sum] = "e847fb3e297e740080ab6fd1ac127f7f" +SRC_URI[sha256sum] = "576a53b486af87db56261a36099776370c06f0087d179fc8c7bb803b48cddd76" +RDEPENDS:${PN} += "encode-locale-perl" +RDEPENDS:${PN} += "http-date-perl" +RDEPENDS:${PN} += "io-html-perl" +RDEPENDS:${PN} += "lwp-mediatypes-perl" +RDEPENDS:${PN} += "uri-perl" DEPENDS += "try-tiny-perl-native" S = "${WORKDIR}/HTTP-Message-${PV}" diff --git a/recipes-www/http-multipartparser-perl/http-multipartparser-perl_0.02.bb b/recipes-www/http-multipartparser-perl/http-multipartparser-perl_0.02.bb index 177566c5..d09d3ac7 100644 --- a/recipes-www/http-multipartparser-perl/http-multipartparser-perl_0.02.bb +++ b/recipes-www/http-multipartparser-perl/http-multipartparser-perl_0.02.bb @@ -3,14 +3,14 @@ streams conforming to MultiPart types as defined in RFC 2616 \ ." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTTP-MultiPartParser" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/C/CH/CHANSEN/HTTP-MultiPartParser-0.02.tar.gz" diff --git a/recipes-www/http-negotiate-perl/http-negotiate-perl_6.01.bb b/recipes-www/http-negotiate-perl/http-negotiate-perl_6.01.bb index 640b1ba6..e276a222 100644 --- a/recipes-www/http-negotiate-perl/http-negotiate-perl_6.01.bb +++ b/recipes-www/http-negotiate-perl/http-negotiate-perl_6.01.bb @@ -1,33 +1,27 @@ DESCRIPTION = "This module provides a complete implementation of the HTTP content \ -negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps \ -chapter \ +negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter \ 12. Content negotiation allows for the selection of a preferred content \ representation based upon attributes of the negotiable variants and the \ value of the various Accept* header fields in the request." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTTP-Negotiate" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz" SRC_URI[md5sum] = "1236195250e264d7436e7bb02031671b" SRC_URI[sha256sum] = "1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016" -RDEPENDS_${PN} += "http-message-perl" +RDEPENDS:${PN} += "http-message-perl" S = "${WORKDIR}/HTTP-Negotiate-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-www/http-parser-xs-perl/http-parser-xs-perl_0.17.bb b/recipes-www/http-parser-xs-perl/http-parser-xs-perl_0.17.bb index db42551f..8741573b 100644 --- a/recipes-www/http-parser-xs-perl/http-parser-xs-perl_0.17.bb +++ b/recipes-www/http-parser-xs-perl/http-parser-xs-perl_0.17.bb @@ -1,14 +1,14 @@ DESCRIPTION = "HTTP::Parser::XS is a fast, primitive HTTP request/response parser." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTTP-Parser-XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/HTTP-Parser-XS-0.17.tar.gz" @@ -17,11 +17,8 @@ SRC_URI[sha256sum] = "794e6833e326b10d24369f9cdbfc1667105ef6591e8f41e561a3d41a70 S = "${WORKDIR}/HTTP-Parser-XS-${PV}" -inherit cpan +EXTRA_PERLFLAGS = "-Mlib=." -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan BBCLASSEXTEND = "native" diff --git a/recipes-www/http-tiny-perl/http-tiny-perl_0.076.bb b/recipes-www/http-tiny-perl/http-tiny-perl_0.080.bb similarity index 53% rename from recipes-www/http-tiny-perl/http-tiny-perl_0.076.bb rename to recipes-www/http-tiny-perl/http-tiny-perl_0.080.bb index f200cfac..b9183c20 100644 --- a/recipes-www/http-tiny-perl/http-tiny-perl_0.076.bb +++ b/recipes-www/http-tiny-perl/http-tiny-perl_0.080.bb @@ -2,23 +2,23 @@ DESCRIPTION = "This is a very simple HTTP/1.1 client, designed for doing simple without the overhead of a large framework like LWP::UserAgent." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/HTTP-Tiny" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.076.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.080.tar.gz" -SRC_URI[md5sum] = "752d43443c6cf9254b23b281a753120b" -SRC_URI[sha256sum] = "ddbdaa2fb511339fa621a80021bf1b9733fddafc4fe0245f26c8b92171ef9387" -RRECOMMENDS_${PN} += "http-cookiejar-perl" -RRECOMMENDS_${PN} += "io-socket-ssl-perl" -RRECOMMENDS_${PN} += "mozilla-ca-perl" -RRECOMMENDS_${PN} += "net-ssleay-perl" +SRC_URI[md5sum] = "f69036740f965fc34dd50cd8f7539476" +SRC_URI[sha256sum] = "243c6d566aa8f160fa1c6b0b92e5752356136b341ffffdd3ec07b23b745fde15" +RRECOMMENDS:${PN} += "http-cookiejar-perl" +RRECOMMENDS:${PN} += "io-socket-ssl-perl" +RRECOMMENDS:${PN} += "mozilla-ca-perl" +RRECOMMENDS:${PN} += "net-ssleay-perl" S = "${WORKDIR}/HTTP-Tiny-${PV}" diff --git a/recipes-www/http-xscookies-perl/http-xscookies-perl_0.000021.bb b/recipes-www/http-xscookies-perl/http-xscookies-perl_0.000021.bb index 54c8022b..bddaf5ca 100644 --- a/recipes-www/http-xscookies-perl/http-xscookies-perl_0.000021.bb +++ b/recipes-www/http-xscookies-perl/http-xscookies-perl_0.000021.bb @@ -20,9 +20,4 @@ S = "${WORKDIR}/HTTP-XSCookies-${PV}" inherit cpan -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - BBCLASSEXTEND = "native" diff --git a/recipes-www/libwww-perl-perl/libwww-perl-perl_6.36.bb b/recipes-www/libwww-perl-perl/libwww-perl-perl_6.60.bb similarity index 51% rename from recipes-www/libwww-perl-perl/libwww-perl-perl_6.36.bb rename to recipes-www/libwww-perl-perl/libwww-perl-perl_6.60.bb index c981b308..6cff1432 100644 --- a/recipes-www/libwww-perl-perl/libwww-perl-perl_6.36.bb +++ b/recipes-www/libwww-perl-perl/libwww-perl-perl_6.60.bb @@ -6,32 +6,32 @@ of more general use and even classes that help you implement simple HTTP \ servers." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/libwww-perl" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-6.36.tar.gz" - -SRC_URI[md5sum] = "20062717e4084d2f56d84c7ab4c91ec1" -SRC_URI[sha256sum] = "75c034ab4b37f4b9506dc644300697505582cf9545bcf2e2079e7263f675290a" -RDEPENDS_${PN} += "encode-locale-perl" -RDEPENDS_${PN} += "file-listing-perl" -RDEPENDS_${PN} += "html-parser-perl" -RDEPENDS_${PN} += "http-cookies-perl" -RDEPENDS_${PN} += "http-daemon-perl" -RDEPENDS_${PN} += "http-date-perl" -RDEPENDS_${PN} += "http-message-perl" -RDEPENDS_${PN} += "http-negotiate-perl" -RDEPENDS_${PN} += "lwp-mediatypes-perl" -RDEPENDS_${PN} += "net-http-perl" -RDEPENDS_${PN} += "try-tiny-perl" -RDEPENDS_${PN} += "uri-perl" -RDEPENDS_${PN} += "www-robotrules-perl" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.60.tar.gz" + +SRC_URI[md5sum] = "ce5180358d9279b2843a6518bf2de200" +SRC_URI[sha256sum] = "cdd28b9237b9c6791725b9099695c7c3c720b33881606fd6cc7635a5495bb07c" +RDEPENDS:${PN} += "encode-locale-perl" +RDEPENDS:${PN} += "file-listing-perl" +RDEPENDS:${PN} += "html-parser-perl" +RDEPENDS:${PN} += "http-cookies-perl" +RDEPENDS:${PN} += "http-date-perl" +RDEPENDS:${PN} += "http-message-perl" +RDEPENDS:${PN} += "http-negotiate-perl" +RDEPENDS:${PN} += "lwp-mediatypes-perl" +RDEPENDS:${PN} += "net-http-perl" +RDEPENDS:${PN} += "try-tiny-perl" +RDEPENDS:${PN} += "uri-perl" +RDEPENDS:${PN} += "www-robotrules-perl" +DEPENDS += "http-daemon-perl-native" DEPENDS += "test-needs-perl-native" DEPENDS += "test-fatal-perl-native" DEPENDS += "test-requiresinternet-perl-native" diff --git a/recipes-www/lwp-mediatypes-perl/lwp-mediatypes-perl_6.02.bb b/recipes-www/lwp-mediatypes-perl/lwp-mediatypes-perl_6.02.bb deleted file mode 100644 index e5223449..00000000 --- a/recipes-www/lwp-mediatypes-perl/lwp-mediatypes-perl_6.02.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "This module provides functions for handling media (also known as MIME) \ -types and encodings. The mapping from file extensions to media types is \ -defined by \ -the media.types file. If the ~/.media.types file exists it is used \ -instead. \ -For backwards compatibility we will also look for ~/.mime.types." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/LWP-MediaTypes" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz" - -SRC_URI[md5sum] = "8c5f25fb64b974d22aff424476ba13c9" -SRC_URI[sha256sum] = "18790b0cc5f0a51468495c3847b16738f785a2d460403595001e0b932e5db676" - -S = "${WORKDIR}/LWP-MediaTypes-${PV}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/recipes-www/lwp-mediatypes-perl/lwp-mediatypes-perl_6.04.bb b/recipes-www/lwp-mediatypes-perl/lwp-mediatypes-perl_6.04.bb new file mode 100644 index 00000000..c46badcb --- /dev/null +++ b/recipes-www/lwp-mediatypes-perl/lwp-mediatypes-perl_6.04.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "This module provides functions for handling media (also known as MIME) \ +types and encodings. The mapping from file extensions to media types is \ +defined by the media.types file. If the ~/.media.types file exists it is \ +used instead. For backwards compatibility we will also look for \ +~/.mime.types." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/LWP-MediaTypes" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-MediaTypes-6.04.tar.gz" + +SRC_URI[md5sum] = "84b799a90c0d2ce52897a7cb4c0478d0" +SRC_URI[sha256sum] = "8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9" +DEPENDS += "test-fatal-perl-native" + +S = "${WORKDIR}/LWP-MediaTypes-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-www/lwp-protocol-https-perl/lwp-protocol-https-perl_6.07.bb b/recipes-www/lwp-protocol-https-perl/lwp-protocol-https-perl_6.10.bb similarity index 61% rename from recipes-www/lwp-protocol-https-perl/lwp-protocol-https-perl_6.07.bb rename to recipes-www/lwp-protocol-https-perl/lwp-protocol-https-perl_6.10.bb index cd75e25a..74ef4035 100644 --- a/recipes-www/lwp-protocol-https-perl/lwp-protocol-https-perl_6.07.bb +++ b/recipes-www/lwp-protocol-https-perl/lwp-protocol-https-perl_6.10.bb @@ -4,23 +4,23 @@ you don't use it directly. Once the module is installed LWP is able to \ access sites using HTTP over SSL/TLS." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/LWP-Protocol-https" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.10.tar.gz" -SRC_URI[md5sum] = "b8943dfb7d187af63c36fc18ab15947d" -SRC_URI[sha256sum] = "522cc946cf84a1776304a5737a54b8822ec9e79b264d0ba0722a70473dbfb9e7" -RDEPENDS_${PN} += "io-socket-ssl-perl" -RDEPENDS_${PN} += "libwww-perl-perl" -RDEPENDS_${PN} += "mozilla-ca-perl" -RDEPENDS_${PN} += "net-http-perl" +SRC_URI[md5sum] = "cf64e4bc57a9266ac4343cdf0808c5c8" +SRC_URI[sha256sum] = "cecfc31fe2d4fc854cac47fce13d3a502e8fdfe60c5bc1c09535743185f2a86c" +RDEPENDS:${PN} += "io-socket-ssl-perl" +RDEPENDS:${PN} += "libwww-perl-perl" +RDEPENDS:${PN} += "mozilla-ca-perl" +RDEPENDS:${PN} += "net-http-perl" DEPENDS += "test-requiresinternet-perl-native" S = "${WORKDIR}/LWP-Protocol-https-${PV}" diff --git a/recipes-www/mozilla-publicsuffix-perl/mozilla-publicsuffix-perl_v1.0.6.bb b/recipes-www/mozilla-publicsuffix-perl/mozilla-publicsuffix-perl_v1.0.6.bb new file mode 100644 index 00000000..a8f8c2db --- /dev/null +++ b/recipes-www/mozilla-publicsuffix-perl/mozilla-publicsuffix-perl_v1.0.6.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "This module provides a single function that returns the *public suffix* of \ +a domain name by referencing a parsed copy of Mozilla's Public Suffix List. \ +From the official website at :" + +SECTION = "libs" +LICENSE = "MIT" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Mozilla-PublicSuffix" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +SRC_URI = "https://cpan.metacpan.org/authors/id/T/TO/TOMHUKINS/Mozilla-PublicSuffix-v1.0.6.tar.gz" + +SRC_URI[md5sum] = "32c65a1e13385a8138e6382ad72b21c7" +SRC_URI[sha256sum] = "a3bc115d6a59fb7bf23b539fb7b95e4ee06850fab884e2d12dd98dc545f9ebd8" +RDEPENDS:${PN} += "uri-perl" +DEPENDS += "module-build-perl-native" +DEPENDS += "uri-perl-native" + +S = "${WORKDIR}/Mozilla-PublicSuffix-${PV}" + +inherit cpan_build allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-www/net-server-perl/net-server-perl_2.009.bb b/recipes-www/net-server-perl/net-server-perl_2.010.bb similarity index 60% rename from recipes-www/net-server-perl/net-server-perl_2.009.bb rename to recipes-www/net-server-perl/net-server-perl_2.010.bb index d84a0638..ced56b54 100644 --- a/recipes-www/net-server-perl/net-server-perl_2.009.bb +++ b/recipes-www/net-server-perl/net-server-perl_2.010.bb @@ -1,19 +1,19 @@ DESCRIPTION = ""Net::Server" is an extensible, generic Perl server engine." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Net-Server" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/R/RH/RHANDOM/Net-Server-2.009.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/R/RH/RHANDOM/Net-Server-2.010.tar.gz" -SRC_URI[md5sum] = "d45a0700d820b3eebd1e9e14611b1613" -SRC_URI[sha256sum] = "8267c6560355e2e0f483d3cc16195f342f32fe13cae9dde75a0a1ece5e9a813f" +SRC_URI[md5sum] = "d97171b4b2f0ebfea1d5fa03207eaaf6" +SRC_URI[sha256sum] = "95fc380abc32eaef84406ecc4b01612c7215f6375318fdb95901be1babd1a6e1" S = "${WORKDIR}/Net-Server-${PV}" diff --git a/recipes-www/plack-middleware-fixmissingbodyinredirect-perl/plack-middleware-fixmissingbodyinredirect-perl_0.12.bb b/recipes-www/plack-middleware-fixmissingbodyinredirect-perl/plack-middleware-fixmissingbodyinredirect-perl_0.12.bb index afa7a908..598ac4df 100644 --- a/recipes-www/plack-middleware-fixmissingbodyinredirect-perl/plack-middleware-fixmissingbodyinredirect-perl_0.12.bb +++ b/recipes-www/plack-middleware-fixmissingbodyinredirect-perl/plack-middleware-fixmissingbodyinredirect-perl_0.12.bb @@ -1,30 +1,25 @@ DESCRIPTION = "This module sets body in redirect response, if it's not already set." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Plack-Middleware-FixMissingBodyInRedirect" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/S/SW/SWEETKID/Plack-Middleware-FixMissingBodyInRedirect-0.12.tar.gz" SRC_URI[md5sum] = "f570ae069684cfafc099283801ad058d" SRC_URI[sha256sum] = "6c22d069f5a57ac206d4659b28b8869bb9270640bb955efddd451dcc58cdb391" -RDEPENDS_${PN} += "html-parser-perl" -RDEPENDS_${PN} += "plack-perl" +RDEPENDS:${PN} += "html-parser-perl" +RDEPENDS:${PN} += "plack-perl" DEPENDS += "http-message-perl-native" S = "${WORKDIR}/Plack-Middleware-FixMissingBodyInRedirect-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native" diff --git a/recipes-www/plack-middleware-removeredundantbody-perl/plack-middleware-removeredundantbody-perl_0.07.bb b/recipes-www/plack-middleware-removeredundantbody-perl/plack-middleware-removeredundantbody-perl_0.09.bb similarity index 61% rename from recipes-www/plack-middleware-removeredundantbody-perl/plack-middleware-removeredundantbody-perl_0.07.bb rename to recipes-www/plack-middleware-removeredundantbody-perl/plack-middleware-removeredundantbody-perl_0.09.bb index 2176685e..da05bb7b 100644 --- a/recipes-www/plack-middleware-removeredundantbody-perl/plack-middleware-removeredundantbody-perl_0.07.bb +++ b/recipes-www/plack-middleware-removeredundantbody-perl/plack-middleware-removeredundantbody-perl_0.09.bb @@ -1,20 +1,20 @@ DESCRIPTION = "This module removes body in HTTP response, if it's not required." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Plack-Middleware-RemoveRedundantBody" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/S/SW/SWEETKID/Plack-Middleware-RemoveRedundantBody-0.07.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/S/SW/SWEETKID/Plack-Middleware-RemoveRedundantBody-0.09.tar.gz" -SRC_URI[md5sum] = "8f3ad4aad7793687c338635af89c360c" -SRC_URI[sha256sum] = "64b841d5d74b4c4a595b85749d69297f4f5f5c0829a6e99e0099f05dd69be3c3" -RDEPENDS_${PN} += "plack-perl" +SRC_URI[md5sum] = "75ba53485a1934c30028ca66db1f5e15" +SRC_URI[sha256sum] = "80d45f93d6b7290b0bd8b3cedd84a37fc501456cc3dec02ec7aad81c0018087e" +RDEPENDS:${PN} += "plack-perl" DEPENDS += "http-message-perl-native" S = "${WORKDIR}/Plack-Middleware-RemoveRedundantBody-${PV}" diff --git a/recipes-www/plack-perl/plack-perl_1.0047.bb b/recipes-www/plack-perl/plack-perl_1.0047.bb deleted file mode 100644 index eb32f8f9..00000000 --- a/recipes-www/plack-perl/plack-perl_1.0047.bb +++ /dev/null @@ -1,41 +0,0 @@ -DESCRIPTION = "Plack is a set of tools for using the PSGI stack. It contains middleware \ -components, a reference server and utilities for Web application \ -frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI." - -SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Plack" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Plack-1.0047.tar.gz" - -SRC_URI[md5sum] = "9d37086aec1b29bab52a9575687e3557" -SRC_URI[sha256sum] = "322c93f5acc0a0f0e11fd4a76188f978bdc14338a9f1df3ae535227017046561" -RDEPENDS_${PN} += "apache-logformat-compiler-perl" -RDEPENDS_${PN} += "cookie-baker-perl" -RDEPENDS_${PN} += "devel-stacktrace-ashtml-perl" -RDEPENDS_${PN} += "devel-stacktrace-perl" -RDEPENDS_${PN} += "file-sharedir-perl" -RDEPENDS_${PN} += "filesys-notify-simple-perl" -RDEPENDS_${PN} += "hash-multivalue-perl" -RDEPENDS_${PN} += "http-entity-parser-perl" -RDEPENDS_${PN} += "http-headers-fast-perl" -RDEPENDS_${PN} += "http-message-perl" -RDEPENDS_${PN} += "stream-buffered-perl" -RDEPENDS_${PN} += "test-tcp-perl" -RDEPENDS_${PN} += "try-tiny-perl" -RDEPENDS_${PN} += "uri-perl" -RDEPENDS_${PN} += "www-form-urlencoded-perl" -DEPENDS += "file-sharedir-install-perl-native" -DEPENDS += "test-requires-perl-native" - -S = "${WORKDIR}/Plack-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" diff --git a/recipes-www/plack-perl/plack-perl_1.0048.bb b/recipes-www/plack-perl/plack-perl_1.0048.bb new file mode 100644 index 00000000..2732d694 --- /dev/null +++ b/recipes-www/plack-perl/plack-perl_1.0048.bb @@ -0,0 +1,41 @@ +DESCRIPTION = "Plack is a set of tools for using the PSGI stack. It contains middleware \ +components, a reference server and utilities for Web application \ +frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Plack" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Plack-1.0048.tar.gz" + +SRC_URI[md5sum] = "36282b473b4521219c44a9db437b650f" +SRC_URI[sha256sum] = "30f5f25e19b437859156a2526f61ca9ab708d50d5730c279189403aabfe542a6" +RDEPENDS:${PN} += "apache-logformat-compiler-perl" +RDEPENDS:${PN} += "cookie-baker-perl" +RDEPENDS:${PN} += "devel-stacktrace-ashtml-perl" +RDEPENDS:${PN} += "devel-stacktrace-perl" +RDEPENDS:${PN} += "file-sharedir-perl" +RDEPENDS:${PN} += "filesys-notify-simple-perl" +RDEPENDS:${PN} += "hash-multivalue-perl" +RDEPENDS:${PN} += "http-entity-parser-perl" +RDEPENDS:${PN} += "http-headers-fast-perl" +RDEPENDS:${PN} += "http-message-perl" +RDEPENDS:${PN} += "stream-buffered-perl" +RDEPENDS:${PN} += "test-tcp-perl" +RDEPENDS:${PN} += "try-tiny-perl" +RDEPENDS:${PN} += "uri-perl" +RDEPENDS:${PN} += "www-form-urlencoded-perl" +DEPENDS += "file-sharedir-install-perl-native" +DEPENDS += "test-requires-perl-native" + +S = "${WORKDIR}/Plack-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-www/server-starter-perl/server-starter-perl_0.34.bb b/recipes-www/server-starter-perl/server-starter-perl_0.35.bb similarity index 79% rename from recipes-www/server-starter-perl/server-starter-perl_0.34.bb rename to recipes-www/server-starter-perl/server-starter-perl_0.35.bb index c6e788fe..86b67b1a 100644 --- a/recipes-www/server-starter-perl/server-starter-perl_0.34.bb +++ b/recipes-www/server-starter-perl/server-starter-perl_0.35.bb @@ -8,19 +8,19 @@ connections). The spawned server programs under Server::Starter call \ accept(2) and handle the requests." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/Server-Starter" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/Server-Starter-0.34.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/Server-Starter-0.35.tar.gz" -SRC_URI[md5sum] = "c1434469726c42fb6830fbe9d99ff62c" -SRC_URI[sha256sum] = "96a20d4a1f341655bd1b26df5795d57c5d7498d9bcf8ca9d0d6e2ed743608f78" +SRC_URI[md5sum] = "10cc818382ff22b27d9af37344fbff18" +SRC_URI[sha256sum] = "676dc0d6cff4648538332c63c32fb88ad09ed868213ea9e62e3f19fad41b9c40" DEPENDS += "module-build-perl-native" DEPENDS += "test-requires-perl-native" DEPENDS += "test-sharedfork-perl-native" diff --git a/recipes-www/session-storage-secure-perl/session-storage-secure-perl_0.011.bb b/recipes-www/session-storage-secure-perl/session-storage-secure-perl_1.000.bb similarity index 55% rename from recipes-www/session-storage-secure-perl/session-storage-secure-perl_0.011.bb rename to recipes-www/session-storage-secure-perl/session-storage-secure-perl_1.000.bb index f86d2152..e718c32e 100644 --- a/recipes-www/session-storage-secure-perl/session-storage-secure-perl_0.011.bb +++ b/recipes-www/session-storage-secure-perl/session-storage-secure-perl_1.000.bb @@ -4,7 +4,7 @@ with other backend storage where security of stored session data is \ important." SECTION = "libs" -LICENSE = "Apachev2" +LICENSE = "Apache-2.0" PR = "r0" MAINTAINER= "Poky " @@ -12,20 +12,20 @@ HOMEPAGE= "https://metacpan.org/release/Session-Storage-Secure" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Session-Storage-Secure-0.011.tar.gz" - -SRC_URI[md5sum] = "fd320579bec6e64cd41a8114d36855c0" -SRC_URI[sha256sum] = "19c99e9ca3eec3159704171838cb69b85cdff885d30f9536fe4be3034cf1c097" -RDEPENDS_${PN} += "crypt-cbc-perl" -RDEPENDS_${PN} += "crypt-rijndael-perl" -RDEPENDS_${PN} += "crypt-urandom-perl" -RDEPENDS_${PN} += "math-random-isaac-xs-perl" -RDEPENDS_${PN} += "moo-perl" -RDEPENDS_${PN} += "moox-types-mooselike-perl" -RDEPENDS_${PN} += "namespace-clean-perl" -RDEPENDS_${PN} += "sereal-decoder-perl" -RDEPENDS_${PN} += "sereal-encoder-perl" -RDEPENDS_${PN} += "string-compare-constanttime-perl" +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Session-Storage-Secure-1.000.tar.gz" + +SRC_URI[md5sum] = "76d4022d46acadb69c7f6e1a611235cf" +SRC_URI[sha256sum] = "58b2f04eba56a9924494bb3eddd426affa75c3dded1c563f8296fcc13f8e666b" +RDEPENDS:${PN} += "crypt-cbc-perl" +RDEPENDS:${PN} += "crypt-rijndael-perl" +RDEPENDS:${PN} += "crypt-urandom-perl" +RDEPENDS:${PN} += "math-random-isaac-xs-perl" +RDEPENDS:${PN} += "moo-perl" +RDEPENDS:${PN} += "moox-types-mooselike-perl" +RDEPENDS:${PN} += "namespace-clean-perl" +RDEPENDS:${PN} += "sereal-decoder-perl" +RDEPENDS:${PN} += "sereal-encoder-perl" +RDEPENDS:${PN} += "string-compare-constanttime-perl" DEPENDS += "number-tolerant-perl-native" DEPENDS += "test-deep-perl-native" DEPENDS += "test-fatal-perl-native" diff --git a/recipes-www/starman-perl/starman-perl_0.4014.bb b/recipes-www/starman-perl/starman-perl_0.4014.bb deleted file mode 100644 index ff0d727a..00000000 --- a/recipes-www/starman-perl/starman-perl_0.4014.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Starman is a PSGI perl web server that has unique features such as:" - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" -PR = "r0" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Starman" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Starman-0.4014.tar.gz" - -SRC_URI[md5sum] = "12e40b068e6f6f5a4993ef5780ab644b" -SRC_URI[sha256sum] = "a5772c18aa89ea42208c24eae4c91246de222b9b6f4a1720cd02e93d562e6be9" -RDEPENDS_${PN} += "data-dump-perl" -RDEPENDS_${PN} += "http-date-perl" -RDEPENDS_${PN} += "http-message-perl" -RDEPENDS_${PN} += "http-parser-xs-perl" -RDEPENDS_${PN} += "net-server-perl" -RDEPENDS_${PN} += "plack-perl" -RDEPENDS_${PN} += "test-tcp-perl" -DEPENDS += "libwww-perl-perl-native" -DEPENDS += "module-build-tiny-perl-native" -DEPENDS += "test-requires-perl-native" - -S = "${WORKDIR}/Starman-${PV}" - -inherit cpan_build - -BBCLASSEXTEND = "native" diff --git a/recipes-www/starman-perl/starman-perl_0.4015.bb b/recipes-www/starman-perl/starman-perl_0.4015.bb new file mode 100644 index 00000000..909a6b0d --- /dev/null +++ b/recipes-www/starman-perl/starman-perl_0.4015.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "Starman is a PSGI perl web server that has unique features such as:" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +PR = "r0" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Starman" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Starman-0.4015.tar.gz" + +SRC_URI[md5sum] = "6318bf834964fe99a12a83fb6923b8d7" +SRC_URI[sha256sum] = "10f5097bca39a4327ff6e69e73f07609d3a659a7896be3964b49cc2412b133f8" +RDEPENDS:${PN} += "data-dump-perl" +RDEPENDS:${PN} += "http-date-perl" +RDEPENDS:${PN} += "http-message-perl" +RDEPENDS:${PN} += "http-parser-xs-perl" +RDEPENDS:${PN} += "net-server-perl" +RDEPENDS:${PN} += "plack-perl" +RDEPENDS:${PN} += "test-tcp-perl" +DEPENDS += "libwww-perl-perl-native" +DEPENDS += "module-build-tiny-perl-native" +DEPENDS += "test-requires-perl-native" + +S = "${WORKDIR}/Starman-${PV}" + +inherit cpan_build allarch + +BBCLASSEXTEND = "native" diff --git a/recipes-www/uri-perl/uri-perl_1.74.bb b/recipes-www/uri-perl/uri-perl_5.10.bb similarity index 59% rename from recipes-www/uri-perl/uri-perl_1.74.bb rename to recipes-www/uri-perl/uri-perl_5.10.bb index 86940c40..c4d63f80 100644 --- a/recipes-www/uri-perl/uri-perl_1.74.bb +++ b/recipes-www/uri-perl/uri-perl_5.10.bb @@ -3,19 +3,19 @@ DESCRIPTION = "This module implements the "URI" class. Objects of this class rep updated by RFC 2732)." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/URI" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-1.74.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.10.tar.gz" -SRC_URI[md5sum] = "892f7183b178af40f205ba37128225db" -SRC_URI[sha256sum] = "a9c254f45f89cb1dd946b689dfe433095404532a4543bdaab0b71ce0fdcdd53d" +SRC_URI[md5sum] = "2a00d3dbf891df4256d251382aefd9b9" +SRC_URI[sha256sum] = "16325d5e308c7b7ab623d1bf944e1354c5f2245afcfadb8eed1e2cae9a0bd0b5" DEPENDS += "test-needs-perl-native" S = "${WORKDIR}/URI-${PV}" diff --git a/recipes-www/uri-simple-perl/uri-simple-perl_1.00.bb b/recipes-www/uri-simple-perl/uri-simple-perl_1.00.bb index fe070dcd..cf4aa1dd 100644 --- a/recipes-www/uri-simple-perl/uri-simple-perl_1.00.bb +++ b/recipes-www/uri-simple-perl/uri-simple-perl_1.00.bb @@ -3,14 +3,14 @@ Levithan Please See Original Code \ " SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/URI-Simple" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MAMOD/URI-Simple-1.00.tar.gz" diff --git a/recipes-www/url-encode-perl/url-encode-perl_0.03.bb b/recipes-www/url-encode-perl/url-encode-perl_0.03.bb index a081cc1b..8e44401e 100644 --- a/recipes-www/url-encode-perl/url-encode-perl_0.03.bb +++ b/recipes-www/url-encode-perl/url-encode-perl_0.03.bb @@ -2,22 +2,21 @@ DESCRIPTION = "This module provides functions to encode and decode strings into the "application/x-www-form-urlencoded" encoding." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/URL-Encode" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = " https://cpan.metacpan.org/authors/id/C/CH/CHANSEN/URL-Encode-0.03.tar.gz \ - file://Makefile_PL_add-dot-to-INC.patch \ + file://Makefile_PL_add-dot-to-INC.patch \ " SRC_URI[md5sum] = "3501ba92bbd23bb230959a5c9a22ca12" SRC_URI[sha256sum] = "7295d7f07796b179131d9c0f230a6effa56d204de2f8dc72f2e09c61458c8ee6" -RRECOMMENDS_${PN} += "url-encode-xs-perl" S = "${WORKDIR}/URL-Encode-${PV}" diff --git a/recipes-www/url-encode-xs-perl/url-encode-xs-perl_0.03.bb b/recipes-www/url-encode-xs-perl/url-encode-xs-perl_0.03.bb index 81681ea5..0e7261f7 100644 --- a/recipes-www/url-encode-xs-perl/url-encode-xs-perl_0.03.bb +++ b/recipes-www/url-encode-xs-perl/url-encode-xs-perl_0.03.bb @@ -2,22 +2,22 @@ DESCRIPTION = "The main URL::Encode package will use this package automatically find it. Do not use this package directly, use URL::Encode instead." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/URL-Encode-XS" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = " https://cpan.metacpan.org/authors/id/C/CH/CHANSEN/URL-Encode-XS-0.03.tar.gz \ - file://Makefile_PL_add-dot-to-INC.patch \ + file://Makefile_PL_add-dot-to-INC.patch \ " SRC_URI[md5sum] = "1e587f85b6e65b5c4dbc148b57520d48" SRC_URI[sha256sum] = "d44f416bd3e58e3b3366ab420705da02c7118fc848a97ce089366ea0461fa823" -RDEPENDS_${PN} += "url-encode-perl" +RDEPENDS:${PN} += "url-encode-perl" S = "${WORKDIR}/URL-Encode-XS-${PV}" diff --git a/recipes-www/www-form-urlencoded-perl/www-form-urlencoded-perl_0.25.bb b/recipes-www/www-form-urlencoded-perl/www-form-urlencoded-perl_0.26.bb similarity index 68% rename from recipes-www/www-form-urlencoded-perl/www-form-urlencoded-perl_0.25.bb rename to recipes-www/www-form-urlencoded-perl/www-form-urlencoded-perl_0.26.bb index 334dc585..5689ac84 100644 --- a/recipes-www/www-form-urlencoded-perl/www-form-urlencoded-perl_0.25.bb +++ b/recipes-www/www-form-urlencoded-perl/www-form-urlencoded-perl_0.26.bb @@ -3,19 +3,19 @@ builder. This module aims to have compatibility with other CPAN modules \ like HTTP::Body's urlencoded parser." SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/WWW-Form-UrlEncoded" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/WWW-Form-UrlEncoded-0.25.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/WWW-Form-UrlEncoded-0.26.tar.gz" -SRC_URI[md5sum] = "c7f8fbd616f9a342b5ff726b405d2a96" -SRC_URI[sha256sum] = "e1f7a6d22fe558242d1df584229d99058f63ef2658e43b8a90642e3875c6074e" +SRC_URI[md5sum] = "cbe0e1c3ee54738d900c739ea348efda" +SRC_URI[sha256sum] = "c0480b5f1f15b71163ec327b8e7842298f0cb3ace97e63d7034af1e94a2d90f4" DEPENDS += "module-build-perl-native" S = "${WORKDIR}/WWW-Form-UrlEncoded-${PV}" diff --git a/recipes-www/www-robotrules-perl/www-robotrules-perl_6.02.bb b/recipes-www/www-robotrules-perl/www-robotrules-perl_6.02.bb index 33dc95fc..e68c74bc 100644 --- a/recipes-www/www-robotrules-perl/www-robotrules-perl_6.02.bb +++ b/recipes-www/www-robotrules-perl/www-robotrules-perl_6.02.bb @@ -1,33 +1,26 @@ -DESCRIPTION = "This module parses /robots.txt files as specified in \"A Standard for \ -Robot Exclusion\", at \ -Webmasters can \ -use the /robots.txt file to forbid conforming robots from accessing \ -parts of \ -their web site." +DESCRIPTION = "This module parses /robots.txt files as specified in "A Standard for Robot \ +Exclusion", at Webmasters can \ +use the /robots.txt file to forbid conforming robots from accessing parts \ +of their web site." SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-2.0" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" PR = "r0" MAINTAINER= "Poky " HOMEPAGE= "https://metacpan.org/release/WWW-RobotRules" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" -SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz" SRC_URI[md5sum] = "b7186e8b8b3701e70c22abf430742403" SRC_URI[sha256sum] = "46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e" -RDEPENDS_${PN} += "uri-perl" +RDEPENDS:${PN} += "uri-perl" S = "${WORKDIR}/WWW-RobotRules-${PV}" -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} +inherit cpan allarch BBCLASSEXTEND = "native"