# HG changeset patch # User Aleksej Bobylev # Date 1544564315 -7200 # Node ID f17e1f86f5462f1556d08a56fc53877007f8f67f # Parent 0f7ebcdec85de1c7195dcbf434da1ed2dd5cb97b Rebuild Perl modules diff -r 0f7ebcdec85d -r f17e1f86f546 backup-manager/receipt --- a/backup-manager/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/backup-manager/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="backup-manager" -VERSION=0.7.13 +VERSION="0.7.13" CATEGORY="network" SHORT_DESC="A really simple to use backup tool" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/sukria/Backup-Manager" +HOST_ARCH="any" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$GITHASH.tar.gz" diff -r 0f7ebcdec85d -r f17e1f86f546 libpcap/receipt --- a/libpcap/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/libpcap/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -13,28 +13,27 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.tcpdump.org/release/$TARBALL" -BUILD_DEPENDS="flex bison libnl-dev" +BUILD_DEPENDS="flex bison libnl-dev bluez-dev" SPLIT="$PACKAGE-dev" +DEPENDS_std="libnl" +DEPENDS_dev="libnl-dev" + compile_rules() { - ./configure $CONFIGURE_ARGS && + CFLAGS="$CFLAGS -I$src/include $(pkg-config libnl-genl-3.0 --cflags)" \ + ./configure \ + --enable-ipv6 \ + --enable-bluetooth \ + --with-libnl \ + $CONFIGURE_ARGS && make || return 1 # disable static sed -i '/INSTALL_DATA.*libpcap.a\|RANLIB.*libpcap.a/ s/^/#/' Makefile - make install + make install || return 1 + + # backwards compatibility, programs often look for net/bpf.h + mkdir -p $install/usr/include/net + ln -s ../pcap-bpf.h $install/usr/include/net/bpf.h } - -genpkg_rules() { - case $PACKAGE in - libpcap) - copy @std - DEPENDS="libnl" - ;; - *-dev) - copy @dev - DEPENDS="libnl-dev" - ;; - esac -} diff -r 0f7ebcdec85d -r f17e1f86f546 ocsinventory/receipt --- a/ocsinventory/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/ocsinventory/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -52,7 +52,7 @@ mkdir -p $fs/etc/apache/conf.d cp $src/etc/ocsinventory/ocsinventory-server.conf \ $fs/etc/apache/conf.d/ocsinventory-server.conf - sed + sed \ -e "s#DATABASE_SERVER#localhost#g" \ -e "s#DATABASE_PORT#3306#g" \ -e "s#VERSION_MP#2#g" \ diff -r 0f7ebcdec85d -r f17e1f86f546 pcsc-tools/receipt --- a/pcsc-tools/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/pcsc-tools/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -24,5 +24,5 @@ mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/pcsc $fs/usr/share - DEPENDS="pcsc-lite perl-glib perl-gtk2 perl-pcsc" + DEPENDS="pcsc-lite perl-glib perl-gtk2 perl-pcsc-perl" } diff -r 0f7ebcdec85d -r f17e1f86f546 perl-algorithm-permute/receipt --- a/perl-algorithm-permute/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-algorithm-permute/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Algorithm-Permute" PACKAGE="perl-algorithm-permute" VERSION="0.16" +AUTHOR="SLOYD" CATEGORY="perl" SHORT_DESC="Algorithm::Permute - Handy and fast permutation with object \ oriented interface" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Algorithm-Permute" -REPOLOGY="perl:algorithm-permute" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Algorithm-Permute-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SL/SLOYD/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-alien-sdl/receipt --- a/perl-alien-sdl/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-alien-sdl/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,20 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Alien-SDL" PACKAGE="perl-alien-sdl" VERSION="1.446" +AUTHOR="FROGGS" CATEGORY="perl" SHORT_DESC="Alien::SDL - building, finding and using SDL binaries" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Alien-SDL" -REPOLOGY="perl:alien-sdl" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Alien-SDL-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/F/FR/FROGGS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-file-which perl-module-build perl-file-sharedir \ -perl-archive-extract perl-text-patch perl-capture-tiny perl-archive-zip \ -libsdl-dev" +DEPENDS_std="perl perl-capture-tiny perl-file-sharedir perl-file-which libsdl" +BUILD_DEPENDS="$DEPENDS_std perl-module-build perl-archive-extract \ +perl-text-patch perl-archive-zip libsdl-dev" # TODO: rebuild if sdl-config in libsdl-dev changed @@ -28,8 +31,3 @@ chmod -R u+w $install } - -genpkg_rules() { - copy @std - DEPENDS="perl perl-capture-tiny perl-file-sharedir perl-file-which libsdl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-apache-dbi/receipt --- a/perl-apache-dbi/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-apache-dbi/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Apache-DBI" PACKAGE="perl-apache-dbi" VERSION="1.12" +AUTHOR="PHRED" CATEGORY="perl" SHORT_DESC="Apache::DBI - Initiate a persistent database connection" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Apache-DBI" -REPOLOGY="perl:apache-dbi" +LICENSE="GPL" # metacpan: unknown +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Apache-DBI-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dbi perl-digest-sha1" +DEPENDS_std="perl-dbi perl-digest-sha1" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="$BUILD_DEPENDS" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-appconfig/receipt --- a/perl-appconfig/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-appconfig/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="AppConfig" PACKAGE="perl-appconfig" VERSION="1.71" +AUTHOR="NEILB" CATEGORY="perl" SHORT_DESC="AppConfig - Perl5 module for reading configuration files and \ parsing command line arguments" MAINTAINER="devel@slitaz.org" -LICENSE="Artistic" -WEB_SITE="https://metacpan.org/release/AppConfig" -REPOLOGY="perl:appconfig" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="AppConfig-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/N/NE/NEILB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-archive-extract/receipt --- a/perl-archive-extract/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-archive-extract/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Archive-Extract" PACKAGE="perl-archive-extract" VERSION="0.80" +AUTHOR="BINGOS" CATEGORY="perl" SHORT_DESC="Archive::Extract - A generic archive extracting mechanism" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Archive-Extract" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" HOST_ARCH="any" -REPOLOGY="perl:archive-extract" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Archive-Extract-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-archive-zip/receipt --- a/perl-archive-zip/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-archive-zip/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Archive-Zip" PACKAGE="perl-archive-zip" VERSION="1.64" +AUTHOR="PHRED" CATEGORY="perl" SHORT_DESC="Archive::Zip - Provide an interface to ZIP archive files" MAINTAINER="devel@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Archive-Zip" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" HOST_ARCH="any" -REPOLOGY="perl:archive-zip" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Archive-Zip-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-authen-sasl/receipt --- a/perl-authen-sasl/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-authen-sasl/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Authen-SASL" PACKAGE="perl-authen-sasl" VERSION="2.16" +AUTHOR="GBARR" CATEGORY="perl" SHORT_DESC="Authen::SASL - SASL Authentication framework" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Authen-SASL" -REPOLOGY="perl:authen-sasl" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Authen-SASL-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-digest-hmac perl-gssapi perl-module-install" +DEPENDS_std="perl-digest-hmac" +BUILD_DEPENDS="$DEPENDS_std perl-gssapi perl-module-install" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-digest-hmac" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-b-hooks-endofscope/receipt --- a/perl-b-hooks-endofscope/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-b-hooks-endofscope/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="B-Hooks-EndOfScope" PACKAGE="perl-b-hooks-endofscope" VERSION="0.24" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="B::Hooks::EndOfScope - Execute code after a scope finished \ compilation" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/B-Hooks-EndOfScope" -REPOLOGY="perl:b-hooks-endofscope" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="B-Hooks-EndOfScope-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-module-implementation perl-sub-exporter-progressive \ -perl-dev perl-variable-magic" +DEPENDS_std="perl-module-implementation perl-sub-exporter-progressive" +BUILD_DEPENDS="$DEPENDS_std perl-dev perl-variable-magic" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-module-implementation perl-sub-exporter-progressive" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-berkeleydb/receipt --- a/perl-berkeleydb/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-berkeleydb/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="BerkeleyDB" PACKAGE="perl-berkeleydb" VERSION="0.55" +AUTHOR="PMQS" CATEGORY="perl" SHORT_DESC="BerkeleyDB - Perl extension for Berkeley DB version 2, 3, 4 or 5" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/BerkeleyDB" -REPOLOGY="perl:berkeleydb" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="BerkeleyDB-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PM/PMQS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev db-dev" +DEPENDS_std="perl db" +BUILD_DEPENDS="$DEPENDS_std perl-dev db-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl db" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-bit-vector/receipt --- a/perl-bit-vector/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-bit-vector/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Bit-Vector" PACKAGE="perl-bit-vector" VERSION="7.4" +AUTHOR="STBEY" CATEGORY="perl" -SHORT_DESC="Bit::Vector - Efficient bit vector, set of integers and \"big \ -int\" math library" +SHORT_DESC="Bit::Vector - Efficient bit vector, set of integers and 'big \ +int' math library" MAINTAINER="devel@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Bit-Vector" -REPOLOGY="perl:bit-vector" +LICENSE="GPL" # metacpan: unknown +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Bit-Vector-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/ST/STBEY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-carp-clan perl-dev" +DEPENDS_std="perl-carp-clan" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-carp-clan" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-cairo/receipt --- a/perl-cairo/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-cairo/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Cairo" PACKAGE="perl-cairo" VERSION="1.106" +AUTHOR="XAOC" CATEGORY="perl" SHORT_DESC="Cairo - Perl interface to the cairo 2d vector graphics library" -MAINTAINER="claudinei@slitaz.org" +MAINTAINER="devel@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://metacpan.org/release/Cairo" -REPOLOGY="perl:cairo" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Cairo-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="cairo freetype perl-extutils-depends perl-extutils-pkgconfig \ -perl-dev cairo-dev" +DEPENDS_std="cairo freetype perl-extutils-depends perl-extutils-pkgconfig" +BUILD_DEPENDS="$DEPENDS_std perl-dev cairo-dev" + +COPY_std="@std *.h" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std *.h - DEPENDS="cairo freetype perl-extutils-depends perl-extutils-pkgconfig" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-capture-tiny/receipt --- a/perl-capture-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-capture-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Capture-Tiny" PACKAGE="perl-capture-tiny" VERSION="0.48" +AUTHOR="DAGOLDEN" CATEGORY="perl" SHORT_DESC="Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs" MAINTAINER="al.bobylev@gmail.com" LICENSE="Apache2" -WEB_SITE="https://metacpan.org/release/Capture-Tiny" +WEB_SITE="https://metacpan.org/release/$ORIGIN" HOST_ARCH="any" -REPOLOGY="perl:capture-tiny" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Capture-Tiny-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-carp-clan/receipt --- a/perl-carp-clan/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-carp-clan/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Carp-Clan" PACKAGE="perl-carp-clan" -VERSION="6.06" +VERSION="6.07" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="Carp::Clan - Report errors from perspective of caller of a \ -\"clan\" of modules" +'clan' of modules" MAINTAINER="devel@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Carp-Clan" -REPOLOGY="perl:carp-clan" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Carp-Clan-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-test-exception" +DEPENDS_std="perl-test-exception" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-test-exception" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-cgi-session/receipt --- a/perl-cgi-session/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-cgi-session/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="CGI-Session" PACKAGE="perl-cgi-session" VERSION="4.48" +AUTHOR="MARKSTOS" CATEGORY="perl" SHORT_DESC="CGI::Session - persistent session data in CGI applications" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/CGI-Session" -REPOLOGY="perl:cgi-session" +LICENSE="Artistic1" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="CGI-Session-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARKSTOS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-cgi" +DEPENDS_std="perl-cgi" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-cgi" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-cgi/receipt --- a/perl-cgi/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-cgi/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="CGI" PACKAGE="perl-cgi" VERSION="4.40" +AUTHOR="LEEJO" CATEGORY="perl" SHORT_DESC="CGI - Handle Common Gateway Interface requests and responses" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/CGI" -REPOLOGY="perl:cgi" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="CGI-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEEJO/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-html-parser perl-test-deep perl-test-nowarnings \ -perl-test-warn" +DEPENDS_std="perl-html-parser" +BUILD_DEPENDS="$DEPENDS_std perl-test-deep perl-test-nowarnings perl-test-warn" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-html-parser" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-class-accessor/receipt --- a/perl-class-accessor/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-class-accessor/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Class-Accessor" PACKAGE="perl-class-accessor" VERSION="0.51" +AUTHOR="KASEI" CATEGORY="perl" SHORT_DESC="Class::Accessor - Automated accessor generation" MAINTAINER="devel@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Class-Accessor" -REPOLOGY="perl:class-accessor" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Class-Accessor-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/K/KA/KASEI/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-class-data-inheritable/receipt --- a/perl-class-data-inheritable/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-class-data-inheritable/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Class-Data-Inheritable" PACKAGE="perl-class-data-inheritable" VERSION="0.08" +AUTHOR="TMTM" CATEGORY="perl" SHORT_DESC="Class::Data::Inheritable - Inheritable, overridable class data" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Class-Data-Inheritable" -REPOLOGY="perl:class-data-inheritable" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Class-Data-Inheritable-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TM/TMTM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-class-inspector/receipt --- a/perl-class-inspector/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-class-inspector/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Class-Inspector" PACKAGE="perl-class-inspector" VERSION="1.32" +AUTHOR="PLICEASE" CATEGORY="perl" SHORT_DESC="Class::Inspector - Get information about a class and its structure" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Class-Inspector" -REPOLOGY="perl:class-inspector" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Class-Inspector-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-class-singleton/receipt --- a/perl-class-singleton/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-class-singleton/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Class-Singleton" PACKAGE="perl-class-singleton" VERSION="1.5" +AUTHOR="SHAY" CATEGORY="perl" -SHORT_DESC="Class::Singleton - Implementation of a \"Singleton\" class" +SHORT_DESC="Class::Singleton - Implementation of a 'Singleton' class" MAINTAINER="devel@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Class-Singleton" -REPOLOGY="perl:class-singleton" +LICENSE="GPL" # metacpan: unknown +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Class-Singleton-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHAY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-class-tiny/receipt --- a/perl-class-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-class-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Class-Tiny" PACKAGE="perl-class-tiny" VERSION="1.006" +AUTHOR="DAGOLDEN" CATEGORY="perl" SHORT_DESC="Class::Tiny - Minimalist class construction" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Class-Tiny" -REPOLOGY="perl:class-tiny" +LICENSE="Apache2" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Class-Tiny-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-common-sense/receipt --- a/perl-common-sense/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-common-sense/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="common-sense" PACKAGE="perl-common-sense" VERSION="3.74" +AUTHOR="MLEHMANN" CATEGORY="perl" SHORT_DESC="common::sense - save a tree AND a kitten, use common::sense!" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/common-sense" -REPOLOGY="perl:common-sense" +LICENSE="GPL" # metacpan: unknown +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="common-sense-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" + +COOKOPTS="force-arch" # architecture-dependent paths compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-config-general/receipt --- a/perl-config-general/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-config-general/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Config-General" PACKAGE="perl-config-general" VERSION="2.63" +AUTHOR="TLINDEN" CATEGORY="perl" SHORT_DESC="Config::General - Generic Config Module" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Config-General" -REPOLOGY="perl:config-general" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Config-General-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TL/TLINDEN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-config-inifiles/receipt --- a/perl-config-inifiles/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-config-inifiles/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Config-IniFiles" PACKAGE="perl-config-inifiles" VERSION="3.000000" +AUTHOR="SHLOMIF" CATEGORY="perl" SHORT_DESC="Config::IniFiles - A module for reading .ini-style configuration \ files" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Config-IniFiles" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" HOST_ARCH="any" -REPOLOGY="perl:config-inifiles" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Config-IniFiles-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-io-stringy perl-module-build" +DEPENDS_std="perl-io-stringy" +BUILD_DEPENDS="$DEPENDS_std perl-module-build" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-io-stringy" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-config-tiny/receipt --- a/perl-config-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-config-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Config-Tiny" PACKAGE="perl-config-tiny" VERSION="2.23" +AUTHOR="RSAVAGE" CATEGORY="perl" SHORT_DESC="Config::Tiny - Read/Write .ini style files with as little code as \ possible" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL2" -WEB_SITE="https://metacpan.org/release/Config-Tiny" -REPOLOGY="perl:config-tiny" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Config-Tiny-$VERSION.tgz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tgz" # !!! +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-convert-asn1/receipt --- a/perl-convert-asn1/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-convert-asn1/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Convert-ASN1" PACKAGE="perl-convert-asn1" VERSION="0.27" +AUTHOR="GBARR" CATEGORY="perl" SHORT_DESC="Convert::ASN1 - Convert between perl data structures and ASN.1 \ encoded packets" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Convert-ASN1" -REPOLOGY="perl:convert-asn1" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Convert-ASN1-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-cpan-meta-check/receipt --- a/perl-cpan-meta-check/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-cpan-meta-check/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="CPAN-Meta-Check" PACKAGE="perl-cpan-meta-check" VERSION="0.014" +AUTHOR="LEONT" CATEGORY="perl" SHORT_DESC="CPAN::Meta::Check - Verify requirements in a CPAN::Meta object" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/CPAN-Meta-Check" -REPOLOGY="perl:cpan-meta-check" +LICENSE="Perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="CPAN-Meta-Check-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-test-deep" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-crypt-blowfish/receipt --- a/perl-crypt-blowfish/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-crypt-blowfish/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Crypt-Blowfish" PACKAGE="perl-crypt-blowfish" VERSION="2.14" +AUTHOR="DPARIS" CATEGORY="perl" SHORT_DESC="Crypt::Blowfish - Perl Blowfish encryption module" MAINTAINER="devel@slitaz.org" -LICENSE="Perl" -WEB_SITE="https://metacpan.org/release/Crypt-Blowfish" -REPOLOGY="perl:crypt-blowfish" +LICENSE="Perl" # metacpan: unknown +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Crypt-Blowfish-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPARIS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-crypt-cbc/receipt --- a/perl-crypt-cbc/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-crypt-cbc/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Crypt-CBC" PACKAGE="perl-crypt-cbc" VERSION="2.33" +AUTHOR="LDS" CATEGORY="perl" SHORT_DESC="Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode" MAINTAINER="devel@slitaz.org" -LICENSE="Perl" -WEB_SITE="https://metacpan.org/release/Crypt-CBC" -REPOLOGY="perl:crypt-cbc" +LICENSE="Perl" # metacpan: unknown +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Crypt-CBC-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LD/LDS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-crypt-des/receipt --- a/perl-crypt-des/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-crypt-des/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Crypt-DES" PACKAGE="perl-crypt-des" VERSION="2.07" +AUTHOR="DPARIS" CATEGORY="perl" SHORT_DESC="Crypt::DES - Perl DES encryption module" MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Crypt-DES" -REPOLOGY="perl:crypt-des" +LICENSE="GPL" # metacpan: unknown +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Crypt-DES-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPARIS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-crypt-rc4/receipt --- a/perl-crypt-rc4/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-crypt-rc4/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Crypt-RC4" PACKAGE="perl-crypt-rc4" VERSION="2.02" +AUTHOR="SIFUKURT" CATEGORY="perl" SHORT_DESC="Crypt::RC4 - Perl implementation of the RC4 encryption algorithm" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Crypt-RC4" -REPOLOGY="perl:crypt-rc4" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Crypt-RC4-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SI/SIFUKURT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-crypt-smbhash/receipt --- a/perl-crypt-smbhash/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-crypt-smbhash/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Crypt-SmbHash" PACKAGE="perl-crypt-smbhash" VERSION="0.12" +AUTHOR="BJKUIT" CATEGORY="perl" SHORT_DESC="Crypt::SmbHash - Perl-only implementation of lanman and nt md4 \ hash functions, for use in Samba style smbpasswd entries" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Crypt-SmbHash" -REPOLOGY="perl:crypt-smbhash" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Crypt-SmbHash-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BJ/BJKUIT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-crypt-ssleay/receipt --- a/perl-crypt-ssleay/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-crypt-ssleay/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,31 +1,25 @@ # SliTaz package receipt v2. +ORIGIN="Crypt-SSLeay" PACKAGE="perl-crypt-ssleay" VERSION="0.72" +AUTHOR="NANIS" CATEGORY="perl" SHORT_DESC="Crypt::SSLeay - OpenSSL support for LWP" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Crypt-SSLeay" -REPOLOGY="perl:crypt-ssleay" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Crypt-SSLeay-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/N/NA/NANIS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-lwp-protocol-https perl-dev openssl-dev perl-path-class \ +DEPENDS_std="perl openssl perl-lwp-protocol-https" +BUILD_DEPENDS="$DEPENDS_std perl-dev openssl-dev perl-path-class \ perl-io-interactive-tiny" compile_rules() { sed -i 's|inc::||' Makefile.PL - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl openssl perl-lwp-protocol-https" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-curses/receipt --- a/perl-curses/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-curses/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Curses" PACKAGE="perl-curses" VERSION="1.36" +AUTHOR="GIRAFFED" CATEGORY="perl" SHORT_DESC="Curses - terminal screen handling and optimization" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Curses" -REPOLOGY="perl:curses" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Curses-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -DEPENDS="perl ncurses ncurses-libform ncurses-libmenu ncurses-libpanel" -BUILD_DEPENDS="perl-dev ncurses-dev" +DEPENDS_std="perl ncurses ncurses-libform ncurses-libmenu ncurses-libpanel" +BUILD_DEPENDS="$DEPENDS_std perl-dev ncurses-dev" compile_rules() { - perl Makefile.PL PANELS MENUS FORMS && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl "PANELS MENUS FORMS" } - -genpkg_rules() { - copy @std -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-date-calc/receipt --- a/perl-date-calc/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-date-calc/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Date-Calc" PACKAGE="perl-date-calc" VERSION="6.4" +AUTHOR="STBEY" CATEGORY="perl" SHORT_DESC="Date::Calc - Gregorian calendar date calculations" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Date-Calc" -REPOLOGY="perl:date-calc" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Date-Calc-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/ST/STBEY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-bit-vector perl-carp-clan" +DEPENDS_std="perl-bit-vector perl-carp-clan" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install UNINST=1 install && - - chmod -R u+w $install + cook_perl "" "" "UNINST=1" } - -genpkg_rules() { - copy @std - DEPENDS="perl-bit-vector perl-carp-clan" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-date-manip/receipt --- a/perl-date-manip/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-date-manip/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Date-Manip" PACKAGE="perl-date-manip" -VERSION="6.73" +VERSION="6.75" +AUTHOR="SBECK" CATEGORY="perl" SHORT_DESC="Date::Manip - Date manipulation routines" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Date-Manip" -REPOLOGY="perl:date-manip" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Date-Manip-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SB/SBECK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-test-inter" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-datetime-format-mail/receipt --- a/perl-datetime-format-mail/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-datetime-format-mail/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="DateTime-Format-Mail" PACKAGE="perl-datetime-format-mail" VERSION="0.403" +AUTHOR="BOOK" CATEGORY="perl" SHORT_DESC="DateTime::Format::Mail - Convert between DateTime and RFC2822/822 \ formats" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://metacpan.org/release/DateTime-Format-Mail" -REPOLOGY="perl:datetime-format-mail" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DateTime-Format-Mail-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BOOK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-datetime perl-params-validate" +DEPENDS_std="perl-datetime perl-params-validate" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-datetime perl-params-validate" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-datetime-format-strptime/receipt --- a/perl-datetime-format-strptime/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-datetime-format-strptime/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,33 +1,26 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="DateTime-Format-Strptime" PACKAGE="perl-datetime-format-strptime" VERSION="1.75" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="DateTime::Format::Strptime - Parse and format strp and strf time \ patterns" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://metacpan.org/release/DateTime-Format-Strptime" -REPOLOGY="perl:datetime-format-strptime" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DateTime-Format-Strptime-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-datetime perl-datetime-locale perl-datetime-timezone \ +DEPENDS_std="perl-datetime perl-datetime-locale perl-datetime-timezone \ perl-package-deprecationmanager perl-params-validationcompiler perl-specio \ -perl-try-tiny perl-test-warnings" +perl-try-tiny" +BUILD_DEPENDS="$DEPENDS_std perl-test-warnings" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-datetime perl-datetime-locale perl-datetime-timezone \ - perl-package-deprecationmanager perl-params-validationcompiler perl-specio \ - perl-try-tiny" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-datetime-format-w3cdtf/receipt --- a/perl-datetime-format-w3cdtf/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-datetime-format-w3cdtf/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="DateTime-Format-W3CDTF" PACKAGE="perl-datetime-format-w3cdtf" VERSION="0.07" +AUTHOR="GWILLIAMS" CATEGORY="perl" SHORT_DESC="DateTime::Format::W3CDTF - Parse and format W3CDTF datetime strings" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DateTime-Format-W3CDTF" -REPOLOGY="perl:datetime-format-w3cdtf" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DateTime-Format-W3CDTF-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GW/GWILLIAMS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-datetime" +DEPENDS_std="perl-datetime" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-datetime" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-datetime-locale/receipt --- a/perl-datetime-locale/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-datetime-locale/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,32 +1,25 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="DateTime-Locale" PACKAGE="perl-datetime-locale" -VERSION="1.22" +VERSION="1.23" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="DateTime::Locale - Localization support for DateTime.pm" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DateTime-Locale" -REPOLOGY="perl:datetime-locale" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DateTime-Locale-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dist-checkconflicts perl-file-sharedir \ -perl-scalar-list-utils perl-namespace-autoclean perl-params-validationcompiler \ -perl-specio perl-file-sharedir-install perl-cpan-meta-check perl-test-fatal \ -perl-test-file-sharedir perl-test-requires perl-test-warnings" +DEPENDS_std="perl-dist-checkconflicts perl-file-sharedir perl-scalar-list-utils \ +perl-namespace-autoclean perl-params-validationcompiler perl-specio" +BUILD_DEPENDS="$DEPENDS_std perl-file-sharedir-install perl-cpan-meta-check \ +perl-test-fatal perl-test-file-sharedir perl-test-requires perl-test-warnings" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-dist-checkconflicts perl-file-sharedir perl-scalar-list-utils \ - perl-namespace-autoclean perl-params-validationcompiler perl-specio" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-datetime-timezone/receipt --- a/perl-datetime-timezone/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-datetime-timezone/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,31 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="DateTime-TimeZone" PACKAGE="perl-datetime-timezone" -VERSION="2.19" +VERSION="2.21" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="DateTime::TimeZone - Time zone object base class and factory" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DateTime-TimeZone" -REPOLOGY="perl:datetime-timezone" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DateTime-TimeZone-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-class-singleton perl-module-runtime \ -perl-namespace-autoclean perl-params-validationcompiler perl-specio \ -perl-try-tiny perl-test-requires" +DEPENDS_std="perl-class-singleton perl-module-runtime perl-namespace-autoclean \ +perl-params-validationcompiler perl-specio perl-try-tiny" +BUILD_DEPENDS="$DEPENDS_std perl-test-requires" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-class-singleton perl-module-runtime perl-namespace-autoclean \ - perl-params-validationcompiler perl-specio perl-try-tiny" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-datetime/receipt --- a/perl-datetime/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-datetime/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,33 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="DateTime" PACKAGE="perl-datetime" VERSION="1.50" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="DateTime - A date and time object for Perl" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DateTime" -REPOLOGY="perl:datetime" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DateTime-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-datetime-locale perl-datetime-timezone \ +DEPENDS_std="perl-datetime-locale perl-datetime-timezone \ perl-dist-checkconflicts perl-namespace-autoclean \ -perl-params-validationcompiler perl-specio perl-try-tiny \ -perl-dev perl-cpan-meta-check perl-test-warnings" +perl-params-validationcompiler perl-specio perl-try-tiny" +BUILD_DEPENDS="$DEPENDS_std perl-dev perl-cpan-meta-check perl-test-warnings" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-datetime-locale perl-datetime-timezone \ - perl-dist-checkconflicts perl-namespace-autoclean \ - perl-params-validationcompiler perl-specio perl-try-tiny" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-dbd-mysql/receipt --- a/perl-dbd-mysql/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-dbd-mysql/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="DBD-mysql" PACKAGE="perl-dbd-mysql" -VERSION="4.048" +VERSION="4.049" +AUTHOR="DVEEDEN" CATEGORY="perl" SHORT_DESC="DBD::mysql - MySQL driver for the Perl5 Database Interface (DBI)" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DBD-mysql" -HOST_ARCH="any" -REPOLOGY="perl:dbd-mysql" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DBD-mysql-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev perl-dbi mysql-dev perl-devel-checklib" +DEPENDS_std="perl perl-dbi libmysqlclient zlib" +BUILD_DEPENDS="$DEPENDS_std perl-dev mysql-dev perl-devel-checklib" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl perl-dbi libmysqlclient zlib" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-dbd-pg/receipt --- a/perl-dbd-pg/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-dbd-pg/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="DBD-Pg" PACKAGE="perl-dbd-pg" VERSION="3.7.4" +AUTHOR="TURNSTEP" CATEGORY="perl" SHORT_DESC="DBD::Pg - PostgreSQL database driver for the DBI module" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DBD-Pg" -REPOLOGY="perl:dbd-pg" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DBD-Pg-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dbi libpostgresqlclient perl-dev postgresql-dev" +DEPENDS_std="perl-dbi libpostgresqlclient" +BUILD_DEPENDS="$DEPENDS_std perl-dev postgresql-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-dbi libpostgresqlclient" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-dbd-sqlite/receipt --- a/perl-dbd-sqlite/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-dbd-sqlite/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,25 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="DBD-SQLite" PACKAGE="perl-dbd-sqlite" -VERSION="1.58" +VERSION="1.60" +AUTHOR="ISHIGAKI" CATEGORY="perl" SHORT_DESC="DBD::SQLite - Self-contained RDBMS in a DBI Driver" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DBD-SQLite" -REPOLOGY="perl:dbd-sqlite" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DBD-SQLite-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" # FIXME: sqlite3-dev and libsqlite3 aren't detected as (b)deps -BUILD_DEPENDS="perl-dbi libsqlite3 perl-dev sqlite3-dev" +DEPENDS_std="perl-dbi libsqlite3" +BUILD_DEPENDS="$DEPENDS_std perl-dev sqlite3-dev" + +COPY_std="@std @dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std @dev - DEPENDS="perl-dbi libsqlite3" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-dbi/receipt --- a/perl-dbi/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-dbi/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="DBI" PACKAGE="perl-dbi" -VERSION="1.641" +VERSION="1.642" +AUTHOR="TIMB" CATEGORY="perl" SHORT_DESC="DBI - Database independent interface for Perl" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DBI" -REPOLOGY="perl:dbi" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="DBI-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TI/TIMB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" + +COPY_std="@std @dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std @dev - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-devel-checklib/receipt --- a/perl-devel-checklib/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-devel-checklib/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Devel-CheckLib" PACKAGE="perl-devel-checklib" VERSION="1.13" +AUTHOR="MATTN" CATEGORY="perl" SHORT_DESC="Devel::CheckLib - check that a library is available" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Devel-CheckLib" -REPOLOGY="perl:devel-checklib" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Devel-CheckLib-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MATTN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-io-captureoutput perl-mock-config" +DEPENDS_std="perl-io-captureoutput perl-mock-config" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-io-captureoutput perl-mock-config" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-devel-stacktrace/receipt --- a/perl-devel-stacktrace/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-devel-stacktrace/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Devel-StackTrace" PACKAGE="perl-devel-stacktrace" VERSION="2.03" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="Devel::StackTrace - An object representing a stack trace" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Devel-StackTrace" -REPOLOGY="perl:devel-stacktrace" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Devel-StackTrace-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-devel-symdump/receipt --- a/perl-devel-symdump/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-devel-symdump/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Devel-Symdump" PACKAGE="perl-devel-symdump" VERSION="2.18" +AUTHOR="ANDK" CATEGORY="perl" SHORT_DESC="Devel::Symdump - dump symbol names or the symbol table" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Devel-Symdump" -REPOLOGY="perl:devel-symdump" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Devel-Symdump-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/A/AN/ANDK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-digest-hmac/receipt --- a/perl-digest-hmac/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-digest-hmac/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Digest-HMAC" PACKAGE="perl-digest-hmac" VERSION="1.03" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="Digest::HMAC - Keyed-Hashing for Message Authentication" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Digest-HMAC" -REPOLOGY="perl:digest-hmac" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Digest-HMAC-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-digest-md4/receipt --- a/perl-digest-md4/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-digest-md4/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Digest-MD4" PACKAGE="perl-digest-md4" VERSION="1.9" +AUTHOR="MIKEM" CATEGORY="perl" SHORT_DESC="Digest::MD4 - Perl interface to the MD4 Algorithm" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Digest-MD4" -REPOLOGY="perl:digest-md4" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Digest-MD4-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/DigestMD4/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/DigestMD4/$TARBALL" # !!! -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-digest-perl-md4/receipt --- a/perl-digest-perl-md4/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-digest-perl-md4/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Digest-Perl-MD4" PACKAGE="perl-digest-perl-md4" VERSION="1.4" +AUTHOR="OTAKA" CATEGORY="perl" SHORT_DESC="Digest::Perl::MD4 - Perl implementation of Ron Rivests MD4 \ Algorithm" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Digest-Perl-MD4" -REPOLOGY="perl:digest-perl-md4" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Digest-Perl-MD4-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/O/OT/OTAKA/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-digest-perl-md5/receipt --- a/perl-digest-perl-md5/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-digest-perl-md5/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Digest-Perl-MD5" PACKAGE="perl-digest-perl-md5" VERSION="1.9" +AUTHOR="DELTA" CATEGORY="perl" SHORT_DESC="Digest::Perl::MD5 - Perl implementation of Ron Rivests MD5 \ Algorithm" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Digest-Perl-MD5" -REPOLOGY="perl:digest-perl-md5" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Digest-Perl-MD5-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DE/DELTA/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-digest-sha1/receipt --- a/perl-digest-sha1/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-digest-sha1/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Digest-SHA1" PACKAGE="perl-digest-sha1" VERSION="2.13" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="Digest::SHA1 - Perl interface to the SHA-1 algorithm" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Digest-SHA1" -REPOLOGY="perl:digest-sha1" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Digest-SHA1-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-dist-checkconflicts/receipt --- a/perl-dist-checkconflicts/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-dist-checkconflicts/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Dist-CheckConflicts" PACKAGE="perl-dist-checkconflicts" VERSION="0.11" +AUTHOR="DOY" CATEGORY="perl" SHORT_DESC="Dist::CheckConflicts - declare version conflicts for your dist" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Dist-CheckConflicts" -REPOLOGY="perl:dist-checkconflicts" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Dist-CheckConflicts-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-module-runtime" +DEPENDS_std="perl-module-runtime" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-module-runtime" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-email-date-format/receipt --- a/perl-email-date-format/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-email-date-format/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Email-Date-Format" PACKAGE="perl-email-date-format" VERSION="1.005" +AUTHOR="RJBS" CATEGORY="perl" SHORT_DESC="Email::Date::Format - produce RFC 2822 date strings" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Email-Date-Format" -REPOLOGY="perl:email-date-format" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Email-Date-Format-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-encode-locale/receipt --- a/perl-encode-locale/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-encode-locale/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Encode-Locale" PACKAGE="perl-encode-locale" VERSION="1.05" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="Encode::Locale - Determine the locale encoding" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Encode-Locale" -REPOLOGY="perl:encode-locale" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Encode-Locale-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-eval-closure/receipt --- a/perl-eval-closure/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-eval-closure/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Eval-Closure" PACKAGE="perl-eval-closure" VERSION="0.14" +AUTHOR="DOY" CATEGORY="perl" SHORT_DESC="Eval::Closure - safely and cleanly create closures via string eval" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Eval-Closure" -REPOLOGY="perl:eval-closure" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Eval-Closure-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-event/receipt --- a/perl-event/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-event/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,25 @@ # SliTaz package receipt v2. +ORIGIN="Event" PACKAGE="perl-event" -VERSION="1.26" +VERSION="1.27" +AUTHOR="ETJ" CATEGORY="perl" SHORT_DESC="Event - Event loop processing" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="unknown" -WEB_SITE="https://metacpan.org/release/Event" -REPOLOGY="perl:event" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Event-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETJ/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" + +COPY_std="@std @dev" +SUGGESTED_std="perl-time-hires" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std @dev - DEPENDS="perl" - SUGGESTED="perl-time-hires" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-exception-class/receipt --- a/perl-exception-class/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-exception-class/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Exception-Class" PACKAGE="perl-exception-class" VERSION="1.44" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="Exception::Class - A module that allows you to declare real \ exception classes in Perl" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Exception-Class" -REPOLOGY="perl:exception-class" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Exception-Class-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-class-data-inheritable perl-devel-stacktrace" +DEPENDS_std="perl-class-data-inheritable perl-devel-stacktrace" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-class-data-inheritable perl-devel-stacktrace" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-expect/receipt --- a/perl-expect/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-expect/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,26 @@ # SliTaz package receipt v2. +ORIGIN="Expect" PACKAGE="perl-expect" VERSION="1.35" +AUTHOR="JACOBY" CATEGORY="perl" SHORT_DESC="Expect - automate interactions with command line programs that \ expose a text terminal interface" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="unknown" -WEB_SITE="https://metacpan.org/release/Expect" -REPOLOGY="perl:expect" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Expect-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/J/JA/JACOBY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-io-tty" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-io-tty" + +SUGGESTED_std="perl-io-stty" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" - SUGGESTED="perl-io-stty" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-exporter-tiny/receipt --- a/perl-exporter-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-exporter-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Exporter-Tiny" PACKAGE="perl-exporter-tiny" VERSION="1.002001" +AUTHOR="TOBYINK" CATEGORY="perl" SHORT_DESC="Exporter::Tiny - an exporter with the features of Sub::Exporter \ but only core dependencies" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Exporter-Tiny" -REPOLOGY="perl:exporter-tiny" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Exporter-Tiny-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-extutils-config/receipt --- a/perl-extutils-config/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-extutils-config/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="ExtUtils-Config" PACKAGE="perl-extutils-config" VERSION="0.008" +AUTHOR="LEONT" CATEGORY="perl" SHORT_DESC="ExtUtils::Config - A wrapper for perl's configuration" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/ExtUtils-Config" -REPOLOGY="perl:extutils-config" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="ExtUtils-Config-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-extutils-depends/receipt --- a/perl-extutils-depends/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-extutils-depends/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="ExtUtils-Depends" PACKAGE="perl-extutils-depends" VERSION="0.405" +AUTHOR="XAOC" CATEGORY="perl" SHORT_DESC="ExtUtils::Depends - Easily build XS extensions that depend on XS \ extensions" MAINTAINER="claudinei@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/ExtUtils-Depends" -REPOLOGY="perl:extutils-depends" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="ExtUtils-Depends-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-extutils-helpers/receipt --- a/perl-extutils-helpers/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-extutils-helpers/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="ExtUtils-Helpers" PACKAGE="perl-extutils-helpers" VERSION="0.026" +AUTHOR="LEONT" CATEGORY="perl" SHORT_DESC="ExtUtils::Helpers - Various portability utilities for module \ builders" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/ExtUtils-Helpers" -REPOLOGY="perl:extutils-helpers" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="ExtUtils-Helpers-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-extutils-installpaths/receipt --- a/perl-extutils-installpaths/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-extutils-installpaths/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="ExtUtils-InstallPaths" PACKAGE="perl-extutils-installpaths" VERSION="0.012" +AUTHOR="LEONT" CATEGORY="perl" SHORT_DESC="ExtUtils::InstallPaths - Build.PL install path logic made easy" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/ExtUtils-InstallPaths" -REPOLOGY="perl:extutils-installpaths" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="ExtUtils-InstallPaths-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-extutils-config" +DEPENDS_std="perl-extutils-config" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-extutils-config" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-extutils-pkgconfig/receipt --- a/perl-extutils-pkgconfig/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-extutils-pkgconfig/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="ExtUtils-PkgConfig" PACKAGE="perl-extutils-pkgconfig" VERSION="1.16" +AUTHOR="XAOC" CATEGORY="perl" SHORT_DESC="ExtUtils::PkgConfig - simplistic interface to pkg-config" MAINTAINER="claudinei@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://metacpan.org/release/ExtUtils-PkgConfig" -REPOLOGY="perl:extutils-pkgconfig" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="ExtUtils-PkgConfig-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl pkg-config" +DEPENDS_std="perl pkg-config" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl pkg-config" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-fcgi-procmanager/receipt --- a/perl-fcgi-procmanager/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-fcgi-procmanager/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="FCGI-ProcManager" PACKAGE="perl-fcgi-procmanager" VERSION="0.28" +AUTHOR="ARODLAND" CATEGORY="perl" SHORT_DESC="FCGI::ProcManager - functions for managing FastCGI applications" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/FCGI-ProcManager" -REPOLOGY="perl:fcgi-procmanager" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="FCGI-ProcManager-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-fcgi/receipt --- a/perl-fcgi/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-fcgi/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="FCGI" PACKAGE="perl-fcgi" VERSION="0.78" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="FCGI - Fast CGI module" MAINTAINER="devel@slitaz.org" LICENSE="unknown" -WEB_SITE="https://metacpan.org/release/FCGI" -REPOLOGY="perl:fcgi" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="FCGI-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-basedir/receipt --- a/perl-file-basedir/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-basedir/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="File-BaseDir" PACKAGE="perl-file-basedir" VERSION="0.08" +AUTHOR="KIMRYAN" CATEGORY="perl" SHORT_DESC="File::BaseDir - Use the Freedesktop.org base directory \ specification" MAINTAINER="paul@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-BaseDir" -REPOLOGY="perl:file-basedir" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-BaseDir-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-ipc-system-simple perl-module-build perl-file-which" +DEPENDS_std="perl-ipc-system-simple" +BUILD_DEPENDS="$DEPENDS_std perl-module-build perl-file-which" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-ipc-system-simple" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-copy-recursive/receipt --- a/perl-file-copy-recursive/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-copy-recursive/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="File-Copy-Recursive" PACKAGE="perl-file-copy-recursive" VERSION="0.44" +AUTHOR="DMUEY" CATEGORY="perl" SHORT_DESC="File::Copy::Recursive - Perl extension for recursively copying \ files and directories" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Copy-Recursive" -REPOLOGY="perl:file-copy-recursive" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-Copy-Recursive-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-desktopentry/receipt --- a/perl-file-desktopentry/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-desktopentry/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="File-DesktopEntry" PACKAGE="perl-file-desktopentry" VERSION="0.22" +AUTHOR="MICHIELB" CATEGORY="perl" SHORT_DESC="File::DesktopEntry - Object to handle .desktop files" MAINTAINER="paul@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-DesktopEntry" -REPOLOGY="perl:file-desktopentry" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-DesktopEntry-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-file-basedir perl-uri" +DEPENDS_std="perl-file-basedir perl-uri" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-file-basedir perl-uri" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-find-rule/receipt --- a/perl-file-find-rule/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-find-rule/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="File-Find-Rule" PACKAGE="perl-file-find-rule" VERSION="0.34" +AUTHOR="RCLAMP" CATEGORY="perl" SHORT_DESC="File::Find::Rule - Alternative interface to File::Find" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Find-Rule" -REPOLOGY="perl:file-find-rule" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-Find-Rule-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-number-compare perl-text-glob" +DEPENDS_std="perl-number-compare perl-text-glob" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-number-compare perl-text-glob" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-listing/receipt --- a/perl-file-listing/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-listing/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="File-Listing" PACKAGE="perl-file-listing" VERSION="6.04" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="File::Listing - parse directory listing" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Listing" -REPOLOGY="perl:file-listing" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-Listing-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-http-date" +DEPENDS_std="perl-http-date" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="$BUILD_DEPENDS" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-mimeinfo/receipt --- a/perl-file-mimeinfo/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-mimeinfo/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="File-MimeInfo" PACKAGE="perl-file-mimeinfo" VERSION="0.29" +AUTHOR="MICHIELB" CATEGORY="perl" SHORT_DESC="File::MimeInfo - Determine file type from the file name" MAINTAINER="paul@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-MimeInfo" -REPOLOGY="perl:file-mimeinfo" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-MimeInfo-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-file-basedir perl-file-desktopentry" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-file-basedir perl-file-desktopentry" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-remove/receipt --- a/perl-file-remove/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-remove/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="File-Remove" PACKAGE="perl-file-remove" VERSION="1.58" +AUTHOR="SHLOMIF" CATEGORY="perl" SHORT_DESC="File::Remove - Remove files and directories" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Remove" +WEB_SITE="https://metacpan.org/release/$ORIGIN" HOST_ARCH="any" -REPOLOGY="perl:file-remove" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-Remove-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-rsyncp/receipt --- a/perl-file-rsyncp/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-rsyncp/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="File-RsyncP" PACKAGE="perl-file-rsyncp" VERSION="0.74" +AUTHOR="CBARRATT" CATEGORY="perl" SHORT_DESC="File::RsyncP - Perl Rsync client" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-RsyncP" -REPOLOGY="perl:file-rsyncp" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-RsyncP-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/C/CB/CBARRATT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl rsync" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make -j1 && - make -j1 DESTDIR=$install install && - - chmod -R u+w $install + cook_perl "" "-j1" "-j1" } - -genpkg_rules() { - copy @std - DEPENDS="perl rsync" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-sharedir-install/receipt --- a/perl-file-sharedir-install/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-sharedir-install/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="File-ShareDir-Install" PACKAGE="perl-file-sharedir-install" VERSION="0.13" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="File::ShareDir::Install - Install shared files" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-ShareDir-Install" -REPOLOGY="perl:file-sharedir-install" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-ShareDir-Install-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-module-build-tiny" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-module-build-tiny" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-sharedir/receipt --- a/perl-file-sharedir/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-sharedir/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="File-ShareDir" PACKAGE="perl-file-sharedir" VERSION="1.116" +AUTHOR="REHSACK" CATEGORY="perl" SHORT_DESC="File::ShareDir - Locate per-dist and per-module shared files" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-ShareDir" -REPOLOGY="perl:file-sharedir" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-ShareDir-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REHSACK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-class-inspector" +DEPENDS_std="perl-class-inspector" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-class-inspector" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-slurp/receipt --- a/perl-file-slurp/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-slurp/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="File-Slurp" PACKAGE="perl-file-slurp" -VERSION="9999.21" +VERSION="9999.25" +AUTHOR="CAPOEIRAB" CATEGORY="perl" SHORT_DESC="File::Slurp - Simple and Efficient Reading/Writing/Modifying of \ Complete Files" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Slurp" +WEB_SITE="https://metacpan.org/release/$ORIGIN" HOST_ARCH="any" -REPOLOGY="perl:file-slurp" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-Slurp-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-slurper/receipt --- a/perl-file-slurper/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-slurper/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="File-Slurper" PACKAGE="perl-file-slurper" VERSION="0.012" +AUTHOR="LEONT" CATEGORY="perl" SHORT_DESC="File::Slurper - A simple, sane and efficient module to slurp a file" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Slurper" -REPOLOGY="perl:file-slurper" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-Slurper-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-tail/receipt --- a/perl-file-tail/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-tail/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="File-Tail" PACKAGE="perl-file-tail" VERSION="1.3" +AUTHOR="MGRABNAR" CATEGORY="perl" SHORT_DESC="File::Tail - Perl extension for reading from continously updated \ files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Tail" -REPOLOGY="perl:file-tail" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-Tail-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MG/MGRABNAR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-file-which/receipt --- a/perl-file-which/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-file-which/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="File-Which" PACKAGE="perl-file-which" VERSION="1.22" +AUTHOR="PLICEASE" CATEGORY="perl" SHORT_DESC="File::Which - Perl implementation of the which utility as an API" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Which" -REPOLOGY="perl:file-which" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="File-Which-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-filesys-statvfs/receipt --- a/perl-filesys-statvfs/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-filesys-statvfs/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Filesys-Statvfs" PACKAGE="perl-filesys-statvfs" VERSION="0.82" +AUTHOR="IGUTHRIE" CATEGORY="perl" SHORT_DESC="Filesys::Statvfs - Perl extension for statvfs() and fstatvfs()" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Filesys-Statvfs" -REPOLOGY="perl:filesys-statvfs" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Filesys-Statvfs-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-font-afm/receipt --- a/perl-font-afm/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-font-afm/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Font-AFM" PACKAGE="perl-font-afm" VERSION="1.20" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="Font::AFM - Interface to Adobe Font Metrics files" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Font-AFM" -REPOLOGY="perl:font-afm" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Font-AFM-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-fuse/receipt --- a/perl-fuse/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-fuse/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Fuse" PACKAGE="perl-fuse" VERSION="0.16" +AUTHOR="DPATES" CATEGORY="perl" SHORT_DESC="Fuse - write filesystems in Perl using FUSE" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Fuse" -REPOLOGY="perl:fuse" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Fuse-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPATES/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="fuse2 perl-filesys-statvfs perl-lchown perl-unix-mknod \ -perl-dev fuse2-dev" +DEPENDS_std="fuse2 perl-filesys-statvfs perl-lchown perl-unix-mknod" +BUILD_DEPENDS="$DEPENDS_std perl-dev fuse2-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="fuse2 perl-filesys-statvfs perl-lchown perl-unix-mknod" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-gd/receipt --- a/perl-gd/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-gd/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="GD" PACKAGE="perl-gd" VERSION="2.69" +AUTHOR="RURBAN" CATEGORY="perl" SHORT_DESC="GD - Interface to Gd Graphics Library" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/GD" -REPOLOGY="perl:gd" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="GD-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev libgd-dev libgd perl-extutils-pkgconfig" +DEPENDS_std="perl libgd" +BUILD_DEPENDS="$DEPENDS_std perl-dev libgd-dev libgd perl-extutils-pkgconfig" compile_rules() { - # avoid interactive questions - PERL_MM_USE_DEFAULT=1 \ - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl libgd" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-geo-ipfree/receipt --- a/perl-geo-ipfree/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-geo-ipfree/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Geo-IPfree" PACKAGE="perl-geo-ipfree" VERSION="1.151940" +AUTHOR="BRICAS" CATEGORY="perl" SHORT_DESC="Geo::IPfree - Look up the country of an IPv4 address" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Geo-IPfree" -REPOLOGY="perl:geo-ipfree" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Geo-IPfree-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BR/BRICAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-glib/receipt --- a/perl-glib/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-glib/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,25 @@ # SliTaz package receipt v2. +ORIGIN="Glib" PACKAGE="perl-glib" VERSION="1.328" +AUTHOR="XAOC" CATEGORY="perl" SHORT_DESC="Glib - Perl wrappers for the GLib utility and Object libraries" MAINTAINER="claudinei@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://metacpan.org/release/Glib" -REPOLOGY="perl:glib" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Glib-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev perl-extutils-depends perl-extutils-pkgconfig glib-dev" +DEPENDS_std="perl glib" +BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \ +perl-extutils-pkgconfig glib-dev" + +COPY_std="@std @dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std @dev - DEPENDS="perl glib" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-gssapi/receipt --- a/perl-gssapi/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-gssapi/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="GSSAPI" PACKAGE="perl-gssapi" VERSION="0.28" +AUTHOR="AGROLMS" CATEGORY="perl" SHORT_DESC="GSSAPI - Perl extension providing access to the GSSAPIv2 library" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/GSSAPI" -REPOLOGY="perl:gssapi" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="GSSAPI-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/A/AG/AGROLMS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev krb5-dev" +DEPENDS_std="libcomerr3 libkrb5 perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev krb5-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="libcomerr3 libkrb5 perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-gtk2-trayicon/receipt --- a/perl-gtk2-trayicon/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-gtk2-trayicon/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,25 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Gtk2-TrayIcon" PACKAGE="perl-gtk2-trayicon" VERSION="0.06" +AUTHOR="BORUP" CATEGORY="perl" SHORT_DESC="Gtk2::TrayIcon - Perl interface to the EggTrayIcon library" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Gtk2-TrayIcon" -REPOLOGY="perl:gtk2-trayicon" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Gtk2-TrayIcon-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BORUP/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-gtk2 perl-dev perl-extutils-depends perl-extutils-pkgconfig \ -gtk2-dev" +DEPENDS_std="perl-gtk2" +BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \ +perl-extutils-pkgconfig gtk2-dev" + +COPY_std="@std @dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std @dev - DEPENDS="perl-gtk2" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-gtk2/receipt --- a/perl-gtk2/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-gtk2/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,26 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Gtk2" PACKAGE="perl-gtk2" VERSION="1.24992" +AUTHOR="XAOC" CATEGORY="perl" SHORT_DESC="Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library" MAINTAINER="claudinei@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://metacpan.org/release/Gtk2" -REPOLOGY="perl:gtk2" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Gtk2-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev perl-glib perl-pango perl-extutils-depends \ +DEPENDS_std="perl-glib perl-pango atk cairo fontconfig freetype gdk-pixbuf \ +glib gtk2 pango" +BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \ perl-extutils-pkgconfig gtk2-dev" +COPY_std="@std @dev" + compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std @dev - DEPENDS="perl-glib perl-pango atk cairo fontconfig freetype gdk-pixbuf glib \ - gtk2 pango" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-html-formatter/receipt --- a/perl-html-formatter/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-html-formatter/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="HTML-Formatter" PACKAGE="perl-html-formatter" VERSION="2.16" +AUTHOR="NIGELM" CATEGORY="perl" SHORT_DESC="HTML::Formatter - Base class for HTML formatters" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTML-Formatter" -REPOLOGY="perl:html-formatter" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTML-Formatter-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NIGELM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-font-afm perl-html-tree perl-file-slurper perl-test-warnings" +DEPENDS_std="perl-font-afm perl-html-tree" +BUILD_DEPENDS="$DEPENDS_std perl-file-slurper perl-test-warnings" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-font-afm perl-html-tree" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-html-parser/receipt --- a/perl-html-parser/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-html-parser/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="HTML-Parser" PACKAGE="perl-html-parser" VERSION="3.72" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="HTML::Parser - HTML parser class" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTML-Parser" -REPOLOGY="perl:html-parser" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTML-Parser-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev perl-html-tagset" +DEPENDS_std="perl-html-tagset" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-html-tagset" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-html-tagset/receipt --- a/perl-html-tagset/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-html-tagset/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="HTML-Tagset" PACKAGE="perl-html-tagset" VERSION="3.20" +AUTHOR="PETDANCE" CATEGORY="perl" SHORT_DESC="HTML::Tagset - data tables useful in parsing HTML" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTML-Tagset" -REPOLOGY="perl:html-tagset" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTML-Tagset-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-html-tree/receipt --- a/perl-html-tree/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-html-tree/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,19 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="HTML-Tree" PACKAGE="perl-html-tree" VERSION="5.07" +AUTHOR="KENTNL" CATEGORY="perl" SHORT_DESC="HTML::Tree - build and scan parse-trees of HTML" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTML-Tree" -REPOLOGY="perl:html-tree" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTML-Tree-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-html-parser perl-html-tagset perl-module-build \ -perl-test-fatal perl-html-formatter perl-libwww-perl" +DEPENDS_std="perl-html-parser perl-html-tagset" +BUILD_DEPENDS="$DEPENDS_std perl-module-build perl-test-fatal \ +perl-html-formatter perl-libwww-perl" # BDEP loop: 'perl-html-tree' needs 'perl-html-formatter' needs 'perl-html-tree' compile_rules() { @@ -23,8 +27,3 @@ chmod -R u+w $install } - -genpkg_rules() { - copy @std - DEPENDS="perl-html-parser perl-html-tagset" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-http-cookies/receipt --- a/perl-http-cookies/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-http-cookies/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="HTTP-Cookies" PACKAGE="perl-http-cookies" VERSION="6.04" +AUTHOR="OALDERS" CATEGORY="perl" SHORT_DESC="HTTP::Cookies - HTTP cookie jars" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTTP-Cookies" -REPOLOGY="perl:http-cookies" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTTP-Cookies-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-http-date perl-http-message" +DEPENDS_std="perl-http-date perl-http-message" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="$BUILD_DEPENDS" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-http-daemon/receipt --- a/perl-http-daemon/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-http-daemon/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="HTTP-Daemon" PACKAGE="perl-http-daemon" VERSION="6.01" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="HTTP::Daemon - a simple http server class" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTTP-Daemon" -REPOLOGY="perl:http-daemon" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTTP-Daemon-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-http-date perl-http-message perl-lwp-mediatypes" +DEPENDS_std="perl-http-date perl-http-message perl-lwp-mediatypes" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="$BUILD_DEPENDS" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-http-date/receipt --- a/perl-http-date/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-http-date/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="HTTP-Date" PACKAGE="perl-http-date" VERSION="6.02" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="HTTP::Date - date conversion routines" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTTP-Date" -REPOLOGY="perl:http-date" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTTP-Date-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-http-message/receipt --- a/perl-http-message/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-http-message/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="HTTP-Message" PACKAGE="perl-http-message" VERSION="6.18" +AUTHOR="OALDERS" CATEGORY="perl" SHORT_DESC="HTTP::Message - HTTP style message" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTTP-Message" -REPOLOGY="perl:http-message" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTTP-Message-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-encode-locale perl-http-date perl-io-html \ -perl-lwp-mediatypes perl-uri" +DEPENDS_std="perl-encode-locale perl-http-date perl-io-html \ +perl-lwp-mediatypes perl-uri perl-try-tiny" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="$BUILD_DEPENDS" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-http-negotiate/receipt --- a/perl-http-negotiate/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-http-negotiate/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="HTTP-Negotiate" PACKAGE="perl-http-negotiate" VERSION="6.01" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="HTTP::Negotiate - choose a variant to serve" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTTP-Negotiate" -REPOLOGY="perl:http-negotiate" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTTP-Negotiate-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-http-message" +DEPENDS_std="perl-http-message" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="$BUILD_DEPENDS" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-http-parser/receipt --- a/perl-http-parser/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-http-parser/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="HTTP-Parser" PACKAGE="perl-http-parser" VERSION="0.06" +AUTHOR="EDECA" CATEGORY="perl" SHORT_DESC="HTTP::Parser - parse HTTP/1.1 request into HTTP::Request/Response \ object" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTTP-Parser" -REPOLOGY="perl:http-parser" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTTP-Parser-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ED/EDECA/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-http-message perl-uri" +DEPENDS_std="perl-http-message perl-uri" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-http-message perl-uri" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-http-server-simple/receipt --- a/perl-http-server-simple/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-http-server-simple/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="HTTP-Server-Simple" PACKAGE="perl-http-server-simple" VERSION="0.52" +AUTHOR="BPS" CATEGORY="perl" SHORT_DESC="HTTP::Server::Simple - Lightweight HTTP server" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTTP-Server-Simple" -REPOLOGY="perl:http-server-simple" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="HTTP-Server-Simple-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BP/BPS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-cgi" +DEPENDS_std="perl-cgi" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-cgi" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-image-librsvg/receipt --- a/perl-image-librsvg/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-image-librsvg/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Image-LibRSVG" PACKAGE="perl-image-librsvg" VERSION="0.07" +AUTHOR="TOMSON" CATEGORY="perl" SHORT_DESC="Image::LibRSVG - Perl extension for librsvg" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Image-LibRSVG" -REPOLOGY="perl:image-librsvg" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Image-LibRSVG-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOMSON/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev librsvg-dev" +DEPENDS_std="perl cairo gdk-pixbuf glib librsvg" +BUILD_DEPENDS="$DEPENDS_std perl-dev librsvg-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl cairo gdk-pixbuf glib librsvg" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-importer/receipt --- a/perl-importer/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-importer/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Importer" PACKAGE="perl-importer" VERSION="0.025" +AUTHOR="EXODIST" CATEGORY="perl" SHORT_DESC="Importer - Alternative but compatible interface to modules that \ export symbols" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Importer" -REPOLOGY="perl:importer" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Importer-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-inc-latest/receipt --- a/perl-inc-latest/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-inc-latest/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="inc-latest" PACKAGE="perl-inc-latest" VERSION="0.500" +AUTHOR="DAGOLDEN" CATEGORY="perl" SHORT_DESC="inc::latest - use modules bundled in inc/ if they are newer than \ installed ones" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/inc-latest" -REPOLOGY="perl:inc-latest" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="inc-latest-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-captureoutput/receipt --- a/perl-io-captureoutput/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-captureoutput/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="IO-CaptureOutput" PACKAGE="perl-io-captureoutput" VERSION="1.1104" +AUTHOR="DAGOLDEN" CATEGORY="perl" SHORT_DESC="IO::CaptureOutput - capture STDOUT and STDERR from Perl code, \ subprocesses or XS" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-CaptureOutput" -REPOLOGY="perl:io-captureoutput" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-CaptureOutput-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-html/receipt --- a/perl-io-html/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-html/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="IO-HTML" PACKAGE="perl-io-html" VERSION="1.001" +AUTHOR="CJM" CATEGORY="perl" SHORT_DESC="IO::HTML - Open an HTML file with automatic charset detection" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-HTML" -REPOLOGY="perl:io-html" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-HTML-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/C/CJ/CJM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-interactive-tiny/receipt --- a/perl-io-interactive-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-interactive-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="IO-Interactive-Tiny" PACKAGE="perl-io-interactive-tiny" VERSION="0.2" +AUTHOR="DMUEY" CATEGORY="perl" SHORT_DESC="IO::Interactive::Tiny - is_interactive() without large deps" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-Interactive-Tiny" -REPOLOGY="perl:io-interactive-tiny" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-Interactive-Tiny-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-multiplex/receipt --- a/perl-io-multiplex/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-multiplex/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="IO-Multiplex" PACKAGE="perl-io-multiplex" VERSION="1.16" +AUTHOR="BBB" CATEGORY="perl" SHORT_DESC="IO::Multiplex - Manage IO on many file handles" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-Multiplex" -REPOLOGY="perl:io-multiplex" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-Multiplex-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BB/BBB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-sessiondata/receipt --- a/perl-io-sessiondata/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-sessiondata/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="IO-SessionData" PACKAGE="perl-io-sessiondata" VERSION="1.03" +AUTHOR="PHRED" CATEGORY="perl" SHORT_DESC="IO::SessionData - supporting module for SOAP::Lite" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-SessionData" -REPOLOGY="perl:io-sessiondata" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-SessionData-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-socket-inet6/receipt --- a/perl-io-socket-inet6/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-socket-inet6/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="IO-Socket-INET6" PACKAGE="perl-io-socket-inet6" VERSION="2.72" +AUTHOR="SHLOMIF" CATEGORY="perl" SHORT_DESC="IO::Socket::INET6 - Object interface for AF_INET/AF_INET6 domain \ sockets" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-Socket-INET6" -REPOLOGY="perl:io-socket-inet6" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-Socket-INET6-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-socket6" +DEPENDS_std="perl-socket6" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-socket6" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-socket-ssl/receipt --- a/perl-io-socket-ssl/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-socket-ssl/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,31 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="IO-Socket-SSL" PACKAGE="perl-io-socket-ssl" VERSION="2.060" +AUTHOR="SULLR" CATEGORY="perl" SHORT_DESC="IO::Socket::SSL - SSL sockets with IO::Socket interface" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-Socket-SSL" +WEB_SITE="https://metacpan.org/release/$ORIGIN" HOST_ARCH="any" -REPOLOGY="perl:io-socket-ssl" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-Socket-SSL-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SU/SULLR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-net-ssleay perl-uri" +DEPENDS_std="perl-net-ssleay perl-mozilla-ca" +BUILD_DEPENDS="$DEPENDS_std perl-uri" compile_rules() { - # avoid interactive questions - PERL_MM_USE_DEFAULT=1 \ - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-net-ssleay" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-stringy/receipt --- a/perl-io-stringy/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-stringy/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="IO-stringy" PACKAGE="perl-io-stringy" VERSION="2.111" +AUTHOR="DSKOLL" CATEGORY="perl" SHORT_DESC="IO::Stringy - I/O on in-core objects like strings and arrays" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-stringy" -REPOLOGY="perl:io-stringy" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-stringy-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DS/DSKOLL/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-stty/receipt --- a/perl-io-stty/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-stty/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,18 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="IO-Stty" PACKAGE="perl-io-stty" VERSION="0.03" +AUTHOR="TODDR" CATEGORY="perl" SHORT_DESC="IO::Stty - Change and print terminal line settings" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-Stty" -REPOLOGY="perl:io-stty" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-Stty-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-module-build" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-module-build" compile_rules() { perl Build.PL && @@ -20,8 +24,3 @@ chmod -R u+w $install } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-io-tty/receipt --- a/perl-io-tty/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-io-tty/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="IO-Tty" PACKAGE="perl-io-tty" VERSION="1.12" +AUTHOR="TODDR" CATEGORY="perl" SHORT_DESC="IO::Tty - Low-level allocate a pseudo-Tty, import constants" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-Tty" -REPOLOGY="perl:io-tty" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IO-Tty-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-ipc-run/receipt --- a/perl-ipc-run/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-ipc-run/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="IPC-Run" PACKAGE="perl-ipc-run" VERSION="20180523.0" +AUTHOR="TODDR" CATEGORY="perl" SHORT_DESC="IPC::Run - system() and background procs w/ piping, redirs, ptys \ (Unix, Win32)" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IPC-Run" -REPOLOGY="perl:ipc-run" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IPC-Run-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-ipc-run3/receipt --- a/perl-ipc-run3/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-ipc-run3/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="IPC-Run3" PACKAGE="perl-ipc-run3" VERSION="0.048" +AUTHOR="RJBS" CATEGORY="perl" SHORT_DESC="IPC::Run3 - run a subprocess with input/ouput redirection" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IPC-Run3" -REPOLOGY="perl:ipc-run3" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IPC-Run3-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-ipc-system-simple/receipt --- a/perl-ipc-system-simple/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-ipc-system-simple/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="IPC-System-Simple" PACKAGE="perl-ipc-system-simple" VERSION="1.25" +AUTHOR="PJF" CATEGORY="perl" SHORT_DESC="IPC::System::Simple - Run commands simply, with detailed \ diagnostics" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IPC-System-Simple" -REPOLOGY="perl:ipc-system-simple" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="IPC-System-Simple-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PJ/PJF/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-jcode/receipt --- a/perl-jcode/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-jcode/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt. +ORIGIN="Jcode" PACKAGE="perl-jcode" VERSION="2.07" +AUTHOR="DANKOGAI" CATEGORY="perl" SHORT_DESC="Jcode - Japanese Charset Handler" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Jcode" -REPOLOGY="perl:jcode" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Jcode-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-json/receipt --- a/perl-json/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-json/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="JSON" PACKAGE="perl-json" -VERSION="2.97001" +VERSION="4.00" +AUTHOR="ISHIGAKI" CATEGORY="perl" SHORT_DESC="JSON - JSON (JavaScript Object Notation) encoder/decoder" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/JSON" -REPOLOGY="perl:json" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="JSON-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-lchown/receipt --- a/perl-lchown/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-lchown/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Lchown" PACKAGE="perl-lchown" VERSION="1.01" +AUTHOR="NCLEATON" CATEGORY="perl" SHORT_DESC="Lchown - use the lchown(2) system call from Perl" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Lchown" -REPOLOGY="perl:lchown" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Lchown-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/N/NC/NCLEATON/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev perl-module-build" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev perl-module-build" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-libnet/receipt --- a/perl-libnet/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-libnet/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="libnet" PACKAGE="perl-libnet" VERSION="3.11" +AUTHOR="SHAY" CATEGORY="perl" SHORT_DESC="Collection of network protocol modules" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/libnet" -REPOLOGY="perl:libnet" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="libnet-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHAY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - # avoid interactive questions - PERL_MM_USE_DEFAULT=1 \ - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-libwww-perl/receipt --- a/perl-libwww-perl/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-libwww-perl/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,31 +1,26 @@ # SliTaz package receipt v2. +ORIGIN="libwww-perl" PACKAGE="perl-libwww-perl" VERSION="6.36" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="The World-Wide Web library for Perl" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/libwww-perl" -REPOLOGY="perl:libwww-perl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="libwww-perl-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-encode-locale perl-file-listing perl-html-parser \ +DEPENDS_std="perl-encode-locale perl-file-listing perl-html-parser \ perl-http-cookies perl-http-daemon perl-http-date perl-http-negotiate \ perl-http-message perl-lwp-mediatypes perl-net-http perl-try-tiny perl-uri \ perl-www-robotrules perl-test-fatal perl-test-requiresinternet" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="$BUILD_DEPENDS" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-linux-inotify2/receipt --- a/perl-linux-inotify2/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-linux-inotify2/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Linux-Inotify2" PACKAGE="perl-linux-inotify2" -VERSION="1.22" +VERSION="2.1" +AUTHOR="MLEHMANN" CATEGORY="perl" SHORT_DESC="Linux::Inotify2 - scalable directory/file change notification" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Linux-Inotify2" -REPOLOGY="perl:linux-inotify2" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Linux-Inotify2-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-common-sense perl-dev" +DEPENDS_std="perl-common-sense" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-common-sense" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-list-moreutils-xs/receipt --- a/perl-list-moreutils-xs/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-list-moreutils-xs/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="List-MoreUtils-XS" PACKAGE="perl-list-moreutils-xs" VERSION="0.428" +AUTHOR="REHSACK" CATEGORY="perl" SHORT_DESC="List::MoreUtils::XS - Provide compiled List::MoreUtils functions" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/List-MoreUtils-XS" -REPOLOGY="perl:list-moreutils-xs" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="List-MoreUtils-XS-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REHSACK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-list-moreutils/receipt --- a/perl-list-moreutils/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-list-moreutils/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="List-MoreUtils" PACKAGE="perl-list-moreutils" VERSION="0.428" +AUTHOR="REHSACK" CATEGORY="perl" SHORT_DESC="List::MoreUtils - Provide the stuff missing in List::Util" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/List-MoreUtils" -REPOLOGY="perl:list-moreutils" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="List-MoreUtils-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REHSACK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev perl-exporter-tiny perl-list-moreutils-xs" +DEPENDS_std="perl-exporter-tiny perl-list-moreutils-xs" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-exporter-tiny perl-list-moreutils-xs" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-locale-gettext/receipt --- a/perl-locale-gettext/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-locale-gettext/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="gettext" PACKAGE="perl-locale-gettext" VERSION="1.07" +AUTHOR="PVANDRY" CATEGORY="perl" SHORT_DESC="Locale::gettext - message handling functions" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/gettext" -REPOLOGY="perl:locale-gettext" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="gettext-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev gettext-base" +DEPENDS_std="perl gettext-base" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl gettext-base" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-locale-maketext-gettext/receipt --- a/perl-locale-maketext-gettext/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-locale-maketext-gettext/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Locale-Maketext-Gettext" PACKAGE="perl-locale-maketext-gettext" VERSION="1.28" +AUTHOR="IMACAT" CATEGORY="perl" SHORT_DESC="Locale::Maketext::Gettext - Joins the gettext and Maketext \ frameworks" MAINTAINER="devel@slitaz.org" LICENSE="GPL3" -WEB_SITE="https://metacpan.org/release/Locale-Maketext-Gettext" -REPOLOGY="perl:locale-maketext-gettext" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Locale-Maketext-Gettext-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/I/IM/IMACAT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-locale-maketext-lexicon/receipt --- a/perl-locale-maketext-lexicon/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-locale-maketext-lexicon/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Locale-Maketext-Lexicon" PACKAGE="perl-locale-maketext-lexicon" VERSION="1.00" +AUTHOR="DRTECH" CATEGORY="perl" SHORT_DESC="Locale::Maketext::Lexicon - Use other catalog formats in Maketext" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Locale-Maketext-Lexicon" -REPOLOGY="perl:locale-maketext-lexicon" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Locale-Maketext-Lexicon-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DRTECH/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-log-agent/receipt --- a/perl-log-agent/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-log-agent/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Log-Agent" PACKAGE="perl-log-agent" VERSION="1.003" +AUTHOR="MROGASKI" CATEGORY="perl" SHORT_DESC="Log::Agent - logging agent" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Log-Agent" -REPOLOGY="perl:log-agent" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Log-Agent-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MR/MROGASKI/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-lwp-mediatypes/receipt --- a/perl-lwp-mediatypes/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-lwp-mediatypes/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="LWP-MediaTypes" PACKAGE="perl-lwp-mediatypes" VERSION="6.02" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="LWP::MediaTypes - guess media type for a file or a URL" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/LWP-MediaTypes" -REPOLOGY="perl:lwp-mediatypes" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="LWP-MediaTypes-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-lwp-protocol-https/receipt --- a/perl-lwp-protocol-https/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-lwp-protocol-https/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="LWP-Protocol-https" PACKAGE="perl-lwp-protocol-https" VERSION="6.07" +AUTHOR="OALDERS" CATEGORY="perl" SHORT_DESC="LWP::Protocol::https - Provide https support for LWP::UserAgent" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/LWP-Protocol-https" -REPOLOGY="perl:lwp-protocol-https" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="LWP-Protocol-https-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-io-socket-ssl perl-libwww-perl perl-mozilla-ca perl-net-http" +DEPENDS_std="perl-io-socket-ssl perl-libwww-perl perl-mozilla-ca perl-net-http" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-io-socket-ssl perl-libwww-perl perl-mozilla-ca perl-net-http" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-mail-sendmail/receipt --- a/perl-mail-sendmail/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-mail-sendmail/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Mail-Sendmail" PACKAGE="perl-mail-sendmail" VERSION="0.80" +AUTHOR="NEILB" CATEGORY="perl" SHORT_DESC="Mail::Sendmail - Simple platform independent mailer" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Mail-Sendmail" -REPOLOGY="perl:mail-sendmail" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Mail-Sendmail-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/N/NE/NEILB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-mailtools/receipt --- a/perl-mailtools/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-mailtools/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="MailTools" PACKAGE="perl-mailtools" VERSION="2.20" +AUTHOR="MARKOV" CATEGORY="perl" SHORT_DESC="Various e-mail related modules" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/MailTools" -REPOLOGY="perl:mailtools" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="MailTools-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARKOV/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-timedate" +DEPENDS_std="perl-timedate" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-timedate" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-math-round/receipt --- a/perl-math-round/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-math-round/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Math-Round" PACKAGE="perl-math-round" VERSION="0.07" +AUTHOR="GROMMEL" CATEGORY="perl" SHORT_DESC="Math::Round - Perl extension for rounding numbers" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Math-Round" -REPOLOGY="perl:math-round" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Math-Round-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GR/GROMMEL/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install && + cook_perl && find $install -type f -exec dos2unix '{}' \; } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-mime-lite/receipt --- a/perl-mime-lite/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-mime-lite/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="MIME-Lite" PACKAGE="perl-mime-lite" VERSION="3.030" +AUTHOR="RJBS" CATEGORY="perl" SHORT_DESC="MIME::Lite - low-calorie MIME generator" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/MIME-Lite" -REPOLOGY="perl:mime-lite" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="MIME-Lite-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-email-date-format perl-mime-types perl-mailtools" +DEPENDS_std="perl-email-date-format perl-mime-types perl-mailtools" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-email-date-format perl-mime-types perl-mailtools" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-mime-types/receipt --- a/perl-mime-types/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-mime-types/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="MIME-Types" PACKAGE="perl-mime-types" VERSION="2.17" +AUTHOR="MARKOV" CATEGORY="perl" SHORT_DESC="MIME::Types - Definition of MIME types" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/MIME-Types" -REPOLOGY="perl:mime-types" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="MIME-Types-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARKOV/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-mock-config/receipt --- a/perl-mock-config/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-mock-config/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Mock-Config" PACKAGE="perl-mock-config" VERSION="0.03" +AUTHOR="RURBAN" CATEGORY="perl" SHORT_DESC="Mock::Config - temporarily set Config or XSConfig values" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Mock-Config" -REPOLOGY="perl:mock-config" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Mock-Config-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-module-build-tiny/receipt --- a/perl-module-build-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-module-build-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,19 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Module-Build-Tiny" PACKAGE="perl-module-build-tiny" VERSION="0.039" +AUTHOR="LEONT" CATEGORY="perl" SHORT_DESC="Module::Build::Tiny - A tiny replacement for Module::Build" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Module-Build-Tiny" -REPOLOGY="perl:module-build-tiny" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Module-Build-Tiny-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-extutils-config perl-extutils-helpers \ +DEPENDS_std="perl-extutils-config perl-extutils-helpers \ perl-extutils-installpaths" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { perl Build.PL && @@ -22,9 +26,3 @@ chmod -R u+w $install } - -genpkg_rules() { - copy @std - DEPENDS="perl-extutils-config perl-extutils-helpers \ - perl-extutils-installpaths" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-module-build/receipt --- a/perl-module-build/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-module-build/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Module-Build" PACKAGE="perl-module-build" VERSION="0.4224" +AUTHOR="LEONT" CATEGORY="perl" SHORT_DESC="Module::Build - Build and install Perl modules" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Module-Build" -REPOLOGY="perl:module-build" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Module-Build-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-inc-latest" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-inc-latest" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-module-implementation/receipt --- a/perl-module-implementation/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-module-implementation/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Module-Implementation" PACKAGE="perl-module-implementation" VERSION="0.09" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="Module::Implementation - Loads one of several alternate underlying \ implementations for a module" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Module-Implementation" -REPOLOGY="perl:module-implementation" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Module-Implementation-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-module-runtime perl-try-tiny perl-test-fatal \ -perl-test-requires" +DEPENDS_std="perl-module-runtime perl-try-tiny" +BUILD_DEPENDS="$DEPENDS_std perl-test-fatal perl-test-requires" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-module-runtime perl-try-tiny" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-module-install/receipt --- a/perl-module-install/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-module-install/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Module-Install" PACKAGE="perl-module-install" VERSION="1.19" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="Module::Install - Standalone, extensible Perl module installer" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Module-Install" -REPOLOGY="perl:module-install" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Module-Install-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-file-remove perl-yaml-tiny perl-module-build \ -perl-module-scandeps" +DEPENDS_std="perl-file-remove perl-yaml-tiny perl-module-scandeps" +BUILD_DEPENDS="$DEPENDS_std perl-module-build" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-file-remove perl-yaml-tiny perl-module-scandeps" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-module-runtime/receipt --- a/perl-module-runtime/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-module-runtime/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Module-Runtime" PACKAGE="perl-module-runtime" VERSION="0.016" +AUTHOR="ZEFRAM" CATEGORY="perl" SHORT_DESC="Module::Runtime - runtime module handling" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Module-Runtime" -REPOLOGY="perl:module-runtime" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Module-Runtime-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-module-build" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-module-build" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-module-scandeps/receipt --- a/perl-module-scandeps/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-module-scandeps/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Module-ScanDeps" PACKAGE="perl-module-scandeps" VERSION="1.25" +AUTHOR="RSCHUPP" CATEGORY="perl" SHORT_DESC="Module::ScanDeps - Recursively scan Perl code for dependencies" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Module-ScanDeps" -REPOLOGY="perl:module-scandeps" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Module-ScanDeps-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-test-requires" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-test-requires" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-mozilla-ca/receipt --- a/perl-mozilla-ca/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-mozilla-ca/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Mozilla-CA" PACKAGE="perl-mozilla-ca" VERSION="20180117" +AUTHOR="ABH" CATEGORY="perl" SHORT_DESC="Mozilla::CA - Mozilla's CA cert bundle in PEM format" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Mozilla-CA" -REPOLOGY="perl:mozilla-ca" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Mozilla-CA-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABH/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-mro-compat/receipt --- a/perl-mro-compat/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-mro-compat/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="MRO-Compat" PACKAGE="perl-mro-compat" VERSION="0.13" +AUTHOR="HAARG" CATEGORY="perl" SHORT_DESC="MRO::Compat - mro::* interface compatibility for Perls < 5.9.5" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/MRO-Compat" -REPOLOGY="perl:mro-compat" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="MRO-Compat-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HAARG/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-namespace-autoclean/receipt --- a/perl-namespace-autoclean/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-namespace-autoclean/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="namespace-autoclean" PACKAGE="perl-namespace-autoclean" VERSION="0.28" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="namespace::autoclean - Keep imports out of your namespace" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/namespace-autoclean" -REPOLOGY="perl:namespace-autoclean" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="namespace-autoclean-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-b-hooks-endofscope perl-namespace-clean perl-sub-identify \ -perl-test-requires" +DEPENDS_std="perl-b-hooks-endofscope perl-namespace-clean perl-sub-identify" +BUILD_DEPENDS="$DEPENDS_std perl-test-requires" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-b-hooks-endofscope perl-namespace-clean perl-sub-identify" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-namespace-clean/receipt --- a/perl-namespace-clean/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-namespace-clean/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="namespace-clean" PACKAGE="perl-namespace-clean" VERSION="0.27" +AUTHOR="RIBASUSHI" CATEGORY="perl" SHORT_DESC="namespace::clean - Keep imports and functions out of your namespace" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/namespace-clean" -REPOLOGY="perl:namespace-clean" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="namespace-clean-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RI/RIBASUSHI/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-b-hooks-endofscope perl-package-stash" +DEPENDS_std="perl-b-hooks-endofscope perl-package-stash" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-b-hooks-endofscope perl-package-stash" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-dns/receipt --- a/perl-net-dns/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-dns/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Net-DNS" PACKAGE="perl-net-dns" -VERSION="1.18" +VERSION="1.19" +AUTHOR="NLNETLABS" CATEGORY="perl" SHORT_DESC="Net::DNS - Perl Interface to the Domain Name System" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-DNS" +WEB_SITE="https://metacpan.org/release/$ORIGIN" HOST_ARCH="any" -REPOLOGY="perl:net-dns" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-DNS-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-digest-hmac" +DEPENDS_std="perl-digest-hmac" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-digest-hmac" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-ftp-autoreconnect/receipt --- a/perl-net-ftp-autoreconnect/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-ftp-autoreconnect/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Net-FTP-AutoReconnect" PACKAGE="perl-net-ftp-autoreconnect" VERSION="0.3" +AUTHOR="GIFF" CATEGORY="perl" SHORT_DESC="Net::FTP::AutoReconnect - FTP client class with automatic \ reconnect on failure" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-FTP-AutoReconnect" -REPOLOGY="perl:net-ftp-autoreconnect" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-FTP-AutoReconnect-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIFF/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-ftp-retrhandle/receipt --- a/perl-net-ftp-retrhandle/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-ftp-retrhandle/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Net-FTP-RetrHandle" PACKAGE="perl-net-ftp-retrhandle" VERSION="0.2" +AUTHOR="GIFF" CATEGORY="perl" SHORT_DESC="Net::FTP::RetrHandle - Tied or IO::Handle-compatible interface to \ a file retrieved by FTP" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-FTP-RetrHandle" -REPOLOGY="perl:net-ftp-retrhandle" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-FTP-RetrHandle-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIFF/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-http/receipt --- a/perl-net-http/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-http/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Net-HTTP" PACKAGE="perl-net-http" VERSION="6.18" +AUTHOR="OALDERS" CATEGORY="perl" SHORT_DESC="Net::HTTP - Low-level HTTP connection (client)" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-HTTP" -REPOLOGY="perl:net-http" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-HTTP-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-uri" +DEPENDS_std="perl-uri" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-uri" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-ip/receipt --- a/perl-net-ip/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-ip/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Net-IP" PACKAGE="perl-net-ip" VERSION="1.26" +AUTHOR="MANU" CATEGORY="perl" SHORT_DESC="Net::IP - Perl extension for manipulating IPv4/IPv6 addresses" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-IP" -REPOLOGY="perl:net-ip" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-IP-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MANU/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-mysql/receipt --- a/perl-net-mysql/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-mysql/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Net-MySQL" PACKAGE="perl-net-mysql" VERSION="0.11" +AUTHOR="TSUCCHI" CATEGORY="perl" SHORT_DESC="Net::MySQL - Pure Perl MySQL network protocol interface" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-MySQL" -REPOLOGY="perl:net-mysql" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-MySQL-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TS/TSUCCHI/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-digest-sha1 libmysqlclient" +DEPENDS_std="perl-digest-sha1 libmysqlclient" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-digest-sha1 libmysqlclient" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-pcap/receipt --- a/perl-net-pcap/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-pcap/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Net-Pcap" PACKAGE="perl-net-pcap" VERSION="0.18" +AUTHOR="SAPER" CATEGORY="perl" SHORT_DESC="Net::Pcap - Interface to the pcap(3) LBL packet capture library" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-Pcap" -REPOLOGY="perl:net-pcap" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-Pcap-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SA/SAPER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev libpcap-dev" +DEPENDS_std="perl libpcap" +BUILD_DEPENDS="$DEPENDS_std perl-dev libpcap-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl libpcap" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-pcap/stuff/patches/fix-build.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-net-pcap/stuff/patches/fix-build.patch Tue Dec 11 23:38:35 2018 +0200 @@ -0,0 +1,44 @@ +diff -up ./Makefile.PL.tv ./Makefile.PL +--- ./Makefile.PL.tv 2018-09-21 10:32:09.165570705 +0200 ++++ ./Makefile.PL 2018-09-21 10:45:39.096591301 +0200 +@@ -106,7 +106,7 @@ REASON + # We also store the list of available functions in a file for skipping the + # corresponding tests. + my @funcs = have_functions(find_functions()); +-$options{DEFINE} .= cpp_defines(@funcs); ++$options{DEFINE} .= cpp_defines(@funcs). "-DHAVE_PCAP_SETSAMPLING"; + open(FUNCS, '>funcs.txt') or warn "warning: can't write 'funcs.txt': $!\n"; + print FUNCS join("\n", @funcs), "\n"; + close(FUNCS); +diff -up ./Pcap.xs.tv ./Pcap.xs +diff -up ./stubs.inc.tv ./stubs.inc +--- ./stubs.inc.tv 2018-09-21 10:30:08.653034412 +0200 ++++ ./stubs.inc 2018-09-21 10:46:41.339897943 +0200 +@@ -354,11 +354,6 @@ int pcap_parsesrcstr(const char *source, + #ifdef _MSC_VER + #pragma message( "Warning: the function pcap_open() is not available" ) + #endif +-struct pcap_rmtauth { +- int type; +- char *username; +- char *password; +-}; + + pcap_t * pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *err); + pcap_t * pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *err) { +@@ -511,6 +511,7 @@ HANDLE pcap_getevent(pcap_t *p) { + #ifdef _MSC_VER + #pragma message( "Warning: the function pcap_setsampling() is not available" ) + #endif ++#if 0 + struct pcap_samp { + int method; + int value; +@@ -522,6 +523,7 @@ struct pcap_samp *pcap_setsampling(pcap_ + return NULL; + } + #endif ++#endif + + + /* diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-pcap/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-net-pcap/stuff/patches/series Tue Dec 11 23:38:35 2018 +0200 @@ -0,0 +1,2 @@ +# From https://bugzilla.redhat.com/show_bug.cgi?id=1612860 +fix-build.patch diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-server/receipt --- a/perl-net-server/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-server/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Net-Server" PACKAGE="perl-net-server" VERSION="2.009" +AUTHOR="RHANDOM" CATEGORY="perl" SHORT_DESC="Net::Server - Extensible, general Perl server engine" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-Server" -REPOLOGY="perl:net-server" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-Server-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RH/RHANDOM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-smtp-ssl/receipt --- a/perl-net-smtp-ssl/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-smtp-ssl/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Net-SMTP-SSL" PACKAGE="perl-net-smtp-ssl" VERSION="1.04" +AUTHOR="RJBS" CATEGORY="perl" SHORT_DESC="Net::SMTP::SSL - SSL support for Net::SMTP" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-SMTP-SSL" -REPOLOGY="perl:net-smtp-ssl" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-SMTP-SSL-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-io-socket-ssl" +DEPENDS_std="perl-io-socket-ssl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-io-socket-ssl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-snmp/receipt --- a/perl-net-snmp/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-snmp/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Net-SNMP" PACKAGE="perl-net-snmp" VERSION="6.0.1" +AUTHOR="DTOWN" CATEGORY="perl" SHORT_DESC="Net::SNMP - Object oriented interface to SNMP" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-SNMP" -REPOLOGY="perl:net-snmp" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-SNMP-v$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DT/DTOWN/$TARBALL" +TARBALL="$ORIGIN-v$VERSION.tar.gz" # !!! +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-crypt-des perl-digest-hmac perl-digest-sha1" +DEPENDS_std="perl-crypt-des perl-digest-hmac perl-digest-sha1" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-crypt-des perl-digest-hmac perl-digest-sha1" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-ssleay/receipt --- a/perl-net-ssleay/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-ssleay/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Net-SSLeay" PACKAGE="perl-net-ssleay" VERSION="1.85" +AUTHOR="MIKEM" CATEGORY="perl" SHORT_DESC="Net::SSLeay - Perl extension for using OpenSSL" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-SSLeay" -REPOLOGY="perl:net-ssleay" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-SSLeay-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev openssl-dev" +DEPENDS_std="perl openssl zlib" +BUILD_DEPENDS="$DEPENDS_std perl-dev openssl-dev" compile_rules() { - # avoid interactive questions - PERL_MM_USE_DEFAULT=1 \ - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl openssl zlib" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-telnet/receipt --- a/perl-net-telnet/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-telnet/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Net-Telnet" PACKAGE="perl-net-telnet" VERSION="3.04" +AUTHOR="JROGERS" CATEGORY="perl" SHORT_DESC="Net::Telnet - interact with TELNET port or other TCP ports" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-Telnet" -REPOLOGY="perl:net-telnet" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-Telnet-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/J/JR/JROGERS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-net-xwhois/receipt --- a/perl-net-xwhois/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-net-xwhois/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Net-XWhois" PACKAGE="perl-net-xwhois" VERSION="0.90" +AUTHOR="VIPUL" CATEGORY="perl" SHORT_DESC="Net::XWhois - Whois Client Interface for Perl5" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="unknown" -WEB_SITE="https://metacpan.org/release/Net-XWhois" -REPOLOGY="perl:net-xwhois" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Net-XWhois-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/V/VI/VIPUL/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-number-compare/receipt --- a/perl-number-compare/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-number-compare/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Number-Compare" PACKAGE="perl-number-compare" VERSION="0.03" +AUTHOR="RCLAMP" CATEGORY="perl" SHORT_DESC="Number::Compare - numeric comparisons" MAINTAINER="devel@slitaz.org" LICENSE="unknown" -WEB_SITE="https://metacpan.org/release/Number-Compare" -REPOLOGY="perl:number-compare" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Number-Compare-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-number-range/receipt --- a/perl-number-range/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-number-range/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Number-Range" PACKAGE="perl-number-range" VERSION="0.12" +AUTHOR="LARRYSH" CATEGORY="perl" SHORT_DESC="Number::Range - Perl extension defining ranges of numbers and \ testing if a number is found in the range" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Number-Range" -REPOLOGY="perl:number-range" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Number-Range-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/L/LA/LARRYSH/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-ole-storage-lite/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-ole-storage-lite/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -0,0 +1,23 @@ +# SliTaz package receipt v2. + +ORIGIN="OLE-Storage_Lite" +PACKAGE="perl-ole-storage-lite" +VERSION="0.19" +AUTHOR="JMCNAMARA" +CATEGORY="perl" +SHORT_DESC="OLE::Storage_Lite - Simple Class for OLE document interface" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" + +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" + +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" + +compile_rules() { + cook_perl +} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-ole-storage_lite/receipt --- a/perl-ole-storage_lite/receipt Thu Dec 06 20:27:31 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# SliTaz package receipt v2. - -PACKAGE="perl-ole-storage_lite" -VERSION="0.19" -CATEGORY="perl" -SHORT_DESC="OLE::Storage_Lite - Simple Class for OLE document interface" -MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/OLE-Storage_Lite" -REPOLOGY="perl:ole-storage-lite" - -TARBALL="OLE-Storage_Lite-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/$TARBALL" - -BUILD_DEPENDS="perl" - -compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install -} - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-package-deprecationmanager/receipt --- a/perl-package-deprecationmanager/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-package-deprecationmanager/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Package-DeprecationManager" PACKAGE="perl-package-deprecationmanager" VERSION="0.17" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="Package::DeprecationManager - Manage deprecation warnings for your \ distribution" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Package-DeprecationManager" -REPOLOGY="perl:package-deprecationmanager" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Package-DeprecationManager-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-package-stash perl-params-util perl-sub-install \ -perl-sub-name perl-test-fatal perl-test-warnings" +DEPENDS_std="perl-package-stash perl-params-util perl-sub-install perl-sub-name" +BUILD_DEPENDS="$DEPENDS_std perl-test-fatal perl-test-warnings" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-package-stash perl-params-util perl-sub-install perl-sub-name" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-package-stash-xs/receipt --- a/perl-package-stash-xs/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-package-stash-xs/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Package-Stash-XS" PACKAGE="perl-package-stash-xs" VERSION="0.28" +AUTHOR="DOY" CATEGORY="perl" SHORT_DESC="Package::Stash::XS - faster and more correct implementation of the \ Package::Stash API" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Package-Stash-XS" -REPOLOGY="perl:package-stash-xs" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Package-Stash-XS-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-package-stash/receipt --- a/perl-package-stash/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-package-stash/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Package-Stash" PACKAGE="perl-package-stash" VERSION="0.37" +AUTHOR="DOY" CATEGORY="perl" SHORT_DESC="Package::Stash - routines for manipulating stashes" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Package-Stash" -REPOLOGY="perl:package-stash" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Package-Stash-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dist-checkconflicts perl-module-implementation \ -perl-package-stash-xs perl-test-fatal perl-test-requires" +DEPENDS_std="perl-dist-checkconflicts perl-module-implementation" +BUILD_DEPENDS="$DEPENDS_std perl-package-stash-xs perl-test-fatal \ +perl-test-requires" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-dist-checkconflicts perl-module-implementation" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-pango/receipt --- a/perl-pango/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-pango/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,25 @@ # SliTaz package receipt v2. +ORIGIN="Pango" PACKAGE="perl-pango" VERSION="1.227" +AUTHOR="XAOC" CATEGORY="perl" SHORT_DESC="Pango - Layout and render international text" -MAINTAINER="claudinei@slitaz.org" +MAINTAINER="devel@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://metacpan.org/release/Pango" -REPOLOGY="perl:pango" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Pango-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-cairo perl-glib cairo freetype glib pango perl-dev \ -perl-extutils-depends perl-extutils-pkgconfig pango-dev" +DEPENDS_std="perl-cairo perl-glib cairo freetype glib pango" +BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \ +perl-extutils-pkgconfig pango-dev" + +COPY_std="@std @dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std @dev - DEPENDS="perl-cairo perl-glib cairo freetype glib pango" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-params-util/receipt --- a/perl-params-util/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-params-util/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Params-Util" PACKAGE="perl-params-util" VERSION="1.07" +AUTHOR="ADAMK" CATEGORY="perl" SHORT_DESC="Params::Util - Simple, compact and correct param-checking functions" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Params-Util" -REPOLOGY="perl:params-util" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Params-Util-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/A/AD/ADAMK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-params-validate/receipt --- a/perl-params-validate/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-params-validate/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,19 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Params-Validate" PACKAGE="perl-params-validate" VERSION="1.29" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="Params::Validate - Validate method/function parameters" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Params-Validate" -REPOLOGY="perl:params-validate" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Params-Validate-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-module-implementation perl-dev perl-module-build \ -perl-test-fatal perl-test-requires" +DEPENDS_std="perl-module-implementation" +BUILD_DEPENDS="$DEPENDS_std perl-dev perl-module-build perl-test-fatal \ +perl-test-requires" compile_rules() { perl Build.PL && @@ -21,8 +24,3 @@ chmod -R u+w $install } - -genpkg_rules() { - copy @std - DEPENDS="perl-module-implementation" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-params-validationcompiler/receipt --- a/perl-params-validationcompiler/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-params-validationcompiler/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,25 @@ # SliTaz package receipt v2. +ORIGIN="Params-ValidationCompiler" PACKAGE="perl-params-validationcompiler" VERSION="0.30" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="Params::ValidationCompiler - Build an optimized subroutine \ parameter validator once, use it forever" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Params-ValidationCompiler" -REPOLOGY="perl:params-validationcompiler" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Params-ValidationCompiler-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-eval-closure perl-exception-class perl-specio \ -perl-test2-suite perl-test2-plugin-nowarnings perl-test-without-module" +DEPENDS_std="perl-eval-closure perl-exception-class" +BUILD_DEPENDS="$DEPENDS_std perl-specio perl-test2-suite \ +perl-test2-plugin-nowarnings perl-test-without-module" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-eval-closure perl-exception-class" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-parse-recdescent/receipt --- a/perl-parse-recdescent/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-parse-recdescent/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Parse-RecDescent" PACKAGE="perl-parse-recdescent" VERSION="1.967015" +AUTHOR="JTBRAUN" CATEGORY="perl" SHORT_DESC="Parse::RecDescent - Generate Recursive-Descent Parsers" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Parse-RecDescent" -REPOLOGY="perl:parse-recdescent" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Parse-RecDescent-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/J/JT/JTBRAUN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-path-class/receipt --- a/perl-path-class/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-path-class/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Path-Class" PACKAGE="perl-path-class" VERSION="0.37" +AUTHOR="KWILLIAMS" CATEGORY="perl" SHORT_DESC="Path::Class - Cross-platform path specification manipulation" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Path-Class" -REPOLOGY="perl:path-class" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Path-Class-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/K/KW/KWILLIAMS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-module-build" +DEPENDS_std="perl-module-build" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-module-build" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-path-tiny/receipt --- a/perl-path-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-path-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Path-Tiny" PACKAGE="perl-path-tiny" VERSION="0.108" +AUTHOR="DAGOLDEN" CATEGORY="perl" SHORT_DESC="Path::Tiny - File path utility" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Path-Tiny" -REPOLOGY="perl:path-tiny" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Path-Tiny-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-pcsc-perl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-pcsc-perl/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -0,0 +1,22 @@ +# SliTaz package receipt v2. + +ORIGIN="pcsc-perl" +PACKAGE="perl-pcsc-perl" +VERSION="1.4.14" +AUTHOR="WHOM" +CATEGORY="perl" +SHORT_DESC="Chipcard::PCSC - Smart card reader interface library" +MAINTAINER="devel@slitaz.org" +LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" + +TARBALL="$ORIGIN-$VERSION.tar.bz2" # !!! +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" + +DEPENDS_std="perl pcsc-lite" +BUILD_DEPENDS="$DEPENDS_std perl-dev pcsc-lite-dev" + +compile_rules() { + cook_perl +} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-pcsc/receipt --- a/perl-pcsc/receipt Thu Dec 06 20:27:31 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-pcsc" -VERSION="1.4.14" -CATEGORY="perl" -SHORT_DESC="Chipcard::PCSC - Smart card reader interface library" -MAINTAINER="devel@slitaz.org" -LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/pcsc-perl" -REPOLOGY="perl:pcsc-perl" - -TARBALL="pcsc-perl-$VERSION.tar.bz2" -WGET_URL="https://cpan.metacpan.org/authors/id/W/WH/WHOM/$TARBALL" - -BUILD_DEPENDS="perl-dev pcsc-lite-dev" - -compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install -} - -genpkg_rules() { - copy @std - DEPENDS="perl pcsc-lite" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-perl-ldap/receipt --- a/perl-perl-ldap/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-perl-ldap/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,36 +1,26 @@ # SliTaz package receipt v2. +ORIGIN="perl-ldap" PACKAGE="perl-perl-ldap" VERSION="0.65" +AUTHOR="MARSCHAP" CATEGORY="perl" SHORT_DESC="LDAP client library" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/perl-ldap" -REPOLOGY="perl:perl-ldap" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="perl-ldap-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-convert-asn1 perl-text-soundex perl-io-socket-inet6 \ +DEPENDS_std="perl-convert-asn1 perl-text-soundex perl-io-socket-inet6 \ perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \ perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \ -perl-http-negotiate perl-http-message perl-json perl-module-install" +perl-http-negotiate perl-http-message perl-json" +BUILD_DEPENDS="$DEPENDS_std perl-module-install" compile_rules() { - # avoid interactive questions - PERL_MM_USE_DEFAULT=1 \ - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-convert-asn1 perl-text-soundex perl-io-socket-inet6 \ - perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \ - perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \ - perl-http-negotiate perl-http-message perl-json" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-perl-tidy/receipt --- a/perl-perl-tidy/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-perl-tidy/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Perl-Tidy" PACKAGE="perl-perl-tidy" -VERSION="20180220" +VERSION="20181120" +AUTHOR="SHANCOCK" CATEGORY="perl" SHORT_DESC="Perl::Tidy - Parses and beautifies perl source" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Perl-Tidy" -REPOLOGY="perl:perl-tidy" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Perl-Tidy-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" - PROVIDE="perltidy" # substitute old name -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-pod-coverage/receipt --- a/perl-pod-coverage/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-pod-coverage/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Pod-Coverage" PACKAGE="perl-pod-coverage" VERSION="0.23" +AUTHOR="RCLAMP" CATEGORY="perl" SHORT_DESC="Pod::Coverage - Checks if the documentation of a module is \ comprehensive" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Pod-Coverage" -REPOLOGY="perl:pod-coverage" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Pod-Coverage-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-devel-symdump" +DEPENDS_std="perl-devel-symdump" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-devel-symdump" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-proc-processtable/receipt --- a/perl-proc-processtable/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-proc-processtable/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Proc-ProcessTable" PACKAGE="perl-proc-processtable" VERSION="0.55" +AUTHOR="JWB" CATEGORY="perl" SHORT_DESC="Proc::ProcessTable - Perl extension to access the unix process \ table" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Proc-ProcessTable" -REPOLOGY="perl:proc-processtable" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Proc-ProcessTable-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/J/JW/JWB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-rfc-rfc822-address/receipt --- a/perl-rfc-rfc822-address/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-rfc-rfc822-address/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="RFC-RFC822-Address" PACKAGE="perl-rfc-rfc822-address" VERSION="2009110702" +AUTHOR="ABIGAIL" CATEGORY="perl" SHORT_DESC="RFC::RFC822::Address - RFC 822 style address validation" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/RFC-RFC822-Address" -REPOLOGY="perl:rfc-rfc822-address" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="RFC-RFC822-Address-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-parse-recdescent" +DEPENDS_std="perl-parse-recdescent" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-parse-recdescent" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-role-tiny/receipt --- a/perl-role-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-role-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Role-Tiny" PACKAGE="perl-role-tiny" VERSION="2.000006" +AUTHOR="HAARG" CATEGORY="perl" SHORT_DESC="Role::Tiny - Roles. Like a nouvelle cuisine portion size slice of \ Moose" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Role-Tiny" -REPOLOGY="perl:role-tiny" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Role-Tiny-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HAARG/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-rrd-simple/receipt --- a/perl-rrd-simple/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-rrd-simple/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,25 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="RRD-Simple" PACKAGE="perl-rrd-simple" VERSION="1.44" +AUTHOR="NICOLAW" CATEGORY="perl" SHORT_DESC="RRD::Simple - Simple interface to create and store data in RRD \ files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/RRD-Simple" -REPOLOGY="perl:rrd-simple" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="RRD-Simple-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep \ +DEPENDS_std="perl rrdtool-perl" +BUILD_DEPENDS="$DEPENDS_std perl-test-pod perl-test-deep \ perl-test-pod-coverage perl-module-build" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl rrdtool-perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-scalar-list-utils/receipt --- a/perl-scalar-list-utils/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-scalar-list-utils/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Scalar-List-Utils" PACKAGE="perl-scalar-list-utils" VERSION="1.50" +AUTHOR="PEVANS" CATEGORY="perl" SHORT_DESC="Common Scalar and List utility subroutines" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Scalar-List-Utils" -REPOLOGY="perl:scalar-list-utils" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Scalar-List-Utils-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-scope-guard/receipt --- a/perl-scope-guard/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-scope-guard/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Scope-Guard" PACKAGE="perl-scope-guard" VERSION="0.21" +AUTHOR="CHOCOLATE" CATEGORY="perl" SHORT_DESC="Scope::Guard - lexically-scoped resource management" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Scope-Guard" -REPOLOGY="perl:scope-guard" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Scope-Guard-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-sgmlspm/receipt --- a/perl-sgmlspm/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-sgmlspm/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,33 +1,29 @@ # SliTaz package receipt v2. +ORIGIN="SGMLSpm" PACKAGE="perl-sgmlspm" VERSION="1.1" +#AUTHOR="" CATEGORY="perl" SHORT_DESC="SGMLSpm - parsing the output from James Clark's SGMLS and NSGMLS \ parsers" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm" +WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm" # !!! LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm" -REPOLOGY="perl:sgmlspm" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="SGMLSpm-$VERSION.tar.gz" -WGET_URL="http://anduin.linuxfromscratch.org/BLFS/perl-modules/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="http://anduin.linuxfromscratch.org/BLFS/perl-modules/$TARBALL" # !!! -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { chmod 644 MYMETA.yml - perl Makefile.PL && - make && - make DESTDIR=$install install || return 1 + cook_perl || return 1 ln -sv sgmlspl.pl $install/usr/bin/sgmlspl - chmod -R u+w $install } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-soap-lite/receipt --- a/perl-soap-lite/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-soap-lite/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,32 +1,25 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="SOAP-Lite" PACKAGE="perl-soap-lite" VERSION="1.27" +AUTHOR="PHRED" CATEGORY="perl" SHORT_DESC="SOAP::Lite - Perl's Web Services Toolkit" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/SOAP-Lite" -REPOLOGY="perl:soap-lite" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="SOAP-Lite-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-class-inspector perl-io-sessiondata perl-io-socket-ssl \ +DEPENDS_std="perl-class-inspector perl-io-sessiondata perl-io-socket-ssl \ perl-lwp-protocol-https perl-libwww-perl perl-task-weaken perl-uri \ perl-xml-parser" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-class-inspector perl-io-sessiondata perl-io-socket-ssl \ - perl-lwp-protocol-https perl-libwww-perl perl-task-weaken perl-uri \ - perl-xml-parser" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-socket6/receipt --- a/perl-socket6/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-socket6/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Socket6" PACKAGE="perl-socket6" VERSION="0.29" +AUTHOR="UMEMOTO" CATEGORY="perl" SHORT_DESC="Socket6 - IPv6 related part of the C socket.h defines and \ structure manipulators" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Socket6" -REPOLOGY="perl:socket6" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Socket6-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-specio/receipt --- a/perl-specio/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-specio/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Specio" PACKAGE="perl-specio" -VERSION="0.42" +VERSION="0.43" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="Specio - Type constraints and coercions for Perl" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Specio" -REPOLOGY="perl:specio" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Specio-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-devel-stacktrace perl-eval-closure perl-module-runtime \ -perl-mro-compat perl-role-tiny perl-test-fatal perl-test-needs" +DEPENDS_std="perl-devel-stacktrace perl-eval-closure perl-module-runtime \ +perl-mro-compat perl-role-tiny perl-test-fatal" +BUILD_DEPENDS="$DEPENDS_std perl-test-needs" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-devel-stacktrace perl-eval-closure perl-module-runtime \ - perl-mro-compat perl-role-tiny perl-test-fatal" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-spreadsheet-parseexcel/receipt --- a/perl-spreadsheet-parseexcel/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-spreadsheet-parseexcel/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Spreadsheet-ParseExcel" PACKAGE="perl-spreadsheet-parseexcel" VERSION="0.65" +AUTHOR="DOUGW" CATEGORY="perl" SHORT_DESC="Spreadsheet::ParseExcel - Read information from an Excel file" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Spreadsheet-ParseExcel" -REPOLOGY="perl:spreadsheet-parseexcel" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Spreadsheet-ParseExcel-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOUGW/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-crypt-rc4 perl-digest-perl-md5 perl-io-stringy \ +DEPENDS_std="perl-crypt-rc4 perl-digest-perl-md5 perl-io-stringy \ perl-ole-storage_lite" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-crypt-rc4 perl-digest-perl-md5 perl-io-stringy \ - perl-ole-storage_lite" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-spreadsheet-writeexcel/receipt --- a/perl-spreadsheet-writeexcel/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-spreadsheet-writeexcel/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Spreadsheet-WriteExcel" PACKAGE="perl-spreadsheet-writeexcel" VERSION="2.40" +AUTHOR="JMCNAMARA" CATEGORY="perl" SHORT_DESC="Spreadsheet::WriteExcel - Write to a cross-platform Excel binary \ file" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Spreadsheet-WriteExcel" -REPOLOGY="perl:spreadsheet-writeexcel" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Spreadsheet-WriteExcel-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-ole-storage_lite perl-parse-recdescent" +DEPENDS_std="perl-ole-storage_lite perl-parse-recdescent" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-ole-storage_lite perl-parse-recdescent" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-sub-exporter-progressive/receipt --- a/perl-sub-exporter-progressive/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-sub-exporter-progressive/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Sub-Exporter-Progressive" PACKAGE="perl-sub-exporter-progressive" VERSION="0.001013" +AUTHOR="FREW" CATEGORY="perl" SHORT_DESC="Sub::Exporter::Progressive - Only use Sub::Exporter if you need it" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Sub-Exporter-Progressive" -REPOLOGY="perl:sub-exporter-progressive" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Sub-Exporter-Progressive-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/F/FR/FREW/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-sub-identify/receipt --- a/perl-sub-identify/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-sub-identify/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Sub-Identify" PACKAGE="perl-sub-identify" VERSION="0.14" +AUTHOR="RGARCIA" CATEGORY="perl" SHORT_DESC="Sub::Identify - Retrieve names of code references" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Sub-Identify" -REPOLOGY="perl:sub-identify" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Sub-Identify-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-sub-info/receipt --- a/perl-sub-info/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-sub-info/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Sub-Info" PACKAGE="perl-sub-info" VERSION="0.002" +AUTHOR="EXODIST" CATEGORY="perl" SHORT_DESC="Sub::Info - Tool for inspecting subroutines" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Sub-Info" -REPOLOGY="perl:sub-info" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Sub-Info-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-importer" +DEPENDS_std="perl-importer" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-importer" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-sub-install/receipt --- a/perl-sub-install/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-sub-install/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Sub-Install" PACKAGE="perl-sub-install" VERSION="0.928" +AUTHOR="RJBS" CATEGORY="perl" SHORT_DESC="Sub::Install - install subroutines into packages easily" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Sub-Install" -REPOLOGY="perl:sub-install" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Sub-Install-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -DEPENDS="perl" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-sub-name/receipt --- a/perl-sub-name/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-sub-name/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Sub-Name" PACKAGE="perl-sub-name" VERSION="0.21" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="Sub::Name - (Re)name a sub" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Sub-Name" -REPOLOGY="perl:sub-name" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Sub-Name-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-sub-uplevel/receipt --- a/perl-sub-uplevel/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-sub-uplevel/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Sub-Uplevel" PACKAGE="perl-sub-uplevel" VERSION="0.2800" +AUTHOR="DAGOLDEN" CATEGORY="perl" SHORT_DESC="Sub::Uplevel - apparently run a function in a higher stack frame" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Sub-Uplevel" -REPOLOGY="perl:sub-uplevel" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Sub-Uplevel-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-task-weaken/receipt --- a/perl-task-weaken/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-task-weaken/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Task-Weaken" PACKAGE="perl-task-weaken" VERSION="1.06" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="Task::Weaken - Ensure that a platform has weaken support" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Task-Weaken" -REPOLOGY="perl:task-weaken" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Task-Weaken-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-module-install" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-module-install" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-template-toolkit/receipt --- a/perl-template-toolkit/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-template-toolkit/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Template-Toolkit" PACKAGE="perl-template-toolkit" VERSION="2.28" +AUTHOR="ATOOMIC" CATEGORY="perl" SHORT_DESC="Template::Toolkit - Template Processing System" MAINTAINER="devel@slitaz.org" LICENSE="Perl" -WEB_SITE="https://metacpan.org/release/Template-Toolkit" -REPOLOGY="perl:template-toolkit" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Template-Toolkit-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev perl-appconfig" +DEPENDS_std="perl perl-appconfig" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL TT_XS_ENABLE=y TT_XS_DEFAULT=y TT_ACCEPT=y TT_QUIET=n && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl "TT_XS_ENABLE=y TT_XS_DEFAULT=y TT_ACCEPT=y TT_QUIET=n" } - -genpkg_rules() { - copy @std - DEPENDS="perl perl-appconfig" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-term-animation/receipt --- a/perl-term-animation/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-term-animation/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Term-Animation" PACKAGE="perl-term-animation" VERSION="2.6" +AUTHOR="KBAUCOM" CATEGORY="perl" SHORT_DESC="Term::Animation - ASCII sprite animation framework" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Term-Animation" -REPOLOGY="perl:term-animation" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Term-Animation-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/K/KB/KBAUCOM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-curses" +DEPENDS_std="perl-curses" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-curses" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-term-readkey/receipt --- a/perl-term-readkey/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-term-readkey/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="TermReadKey" PACKAGE="perl-term-readkey" VERSION="2.37" +AUTHOR="JSTOWE" CATEGORY="perl" SHORT_DESC="Term::ReadKey - A perl module for simple terminal control" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/TermReadKey" -REPOLOGY="perl:term-readkey" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="TermReadKey-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-term-table/receipt --- a/perl-term-table/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-term-table/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Term-Table" PACKAGE="perl-term-table" -VERSION="0.012" +VERSION="0.013" +AUTHOR="EXODIST" CATEGORY="perl" SHORT_DESC="Term::Table - Format a header and rows into a table" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Term-Table" -REPOLOGY="perl:term-table" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Term-Table-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-importer" +DEPENDS_std="perl-importer" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-importer" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-deep/receipt --- a/perl-test-deep/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-deep/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Test-Deep" PACKAGE="perl-test-deep" VERSION="1.128" +AUTHOR="RJBS" CATEGORY="perl" SHORT_DESC="Test::Deep - Extremely flexible deep comparison" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Deep" -REPOLOGY="perl:test-deep" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Deep-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-exception/receipt --- a/perl-test-exception/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-exception/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test-Exception" PACKAGE="perl-test-exception" VERSION="0.43" +AUTHOR="EXODIST" CATEGORY="perl" SHORT_DESC="Test::Exception - Test exception-based code" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Exception" -REPOLOGY="perl:test-exception" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Exception-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-sub-uplevel" +DEPENDS_std="perl-sub-uplevel" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-sub-uplevel" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-fatal/receipt --- a/perl-test-fatal/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-fatal/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Test-Fatal" PACKAGE="perl-test-fatal" VERSION="0.014" +AUTHOR="RJBS" CATEGORY="perl" SHORT_DESC="Test::Fatal - incredibly simple helpers for testing code with \ exceptions" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Fatal" -REPOLOGY="perl:test-fatal" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Fatal-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-try-tiny" +DEPENDS_std="perl-try-tiny" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-try-tiny" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-file-sharedir/receipt --- a/perl-test-file-sharedir/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-file-sharedir/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,31 +1,25 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test-File-ShareDir" PACKAGE="perl-test-file-sharedir" VERSION="1.001002" +AUTHOR="KENTNL" CATEGORY="perl" SHORT_DESC="Test::File::ShareDir - Create a Fake ShareDir for your modules for \ testing" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-File-ShareDir" -REPOLOGY="perl:test-file-sharedir" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-File-ShareDir-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-class-tiny perl-file-copy-recursive perl-file-sharedir \ -perl-path-tiny perl-scope-guard perl-test-fatal" +DEPENDS_std="perl-class-tiny perl-file-copy-recursive perl-file-sharedir \ +perl-path-tiny perl-scope-guard" +BUILD_DEPENDS="$DEPENDS_std perl-test-fatal" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-class-tiny perl-file-copy-recursive perl-file-sharedir \ - perl-path-tiny perl-scope-guard" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-inter/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-test-inter/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -0,0 +1,23 @@ +# SliTaz package receipt v2. + +ORIGIN="Test-Inter" +PACKAGE="perl-test-inter" +VERSION="1.07" +AUTHOR="SBECK" +CATEGORY="perl" +SHORT_DESC="Test::Inter - framework for more readable interactive test scripts" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" + +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" + +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" + +compile_rules() { + cook_perl +} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-manifest/receipt --- a/perl-test-manifest/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-manifest/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test-Manifest" PACKAGE="perl-test-manifest" VERSION="2.021" +AUTHOR="BDFOY" CATEGORY="perl" SHORT_DESC="Test::Manifest - interact with a t/test_manifest file" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Manifest" -REPOLOGY="perl:test-manifest" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Manifest-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BD/BDFOY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-needs/receipt --- a/perl-test-needs/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-needs/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test-Needs" PACKAGE="perl-test-needs" VERSION="0.002005" +AUTHOR="HAARG" CATEGORY="perl" SHORT_DESC="Test::Needs - Skip tests when modules not available" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Needs" -REPOLOGY="perl:test-needs" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Needs-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HAARG/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-nowarnings/receipt --- a/perl-test-nowarnings/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-nowarnings/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test-NoWarnings" PACKAGE="perl-test-nowarnings" VERSION="1.04" +AUTHOR="ADAMK" CATEGORY="perl" SHORT_DESC="Test::NoWarnings - Make sure you didn't emit any warnings while \ testing" MAINTAINER="devel@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://metacpan.org/release/Test-NoWarnings" -REPOLOGY="perl:test-nowarnings" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-NoWarnings-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/A/AD/ADAMK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-number-delta/receipt --- a/perl-test-number-delta/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-number-delta/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test-Number-Delta" PACKAGE="perl-test-number-delta" VERSION="1.06" +AUTHOR="DAGOLDEN" CATEGORY="perl" SHORT_DESC="Test::Number::Delta - Compare the difference between numbers \ against a given tolerance" MAINTAINER="claudinei@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Number-Delta" -REPOLOGY="perl:test-number-delta" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Number-Delta-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-pod-coverage/receipt --- a/perl-test-pod-coverage/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-pod-coverage/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,26 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test-Pod-Coverage" PACKAGE="perl-test-pod-coverage" VERSION="1.10" +AUTHOR="NEILB" CATEGORY="perl" SHORT_DESC="Test::Pod::Coverage - Check for pod coverage in your distribution" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Pod-Coverage" -REPOLOGY="perl:test-pod-coverage" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Pod-Coverage-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/N/NE/NEILB/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-pod-coverage" +DEPENDS_std="perl-pod-coverage" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-pod-coverage" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-pod/receipt --- a/perl-test-pod/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-pod/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Test-Pod" PACKAGE="perl-test-pod" VERSION="1.52" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="Test::Pod - check for POD errors in files" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Pod" -REPOLOGY="perl:test-pod" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Pod-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-requires/receipt --- a/perl-test-requires/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-requires/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test-Requires" PACKAGE="perl-test-requires" VERSION="0.10" +AUTHOR="TOKUHIROM" CATEGORY="perl" SHORT_DESC="Test::Requires - Checks to see if the module can be loaded" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Requires" -REPOLOGY="perl:test-requires" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Requires-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-requiresinternet/receipt --- a/perl-test-requiresinternet/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-requiresinternet/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Test-RequiresInternet" PACKAGE="perl-test-requiresinternet" VERSION="0.05" +AUTHOR="MALLEN" CATEGORY="perl" SHORT_DESC="Test::RequiresInternet - Easily test network connectivity" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-RequiresInternet" -REPOLOGY="perl:test-requiresinternet" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-RequiresInternet-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MALLEN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-simple/receipt --- a/perl-test-simple/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-simple/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Test-Simple" PACKAGE="perl-test-simple" -VERSION="1.302140" +VERSION="1.302141" +AUTHOR="EXODIST" CATEGORY="perl" SHORT_DESC="Basic utilities for writing tests" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Simple" -REPOLOGY="perl:test-simple" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Simple-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-warn/receipt --- a/perl-test-warn/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-warn/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Test-Warn" PACKAGE="perl-test-warn" VERSION="0.36" +AUTHOR="BIGJ" CATEGORY="perl" SHORT_DESC="Test::Warn - Perl extension to test methods for warnings" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Warn" -REPOLOGY="perl:test-warn" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Warn-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BI/BIGJ/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-sub-uplevel" +DEPENDS_std="perl-sub-uplevel" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-sub-uplevel" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-warnings/receipt --- a/perl-test-warnings/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-warnings/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test-Warnings" PACKAGE="perl-test-warnings" VERSION="0.026" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="Test::Warnings - Test for warnings and the lack of them" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Warnings" -REPOLOGY="perl:test-warnings" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Warnings-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test-without-module/receipt --- a/perl-test-without-module/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test-without-module/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Test-Without-Module" PACKAGE="perl-test-without-module" VERSION="0.20" +AUTHOR="CORION" CATEGORY="perl" SHORT_DESC="Test::Without::Module - Test fallback behaviour in absence of \ modules" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Without-Module" -REPOLOGY="perl:test-without-module" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test-Without-Module-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/C/CO/CORION/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test2-plugin-nowarnings/receipt --- a/perl-test2-plugin-nowarnings/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test2-plugin-nowarnings/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Test2-Plugin-NoWarnings" PACKAGE="perl-test2-plugin-nowarnings" VERSION="0.06" +AUTHOR="DROLSKY" CATEGORY="perl" SHORT_DESC="Test2::Plugin::NoWarnings - Fail if tests warn" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test2-Plugin-NoWarnings" -REPOLOGY="perl:test2-plugin-nowarnings" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test2-Plugin-NoWarnings-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-ipc-run3 perl-test2-suite" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-ipc-run3 perl-test2-suite" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-test2-suite/receipt --- a/perl-test2-suite/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-test2-suite/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Test2-Suite" PACKAGE="perl-test2-suite" -VERSION="0.000115" +VERSION="0.000117" +AUTHOR="EXODIST" CATEGORY="perl" SHORT_DESC="Distribution with a rich set of tools built upon the Test2 \ framework" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test2-Suite" -REPOLOGY="perl:test2-suite" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Test2-Suite-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-importer perl-sub-info perl-term-table perl-test-simple" +DEPENDS_std="perl-importer perl-sub-info perl-term-table perl-test-simple" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-importer perl-sub-info perl-term-table perl-test-simple" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-text-aspell/receipt --- a/perl-text-aspell/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-text-aspell/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Text-Aspell" PACKAGE="perl-text-aspell" VERSION="0.09" +AUTHOR="HANK" CATEGORY="perl" SHORT_DESC="Text::Aspell - Perl interface to the GNU Aspell library" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Text-Aspell" -REPOLOGY="perl:text-aspell" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Text-Aspell-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HANK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev aspell aspell-dev" +DEPENDS_std="perl aspell" +BUILD_DEPENDS="$DEPENDS_std perl-dev aspell-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl aspell gcc-lib-base" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-text-csv/receipt --- a/perl-text-csv/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-text-csv/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,26 @@ # SliTaz package receipt v2. +ORIGIN="Text-CSV" PACKAGE="perl-text-csv" VERSION="1.97" +AUTHOR="ISHIGAKI" CATEGORY="perl" SHORT_DESC="Text::CSV - comma-separated values manipulator (using XS or \ PurePerl)" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Text-CSV" -REPOLOGY="perl:text-csv" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Text-CSV-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" + +SUGGESTED_std="perl-text-csv_xs" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" - SUGGESTED="perl-text-csv_xs" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-text-glob/receipt --- a/perl-text-glob/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-text-glob/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Text-Glob" PACKAGE="perl-text-glob" VERSION="0.11" +AUTHOR="RCLAMP" CATEGORY="perl" SHORT_DESC="Text::Glob - match globbing patterns against text" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Text-Glob" -REPOLOGY="perl:text-glob" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Text-Glob-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -DEPENDS="perl" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-text-iconv/receipt --- a/perl-text-iconv/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-text-iconv/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="Text-Iconv" PACKAGE="perl-text-iconv" VERSION="1.7" +AUTHOR="MPIOTR" CATEGORY="perl" SHORT_DESC="Text::Iconv - Perl interface to iconv() codeset conversion function" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Text-Iconv" -REPOLOGY="perl:text-iconv" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Text-Iconv-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MP/MPIOTR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-text-patch/receipt --- a/perl-text-patch/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-text-patch/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Text-Patch" PACKAGE="perl-text-patch" VERSION="1.8" +AUTHOR="CADE" CATEGORY="perl" SHORT_DESC="Text::Patch - Patches text with given patch" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Text-Patch" +WEB_SITE="https://metacpan.org/release/$ORIGIN" HOST_ARCH="any" -REPOLOGY="perl:text-patch" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Text-Patch-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/C/CA/CADE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-text-soundex/receipt --- a/perl-text-soundex/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-text-soundex/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Text-Soundex" PACKAGE="perl-text-soundex" VERSION="3.05" +AUTHOR="RJBS" CATEGORY="perl" SHORT_DESC="Text::Soundex - Implementation of the soundex algorithm" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Text-Soundex" -REPOLOGY="perl:text-soundex" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Text-Soundex-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-text-template/receipt --- a/perl-text-template/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-text-template/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Text-Template" PACKAGE="perl-text-template" VERSION="1.53" +AUTHOR="MSCHOUT" CATEGORY="perl" SHORT_DESC="Text::Template - Expand template text with embedded Perl" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://metacpan.org/release/Text-Template" -REPOLOGY="perl:text-template" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Text-Template-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-timedate/receipt --- a/perl-timedate/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-timedate/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="TimeDate" PACKAGE="perl-timedate" VERSION="2.30" +AUTHOR="GBARR" CATEGORY="perl" SHORT_DESC="Date formating subroutines" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/TimeDate" -REPOLOGY="perl:timedate" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="TimeDate-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-tk/receipt --- a/perl-tk/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-tk/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,19 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="Tk" PACKAGE="perl-tk" VERSION="804.034" +AUTHOR="SREZIC" CATEGORY="perl" SHORT_DESC="Tk - a graphical user interface toolkit for Perl" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Tk" -REPOLOGY="perl:tk" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Tk-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SR/SREZIC/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev xorg-libX11-dev freetype-dev xorg-libXft-dev \ -fontconfig-dev libpng16-dev zlib-dev libjpeg-turbo-dev tk-dev" +DEPENDS_std="perl fontconfig libjpeg-turbo libpng16 xorg-libX11 \ +xorg-libXft zlib tk" +BUILD_DEPENDS="$DEPENDS_std perl-dev xorg-libX11-dev freetype-dev \ +xorg-libXft-dev fontconfig-dev libpng16-dev zlib-dev libjpeg-turbo-dev tk-dev" + SPLIT="$PACKAGE-dev" compile_rules() { @@ -21,21 +26,5 @@ sed -i 's/XKeycodeToKeysym\(.*\)unsigned int/XKeycodeToKeysym\1KeyCode/' \ pTk/Xlib.h - perl Makefile.PL && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - case $PACKAGE in - perl-tk) - copy @std - DEPENDS="perl fontconfig libjpeg-turbo libpng16 xorg-libX11 \ - xorg-libXft zlib tk" - ;; - *-dev) - copy @dev - ;; - esac -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-try-tiny/receipt --- a/perl-try-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-try-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Try-Tiny" PACKAGE="perl-try-tiny" VERSION="0.30" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC='Try::Tiny - Minimal try/catch with proper preservation of \$@' MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Try-Tiny" -REPOLOGY="perl:try-tiny" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Try-Tiny-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-unicode-map/receipt --- a/perl-unicode-map/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-unicode-map/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Unicode-Map" PACKAGE="perl-unicode-map" VERSION="0.112" +AUTHOR="MSCHWARTZ" CATEGORY="perl" SHORT_DESC="Unicode::Map - An utility to map texts from and to unicode" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Unicode-Map" -REPOLOGY="perl:unicode-map" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Unicode-Map-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MS/MSCHWARTZ/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-unicode-map8/receipt --- a/perl-unicode-map8/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-unicode-map8/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Unicode-Map8" PACKAGE="perl-unicode-map8" VERSION="0.13" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="Unicode::Map8 - Mapping table between 8-bit chars and Unicode" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Unicode-Map8" -REPOLOGY="perl:unicode-map8" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Unicode-Map8-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-unicode-string perl-dev" +DEPENDS_std="perl-unicode-string" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-unicode-string" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-unicode-maputf8/receipt --- a/perl-unicode-maputf8/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-unicode-maputf8/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Unicode-MapUTF8" PACKAGE="perl-unicode-maputf8" VERSION="1.11" +AUTHOR="SNOWHARE" CATEGORY="perl" SHORT_DESC="Unicode::MapUTF8 - Conversions to and from arbitrary character \ sets and UTF8" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Unicode-MapUTF8" -REPOLOGY="perl:unicode-maputf8" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Unicode-MapUTF8-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SN/SNOWHARE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-jcode perl-unicode-map perl-unicode-map8 perl-unicode-string" +DEPENDS_std="perl-jcode perl-unicode-map perl-unicode-map8 perl-unicode-string" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-jcode perl-unicode-map perl-unicode-map8 perl-unicode-string" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-unicode-string/receipt --- a/perl-unicode-string/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-unicode-string/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Unicode-String" PACKAGE="perl-unicode-string" VERSION="2.10" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="Unicode::String - String of Unicode characters (UTF-16BE)" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Unicode-String" -REPOLOGY="perl:unicode-string" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Unicode-String-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$AUTHOR/$TARBALL" # !!! -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-unix-mknod/receipt --- a/perl-unix-mknod/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-unix-mknod/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="Unix-Mknod" PACKAGE="perl-unix-mknod" VERSION="0.04" +AUTHOR="PIRZYK" CATEGORY="perl" SHORT_DESC="Unix::Mknod - Perl extension for mknod, major, minor, and makedev" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Unix-Mknod" -REPOLOGY="perl:unix-mknod" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Unix-Mknod-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PI/PIRZYK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-uri/receipt --- a/perl-uri/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-uri/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="URI" PACKAGE="perl-uri" VERSION="1.74" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="URI - Uniform Resource Identifiers (absolute and relative)" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/URI" -REPOLOGY="perl:uri" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="URI-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl perl-test-needs" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-variable-magic/receipt --- a/perl-variable-magic/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-variable-magic/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="Variable-Magic" PACKAGE="perl-variable-magic" VERSION="0.62" +AUTHOR="VPIT" CATEGORY="perl" SHORT_DESC="Variable::Magic - Associate user-defined magic to variables from \ Perl" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Variable-Magic" -REPOLOGY="perl:variable-magic" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="Variable-Magic-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/V/VP/VPIT/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-version/receipt --- a/perl-version/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-version/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="version" PACKAGE="perl-version" VERSION="0.9924" +AUTHOR="JPEACOCK" CATEGORY="perl" SHORT_DESC="version - Perl extension for Version Objects" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/version" -REPOLOGY="perl:version" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="version-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/J/JP/JPEACOCK/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-www-robotrules/receipt --- a/perl-www-robotrules/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-www-robotrules/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="WWW-RobotRules" PACKAGE="perl-www-robotrules" VERSION="6.02" +AUTHOR="GAAS" CATEGORY="perl" SHORT_DESC="WWW::RobotRules - database of robots.txt-derived permissions" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/WWW-RobotRules" -REPOLOGY="perl:www-robotrules" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="WWW-RobotRules-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-uri" +DEPENDS_std="perl-uri" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-uri" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-entities/receipt --- a/perl-xml-entities/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-entities/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="XML-Entities" PACKAGE="perl-xml-entities" VERSION="1.0002" +AUTHOR="SIXTEASE" CATEGORY="perl" SHORT_DESC="XML::Entities - Decode strings with XML entities" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Entities" -REPOLOGY="perl:xml-entities" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-Entities-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SI/SIXTEASE/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-filter-buffertext/receipt --- a/perl-xml-filter-buffertext/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-filter-buffertext/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ # SliTaz package receipt v2. +ORIGIN="XML-Filter-BufferText" PACKAGE="perl-xml-filter-buffertext" VERSION="1.01" +AUTHOR="RBERJON" CATEGORY="perl" SHORT_DESC="XML::Filter::BufferText - Filter to put all characters() in one \ event" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Filter-BufferText" -REPOLOGY="perl:xml-filter-buffertext" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-Filter-BufferText-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/R/RB/RBERJON/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-xml-sax perl-xml-sax-base" +DEPENDS_std="perl-xml-sax perl-xml-sax-base" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-xml-sax perl-xml-sax-base" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-namespacesupport/receipt --- a/perl-xml-namespacesupport/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-namespacesupport/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="XML-NamespaceSupport" PACKAGE="perl-xml-namespacesupport" VERSION="1.12" +AUTHOR="PERIGRIN" CATEGORY="perl" SHORT_DESC="XML::NamespaceSupport - A simple generic namespace processor" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-NamespaceSupport" -REPOLOGY="perl:xml-namespacesupport" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-NamespaceSupport-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-parser/receipt --- a/perl-xml-parser/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-parser/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,25 @@ # SliTaz package receipt v2. +ORIGIN="XML-Parser" PACKAGE="perl-xml-parser" VERSION="2.44" +AUTHOR="TODDR" CATEGORY="perl" SHORT_DESC="XML::Parser - A Perl module for parsing XML documents" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Parser" +WEB_SITE="https://metacpan.org/release/$ORIGIN" LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/xml-parser.html" -REPOLOGY="perl:xml-parser" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-Parser-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-libwww-perl expat perl-dev expat-dev" +DEPENDS_std="perl-libwww-perl expat" +BUILD_DEPENDS="$DEPENDS_std perl-dev expat-dev" + +TAGS="LFS" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-libwww-perl expat" - TAGS="LFS" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-rss/receipt --- a/perl-xml-rss/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-rss/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="XML-RSS" PACKAGE="perl-xml-rss" VERSION="1.60" +AUTHOR="SHLOMIF" CATEGORY="perl" SHORT_DESC="XML::RSS - creates and updates RSS files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-RSS" -REPOLOGY="perl:xml-rss" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-RSS-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-datetime perl-datetime-format-mail \ -perl-datetime-format-w3cdtf perl-html-parser perl-xml-parser perl-test-manifest" +DEPENDS_std="perl-datetime perl-datetime-format-mail \ +perl-datetime-format-w3cdtf perl-html-parser perl-xml-parser" +BUILD_DEPENDS="$DEPENDS_std perl-test-manifest" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-datetime perl-datetime-format-mail \ - perl-datetime-format-w3cdtf perl-html-parser perl-xml-parser" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-sax-base/receipt --- a/perl-xml-sax-base/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-sax-base/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="XML-SAX-Base" PACKAGE="perl-xml-sax-base" VERSION="1.09" +AUTHOR="GRANTM" CATEGORY="perl" SHORT_DESC="XML::SAX::Base - Base class SAX Drivers and Filters" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-SAX-Base" -REPOLOGY="perl:xml-sax-base" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-SAX-Base-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GR/GRANTM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-sax-expat/receipt --- a/perl-xml-sax-expat/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-sax-expat/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,30 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="XML-SAX-Expat" PACKAGE="perl-xml-sax-expat" VERSION="0.51" +AUTHOR="BJOERN" CATEGORY="perl" SHORT_DESC="XML::SAX::Expat - SAX2 Driver for Expat (XML::Parser)" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-SAX-Expat" -REPOLOGY="perl:xml-sax-expat" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-SAX-Expat-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/B/BJ/BJOERN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-xml-namespacesupport perl-xml-parser perl-xml-sax \ +DEPENDS_std="perl-xml-namespacesupport perl-xml-parser perl-xml-sax \ perl-xml-sax-base" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make -j1 install && - make -j1 DESTDIR=$install install && + # keep installing to / and then to $install + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor && + make -j1 && + make -j1 PERL_MM_USE_DEFAULT=1 install && + make -j1 PERL_MM_USE_DEFAULT=1 DESTDIR=$install install && chmod -R u+w $install } - -genpkg_rules() { - copy @std - DEPENDS="perl-xml-namespacesupport perl-xml-parser perl-xml-sax \ - perl-xml-sax-base" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-sax-writer/receipt --- a/perl-xml-sax-writer/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-sax-writer/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,30 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="XML-SAX-Writer" PACKAGE="perl-xml-sax-writer" VERSION="0.57" +AUTHOR="PERIGRIN" CATEGORY="perl" SHORT_DESC="XML::SAX::Writer - SAX2 XML Writer" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-SAX-Writer" -REPOLOGY="perl:xml-sax-writer" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-SAX-Writer-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-xml-filter-buffertext perl-xml-namespacesupport \ +DEPENDS_std="perl-xml-filter-buffertext perl-xml-namespacesupport \ perl-xml-sax-base" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-xml-filter-buffertext perl-xml-namespacesupport \ - perl-xml-sax-base" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-sax/receipt --- a/perl-xml-sax/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-sax/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,18 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="XML-SAX" PACKAGE="perl-xml-sax" VERSION="1.00" +AUTHOR="GRANTM" CATEGORY="perl" SHORT_DESC="XML::SAX - Simple API for XML" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-SAX" -REPOLOGY="perl:xml-sax" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-SAX-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GR/GRANTM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-xml-namespacesupport perl-xml-sax-base" +DEPENDS_std="perl-xml-namespacesupport perl-xml-sax-base" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { # Please keep `make -j1 install` to FS before installing to the DESTDIR @@ -24,8 +28,3 @@ # cp -v /usr/lib/perl5/site_perl/5.24.1/XML/SAX/ParserDetails.ini \ # $install/usr/lib/perl5/site_perl/5.24.1/XML/SAX/ } - -genpkg_rules() { - copy @std - DEPENDS="$BUILD_DEPENDS" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-simple/receipt --- a/perl-xml-simple/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-simple/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="XML-Simple" PACKAGE="perl-xml-simple" VERSION="2.25" +AUTHOR="GRANTM" CATEGORY="perl" SHORT_DESC="XML::Simple module is used to read and write XML" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Simple" -REPOLOGY="perl:xml-simple" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-Simple-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/G/GR/GRANTM/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-xml-namespacesupport perl-xml-sax perl-xml-sax-expat" +DEPENDS_std="perl-xml-namespacesupport perl-xml-sax perl-xml-sax-expat" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl-xml-namespacesupport perl-xml-sax perl-xml-sax-expat" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-twig/receipt --- a/perl-xml-twig/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-twig/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,29 +1,24 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="XML-Twig" PACKAGE="perl-xml-twig" VERSION="3.52" +AUTHOR="MIROD" CATEGORY="perl" SHORT_DESC="XML::Twig - A perl module for processing huge XML documents in \ tree mode" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Twig" -REPOLOGY="perl:xml-twig" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-Twig-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIROD/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-xml-parser" +DEPENDS_std="perl-xml-parser" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL -y && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl "-y" } - -genpkg_rules() { - copy @std - DEPENDS="perl-xml-parser" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xml-writer/receipt --- a/perl-xml-writer/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xml-writer/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="XML-Writer" PACKAGE="perl-xml-writer" VERSION="0.625" +AUTHOR="JOSEPHW" CATEGORY="perl" SHORT_DESC="XML::Writer - Perl extension for writing XML documents" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Writer" -REPOLOGY="perl:xml-writer" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XML-Writer-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-xsloader/receipt --- a/perl-xsloader/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-xsloader/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. +ORIGIN="XSLoader" PACKAGE="perl-xsloader" VERSION="0.24" +AUTHOR="SAPER" CATEGORY="perl" SHORT_DESC="XSLoader - Dynamically load C libraries into Perl code" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XSLoader" -REPOLOGY="perl:xsloader" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="XSLoader-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/S/SA/SAPER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-yaml-syck/receipt --- a/perl-yaml-syck/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-yaml-syck/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. +ORIGIN="YAML-Syck" PACKAGE="perl-yaml-syck" -VERSION="1.30" +VERSION="1.31" +AUTHOR="TODDR" CATEGORY="perl" SHORT_DESC="YAML::Syck - Fast, lightweight YAML loader and dumper" MAINTAINER="devel@slitaz.org" LICENSE="MIT" -WEB_SITE="https://metacpan.org/release/YAML-Syck" -REPOLOGY="perl:yaml-syck" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="YAML-Syck-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl-dev" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std perl-dev" compile_rules() { - perl Makefile.PL -y && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl "-y" } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-yaml-tiny/receipt --- a/perl-yaml-tiny/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-yaml-tiny/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="YAML-Tiny" PACKAGE="perl-yaml-tiny" VERSION="1.73" +AUTHOR="ETHER" CATEGORY="perl" SHORT_DESC="YAML::Tiny - Read/Write YAML files with as little code as possible" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/YAML-Tiny" -REPOLOGY="perl:yaml-tiny" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="YAML-Tiny-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 perl-yaml/receipt --- a/perl-yaml/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/perl-yaml/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -1,28 +1,23 @@ # SliTaz package receipt v2. +ORIGIN="YAML" PACKAGE="perl-yaml" -VERSION="1.26" +VERSION="1.27" +AUTHOR="TINITA" CATEGORY="perl" SHORT_DESC="YAML - YAML Ain't Markup Languageā„¢" MAINTAINER="devel@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/YAML" -REPOLOGY="perl:yaml" +WEB_SITE="https://metacpan.org/release/$ORIGIN" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" -TARBALL="YAML-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TI/TINITA/$TARBALL" +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" -BUILD_DEPENDS="perl" +DEPENDS_std="perl" +BUILD_DEPENDS="$DEPENDS_std" compile_rules() { - perl Makefile.PL && - make && - make DESTDIR=$install install && - - chmod -R u+w $install + cook_perl } - -genpkg_rules() { - copy @std - DEPENDS="perl" -} diff -r 0f7ebcdec85d -r f17e1f86f546 rrdtool/receipt --- a/rrdtool/receipt Thu Dec 06 20:27:31 2018 +0200 +++ b/rrdtool/receipt Tue Dec 11 23:38:35 2018 +0200 @@ -12,73 +12,74 @@ WGET_URL="https://oss.oetiker.ch/rrdtool/pub/$TARBALL" BUILD_DEPENDS="perl-dev zlib-dev freetype-dev libpng16-dev libxml2-dev \ -fontconfig-dev xorg-pixman-dev cairo-dev glib-dev pango-dev python-dev perl groff \ -tcl-dev lua5.1-dev ruby gettext-dev" -SPLIT="$PACKAGE-perl $PACKAGE-python $PACKAGE-dev $PACKAGE" +fontconfig-dev xorg-pixman-dev cairo-dev glib-dev pango-dev python-dev perl \ +groff tcl-dev lua5.1-dev ruby-dev gettext-dev libwrap-dev glib-dev" +SPLIT="$PACKAGE-lua $PACKAGE-perl $PACKAGE-python $PACKAGE-ruby $PACKAGE-tcl \ +$PACKAGE-dev $PACKAGE $PACKAGE-lite:lite" -SIBLINGS="rrdtool-lite" +COPY_std="bin/ lib/librrd.so*" +COPY_lua="lua/5.1/*.so*" +COPY_perl="perl5/" +COPY_python="python2.7/" +COPY_ruby="ruby/" +COPY_tcl="*.tcl tcl*.so" +COPY_lite="bin/ lib/librrd.so*" + +CAT_lua="development|Lua bindings" +CAT_perl="development|Perl bindings" +CAT_python="development|Python bindings" +CAT_tcl="development|Tcl bindings" + +DEPENDS_lua="lua5.1 rrdtool" +DEPENDS_perl="perl rrdtool" +DEPENDS_python="python rrdtool" +DEPENDS_ruby="ruby rrdtool" +DEPENDS_tcl="tcl rrdtool" +DEPENDS_dev="rrdtool" +DEPENDS_std="cairo glib libpng16 libwrap libxml2 pango" +DEPENDS_lite="glib libxml2" + +TAGS_std="logs" +TAGS_lite="logs" compile_rules() { - sed -i 's/PL_sv_undef sv_undef/PL_sv_undef PL_sv_undef/' bindings/perl-shared/RRDs.xs - export LDFLAGS="$LDFLAGS -L/usr/lib/lua/5.1" + case $SET in + '') + export LDFLAGS="$LDFLAGS -L/usr/lib/lua/5.1" - TOREMOVE="/usr/include/lua5.1 /usr/lib/lua5.1" - ln -s lua/5.1 /usr/include/lua5.1 - ln -s lua/5.1 /usr/lib/lua5.1 - for i in /usr/bin/lua /usr/bin/luac; do - [ -e $i ] && continue - ln -s $(basename $i)5.1 $i - TOREMOVE="$TOREMOVE $i" - done + ln -sf lua/5.1 /usr/include/lua5.1 + ln -sf lua/5.1 /usr/lib/lua5.1 + ln -sf lua5.1 /usr/bin/lua + ln -sf luac5.1 /usr/bin/luac + + SET_ARGS="\ + --enable-perl-site-install \ + --with-perl-options='INSTALLDIRS=vendor' \ + --enable-ruby-site-install \ + --enable-lua-site-install \ + --enable-tcl-site" + ;; + lite) + SET_ARGS="\ + --disable-rrdcgi \ + --disable-rrd_graph \ + --disable-nls \ + --disable-libdbi \ + --disable-libwrap \ + --disable-perl \ + --disable-ruby \ + --disable-lua \ + --disable-tcl \ + --disable-python" + ;; + esac ./configure \ - --enable-perl-site-install \ + $SET_ARGS \ $CONFIGURE_ARGS && fix libtool && make && - make DESTDIR=$install install || return 1 + make DESTDIR=$install install && - for i in $TOREMOVE; do - rm -f $i - done + find $install -type f -exec chmod u+w '{}' \; } - -genpkg_rules() { - case $PACKAGE in - rrdtool-doc) - copy doc/ examples/ - CAT="development|documentation and examples" - ;; - rrdtool-lua) - copy lua/ - find $fs -name '*.la' -delete - CAT="development|Lua bindings" - DEPENDS="lua5.1 rrdtool" - ;; - rrdtool-man) - copy man/ - CAT="development|man pages" - ;; - rrdtool-perl) - copy perl5/ - CAT="development|Perl bindings" - DEPENDS="perl rrdtool" - ;; - rrdtool-python) - copy python2.7/ - CAT="development|Python bindings" - DEPENDS="python rrdtool" - ;; - rrdtool-dev) - copy @dev examples/ - DEPENDS="rrdtool" - ;; - rrdtool) - copy @std @rm - rm -r $fs/usr/lib/perl5/ # ... empty - DEPENDS="zlib freetype libpng16 libxml2 fontconfig xorg-pixman \ - cairo glib pango xorg-xcb-util xorg-base-fonts libwrap" - TAGS="logs" - ;; - esac -}