wok-next rev 19709
Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
line diff
1.1 --- a/at-spi2-atk-dev/receipt Thu May 11 00:50:35 2017 +0300 1.2 +++ b/at-spi2-atk-dev/receipt Thu May 11 02:23:02 2017 +0300 1.3 @@ -15,5 +15,5 @@ 1.4 1.5 genpkg_rules() 1.6 { 1.7 - cook_copy_files *.h *.la *.pc 1.8 + copy @dev 1.9 }
2.1 --- a/at-spi2-atk/receipt Thu May 11 00:50:35 2017 +0300 2.2 +++ b/at-spi2-atk/receipt Thu May 11 02:23:02 2017 +0300 2.3 @@ -23,5 +23,5 @@ 2.4 2.5 genpkg_rules() 2.6 { 2.7 - cook_copy_files *.desktop *.so* 2.8 + copy @std 2.9 }
3.1 --- a/libpcap-dev/receipt Thu May 11 00:50:35 2017 +0300 3.2 +++ b/libpcap-dev/receipt Thu May 11 02:23:02 2017 +0300 3.3 @@ -1,22 +1,19 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libpcap-dev" 3.7 -VERSION="1.4.0" 3.8 +VERSION="1.7.4" 3.9 CATEGORY="development" 3.10 SHORT_DESC="devel files for libpcap" 3.11 MAINTAINER="slaxemulator@gmail.com" 3.12 LICENSE="BSD" 3.13 +WEB_SITE="http://www.tcpdump.org/" 3.14 +HOST_ARCH="i486 arm" 3.15 + 3.16 +WANTED="libpcap" 3.17 DEPENDS="libpcap" 3.18 -WEB_SITE="http://www.tcpdump.org/" 3.19 -WANTED="libpcap" 3.20 -HOST_ARCH="i486 arm" 3.21 3.22 # Rules to gen a SliTaz package suitable for Tazpkg. 3.23 genpkg_rules() 3.24 { 3.25 - mkdir -p $fs/usr/lib 3.26 - cp -a $install/usr/bin $fs/usr 3.27 - cp -a $install/usr/include $fs/usr 3.28 - cp -a $install/usr/lib/*.*a $fs/usr/lib 3.29 + copy @dev 3.30 } 3.31 -
4.1 --- a/libpcap/receipt Thu May 11 00:50:35 2017 +0300 4.2 +++ b/libpcap/receipt Thu May 11 02:23:02 2017 +0300 4.3 @@ -1,25 +1,29 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="libpcap" 4.7 -VERSION="1.4.0" 4.8 -CATEGORY="development" 4.9 -SHORT_DESC="library for tcpdump" 4.10 +VERSION="1.7.4" 4.11 +CATEGORY="libdevel" 4.12 +SHORT_DESC="functions for user-level packet capture, used in low-level network \ 4.13 +monitoring" 4.14 MAINTAINER="sdaigl@lacitec.on.ca" 4.15 LICENSE="BSD" 4.16 +WEB_SITE="http://www.tcpdump.org/" 4.17 +HOST_ARCH="i486 arm" 4.18 + 4.19 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.20 -WEB_SITE="http://www.tcpdump.org/" 4.21 -WGET_URL="http://www.tcpdump.org/release/$TARBALL"; 4.22 -HOST_ARCH="i486 arm" 4.23 +WGET_URL="http://www.tcpdump.org/release/$TARBALL" 4.24 4.25 DEPENDS="libnl" 4.26 BUILD_DEPENDS="flex bison" 4.27 +BUILD_DEPENDS_arm="" 4.28 4.29 # Handle cross compilation 4.30 case "$ARCH" in 4.31 - arm) 4.32 - BUILD_DEPENDS="" 4.33 - ARCH_ARGS="--with-pcap=linux" 4.34 - export ac_cv_linux_vers=2 ;; 4.35 + arm) 4.36 + BUILD_DEPENDS="$BUILD_DEPENDS_arm" 4.37 + ARCH_ARGS="--with-pcap=linux" 4.38 + export ac_cv_linux_vers=2 4.39 + ;; 4.40 esac 4.41 4.42 # Rules to configure and make the package. 4.43 @@ -33,7 +37,5 @@ 4.44 # Rules to gen a SliTaz package suitable for Tazpkg. 4.45 genpkg_rules() 4.46 { 4.47 - mkdir -p $fs/usr/lib 4.48 - cp -a $install/usr/lib/*.so* $fs/usr/lib 4.49 + copy @std 4.50 } 4.51 -
5.1 --- a/nettle/receipt Thu May 11 00:50:35 2017 +0300 5.2 +++ b/nettle/receipt Thu May 11 02:23:02 2017 +0300 5.3 @@ -33,6 +33,5 @@ 5.4 # Rules to gen a SliTaz package suitable for Tazpkg. 5.5 genpkg_rules() 5.6 { 5.7 - cook_copy_folders bin 5.8 - cook_copy_files *.so* 5.9 + copy @std 5.10 }
6.1 --- a/perl-algorithm-permute/receipt Thu May 11 00:50:35 2017 +0300 6.2 +++ b/perl-algorithm-permute/receipt Thu May 11 02:23:02 2017 +0300 6.3 @@ -2,30 +2,30 @@ 6.4 6.5 PACKAGE="perl-algorithm-permute" 6.6 VERSION="0.12" 6.7 -CATEGORY="development" 6.8 -SHORT_DESC="Algorithm::Permute module is a Perl extension." 6.9 +CATEGORY="perl" 6.10 +SHORT_DESC="Algorithm::Permute - Handy and fast permutation with object \ 6.11 +oriented interface" 6.12 MAINTAINER="pascal.bellard@slitaz.org" 6.13 LICENSE="GPL" 6.14 -WEB_SITE="http://search.cpan.org/" 6.15 +WEB_SITE="https://metacpan.org/release/Algorithm-Permute" 6.16 + 6.17 +TARBALL="Algorithm-Permute-$VERSION.tar.gz" 6.18 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ED/EDPRATOMO/$TARBALL" 6.19 + 6.20 DEPENDS="perl" 6.21 BUILD_DEPENDS="perl" 6.22 -SOURCE="Algorithm-Permute" 6.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 6.24 -WGET_URL="http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL" 6.25 6.26 # Rules to configure and make the package. 6.27 compile_rules() 6.28 { 6.29 - cd $src 6.30 perl Makefile.PL && 6.31 - make && 6.32 - make install DESTDIR=$DESTDIR 6.33 + make && make DESTDIR=$install install && 6.34 + 6.35 + chmod -R u+w $install 6.36 } 6.37 6.38 # Rules to gen a SliTaz package suitable for Tazpkg. 6.39 genpkg_rules() 6.40 { 6.41 - mkdir -p $fs/usr 6.42 - cp -a $install/usr/lib $fs/usr 6.43 + copy @std 6.44 } 6.45 -
7.1 --- a/perl-animation/receipt Thu May 11 00:50:35 2017 +0300 7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 7.3 @@ -1,31 +0,0 @@ 7.4 -# SliTaz package receipt. 7.5 - 7.6 -PACKAGE="perl-animation" 7.7 -VERSION="2.4" 7.8 -CATEGORY="development" 7.9 -SHORT_DESC="Term::Animation module is a Perl extension." 7.10 -MAINTAINER="pascal.bellard@slitaz.org" 7.11 -LICENSE="GPL" 7.12 -DEPENDS="perl" 7.13 -BUILD_DEPENDS="perl" 7.14 -SOURCE="Term-Animation" 7.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 7.16 -WEB_SITE="http://cpan.org/" 7.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/$TARBALL" 7.18 - 7.19 -# Rules to configure and make the package. 7.20 -compile_rules() 7.21 -{ 7.22 - cd $src 7.23 - perl Makefile.PL && 7.24 - make && 7.25 - make DESTDIR=$DESTDIR install 7.26 -} 7.27 - 7.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 7.29 -genpkg_rules() 7.30 -{ 7.31 - mkdir -p $fs/usr 7.32 - cp -a $install/usr/lib $fs/usr 7.33 -} 7.34 -
8.1 --- a/perl-apache-dbi/receipt Thu May 11 00:50:35 2017 +0300 8.2 +++ b/perl-apache-dbi/receipt Thu May 11 02:23:02 2017 +0300 8.3 @@ -1,31 +1,30 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="perl-apache-dbi" 8.7 -VERSION="1.07" 8.8 -CATEGORY="development" 8.9 -SHORT_DESC="Apache::DBI module is a Perl extension." 8.10 +VERSION="1.12" 8.11 +CATEGORY="perl" 8.12 +SHORT_DESC="Apache::DBI - Initiate a persistent database connection" 8.13 MAINTAINER="pascal.bellard@slitaz.org" 8.14 LICENSE="GPL" 8.15 -DEPENDS="perl perl-digest-sha1" 8.16 -BUILD_DEPENDS="perl" 8.17 -SOURCE="Apache-DBI" 8.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 8.19 -WEB_SITE="http://www.cpan.org/modules/" 8.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PG/PGOLLUCCI/$TARBALL" 8.21 +WEB_SITE="https://metacpan.org/release/Apache-DBI" 8.22 + 8.23 +TARBALL="Apache-DBI-$VERSION.tar.gz" 8.24 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" 8.25 + 8.26 +DEPENDS="perl-dbi perl-digest-sha1" 8.27 +BUILD_DEPENDS="$DEPENDS" 8.28 8.29 # Rules to configure and make the package. 8.30 compile_rules() 8.31 { 8.32 - cd $src 8.33 perl Makefile.PL && 8.34 - make && 8.35 - make DESTDIR=$DESTDIR install 8.36 + make && make DESTDIR=$install install && 8.37 + 8.38 + chmod -R u+w $install 8.39 } 8.40 8.41 # Rules to gen a SliTaz package suitable for Tazpkg. 8.42 genpkg_rules() 8.43 { 8.44 - mkdir -p $fs/usr 8.45 - cp -a $install/usr/lib $fs/usr 8.46 + copy @std 8.47 } 8.48 -
9.1 --- a/perl-appconfig/receipt Thu May 11 00:50:35 2017 +0300 9.2 +++ b/perl-appconfig/receipt Thu May 11 02:23:02 2017 +0300 9.3 @@ -2,35 +2,30 @@ 9.4 9.5 PACKAGE="perl-appconfig" 9.6 VERSION="1.71" 9.7 -CATEGORY="development" 9.8 -SHORT_DESC="Perl/CPAN Module AppConfig" 9.9 +CATEGORY="perl" 9.10 +SHORT_DESC="AppConfig - Perl5 module for reading configuration files and \ 9.11 +parsing command line arguments" 9.12 MAINTAINER="nneul@neulinger.org" 9.13 LICENSE="Artistic" 9.14 +WEB_SITE="https://metacpan.org/release/AppConfig" 9.15 + 9.16 +TARBALL="AppConfig-$VERSION.tar.gz" 9.17 +WGET_URL="https://cpan.metacpan.org/authors/id/N/NE/NEILB/$TARBALL" 9.18 + 9.19 DEPENDS="perl" 9.20 BUILD_DEPENDS="perl" 9.21 -SOURCE="AppConfig" 9.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 9.23 -WEB_SITE="http://search.cpan.org/dist/AppConfig/" 9.24 -WGET_URL="http://www.cpan.org/authors/id/N/NE/NEILB/$TARBALL" 9.25 9.26 # Rules to configure and make the package. 9.27 compile_rules() 9.28 { 9.29 - cd $src 9.30 perl Makefile.PL && 9.31 - make && 9.32 - make DESTDIR=$DESTDIR install 9.33 + make && make DESTDIR=$install install && 9.34 + 9.35 + chmod -R u+w $install 9.36 } 9.37 9.38 # Rules to gen a SliTaz package suitable for Tazpkg. 9.39 genpkg_rules() 9.40 { 9.41 - mkdir -p $fs/usr 9.42 - cp -a $install/usr/lib $fs/usr 9.43 - # remove perllocal.pod and .packlist 9.44 - find ${fs} -name perllocal.pod -delete 9.45 - find ${fs} -name .packlist -delete 9.46 - 9.47 - 9.48 + copy @std 9.49 } 9.50 -
10.1 --- a/perl-archive-zip/receipt Thu May 11 00:50:35 2017 +0300 10.2 +++ b/perl-archive-zip/receipt Thu May 11 02:23:02 2017 +0300 10.3 @@ -1,31 +1,30 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="perl-archive-zip" 10.7 -VERSION="1.30" 10.8 -CATEGORY="development" 10.9 -SHORT_DESC="Archive Zip module for Perl." 10.10 +VERSION="1.59" 10.11 +CATEGORY="perl" 10.12 +SHORT_DESC="Archive::Zip - Provide an interface to ZIP archive files" 10.13 MAINTAINER="pankso@slitaz.org" 10.14 LICENSE="GPL" 10.15 +WEB_SITE="https://metacpan.org/release/Archive-Zip" 10.16 + 10.17 +TARBALL="Archive-Zip-$VERSION.tar.gz" 10.18 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" 10.19 + 10.20 DEPENDS="perl" 10.21 BUILD_DEPENDS="perl" 10.22 -SOURCE="Archive-Zip" 10.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 10.24 -WEB_SITE="http://cpan.org/" 10.25 -WGET_URL="http://cpan.org/authors/id/A/AD/ADAMK/$TARBALL" 10.26 10.27 # Rules to configure and make the package. 10.28 compile_rules() 10.29 { 10.30 - cd $src 10.31 perl Makefile.PL && 10.32 - make && 10.33 - make DESTDIR=$DESTDIR install 10.34 + make && make DESTDIR=$install install && 10.35 + 10.36 + chmod -R u+w $install 10.37 } 10.38 10.39 # Rules to gen a SliTaz package suitable for Tazpkg. 10.40 genpkg_rules() 10.41 { 10.42 - mkdir -p $fs/usr 10.43 - cp -a $install/usr/lib $fs/usr 10.44 + copy @std 10.45 } 10.46 -
11.1 --- a/perl-authen-sasl/receipt Thu May 11 00:50:35 2017 +0300 11.2 +++ b/perl-authen-sasl/receipt Thu May 11 02:23:02 2017 +0300 11.3 @@ -1,31 +1,30 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="perl-authen-sasl" 11.7 -VERSION="2.11" 11.8 -CATEGORY="development" 11.9 -SHORT_DESC="Authen::SASL module is a Perl extension." 11.10 +VERSION="2.16" 11.11 +CATEGORY="perl" 11.12 +SHORT_DESC="Authen::SASL - SASL Authentication framework" 11.13 MAINTAINER="pascal.bellard@slitaz.org" 11.14 LICENSE="GPL" 11.15 -DEPENDS="perl perl-digest-hmac perl-gssapi" 11.16 -BUILD_DEPENDS="perl perl-digest-hmac perl-gssapi" 11.17 -SOURCE="Authen-SASL" 11.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 11.19 -WEB_SITE="http://cpan.org/" 11.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" 11.21 +WEB_SITE="https://metacpan.org/release/Authen-SASL" 11.22 + 11.23 +TARBALL="Authen-SASL-$VERSION.tar.gz" 11.24 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL" 11.25 + 11.26 +DEPENDS="perl-digest-hmac" 11.27 +BUILD_DEPENDS="$DEPENDS perl-gssapi" 11.28 11.29 # Rules to configure and make the package. 11.30 compile_rules() 11.31 { 11.32 - cd $src 11.33 perl Makefile.PL && 11.34 - make && 11.35 - make DESTDIR=$DESTDIR install 11.36 + make && make DESTDIR=$install install && 11.37 + 11.38 + chmod -R u+w $install 11.39 } 11.40 11.41 # Rules to gen a SliTaz package suitable for Tazpkg. 11.42 genpkg_rules() 11.43 { 11.44 - mkdir -p $fs/usr 11.45 - cp -a $install/usr/lib $fs/usr 11.46 + copy @std 11.47 } 11.48 -
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/perl-b-hooks-endofscope/receipt Thu May 11 02:23:02 2017 +0300 12.3 @@ -0,0 +1,31 @@ 12.4 +# SliTaz package receipt. 12.5 + 12.6 +PACKAGE="perl-b-hooks-endofscope" 12.7 +VERSION="0.21" 12.8 +CATEGORY="perl" 12.9 +SHORT_DESC="B::Hooks::EndOfScope - Execute code after a scope finished \ 12.10 +compilation" 12.11 +MAINTAINER="al.bobylev@gmail.com" 12.12 +LICENSE="GPL" 12.13 +WEB_SITE="https://metacpan.org/release/B-Hooks-EndOfScope" 12.14 + 12.15 +TARBALL="B-Hooks-EndOfScope-$VERSION.tar.gz" 12.16 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 12.17 + 12.18 +DEPENDS="perl-module-implementation perl-sub-exporter-progressive" 12.19 +BUILD_DEPENDS="$DEPENDS perl-variable-magic" 12.20 + 12.21 +# Rules to configure and make the package. 12.22 +compile_rules() 12.23 +{ 12.24 + perl Makefile.PL && 12.25 + make && make DESTDIR=$install install && 12.26 + 12.27 + chmod -R u+w $install 12.28 +} 12.29 + 12.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 12.31 +genpkg_rules() 12.32 +{ 12.33 + copy @std 12.34 +}
13.1 --- a/perl-berkeleydb/receipt Thu May 11 00:50:35 2017 +0300 13.2 +++ b/perl-berkeleydb/receipt Thu May 11 02:23:02 2017 +0300 13.3 @@ -1,31 +1,30 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="perl-berkeleydb" 13.7 -VERSION="0.51" 13.8 -CATEGORY="development" 13.9 -SHORT_DESC="BerkeleyDB module is a Perl extension interface to db." 13.10 +VERSION="0.55" 13.11 +CATEGORY="perl" 13.12 +SHORT_DESC="BerkeleyDB - Perl extension for Berkeley DB version 2, 3, 4 or 5" 13.13 MAINTAINER="pascal.bellard@slitaz.org" 13.14 LICENSE="GPL" 13.15 +WEB_SITE="https://metacpan.org/release/BerkeleyDB" 13.16 + 13.17 +TARBALL="BerkeleyDB-$VERSION.tar.gz" 13.18 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PM/PMQS/$TARBALL" 13.19 + 13.20 DEPENDS="perl db" 13.21 -BUILD_DEPENDS="perl db db-dev" 13.22 -SOURCE="BerkeleyDB" 13.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 13.24 -WEB_SITE="http://cpan.org/" 13.25 -WGET_URL="http://cpan.org/authors/id/P/PM/PMQS/$TARBALL" 13.26 +BUILD_DEPENDS="$DEPENDS db-dev" 13.27 13.28 # Rules to configure and make the package. 13.29 compile_rules() 13.30 { 13.31 - cd $src 13.32 - perl Makefile.PL 13.33 - make 13.34 - make DESTDIR=$DESTDIR install 13.35 + perl Makefile.PL && 13.36 + make && make DESTDIR=$install install && 13.37 + 13.38 + chmod -R u+w $install 13.39 } 13.40 13.41 # Rules to gen a SliTaz package suitable for Tazpkg. 13.42 genpkg_rules() 13.43 { 13.44 - mkdir -p $fs/usr 13.45 - cp -a $install/usr/lib $fs/usr 13.46 + copy @std 13.47 } 13.48 -
14.1 --- a/perl-bit-vector/receipt Thu May 11 00:50:35 2017 +0300 14.2 +++ b/perl-bit-vector/receipt Thu May 11 02:23:02 2017 +0300 14.3 @@ -1,30 +1,31 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="perl-bit-vector" 14.7 -VERSION="7.1" 14.8 -CATEGORY="development" 14.9 -SHORT_DESC="Efficient bit vector, set of integers and big int math library" 14.10 +VERSION="7.4" 14.11 +CATEGORY="perl" 14.12 +SHORT_DESC="Bit::Vector - Efficient bit vector, set of integers and \"big \ 14.13 +int\" math library" 14.14 MAINTAINER="slaxemulator@gmail.com" 14.15 LICENSE="GPL" 14.16 -DEPENDS="perl perl-carp-clan" 14.17 +WEB_SITE="https://metacpan.org/release/Bit-Vector" 14.18 + 14.19 +TARBALL="Bit-Vector-$VERSION.tar.gz" 14.20 +WGET_URL="https://cpan.metacpan.org/authors/id/S/ST/STBEY/$TARBALL" 14.21 + 14.22 +DEPENDS="perl-carp-clan" 14.23 BUILD_DEPENDS="$DEPENDS" 14.24 -SOURCE="Bit-Vector" 14.25 -TARBALL="$SOURCE-$VERSION.tar.gz" 14.26 -WEB_SITE="http://search.cpan.org/dist/Bit-Vector/" 14.27 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" 14.28 14.29 # Rules to configure and make the package. 14.30 compile_rules() 14.31 { 14.32 - cd $src 14.33 perl Makefile.PL && 14.34 - make && 14.35 - make install DESTDIR=$DESTDIR 14.36 + make && make DESTDIR=$install install && 14.37 + 14.38 + chmod -R u+w $install 14.39 } 14.40 14.41 # Rules to gen a SliTaz package suitable for Tazpkg. 14.42 genpkg_rules() 14.43 { 14.44 - mkdir -p $fs/usr 14.45 - cp -a $install/usr/lib $fs/usr 14.46 -} 14.47 \ No newline at end of file 14.48 + copy @std 14.49 +}
15.1 --- a/perl-cairo/receipt Thu May 11 00:50:35 2017 +0300 15.2 +++ b/perl-cairo/receipt Thu May 11 02:23:02 2017 +0300 15.3 @@ -1,32 +1,30 @@ 15.4 # SliTaz package receipt. 15.5 15.6 PACKAGE="perl-cairo" 15.7 -SOURCE="Cairo" 15.8 -VERSION="1.103" 15.9 -CATEGORY="development" 15.10 -SHORT_DESC="Perl interface to the cairo library." 15.11 +VERSION="1.106" 15.12 +CATEGORY="perl" 15.13 +SHORT_DESC="Cairo - Perl interface to the cairo 2d vector graphics library" 15.14 MAINTAINER="claudinei@slitaz.org" 15.15 LICENSE="LGPL2.1" 15.16 -DEPENDS="perl cairo freetype fontconfig libpng" 15.17 -BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \ 15.18 -perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta" 15.19 -TARBALL="$SOURCE-$VERSION.tar.gz" 15.20 -WEB_SITE="http://search.cpan.org/~xaoc/Cairo-1.103/" 15.21 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" 15.22 +WEB_SITE="https://metacpan.org/release/Cairo" 15.23 + 15.24 +TARBALL="Cairo-$VERSION.tar.gz" 15.25 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 15.26 + 15.27 +DEPENDS="cairo freetype perl-extutils-depends perl-extutils-pkgconfig" 15.28 +BUILD_DEPENDS="$DEPENDS cairo-dev" 15.29 15.30 # Rules to configure and make the package. 15.31 compile_rules() 15.32 { 15.33 - cd $src 15.34 perl Makefile.PL && 15.35 - make && 15.36 - make DESTDIR=$DESTDIR install 15.37 + make && make DESTDIR=$install install && 15.38 + 15.39 + chmod -R u+w $install 15.40 } 15.41 15.42 # Rules to gen a SliTaz package suitable for Tazpkg. 15.43 genpkg_rules() 15.44 { 15.45 - mkdir -p $fs/usr 15.46 - cp -a $install/usr/lib $fs/usr 15.47 + copy @std *.h 15.48 } 15.49 -
16.1 --- a/perl-carp-clan/receipt Thu May 11 00:50:35 2017 +0300 16.2 +++ b/perl-carp-clan/receipt Thu May 11 02:23:02 2017 +0300 16.3 @@ -1,30 +1,31 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="perl-carp-clan" 16.7 -VERSION="6.04" 16.8 -CATEGORY="development" 16.9 -SHORT_DESC="Report errors from perspective of caller of a "clan" of modules" 16.10 +VERSION="6.06" 16.11 +CATEGORY="perl" 16.12 +SHORT_DESC="Carp::Clan - Report errors from perspective of caller of a \ 16.13 +\"clan\" of modules" 16.14 MAINTAINER="slaxemulator@gmail.com" 16.15 LICENSE="GPL" 16.16 -DEPENDS="perl" 16.17 -BUILD_DEPENDS="perl" 16.18 -SOURCE="Carp-Clan" 16.19 -TARBALL="$SOURCE-$VERSION.tar.gz" 16.20 -WEB_SITE="http://search.cpan.org/dist/Carp-Clan/" 16.21 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" 16.22 +WEB_SITE="https://metacpan.org/release/Carp-Clan" 16.23 + 16.24 +TARBALL="Carp-Clan-$VERSION.tar.gz" 16.25 +WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL" 16.26 + 16.27 +DEPENDS="perl-test-exception" 16.28 +BUILD_DEPENDS="$DEPENDS" 16.29 16.30 # Rules to configure and make the package. 16.31 compile_rules() 16.32 { 16.33 - cd $src 16.34 perl Makefile.PL && 16.35 - make && 16.36 - make install DESTDIR=$DESTDIR 16.37 + make && make DESTDIR=$install install && 16.38 + 16.39 + chmod -R u+w $install 16.40 } 16.41 16.42 # Rules to gen a SliTaz package suitable for Tazpkg. 16.43 genpkg_rules() 16.44 { 16.45 - mkdir -p $fs/usr 16.46 - cp -a $install/usr/lib $fs/usr 16.47 -} 16.48 \ No newline at end of file 16.49 + copy @std 16.50 +}
17.1 --- a/perl-cgi-session/receipt Thu May 11 00:50:35 2017 +0300 17.2 +++ b/perl-cgi-session/receipt Thu May 11 02:23:02 2017 +0300 17.3 @@ -1,31 +1,30 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="perl-cgi-session" 17.7 -VERSION="3.95" 17.8 -CATEGORY="development" 17.9 -SHORT_DESC="CGI::Session module is a Perl extension." 17.10 +VERSION="4.48" 17.11 +CATEGORY="perl" 17.12 +SHORT_DESC="CGI::Session - persistent session data in CGI applications" 17.13 MAINTAINER="pascal.bellard@slitaz.org" 17.14 LICENSE="GPL" 17.15 -DEPENDS="perl" 17.16 -BUILD_DEPENDS="perl" 17.17 -SOURCE="CGI-Session" 17.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 17.19 -WEB_SITE="http://cpan.org/" 17.20 -WGET_URL="http://cpan.org/authors/id/S/SH/SHERZODR/$TARBALL" 17.21 +WEB_SITE="https://metacpan.org/release/CGI-Session" 17.22 + 17.23 +TARBALL="CGI-Session-$VERSION.tar.gz" 17.24 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARKSTOS/$TARBALL" 17.25 + 17.26 +DEPENDS="perl-cgi" 17.27 +BUILD_DEPENDS="$DEPENDS" 17.28 17.29 # Rules to configure and make the package. 17.30 compile_rules() 17.31 { 17.32 - cd $src 17.33 perl Makefile.PL && 17.34 - make && 17.35 - make DESTDIR=$DESTDIR install 17.36 + make && make DESTDIR=$install install && 17.37 + 17.38 + chmod -R u+w $install 17.39 } 17.40 17.41 # Rules to gen a SliTaz package suitable for Tazpkg. 17.42 genpkg_rules() 17.43 { 17.44 - mkdir -p $fs/usr 17.45 - cp -a $install/usr/lib $fs/usr 17.46 + copy @std 17.47 } 17.48 -
18.1 --- a/perl-cgi/receipt Thu May 11 00:50:35 2017 +0300 18.2 +++ b/perl-cgi/receipt Thu May 11 02:23:02 2017 +0300 18.3 @@ -1,31 +1,30 @@ 18.4 # SliTaz package receipt. 18.5 18.6 PACKAGE="perl-cgi" 18.7 -VERSION="3.63" 18.8 -CATEGORY="development" 18.9 -SHORT_DESC="CGI module is a Perl extension." 18.10 +VERSION="4.36" 18.11 +CATEGORY="perl" 18.12 +SHORT_DESC="CGI - Handle Common Gateway Interface requests and responses" 18.13 MAINTAINER="pascal.bellard@slitaz.org" 18.14 LICENSE="GPL" 18.15 -DEPENDS="perl" 18.16 -BUILD_DEPENDS="perl" 18.17 -SOURCE="CGI.pm" 18.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 18.19 -WEB_SITE="http://cpan.org/" 18.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/$TARBALL" 18.21 +WEB_SITE="https://metacpan.org/release/CGI" 18.22 + 18.23 +TARBALL="CGI-$VERSION.tar.gz" 18.24 +WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEEJO/$TARBALL" 18.25 + 18.26 +DEPENDS="perl-html-parser" 18.27 +BUILD_DEPENDS="$DEPENDS perl-test-deep perl-test-nowarnings perl-test-warn" 18.28 18.29 # Rules to configure and make the package. 18.30 compile_rules() 18.31 { 18.32 - cd $src 18.33 perl Makefile.PL && 18.34 - make && 18.35 - make install DESTDIR=$DESTDIR 18.36 + make && make DESTDIR=$install install && 18.37 + 18.38 + chmod -R u+w $install 18.39 } 18.40 18.41 # Rules to gen a SliTaz package suitable for Tazpkg. 18.42 genpkg_rules() 18.43 { 18.44 - mkdir -p $fs/usr 18.45 - cp -a $install/usr/lib $fs/usr 18.46 + copy @std 18.47 } 18.48 -
19.1 --- a/perl-class-accessor/receipt Thu May 11 00:50:35 2017 +0300 19.2 +++ b/perl-class-accessor/receipt Thu May 11 02:23:02 2017 +0300 19.3 @@ -2,14 +2,14 @@ 19.4 19.5 PACKAGE="perl-class-accessor" 19.6 VERSION="0.34" 19.7 -CATEGORY="development" 19.8 -SHORT_DESC="Automated accessor generation" 19.9 +CATEGORY="perl" 19.10 +SHORT_DESC="Class::Accessor - Automated accessor generation" 19.11 MAINTAINER="slaxemulator@gmail.com" 19.12 LICENSE="GPL" 19.13 -SOURCE="Class-Accessor" 19.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 19.15 -WEB_SITE="http://search.cpan.org/dist/Class-Accessor/" 19.16 -WGET_URL="http://www.cpan.org/authors/id/K/KA/KASEI/$TARBALL" 19.17 +WEB_SITE="https://metacpan.org/release/Class-Accessor" 19.18 + 19.19 +TARBALL="Class-Accessor-$VERSION.tar.gz" 19.20 +WGET_URL="https://cpan.metacpan.org/authors/id/K/KA/KASEI/$TARBALL" 19.21 19.22 DEPENDS="perl" 19.23 BUILD_DEPENDS="perl" 19.24 @@ -17,14 +17,14 @@ 19.25 # Rules to configure and make the package. 19.26 compile_rules() 19.27 { 19.28 - perl Makefile.PL && 19.29 - make && 19.30 - make DESTDIR=$DESTDIR install 19.31 + perl Makefile.PL && 19.32 + make && make DESTDIR=$install install && 19.33 + 19.34 + chmod -R u+w $install 19.35 } 19.36 19.37 # Rules to gen a SliTaz package suitable for Tazpkg. 19.38 genpkg_rules() 19.39 { 19.40 - mkdir -p $fs/usr 19.41 - cp -a $install/usr/lib $fs/usr 19.42 + copy @std 19.43 }
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/perl-class-data-inheritable/receipt Thu May 11 02:23:02 2017 +0300 20.3 @@ -0,0 +1,30 @@ 20.4 +# SliTaz package receipt. 20.5 + 20.6 +PACKAGE="perl-class-data-inheritable" 20.7 +VERSION="0.08" 20.8 +CATEGORY="perl" 20.9 +SHORT_DESC="Class::Data::Inheritable - Inheritable, overridable class data" 20.10 +MAINTAINER="al.bobylev@gmail.com" 20.11 +LICENSE="GPL" 20.12 +WEB_SITE="https://metacpan.org/release/Class-Data-Inheritable" 20.13 + 20.14 +TARBALL="Class-Data-Inheritable-$VERSION.tar.gz" 20.15 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TM/TMTM/$TARBALL" 20.16 + 20.17 +DEPENDS="perl" 20.18 +BUILD_DEPENDS="perl" 20.19 + 20.20 +# Rules to configure and make the package. 20.21 +compile_rules() 20.22 +{ 20.23 + perl Makefile.PL && 20.24 + make && make DESTDIR=$install install && 20.25 + 20.26 + chmod -R u+w $install 20.27 +} 20.28 + 20.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 20.30 +genpkg_rules() 20.31 +{ 20.32 + copy @std 20.33 +}
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/perl-class-inspector/receipt Thu May 11 02:23:02 2017 +0300 21.3 @@ -0,0 +1,30 @@ 21.4 +# SliTaz package receipt. 21.5 + 21.6 +PACKAGE="perl-class-inspector" 21.7 +VERSION="1.31" 21.8 +CATEGORY="perl" 21.9 +SHORT_DESC="Class::Inspector - Get information about a class and its structure" 21.10 +MAINTAINER="al.bobylev@gmail.com" 21.11 +LICENSE="GPL" 21.12 +WEB_SITE="https://metacpan.org/release/Class-Inspector" 21.13 + 21.14 +TARBALL="Class-Inspector-$VERSION.tar.gz" 21.15 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/$TARBALL" 21.16 + 21.17 +DEPENDS="perl" 21.18 +BUILD_DEPENDS="perl" 21.19 + 21.20 +# Rules to configure and make the package. 21.21 +compile_rules() 21.22 +{ 21.23 + perl Makefile.PL && 21.24 + make && make DESTDIR=$install install && 21.25 + 21.26 + chmod -R u+w $install 21.27 +} 21.28 + 21.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 21.30 +genpkg_rules() 21.31 +{ 21.32 + copy @std 21.33 +}
22.1 --- a/perl-class-singleton/receipt Thu May 11 00:50:35 2017 +0300 22.2 +++ b/perl-class-singleton/receipt Thu May 11 02:23:02 2017 +0300 22.3 @@ -2,29 +2,29 @@ 22.4 22.5 PACKAGE="perl-class-singleton" 22.6 VERSION="1.5" 22.7 -CATEGORY="development" 22.8 -SHORT_DESC="Class::Singleton is a perl module" 22.9 +CATEGORY="perl" 22.10 +SHORT_DESC="Class::Singleton - Implementation of a \"Singleton\" class" 22.11 MAINTAINER="nneul@neulinger.org" 22.12 LICENSE="GPL" 22.13 -WEB_SITE="http://search.cpan.org/dist/Class-Singleton" 22.14 -SOURCE="Class-Singleton" 22.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 22.16 -WGET_URL="http://www.cpan.org/authors/id/S/SH/SHAY/$TARBALL" 22.17 +WEB_SITE="https://metacpan.org/release/Class-Singleton" 22.18 + 22.19 +TARBALL="Class-Singleton-$VERSION.tar.gz" 22.20 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHAY/$TARBALL" 22.21 22.22 DEPENDS="perl" 22.23 -BUILD_DEPENDS="$DEPENDS" 22.24 +BUILD_DEPENDS="perl" 22.25 22.26 # Rules to configure and make the package. 22.27 compile_rules() 22.28 { 22.29 - cd $src 22.30 perl Makefile.PL && 22.31 - make && 22.32 - make DESTDIR=$DESTDIR install 22.33 + make && make DESTDIR=$install install && 22.34 + 22.35 + chmod -R u+w $install 22.36 } 22.37 22.38 # Rules to gen a SliTaz package suitable for Tazpkg. 22.39 genpkg_rules() 22.40 { 22.41 - cp -a $install/usr $fs 22.42 + copy @std 22.43 }
23.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 23.2 +++ b/perl-class-tiny/receipt Thu May 11 02:23:02 2017 +0300 23.3 @@ -0,0 +1,30 @@ 23.4 +# SliTaz package receipt. 23.5 + 23.6 +PACKAGE="perl-class-tiny" 23.7 +VERSION="1.006" 23.8 +CATEGORY="perl" 23.9 +SHORT_DESC="Class::Tiny - Minimalist class construction" 23.10 +MAINTAINER="al.bobylev@gmail.com" 23.11 +LICENSE="GPL" 23.12 +WEB_SITE="https://metacpan.org/release/Class-Tiny" 23.13 + 23.14 +TARBALL="Class-Tiny-$VERSION.tar.gz" 23.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" 23.16 + 23.17 +DEPENDS="perl" 23.18 +BUILD_DEPENDS="perl" 23.19 + 23.20 +# Rules to configure and make the package. 23.21 +compile_rules() 23.22 +{ 23.23 + perl Makefile.PL && 23.24 + make && make DESTDIR=$install install && 23.25 + 23.26 + chmod -R u+w $install 23.27 +} 23.28 + 23.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 23.30 +genpkg_rules() 23.31 +{ 23.32 + copy @std 23.33 +}
24.1 --- a/perl-common-sense/receipt Thu May 11 00:50:35 2017 +0300 24.2 +++ b/perl-common-sense/receipt Thu May 11 02:23:02 2017 +0300 24.3 @@ -1,15 +1,15 @@ 24.4 # SliTaz package receipt. 24.5 24.6 PACKAGE="perl-common-sense" 24.7 -VERSION="3.73" 24.8 -CATEGORY="development" 24.9 -SHORT_DESC="common::sense module is a Perl extension." 24.10 +VERSION="3.74" 24.11 +CATEGORY="perl" 24.12 +SHORT_DESC="common::sense - save a tree AND a kitten, use common::sense!" 24.13 MAINTAINER="pascal.bellard@slitaz.org" 24.14 LICENSE="GPL" 24.15 -SOURCE="common-sense" 24.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 24.17 -WEB_SITE="http://cpan.org/" 24.18 -WGET_URL="http://cpan.org/authors/id/M/ML/MLEHMANN/$TARBALL" 24.19 +WEB_SITE="https://metacpan.org/release/common-sense" 24.20 + 24.21 +TARBALL="common-sense-$VERSION.tar.gz" 24.22 +WGET_URL="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/$TARBALL" 24.23 24.24 DEPENDS="perl" 24.25 BUILD_DEPENDS="perl" 24.26 @@ -17,15 +17,14 @@ 24.27 # Rules to configure and make the package. 24.28 compile_rules() 24.29 { 24.30 - perl Makefile.PL 24.31 - make 24.32 - make DESTDIR=$DESTDIR install 24.33 + perl Makefile.PL && 24.34 + make && make DESTDIR=$install install && 24.35 + 24.36 + chmod -R u+w $install 24.37 } 24.38 24.39 # Rules to gen a SliTaz package suitable for Tazpkg. 24.40 genpkg_rules() 24.41 { 24.42 - mkdir -p $fs/usr 24.43 - cp -a $install/usr/lib $fs/usr 24.44 + copy @std 24.45 } 24.46 -
25.1 --- a/perl-compress-raw-bzip2/receipt Thu May 11 00:50:35 2017 +0300 25.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 25.3 @@ -1,32 +0,0 @@ 25.4 -# SliTaz package receipt. 25.5 - 25.6 -PACKAGE="perl-compress-raw-bzip2" 25.7 -VERSION="2.049" 25.8 -CATEGORY="development" 25.9 -SHORT_DESC="PERL low-level interface to bzip2" 25.10 -MAINTAINER="erjo@slitaz.org" 25.11 -LICENSE="GPL" 25.12 -DEPENDS="perl" 25.13 -BUILD_DEPENDS="perl" 25.14 -SOURCE="Compress-Raw-Bzip2" 25.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 25.16 -WEB_SITE="http://cpan.org/" 25.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL" 25.18 - 25.19 - 25.20 -# Rules to configure and make the package. 25.21 -compile_rules() 25.22 -{ 25.23 - cd $src 25.24 - perl Makefile.PL 25.25 - make 25.26 - make DESTDIR=$DESTDIR install 25.27 -} 25.28 - 25.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 25.30 -genpkg_rules() 25.31 -{ 25.32 - mkdir -p $fs/usr 25.33 - cp -a $install/usr/lib $fs/usr 25.34 -} 25.35 -
26.1 --- a/perl-compress-raw-zlib/receipt Thu May 11 00:50:35 2017 +0300 26.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 26.3 @@ -1,31 +0,0 @@ 26.4 -# SliTaz package receipt. 26.5 - 26.6 -PACKAGE="perl-compress-raw-zlib" 26.7 -VERSION="2.051" 26.8 -CATEGORY="development" 26.9 -SHORT_DESC="PERL low-level interface to Zlib" 26.10 -MAINTAINER="erjo@slitaz.org" 26.11 -LICENSE="GPL" 26.12 -DEPENDS="perl" 26.13 -BUILD_DEPENDS="perl" 26.14 -SOURCE="Compress-Raw-Zlib" 26.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 26.16 -WEB_SITE="http://cpan.org/" 26.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL" 26.18 - 26.19 -# Rules to configure and make the package. 26.20 -compile_rules() 26.21 -{ 26.22 - cd $src 26.23 - perl Makefile.PL 26.24 - make 26.25 - make DESTDIR=$DESTDIR install 26.26 -} 26.27 - 26.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 26.29 -genpkg_rules() 26.30 -{ 26.31 - mkdir -p $fs/usr 26.32 - cp -a $install/usr/lib $fs/usr 26.33 -} 26.34 -
27.1 --- a/perl-config-general/receipt Thu May 11 00:50:35 2017 +0300 27.2 +++ b/perl-config-general/receipt Thu May 11 02:23:02 2017 +0300 27.3 @@ -1,31 +1,30 @@ 27.4 # SliTaz package receipt. 27.5 27.6 PACKAGE="perl-config-general" 27.7 -VERSION="2.51" 27.8 -CATEGORY="development" 27.9 -SHORT_DESC="Config::General module is a Perl extension." 27.10 +VERSION="2.63" 27.11 +CATEGORY="perl" 27.12 +SHORT_DESC="Config::General - Generic Config Module" 27.13 MAINTAINER="pascal.bellard@slitaz.org" 27.14 LICENSE="GPL" 27.15 +WEB_SITE="https://metacpan.org/release/Config-General" 27.16 + 27.17 +TARBALL="Config-General-$VERSION.tar.gz" 27.18 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TL/TLINDEN/$TARBALL" 27.19 + 27.20 DEPENDS="perl" 27.21 BUILD_DEPENDS="perl" 27.22 -SOURCE="Config-General" 27.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 27.24 -WEB_SITE="http://cpan.org/" 27.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/$TARBALL" 27.26 27.27 # Rules to configure and make the package. 27.28 compile_rules() 27.29 { 27.30 - cd $src 27.31 perl Makefile.PL && 27.32 - make && 27.33 - make install DESTDIR=$DESTDIR 27.34 + make && make DESTDIR=$install install && 27.35 + 27.36 + chmod -R u+w $install 27.37 } 27.38 27.39 # Rules to gen a SliTaz package suitable for Tazpkg. 27.40 genpkg_rules() 27.41 { 27.42 - mkdir -p $fs/usr 27.43 - cp -a $install/usr/lib $fs/usr 27.44 + copy @std 27.45 } 27.46 -
28.1 --- a/perl-config-inifiles/receipt Thu May 11 00:50:35 2017 +0300 28.2 +++ b/perl-config-inifiles/receipt Thu May 11 02:23:02 2017 +0300 28.3 @@ -1,31 +1,31 @@ 28.4 # SliTaz package receipt. 28.5 28.6 PACKAGE="perl-config-inifiles" 28.7 -VERSION="2.49" 28.8 -CATEGORY="development" 28.9 -SHORT_DESC="Config::IniFiles module is a Perl extension." 28.10 +VERSION="2.94" 28.11 +CATEGORY="perl" 28.12 +SHORT_DESC="Config::IniFiles - A module for reading .ini-style configuration \ 28.13 +files" 28.14 MAINTAINER="pascal.bellard@slitaz.org" 28.15 LICENSE="GPL" 28.16 -DEPENDS="perl" 28.17 -BUILD_DEPENDS="perl" 28.18 -SOURCE="Config-IniFiles" 28.19 -TARBALL="$SOURCE-$VERSION.tar.gz" 28.20 -WEB_SITE="http://cpan.org/" 28.21 -WGET_URL="http://cpan.org/authors/id/S/SH/SHLOMIF/$TARBALL" 28.22 +WEB_SITE="https://metacpan.org/release/Config-IniFiles" 28.23 + 28.24 +TARBALL="Config-IniFiles-$VERSION.tar.gz" 28.25 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL" 28.26 + 28.27 +DEPENDS="perl-io-stringy" 28.28 +BUILD_DEPENDS="$DEPENDS perl-module-build" 28.29 28.30 # Rules to configure and make the package. 28.31 compile_rules() 28.32 { 28.33 - cd $src 28.34 - perl Makefile.PL 28.35 - make 28.36 - make DESTDIR=$DESTDIR install 28.37 + perl Makefile.PL && 28.38 + make && make DESTDIR=$install install && 28.39 + 28.40 + chmod -R u+w $install 28.41 } 28.42 28.43 # Rules to gen a SliTaz package suitable for Tazpkg. 28.44 genpkg_rules() 28.45 { 28.46 - mkdir -p $fs/usr 28.47 - cp -a $install/usr/lib $fs/usr 28.48 + copy @std 28.49 } 28.50 -
29.1 --- a/perl-config-tiny/receipt Thu May 11 00:50:35 2017 +0300 29.2 +++ b/perl-config-tiny/receipt Thu May 11 02:23:02 2017 +0300 29.3 @@ -1,15 +1,16 @@ 29.4 # SliTaz package receipt. 29.5 29.6 PACKAGE="perl-config-tiny" 29.7 -VERSION="2.22" 29.8 -CATEGORY="development" 29.9 -SHORT_DESC="Config::Tiny module is a Perl extension." 29.10 +VERSION="2.23" 29.11 +CATEGORY="perl" 29.12 +SHORT_DESC="Config::Tiny - Read/Write .ini style files with as little code as \ 29.13 +possible" 29.14 MAINTAINER="pascal.bellard@slitaz.org" 29.15 LICENSE="GPL2" 29.16 -SOURCE="Config-Tiny" 29.17 -TARBALL="$SOURCE-$VERSION.tgz" 29.18 -WEB_SITE="http://cpan.org/" 29.19 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$TARBALL" 29.20 +WEB_SITE="https://metacpan.org/release/Config-Tiny" 29.21 + 29.22 +TARBALL="Config-Tiny-$VERSION.tgz" 29.23 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$TARBALL" 29.24 29.25 DEPENDS="perl" 29.26 BUILD_DEPENDS="perl" 29.27 @@ -18,13 +19,13 @@ 29.28 compile_rules() 29.29 { 29.30 perl Makefile.PL && 29.31 - make && 29.32 - make install DESTDIR=$DESTDIR 29.33 + make && make DESTDIR=$install install && 29.34 + 29.35 + chmod -R u+w $install 29.36 } 29.37 29.38 # Rules to gen a SliTaz package suitable for Tazpkg. 29.39 genpkg_rules() 29.40 { 29.41 - mkdir -p $fs/usr 29.42 - cp -a $install/usr/lib $fs/usr 29.43 + copy @std 29.44 }
30.1 --- a/perl-convert-asn1/receipt Thu May 11 00:50:35 2017 +0300 30.2 +++ b/perl-convert-asn1/receipt Thu May 11 02:23:02 2017 +0300 30.3 @@ -1,31 +1,31 @@ 30.4 # SliTaz package receipt. 30.5 30.6 PACKAGE="perl-convert-asn1" 30.7 -VERSION="0.22" 30.8 -CATEGORY="development" 30.9 -SHORT_DESC="Convert::ASN1 module is a Perl extension." 30.10 +VERSION="0.27" 30.11 +CATEGORY="perl" 30.12 +SHORT_DESC="Convert::ASN1 - Convert between perl data structures and ASN.1 \ 30.13 +encoded packets" 30.14 MAINTAINER="pascal.bellard@slitaz.org" 30.15 LICENSE="GPL" 30.16 +WEB_SITE="https://metacpan.org/release/Convert-ASN1" 30.17 + 30.18 +TARBALL="Convert-ASN1-$VERSION.tar.gz" 30.19 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL" 30.20 + 30.21 DEPENDS="perl" 30.22 BUILD_DEPENDS="perl" 30.23 -SOURCE="Convert-ASN1" 30.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 30.25 -WEB_SITE="http://cpan.org/" 30.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" 30.27 30.28 # Rules to configure and make the package. 30.29 compile_rules() 30.30 { 30.31 - cd $src 30.32 perl Makefile.PL && 30.33 - make && 30.34 - make DESTDIR=$DESTDIR install 30.35 + make && make DESTDIR=$install install && 30.36 + 30.37 + chmod -R u+w $install 30.38 } 30.39 30.40 # Rules to gen a SliTaz package suitable for Tazpkg. 30.41 genpkg_rules() 30.42 { 30.43 - mkdir -p $fs/usr 30.44 - cp -a $install/usr/lib $fs/usr 30.45 + copy @std 30.46 } 30.47 -
31.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 31.2 +++ b/perl-cpan-meta-check/receipt Thu May 11 02:23:02 2017 +0300 31.3 @@ -0,0 +1,30 @@ 31.4 +# SliTaz package receipt. 31.5 + 31.6 +PACKAGE="perl-cpan-meta-check" 31.7 +VERSION="0.014" 31.8 +CATEGORY="perl" 31.9 +SHORT_DESC="CPAN::Meta::Check - Verify requirements in a CPAN::Meta object" 31.10 +MAINTAINER="al.bobylev@gmail.com" 31.11 +LICENSE="GPL" 31.12 +WEB_SITE="https://metacpan.org/release/CPAN-Meta-Check" 31.13 + 31.14 +TARBALL="CPAN-Meta-Check-$VERSION.tar.gz" 31.15 +WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" 31.16 + 31.17 +DEPENDS="perl" 31.18 +BUILD_DEPENDS="perl" 31.19 + 31.20 +# Rules to configure and make the package. 31.21 +compile_rules() 31.22 +{ 31.23 + perl Makefile.PL && 31.24 + make && make DESTDIR=$install install && 31.25 + 31.26 + chmod -R u+w $install 31.27 +} 31.28 + 31.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 31.30 +genpkg_rules() 31.31 +{ 31.32 + copy @std 31.33 +}
32.1 --- a/perl-crypt-des/receipt Thu May 11 00:50:35 2017 +0300 32.2 +++ b/perl-crypt-des/receipt Thu May 11 02:23:02 2017 +0300 32.3 @@ -1,31 +1,30 @@ 32.4 # SliTaz package receipt. 32.5 32.6 PACKAGE="perl-crypt-des" 32.7 -VERSION="2.05" 32.8 -CATEGORY="development" 32.9 -SHORT_DESC="Crypt::DES module is a Perl extension." 32.10 +VERSION="2.07" 32.11 +CATEGORY="perl" 32.12 +SHORT_DESC="Crypt::DES - Perl DES encryption module" 32.13 MAINTAINER="pascal.bellard@slitaz.org" 32.14 LICENSE="GPL" 32.15 +WEB_SITE="https://metacpan.org/release/Crypt-DES" 32.16 + 32.17 +TARBALL="Crypt-DES-$VERSION.tar.gz" 32.18 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPARIS/$TARBALL" 32.19 + 32.20 DEPENDS="perl" 32.21 BUILD_DEPENDS="perl" 32.22 -SOURCE="Crypt-DES" 32.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 32.24 -WEB_SITE="http://cpan.org/" 32.25 -WGET_URL="http://cpan.org/authors/id/D/DP/DPARIS/$TARBALL" 32.26 32.27 # Rules to configure and make the package. 32.28 compile_rules() 32.29 { 32.30 - cd $src 32.31 - perl Makefile.PL 32.32 - make 32.33 - make DESTDIR=$DESTDIR install 32.34 + perl Makefile.PL && 32.35 + make && make DESTDIR=$install install && 32.36 + 32.37 + chmod -R u+w $install 32.38 } 32.39 32.40 # Rules to gen a SliTaz package suitable for Tazpkg. 32.41 genpkg_rules() 32.42 { 32.43 - mkdir -p $fs/usr 32.44 - cp -a $install/usr/lib $fs/usr 32.45 + copy @std 32.46 } 32.47 -
33.1 --- a/perl-curses/receipt Thu May 11 00:50:35 2017 +0300 33.2 +++ b/perl-curses/receipt Thu May 11 02:23:02 2017 +0300 33.3 @@ -1,32 +1,30 @@ 33.4 # SliTaz package receipt. 33.5 33.6 PACKAGE="perl-curses" 33.7 -VERSION="1.24" 33.8 -CATEGORY="development" 33.9 -SHORT_DESC="Curses module is a Perl extension." 33.10 +VERSION="1.36" 33.11 +CATEGORY="perl" 33.12 +SHORT_DESC="Curses - terminal screen handling and optimization" 33.13 MAINTAINER="pascal.bellard@slitaz.org" 33.14 LICENSE="GPL" 33.15 -SOURCE="Curses" 33.16 -TARBALL="$SOURCE-$VERSION.tgz" 33.17 -WEB_SITE="http://cpan.org/" 33.18 -WGET_URL="http://cpan.org/authors/id/G/GI/GIRAFFED/$TARBALL" 33.19 +WEB_SITE="https://metacpan.org/release/Curses" 33.20 33.21 -DEPENDS="perl ncursesw" 33.22 -BUILD_DEPENDS="perl ncursesw-dev" 33.23 +TARBALL="Curses-$VERSION.tar.gz" 33.24 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/$TARBALL" 33.25 + 33.26 +DEPENDS="perl ncurses ncurses-libform ncurses-libmenu ncurses-libpanel" 33.27 +BUILD_DEPENDS="perl ncurses-dev" 33.28 33.29 # Rules to configure and make the package. 33.30 compile_rules() 33.31 { 33.32 - cd $src 33.33 - perl Makefile.PL && 33.34 - make && 33.35 - make DESTDIR=$DESTDIR install 33.36 + perl Makefile.PL PANELS MENUS FORMS && 33.37 + make && make DESTDIR=$install install && 33.38 + 33.39 + chmod -R u+w $install 33.40 } 33.41 33.42 # Rules to gen a SliTaz package suitable for Tazpkg. 33.43 genpkg_rules() 33.44 { 33.45 - mkdir -p $fs/usr 33.46 - cp -a $install/usr/lib $fs/usr 33.47 + copy @std 33.48 } 33.49 -
34.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 34.2 +++ b/perl-curses/stuff/patches/include-ncurses-form-h.patch Thu May 11 02:23:02 2017 +0300 34.3 @@ -0,0 +1,32 @@ 34.4 +As described in the INSTALL file: 34.5 + 34.6 +--- a/dev/null 34.7 ++++ b/c-config.h 34.8 +@@ -0,0 +1,27 @@ 34.9 ++/* Hint file for the Linux platform, ncurses version of libcurses. 34.10 ++ * 34.11 ++ * If this configuration doesn't work, look at the file "c-none.h" 34.12 ++ * for how to set the configuration options. 34.13 ++ */ 34.14 ++ 34.15 ++#include <ncurses.h> 34.16 ++ 34.17 ++#ifdef C_PANELFUNCTION 34.18 ++#include <panel.h> 34.19 ++#endif 34.20 ++ 34.21 ++#ifdef C_MENUFUNCTION 34.22 ++#include <menu.h> 34.23 ++#endif 34.24 ++ 34.25 ++#ifdef C_FORMFUNCTION 34.26 ++#include "/usr/include/form.h" 34.27 ++#endif 34.28 ++ 34.29 ++#define C_LONGNAME 34.30 ++#define C_LONG0ARGS 34.31 ++#undef C_LONG2ARGS 34.32 ++ 34.33 ++#define C_TOUCHLINE 34.34 ++#define C_TOUCH3ARGS 34.35 ++#undef C_TOUCH4ARGS
35.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 35.2 +++ b/perl-curses/stuff/patches/series Thu May 11 02:23:02 2017 +0300 35.3 @@ -0,0 +1,1 @@ 35.4 +include-ncurses-form-h.patch
36.1 --- a/perl-date-calc/receipt Thu May 11 00:50:35 2017 +0300 36.2 +++ b/perl-date-calc/receipt Thu May 11 02:23:02 2017 +0300 36.3 @@ -1,31 +1,30 @@ 36.4 # SliTaz package receipt. 36.5 36.6 PACKAGE="perl-date-calc" 36.7 -VERSION="6.3" 36.8 -CATEGORY="development" 36.9 -SHORT_DESC="Perl module for Gregorian calendar date calculations" 36.10 +VERSION="6.4" 36.11 +CATEGORY="perl" 36.12 +SHORT_DESC="Date::Calc - Gregorian calendar date calculations" 36.13 MAINTAINER="slaxemulator@gmail.com" 36.14 LICENSE="GPL" 36.15 -DEPENDS="perl perl-bit-vector" 36.16 +WEB_SITE="https://metacpan.org/release/Date-Calc" 36.17 + 36.18 +TARBALL="Date-Calc-$VERSION.tar.gz" 36.19 +WGET_URL="https://cpan.metacpan.org/authors/id/S/ST/STBEY/$TARBALL" 36.20 + 36.21 +DEPENDS="perl-bit-vector perl-carp-clan" 36.22 BUILD_DEPENDS="$DEPENDS" 36.23 -SOURCE="Date-Calc" 36.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 36.25 -WEB_SITE="http://search.cpan.org/dist/Date-Calc/" 36.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" 36.27 36.28 # Rules to configure and make the package. 36.29 compile_rules() 36.30 { 36.31 - cd $src 36.32 perl Makefile.PL && 36.33 - make && 36.34 - make install DESTDIR=$DESTDIR 36.35 + make && make DESTDIR=$install UNINST=1 install && 36.36 + 36.37 + chmod -R u+w $install 36.38 } 36.39 36.40 # Rules to gen a SliTaz package suitable for Tazpkg. 36.41 genpkg_rules() 36.42 { 36.43 - mkdir -p $fs/usr 36.44 - cp -a $install/usr/lib $fs/usr 36.45 + copy @std 36.46 } 36.47 -
37.1 --- a/perl-date-manip/receipt Thu May 11 00:50:35 2017 +0300 37.2 +++ b/perl-date-manip/receipt Thu May 11 02:23:02 2017 +0300 37.3 @@ -1,30 +1,30 @@ 37.4 # SliTaz package receipt. 37.5 37.6 PACKAGE="perl-date-manip" 37.7 -VERSION="6.22" 37.8 -CATEGORY="development" 37.9 -SHORT_DESC="Date::Manip module is a Perl extension." 37.10 +VERSION="6.58" 37.11 +CATEGORY="perl" 37.12 +SHORT_DESC="Date::Manip - Date manipulation routines" 37.13 MAINTAINER="slaxemulator@gmail.com" 37.14 LICENSE="GPL" 37.15 -DEPENDS="perl perl-yaml-syck" 37.16 -BUILD_DEPENDS="perl perl-yaml-syck" 37.17 -SOURCE="Date-Manip" 37.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 37.19 -WEB_SITE="http://search.cpan.org/dist/Date-Manip/" 37.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/$TARBALL" 37.21 +WEB_SITE="https://metacpan.org/release/Date-Manip" 37.22 + 37.23 +TARBALL="Date-Manip-$VERSION.tar.gz" 37.24 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SB/SBECK/$TARBALL" 37.25 + 37.26 +DEPENDS="perl" 37.27 +BUILD_DEPENDS="perl" 37.28 37.29 # Rules to configure and make the package. 37.30 compile_rules() 37.31 { 37.32 - cd $src 37.33 perl Makefile.PL && 37.34 - make && 37.35 - make DESTDIR=$DESTDIR install 37.36 + make && make DESTDIR=$install install && 37.37 + 37.38 + chmod -R u+w $install 37.39 } 37.40 37.41 # Rules to gen a SliTaz package suitable for Tazpkg. 37.42 genpkg_rules() 37.43 { 37.44 - mkdir -p $fs/usr 37.45 - cp -a $install/usr/lib $fs/usr 37.46 + copy @std 37.47 }
38.1 --- a/perl-datetime-format-mail/receipt Thu May 11 00:50:35 2017 +0300 38.2 +++ b/perl-datetime-format-mail/receipt Thu May 11 02:23:02 2017 +0300 38.3 @@ -1,32 +1,31 @@ 38.4 # SliTaz package receipt. 38.5 38.6 PACKAGE="perl-datetime-format-mail" 38.7 -VERSION="0.3001" 38.8 -CATEGORY="development" 38.9 -SHORT_DESC="DateTime::Format::Mail module is a Perl extension." 38.10 +VERSION="0.403" 38.11 +CATEGORY="perl" 38.12 +SHORT_DESC="DateTime::Format::Mail - Convert between DateTime and RFC2822/822 \ 38.13 +formats" 38.14 MAINTAINER="pascal.bellard@slitaz.org" 38.15 LICENSE="GPL2" 38.16 -SOURCE="DateTime-Format-Mail" 38.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 38.18 -WEB_SITE="http://cpan.org/" 38.19 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 38.20 +WEB_SITE="https://metacpan.org/release/DateTime-Format-Mail" 38.21 38.22 -DEPENDS="perl" 38.23 -BUILD_DEPENDS="perl-datetime perl-params-validate" 38.24 +TARBALL="DateTime-Format-Mail-$VERSION.tar.gz" 38.25 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BOOK/$TARBALL" 38.26 + 38.27 +DEPENDS="perl-datetime perl-params-validate" 38.28 +BUILD_DEPENDS="$DEPENDS" 38.29 38.30 # Rules to configure and make the package. 38.31 compile_rules() 38.32 { 38.33 - cd $src 38.34 perl Makefile.PL && 38.35 - make && 38.36 - make DESTDIR=$DESTDIR install 38.37 + make && make DESTDIR=$install install && 38.38 + 38.39 + chmod -R u+w $install 38.40 } 38.41 38.42 # Rules to gen a SliTaz package suitable for Tazpkg. 38.43 genpkg_rules() 38.44 { 38.45 - mkdir -p $fs/usr 38.46 - cp -a $install/usr/lib $fs/usr 38.47 + copy @std 38.48 } 38.49 -
39.1 --- a/perl-datetime-format-strptime/receipt Thu May 11 00:50:35 2017 +0300 39.2 +++ b/perl-datetime-format-strptime/receipt Thu May 11 02:23:02 2017 +0300 39.3 @@ -1,32 +1,33 @@ 39.4 # SliTaz package receipt. 39.5 39.6 PACKAGE="perl-datetime-format-strptime" 39.7 -VERSION="1.56" 39.8 -CATEGORY="development" 39.9 -SHORT_DESC="DateTime::Format::Strptime module is a Perl extension." 39.10 +VERSION="1.73" 39.11 +CATEGORY="perl" 39.12 +SHORT_DESC="DateTime::Format::Strptime - Parse and format strp and strf time \ 39.13 +patterns" 39.14 MAINTAINER="pascal.bellard@slitaz.org" 39.15 LICENSE="GPL2" 39.16 -SOURCE="DateTime-Format-Strptime" 39.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 39.18 -WEB_SITE="http://cpan.org/" 39.19 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 39.20 +WEB_SITE="https://metacpan.org/release/DateTime-Format-Strptime" 39.21 39.22 -DEPENDS="perl" 39.23 -BUILD_DEPENDS="perl-datetime perl-params-validate perl-test-simple" 39.24 +TARBALL="DateTime-Format-Strptime-$VERSION.tar.gz" 39.25 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 39.26 + 39.27 +DEPENDS="perl-datetime perl-datetime-locale perl-datetime-timezone \ 39.28 +perl-package-deprecationmanager perl-params-validationcompiler perl-specio \ 39.29 +perl-try-tiny" 39.30 +BUILD_DEPENDS="$DEPENDS perl-test-warnings" 39.31 39.32 # Rules to configure and make the package. 39.33 compile_rules() 39.34 { 39.35 - cd $src 39.36 perl Makefile.PL && 39.37 - make && 39.38 - make DESTDIR=$DESTDIR install 39.39 + make && make DESTDIR=$install install && 39.40 + 39.41 + chmod -R u+w $install 39.42 } 39.43 39.44 # Rules to gen a SliTaz package suitable for Tazpkg. 39.45 genpkg_rules() 39.46 { 39.47 - mkdir -p $fs/usr 39.48 - cp -a $install/usr/lib $fs/usr 39.49 + copy @std 39.50 } 39.51 -
40.1 --- a/perl-datetime-format-w3cdtf/receipt Thu May 11 00:50:35 2017 +0300 40.2 +++ b/perl-datetime-format-w3cdtf/receipt Thu May 11 02:23:02 2017 +0300 40.3 @@ -1,31 +1,30 @@ 40.4 # SliTaz package receipt. 40.5 40.6 PACKAGE="perl-datetime-format-w3cdtf" 40.7 -VERSION="0.06" 40.8 -CATEGORY="development" 40.9 -SHORT_DESC="DateTime::Format::W3CDTF module is a Perl extension." 40.10 +VERSION="0.07" 40.11 +CATEGORY="perl" 40.12 +SHORT_DESC="DateTime::Format::W3CDTF - Parse and format W3CDTF datetime strings" 40.13 MAINTAINER="pascal.bellard@slitaz.org" 40.14 LICENSE="GPL" 40.15 -DEPENDS="perl" 40.16 -BUILD_DEPENDS="perl" 40.17 -SOURCE="DateTime-Format-W3CDTF" 40.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 40.19 -WEB_SITE="http://cpan.org/" 40.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS/$TARBALL" 40.21 +WEB_SITE="https://metacpan.org/release/DateTime-Format-W3CDTF" 40.22 + 40.23 +TARBALL="DateTime-Format-W3CDTF-$VERSION.tar.gz" 40.24 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GW/GWILLIAMS/$TARBALL" 40.25 + 40.26 +DEPENDS="perl-datetime" 40.27 +BUILD_DEPENDS="$DEPENDS" 40.28 40.29 # Rules to configure and make the package. 40.30 compile_rules() 40.31 { 40.32 - cd $src 40.33 perl Makefile.PL && 40.34 - make && 40.35 - make DESTDIR=$DESTDIR install 40.36 + make && make DESTDIR=$install install && 40.37 + 40.38 + chmod -R u+w $install 40.39 } 40.40 40.41 # Rules to gen a SliTaz package suitable for Tazpkg. 40.42 genpkg_rules() 40.43 { 40.44 - mkdir -p $fs/usr 40.45 - cp -a $install/usr/lib $fs/usr 40.46 + copy @std 40.47 } 40.48 -
41.1 --- a/perl-datetime-locale/receipt Thu May 11 00:50:35 2017 +0300 41.2 +++ b/perl-datetime-locale/receipt Thu May 11 02:23:02 2017 +0300 41.3 @@ -1,31 +1,32 @@ 41.4 # SliTaz package receipt. 41.5 41.6 PACKAGE="perl-datetime-locale" 41.7 -VERSION="0.45" 41.8 -CATEGORY="development" 41.9 -SHORT_DESC="DateTime::Locale module is a Perl extension." 41.10 +VERSION="1.16" 41.11 +CATEGORY="perl" 41.12 +SHORT_DESC="DateTime::Locale - Localization support for DateTime.pm" 41.13 MAINTAINER="pascal.bellard@slitaz.org" 41.14 LICENSE="GPL" 41.15 -DEPENDS="perl" 41.16 -BUILD_DEPENDS="perl" 41.17 -SOURCE="DateTime-Locale" 41.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 41.19 -WEB_SITE="http://cpan.org/" 41.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 41.21 +WEB_SITE="https://metacpan.org/release/DateTime-Locale" 41.22 + 41.23 +TARBALL="DateTime-Locale-$VERSION.tar.gz" 41.24 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 41.25 + 41.26 +DEPENDS="perl-dist-checkconflicts perl-file-sharedir perl-scalar-list-utils \ 41.27 +perl-namespace-autoclean perl-params-validationcompiler perl-specio" 41.28 +BUILD_DEPENDS="$DEPENDS perl-file-sharedir-install perl-cpan-meta-check \ 41.29 +perl-test-fatal perl-test-file-sharedir perl-test-requires perl-test-warnings" 41.30 41.31 # Rules to configure and make the package. 41.32 compile_rules() 41.33 { 41.34 - cd $src 41.35 perl Makefile.PL && 41.36 - make && 41.37 - make DESTDIR=$DESTDIR install 41.38 + make && make DESTDIR=$install install && 41.39 + 41.40 + chmod -R u+w $install 41.41 } 41.42 41.43 # Rules to gen a SliTaz package suitable for Tazpkg. 41.44 genpkg_rules() 41.45 { 41.46 - mkdir -p $fs/usr 41.47 - cp -a $install/usr/lib $fs/usr 41.48 + copy @std 41.49 } 41.50 -
42.1 --- a/perl-datetime-timezone/receipt Thu May 11 00:50:35 2017 +0300 42.2 +++ b/perl-datetime-timezone/receipt Thu May 11 02:23:02 2017 +0300 42.3 @@ -1,31 +1,31 @@ 42.4 # SliTaz package receipt. 42.5 42.6 PACKAGE="perl-datetime-timezone" 42.7 -VERSION="1.93" 42.8 -CATEGORY="development" 42.9 -SHORT_DESC="DateTime::Format::TimeZone module is a Perl extension." 42.10 +VERSION="2.11" 42.11 +CATEGORY="perl" 42.12 +SHORT_DESC="DateTime::TimeZone - Time zone object base class and factory" 42.13 MAINTAINER="pascal.bellard@slitaz.org" 42.14 LICENSE="GPL" 42.15 -DEPENDS="perl" 42.16 -BUILD_DEPENDS="perl" 42.17 -SOURCE="DateTime-TimeZone" 42.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 42.19 -WEB_SITE="http://cpan.org/" 42.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 42.21 +WEB_SITE="https://metacpan.org/release/DateTime-TimeZone" 42.22 + 42.23 +TARBALL="DateTime-TimeZone-$VERSION.tar.gz" 42.24 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 42.25 + 42.26 +DEPENDS="perl-class-singleton perl-module-runtime perl-namespace-autoclean \ 42.27 +perl-params-validationcompiler perl-specio perl-try-tiny" 42.28 +BUILD_DEPENDS="$DEPENDS perl-test-requires" 42.29 42.30 # Rules to configure and make the package. 42.31 compile_rules() 42.32 { 42.33 - cd $src 42.34 perl Makefile.PL && 42.35 - make && 42.36 - make DESTDIR=$DESTDIR install 42.37 + make && make DESTDIR=$install install && 42.38 + 42.39 + chmod -R u+w $install 42.40 } 42.41 42.42 # Rules to gen a SliTaz package suitable for Tazpkg. 42.43 genpkg_rules() 42.44 { 42.45 - mkdir -p $fs/usr 42.46 - cp -a $install/usr/lib $fs/usr 42.47 + copy @std 42.48 } 42.49 -
43.1 --- a/perl-datetime/receipt Thu May 11 00:50:35 2017 +0300 43.2 +++ b/perl-datetime/receipt Thu May 11 02:23:02 2017 +0300 43.3 @@ -1,34 +1,32 @@ 43.4 # SliTaz package receipt. 43.5 43.6 PACKAGE="perl-datetime" 43.7 -VERSION="1.20" 43.8 -CATEGORY="development" 43.9 -SHORT_DESC="DateTime module is a Perl extension." 43.10 +VERSION="1.42" 43.11 +CATEGORY="perl" 43.12 +SHORT_DESC="DateTime - A date and time object for Perl" 43.13 MAINTAINER="pascal.bellard@slitaz.org" 43.14 LICENSE="GPL" 43.15 -SOURCE="DateTime" 43.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 43.17 -WEB_SITE="http://search.cpan.org/dist/DateTime" 43.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 43.19 +WEB_SITE="https://metacpan.org/release/DateTime" 43.20 43.21 -DEPENDS="perl perl-params-validate perl-test-exception perl-test-warnings \ 43.22 -perl-datetime-locale perl-math-round perl-datetime-timezone perl-test-fatal \ 43.23 -perl-list-moreutils perl-try-tiny perl-test-simple perl-exporter-tiny \ 43.24 -perl-class-singleton" 43.25 -BUILD_DEPENDS="$DEPENDS" 43.26 +TARBALL="DateTime-$VERSION.tar.gz" 43.27 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 43.28 + 43.29 +DEPENDS="perl-datetime-locale perl-datetime-timezone perl-dist-checkconflicts \ 43.30 +perl-namespace-autoclean perl-params-validationcompiler perl-specio \ 43.31 +perl-try-tiny" 43.32 +BUILD_DEPENDS="$DEPENDS perl-cpan-meta-check perl-test-warnings" 43.33 43.34 # Rules to configure and make the package. 43.35 compile_rules() 43.36 { 43.37 - cd $src 43.38 - perl Build.PL && 43.39 - ./Build --destdir $DESTDIR install 43.40 + perl Makefile.PL && 43.41 + make && make DESTDIR=$install install && 43.42 + 43.43 + chmod -R u+w $install 43.44 } 43.45 43.46 # Rules to gen a SliTaz package suitable for Tazpkg. 43.47 genpkg_rules() 43.48 { 43.49 - mkdir -p $fs/usr 43.50 - cp -a $install/usr/lib $fs/usr 43.51 + copy @std 43.52 } 43.53 -
44.1 --- a/perl-dbd-pg/receipt Thu May 11 00:50:35 2017 +0300 44.2 +++ b/perl-dbd-pg/receipt Thu May 11 02:23:02 2017 +0300 44.3 @@ -1,32 +1,30 @@ 44.4 # SliTaz package receipt. 44.5 44.6 PACKAGE="perl-dbd-pg" 44.7 -VERSION="2.19.3" 44.8 -CATEGORY="development" 44.9 -SHORT_DESC="DBD::Pg module is a Perl extension." 44.10 +VERSION="3.6.0" 44.11 +CATEGORY="perl" 44.12 +SHORT_DESC="DBD::Pg - PostgreSQL database driver for the DBI module" 44.13 MAINTAINER="pascal.bellard@slitaz.org" 44.14 LICENSE="GPL" 44.15 -SOURCE="DBD-Pg" 44.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 44.17 -WEB_SITE="http://cpan.org/" 44.18 -WGET_URL="http://cpan.org/authors/id/T/TU/TURNSTEP/$TARBALL" 44.19 +WEB_SITE="https://metacpan.org/release/DBD-Pg" 44.20 44.21 -DEPENDS="perl perl-dbi-dbd libpostgresqlclient" 44.22 -BUILD_DEPENDS="perl perl-dbi-dbd postgresql-dev" 44.23 +TARBALL="DBD-Pg-$VERSION.tar.gz" 44.24 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/$TARBALL" 44.25 + 44.26 +DEPENDS="perl-dbi libpostgresqlclient" 44.27 +BUILD_DEPENDS="$DEPENDS postgresql-dev" 44.28 44.29 # Rules to configure and make the package. 44.30 compile_rules() 44.31 { 44.32 - cd $src 44.33 - perl Makefile.PL 44.34 - make 44.35 - make DESTDIR=$DESTDIR install 44.36 + perl Makefile.PL && 44.37 + make && make DESTDIR=$install install && 44.38 + 44.39 + chmod -R u+w $install 44.40 } 44.41 44.42 # Rules to gen a SliTaz package suitable for Tazpkg. 44.43 genpkg_rules() 44.44 { 44.45 - mkdir -p $fs/usr 44.46 - cp -a $install/usr/lib $fs/usr 44.47 + copy @std 44.48 } 44.49 -
45.1 --- a/perl-dbd-sqlite/receipt Thu May 11 00:50:35 2017 +0300 45.2 +++ b/perl-dbd-sqlite/receipt Thu May 11 02:23:02 2017 +0300 45.3 @@ -1,31 +1,31 @@ 45.4 # SliTaz package receipt. 45.5 45.6 PACKAGE="perl-dbd-sqlite" 45.7 -VERSION="1.37" 45.8 -CATEGORY="development" 45.9 -SHORT_DESC="DBD::SQLite module is a Perl extension." 45.10 +VERSION="1.54" 45.11 +CATEGORY="perl" 45.12 +SHORT_DESC="DBD::SQLite - Self-contained RDBMS in a DBI Driver" 45.13 MAINTAINER="admin@trixarian.net" 45.14 LICENSE="GPL" 45.15 -SOURCE="DBD-SQLite" 45.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 45.17 -WEB_SITE="http://cpan.org/" 45.18 -WGET_URL="http://cpan.org/authors/id/A/AD/ADAMK/$TARBALL" 45.19 -DEPENDS="perl perl-dbi-dbd libsqlite" 45.20 -BUILD_DEPENDS="perl perl-dbi-dbd sqlite-dev" 45.21 +WEB_SITE="https://metacpan.org/release/DBD-SQLite" 45.22 + 45.23 +TARBALL="DBD-SQLite-$VERSION.tar.gz" 45.24 +WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL" 45.25 + 45.26 +# FIXME: sqlite-dev and libsqlite aren't detected as (b)deps 45.27 +DEPENDS="perl-dbi libsqlite" 45.28 +BUILD_DEPENDS="$DEPENDS sqlite-dev" 45.29 45.30 # Rules to configure and make the package. 45.31 compile_rules() 45.32 { 45.33 - cd $src 45.34 - perl Makefile.PL 45.35 - make 45.36 - make DESTDIR=$DESTDIR install 45.37 + perl Makefile.PL && 45.38 + make && make DESTDIR=$install install && 45.39 + 45.40 + chmod -R u+w $install 45.41 } 45.42 45.43 # Rules to gen a SliTaz package suitable for Tazpkg. 45.44 genpkg_rules() 45.45 { 45.46 - mkdir -p $fs/usr 45.47 - cp -a $install/usr/lib $fs/usr 45.48 + copy @std @dev 45.49 } 45.50 -
46.1 --- a/perl-dbi-dbd/receipt Thu May 11 00:50:35 2017 +0300 46.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 46.3 @@ -1,31 +0,0 @@ 46.4 -# SliTaz package receipt. 46.5 - 46.6 -PACKAGE="perl-dbi-dbd" 46.7 -VERSION="1.607" 46.8 -CATEGORY="development" 46.9 -SHORT_DESC="DBI::DBD module is a Perl extension." 46.10 -MAINTAINER="pascal.bellard@slitaz.org" 46.11 -LICENSE="GPL" 46.12 -DEPENDS="perl" 46.13 -BUILD_DEPENDS="perl" 46.14 -SOURCE="DBI" 46.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 46.16 -WEB_SITE="http://cpan.org/" 46.17 -WGET_URL="http://cpan.org/authors/id/T/TI/TIMB/$TARBALL" 46.18 - 46.19 -# Rules to configure and make the package. 46.20 -compile_rules() 46.21 -{ 46.22 - cd $src 46.23 - perl Makefile.PL 46.24 - make 46.25 - make DESTDIR=$DESTDIR install 46.26 -} 46.27 - 46.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 46.29 -genpkg_rules() 46.30 -{ 46.31 - mkdir -p $fs/usr 46.32 - cp -a $install/usr/lib $fs/usr 46.33 -} 46.34 -
47.1 --- a/perl-dbi/receipt Thu May 11 00:50:35 2017 +0300 47.2 +++ b/perl-dbi/receipt Thu May 11 02:23:02 2017 +0300 47.3 @@ -1,31 +1,30 @@ 47.4 # SliTaz package receipt. 47.5 47.6 PACKAGE="perl-dbi" 47.7 -VERSION="v3.0.17" 47.8 -CATEGORY="development" 47.9 -SHORT_DESC="DBI module is a Perl extension." 47.10 +VERSION="1.636" 47.11 +CATEGORY="perl" 47.12 +SHORT_DESC="DBI - Database independent interface for Perl" 47.13 MAINTAINER="pascal.bellard@slitaz.org" 47.14 LICENSE="GPL" 47.15 +WEB_SITE="https://metacpan.org/release/DBI" 47.16 + 47.17 +TARBALL="DBI-$VERSION.tar.gz" 47.18 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TI/TIMB/$TARBALL" 47.19 + 47.20 DEPENDS="perl" 47.21 BUILD_DEPENDS="perl" 47.22 -SOURCE="Class-DBI" 47.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 47.24 -WEB_SITE="http://cpan.org/" 47.25 -WGET_URL="http://cpan.org/authors/id/T/TM/TMTM/$TARBALL" 47.26 47.27 # Rules to configure and make the package. 47.28 compile_rules() 47.29 { 47.30 - cd $src 47.31 - perl Makefile.PL 47.32 - make 47.33 - make DESTDIR=$DESTDIR install 47.34 + perl Makefile.PL && 47.35 + make && make DESTDIR=$install install && 47.36 + 47.37 + chmod -R u+w $install 47.38 } 47.39 47.40 # Rules to gen a SliTaz package suitable for Tazpkg. 47.41 genpkg_rules() 47.42 { 47.43 - mkdir -p $fs/usr 47.44 - cp -a $install/usr/lib $fs/usr 47.45 + copy @std @dev 47.46 } 47.47 -
48.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 48.2 +++ b/perl-devel-stacktrace/receipt Thu May 11 02:23:02 2017 +0300 48.3 @@ -0,0 +1,30 @@ 48.4 +# SliTaz package receipt. 48.5 + 48.6 +PACKAGE="perl-devel-stacktrace" 48.7 +VERSION="2.02" 48.8 +CATEGORY="perl" 48.9 +SHORT_DESC="Devel::StackTrace - An object representing a stack trace" 48.10 +MAINTAINER="al.bobylev@gmail.com" 48.11 +LICENSE="GPL" 48.12 +WEB_SITE="https://metacpan.org/release/Devel-StackTrace" 48.13 + 48.14 +TARBALL="Devel-StackTrace-$VERSION.tar.gz" 48.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 48.16 + 48.17 +DEPENDS="perl" 48.18 +BUILD_DEPENDS="perl" 48.19 + 48.20 +# Rules to configure and make the package. 48.21 +compile_rules() 48.22 +{ 48.23 + perl Makefile.PL && 48.24 + make && make DESTDIR=$install install && 48.25 + 48.26 + chmod -R u+w $install 48.27 +} 48.28 + 48.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 48.30 +genpkg_rules() 48.31 +{ 48.32 + copy @std 48.33 +}
49.1 --- a/perl-digest-hmac/receipt Thu May 11 00:50:35 2017 +0300 49.2 +++ b/perl-digest-hmac/receipt Thu May 11 02:23:02 2017 +0300 49.3 @@ -1,31 +1,30 @@ 49.4 # SliTaz package receipt. 49.5 49.6 PACKAGE="perl-digest-hmac" 49.7 -VERSION="1.01" 49.8 -CATEGORY="development" 49.9 -SHORT_DESC="Digest::HMAC module is a Perl extension." 49.10 +VERSION="1.03" 49.11 +CATEGORY="perl" 49.12 +SHORT_DESC="Digest::HMAC - Keyed-Hashing for Message Authentication" 49.13 MAINTAINER="pascal.bellard@slitaz.org" 49.14 LICENSE="GPL" 49.15 +WEB_SITE="https://metacpan.org/release/Digest-HMAC" 49.16 + 49.17 +TARBALL="Digest-HMAC-$VERSION.tar.gz" 49.18 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 49.19 + 49.20 DEPENDS="perl" 49.21 BUILD_DEPENDS="perl" 49.22 -SOURCE="Digest-HMAC" 49.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 49.24 -WEB_SITE="http://cpan.org/" 49.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 49.26 49.27 # Rules to configure and make the package. 49.28 compile_rules() 49.29 { 49.30 - cd $src 49.31 perl Makefile.PL && 49.32 - make && 49.33 - make DESTDIR=$DESTDIR install 49.34 + make && make DESTDIR=$install install && 49.35 + 49.36 + chmod -R u+w $install 49.37 } 49.38 49.39 # Rules to gen a SliTaz package suitable for Tazpkg. 49.40 genpkg_rules() 49.41 { 49.42 - mkdir -p $fs/usr 49.43 - cp -a $install/usr/lib $fs/usr 49.44 + copy @std 49.45 } 49.46 -
50.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 50.2 +++ b/perl-digest-md4/receipt Thu May 11 02:23:02 2017 +0300 50.3 @@ -0,0 +1,30 @@ 50.4 +# SliTaz package receipt. 50.5 + 50.6 +PACKAGE="perl-digest-md4" 50.7 +VERSION="1.9" 50.8 +CATEGORY="perl" 50.9 +SHORT_DESC="Digest::MD4 - Perl interface to the MD4 Algorithm" 50.10 +MAINTAINER="al.bobylev@gmail.com" 50.11 +LICENSE="GPL" 50.12 +WEB_SITE="https://metacpan.org/release/Digest-MD4" 50.13 + 50.14 +TARBALL="Digest-MD4-$VERSION.tar.gz" 50.15 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/DigestMD4/$TARBALL" 50.16 + 50.17 +DEPENDS="perl" 50.18 +BUILD_DEPENDS="perl" 50.19 + 50.20 +# Rules to configure and make the package. 50.21 +compile_rules() 50.22 +{ 50.23 + perl Makefile.PL && 50.24 + make && make DESTDIR=$install install && 50.25 + 50.26 + chmod -R u+w $install 50.27 +} 50.28 + 50.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 50.30 +genpkg_rules() 50.31 +{ 50.32 + copy @std 50.33 +}
51.1 --- a/perl-digest-md5/receipt Thu May 11 00:50:35 2017 +0300 51.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 51.3 @@ -1,31 +0,0 @@ 51.4 -# SliTaz package receipt. 51.5 - 51.6 -PACKAGE="perl-digest-md5" 51.7 -VERSION="2.51" 51.8 -CATEGORY="development" 51.9 -SHORT_DESC="Digest::MD5::Perl - Perl implementation of Ron Rivests MD5 Algorithm" 51.10 -MAINTAINER="slaxemulator@gmail.com" 51.11 -LICENSE="GPL" 51.12 -WEB_SITE="http://search.cpan.org/dist/Digest-MD5" 51.13 -SOURCE="Digest-MD5" 51.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 51.15 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 51.16 - 51.17 -DEPENDS="perl" 51.18 -BUILD_DEPENDS="perl" 51.19 - 51.20 -# Rules to configure and make the package. 51.21 -compile_rules() 51.22 -{ 51.23 - cd $src 51.24 - perl Makefile.PL && 51.25 - make && 51.26 - make DESTDIR=$DESTDIR install 51.27 -} 51.28 - 51.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 51.30 -genpkg_rules() 51.31 -{ 51.32 - mkdir -p $fs/usr 51.33 - cp -a $install/usr/lib $fs/usr 51.34 -}
52.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 52.2 +++ b/perl-digest-perl-md4/receipt Thu May 11 02:23:02 2017 +0300 52.3 @@ -0,0 +1,31 @@ 52.4 +# SliTaz package receipt. 52.5 + 52.6 +PACKAGE="perl-digest-perl-md4" 52.7 +VERSION="1.4" 52.8 +CATEGORY="perl" 52.9 +SHORT_DESC="Digest::Perl::MD4 - Perl implementation of Ron Rivests MD4 \ 52.10 +Algorithm" 52.11 +MAINTAINER="pascal.bellard@slitaz.org" 52.12 +LICENSE="GPL" 52.13 +WEB_SITE="https://metacpan.org/release/Digest-Perl-MD4" 52.14 + 52.15 +TARBALL="Digest-Perl-MD4-$VERSION.tar.gz" 52.16 +WGET_URL="https://cpan.metacpan.org/authors/id/O/OT/OTAKA/$TARBALL" 52.17 + 52.18 +DEPENDS="perl" 52.19 +BUILD_DEPENDS="perl" 52.20 + 52.21 +# Rules to configure and make the package. 52.22 +compile_rules() 52.23 +{ 52.24 + perl Makefile.PL && 52.25 + make && make DESTDIR=$install install && 52.26 + 52.27 + chmod -R u+w $install 52.28 +} 52.29 + 52.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 52.31 +genpkg_rules() 52.32 +{ 52.33 + copy @std 52.34 +}
53.1 --- a/perl-digest-sha1/receipt Thu May 11 00:50:35 2017 +0300 53.2 +++ b/perl-digest-sha1/receipt Thu May 11 02:23:02 2017 +0300 53.3 @@ -2,30 +2,29 @@ 53.4 53.5 PACKAGE="perl-digest-sha1" 53.6 VERSION="2.13" 53.7 -CATEGORY="development" 53.8 -SHORT_DESC="Digest::SHA1 module is a Perl extension." 53.9 +CATEGORY="perl" 53.10 +SHORT_DESC="Digest::SHA1 - Perl interface to the SHA-1 algorithm" 53.11 MAINTAINER="pascal.bellard@slitaz.org" 53.12 LICENSE="GPL" 53.13 +WEB_SITE="https://metacpan.org/release/Digest-SHA1" 53.14 + 53.15 +TARBALL="Digest-SHA1-$VERSION.tar.gz" 53.16 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 53.17 + 53.18 DEPENDS="perl" 53.19 BUILD_DEPENDS="perl" 53.20 -SOURCE="Digest-SHA1" 53.21 -TARBALL="$SOURCE-$VERSION.tar.gz" 53.22 -WEB_SITE="http://cpan.org/" 53.23 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 53.24 53.25 # Rules to configure and make the package. 53.26 compile_rules() 53.27 { 53.28 - cd $src 53.29 perl Makefile.PL && 53.30 - make && 53.31 - make install DESTDIR=$DESTDIR 53.32 + make && make DESTDIR=$install install && 53.33 + 53.34 + chmod -R u+w $install 53.35 } 53.36 53.37 # Rules to gen a SliTaz package suitable for Tazpkg. 53.38 genpkg_rules() 53.39 { 53.40 - mkdir -p $fs/usr 53.41 - cp -a $install/usr/lib $fs/usr 53.42 + copy @std 53.43 } 53.44 -
54.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 54.2 +++ b/perl-dist-checkconflicts/receipt Thu May 11 02:23:02 2017 +0300 54.3 @@ -0,0 +1,30 @@ 54.4 +# SliTaz package receipt. 54.5 + 54.6 +PACKAGE="perl-dist-checkconflicts" 54.7 +VERSION="0.11" 54.8 +CATEGORY="perl" 54.9 +SHORT_DESC="Dist::CheckConflicts - declare version conflicts for your dist" 54.10 +MAINTAINER="al.bobylev@gmail.com" 54.11 +LICENSE="GPL" 54.12 +WEB_SITE="https://metacpan.org/release/Dist-CheckConflicts" 54.13 + 54.14 +TARBALL="Dist-CheckConflicts-$VERSION.tar.gz" 54.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$TARBALL" 54.16 + 54.17 +DEPENDS="perl-module-runtime" 54.18 +BUILD_DEPENDS="$DEPENDS" 54.19 + 54.20 +# Rules to configure and make the package. 54.21 +compile_rules() 54.22 +{ 54.23 + perl Makefile.PL && 54.24 + make && make DESTDIR=$install install && 54.25 + 54.26 + chmod -R u+w $install 54.27 +} 54.28 + 54.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 54.30 +genpkg_rules() 54.31 +{ 54.32 + copy @std 54.33 +}
55.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 55.2 +++ b/perl-email-date-format/receipt Thu May 11 02:23:02 2017 +0300 55.3 @@ -0,0 +1,30 @@ 55.4 +# SliTaz package receipt. 55.5 + 55.6 +PACKAGE="perl-email-date-format" 55.7 +VERSION="1.005" 55.8 +CATEGORY="perl" 55.9 +SHORT_DESC="Email::Date::Format - produce RFC 2822 date strings" 55.10 +MAINTAINER="al.bobylev@gmail.com" 55.11 +LICENSE="GPL" 55.12 +WEB_SITE="https://metacpan.org/release/Email-Date-Format" 55.13 + 55.14 +TARBALL="Email-Date-Format-$VERSION.tar.gz" 55.15 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" 55.16 + 55.17 +DEPENDS="perl" 55.18 +BUILD_DEPENDS="perl" 55.19 + 55.20 +# Rules to configure and make the package. 55.21 +compile_rules() 55.22 +{ 55.23 + perl Makefile.PL && 55.24 + make && make DESTDIR=$install install && 55.25 + 55.26 + chmod -R u+w $install 55.27 +} 55.28 + 55.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 55.30 +genpkg_rules() 55.31 +{ 55.32 + copy @std 55.33 +}
56.1 --- a/perl-encode-locale/receipt Thu May 11 00:50:35 2017 +0300 56.2 +++ b/perl-encode-locale/receipt Thu May 11 02:23:02 2017 +0300 56.3 @@ -1,15 +1,15 @@ 56.4 # SliTaz package receipt. 56.5 56.6 PACKAGE="perl-encode-locale" 56.7 -VERSION="1.03" 56.8 -CATEGORY="development" 56.9 -SHORT_DESC="Determine the locale encoding" 56.10 +VERSION="1.05" 56.11 +CATEGORY="perl" 56.12 +SHORT_DESC="Encode::Locale - Determine the locale encoding" 56.13 MAINTAINER="slaxemulator@gmail.com" 56.14 LICENSE="GPL" 56.15 -WEB_SITE="http://search.cpan.org/dist/Encode-Locale" 56.16 -SOURCE="Encode-Locale" 56.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 56.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 56.19 +WEB_SITE="https://metacpan.org/release/Encode-Locale" 56.20 + 56.21 +TARBALL="Encode-Locale-$VERSION.tar.gz" 56.22 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 56.23 56.24 DEPENDS="perl" 56.25 BUILD_DEPENDS="perl" 56.26 @@ -17,14 +17,14 @@ 56.27 # Rules to configure and make the package. 56.28 compile_rules() 56.29 { 56.30 - cd $src 56.31 perl Makefile.PL && 56.32 - make && 56.33 - make DESTDIR=$DESTDIR install 56.34 + make && make DESTDIR=$install install && 56.35 + 56.36 + chmod -R u+w $install 56.37 } 56.38 56.39 # Rules to gen a SliTaz package suitable for Tazpkg. 56.40 genpkg_rules() 56.41 { 56.42 - cp -a $install/* $fs 56.43 + copy @std 56.44 }
57.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 57.2 +++ b/perl-eval-closure/receipt Thu May 11 02:23:02 2017 +0300 57.3 @@ -0,0 +1,30 @@ 57.4 +# SliTaz package receipt. 57.5 + 57.6 +PACKAGE="perl-eval-closure" 57.7 +VERSION="0.14" 57.8 +CATEGORY="perl" 57.9 +SHORT_DESC="Eval::Closure - safely and cleanly create closures via string eval" 57.10 +MAINTAINER="al.bobylev@gmail.com" 57.11 +LICENSE="GPL" 57.12 +WEB_SITE="https://metacpan.org/release/Eval-Closure" 57.13 + 57.14 +TARBALL="Eval-Closure-$VERSION.tar.gz" 57.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$TARBALL" 57.16 + 57.17 +DEPENDS="perl" 57.18 +BUILD_DEPENDS="perl" 57.19 + 57.20 +# Rules to configure and make the package. 57.21 +compile_rules() 57.22 +{ 57.23 + perl Makefile.PL && 57.24 + make && make DESTDIR=$install install && 57.25 + 57.26 + chmod -R u+w $install 57.27 +} 57.28 + 57.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 57.30 +genpkg_rules() 57.31 +{ 57.32 + copy @std 57.33 +}
58.1 --- a/perl-event/receipt Thu May 11 00:50:35 2017 +0300 58.2 +++ b/perl-event/receipt Thu May 11 02:23:02 2017 +0300 58.3 @@ -1,32 +1,31 @@ 58.4 # SliTaz package receipt. 58.5 58.6 PACKAGE="perl-event" 58.7 -VERSION="1.23" 58.8 -CATEGORY="development" 58.9 -SHORT_DESC="Event module is a Perl extension." 58.10 +VERSION="1.26" 58.11 +CATEGORY="perl" 58.12 +SHORT_DESC="Event - Event loop processing" 58.13 MAINTAINER="pascal.bellard@slitaz.org" 58.14 LICENSE="unknown" 58.15 -SOURCE="Event" 58.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 58.17 -WEB_SITE="http://cpan.org/" 58.18 -WGET_URL="http://cpan.org/authors/id/E/ET/ETJ/$TARBALL" 58.19 +WEB_SITE="https://metacpan.org/release/Event" 58.20 SUGGESTED="perl-time-hires" 58.21 58.22 +TARBALL="Event-$VERSION.tar.gz" 58.23 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETJ/$TARBALL" 58.24 + 58.25 DEPENDS="perl" 58.26 BUILD_DEPENDS="perl" 58.27 58.28 # Rules to configure and make the package. 58.29 compile_rules() 58.30 { 58.31 - perl Makefile.PL 58.32 - make 58.33 - make DESTDIR=$DESTDIR install 58.34 + perl Makefile.PL && 58.35 + make && make DESTDIR=$install install && 58.36 + 58.37 + chmod -R u+w $install 58.38 } 58.39 58.40 # Rules to gen a SliTaz package suitable for Tazpkg. 58.41 genpkg_rules() 58.42 { 58.43 - mkdir -p $fs/usr 58.44 - cp -a $install/usr/lib $fs/usr 58.45 + copy @std @dev 58.46 } 58.47 -
59.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 59.2 +++ b/perl-exception-class/receipt Thu May 11 02:23:02 2017 +0300 59.3 @@ -0,0 +1,31 @@ 59.4 +# SliTaz package receipt. 59.5 + 59.6 +PACKAGE="perl-exception-class" 59.7 +VERSION="1.42" 59.8 +CATEGORY="perl" 59.9 +SHORT_DESC="Exception::Class - A module that allows you to declare real \ 59.10 +exception classes in Perl" 59.11 +MAINTAINER="al.bobylev@gmail.com" 59.12 +LICENSE="GPL" 59.13 +WEB_SITE="https://metacpan.org/release/Exception-Class" 59.14 + 59.15 +TARBALL="Exception-Class-$VERSION.tar.gz" 59.16 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 59.17 + 59.18 +DEPENDS="perl-class-data-inheritable perl-devel-stacktrace" 59.19 +BUILD_DEPENDS="$DEPENDS" 59.20 + 59.21 +# Rules to configure and make the package. 59.22 +compile_rules() 59.23 +{ 59.24 + perl Makefile.PL && 59.25 + make && make DESTDIR=$install install && 59.26 + 59.27 + chmod -R u+w $install 59.28 +} 59.29 + 59.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 59.31 +genpkg_rules() 59.32 +{ 59.33 + copy @std 59.34 +}
60.1 --- a/perl-expect/receipt Thu May 11 00:50:35 2017 +0300 60.2 +++ b/perl-expect/receipt Thu May 11 02:23:02 2017 +0300 60.3 @@ -1,32 +1,32 @@ 60.4 # SliTaz package receipt. 60.5 60.6 PACKAGE="perl-expect" 60.7 -VERSION="1.21" 60.8 -CATEGORY="development" 60.9 -SHORT_DESC="Expect.pm module is a Perl extension." 60.10 +VERSION="1.33" 60.11 +CATEGORY="perl" 60.12 +SHORT_DESC="Expect - automate interactions with command line programs that \ 60.13 +expose a text terminal interface" 60.14 MAINTAINER="pascal.bellard@slitaz.org" 60.15 -LICENSE="GPL" 60.16 -WEB_SITE="http://search.cpan.org/" 60.17 -DEPENDS="perl-io-tty" 60.18 +LICENSE="unknown" 60.19 +WEB_SITE="https://metacpan.org/release/Expect" 60.20 SUGGESTED="perl-io-stty" 60.21 + 60.22 +TARBALL="Expect-$VERSION.tar.gz" 60.23 +WGET_URL="https://cpan.metacpan.org/authors/id/J/JA/JACOBY/$TARBALL" 60.24 + 60.25 +DEPENDS="perl" 60.26 BUILD_DEPENDS="perl-io-tty" 60.27 -SOURCE="Expect" 60.28 -TARBALL="$SOURCE-$VERSION.tar.gz" 60.29 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RG/RGIERSIG/$TARBALL" 60.30 60.31 # Rules to configure and make the package. 60.32 compile_rules() 60.33 { 60.34 - cd $src 60.35 perl Makefile.PL && 60.36 - make && 60.37 - make install DESTDIR=$DESTDIR 60.38 + make && make DESTDIR=$install install && 60.39 + 60.40 + chmod -R u+w $install 60.41 } 60.42 60.43 # Rules to gen a SliTaz package suitable for Tazpkg. 60.44 genpkg_rules() 60.45 { 60.46 - mkdir -p $fs/usr 60.47 - cp -a $install/usr/lib $fs/usr 60.48 + copy @std 60.49 } 60.50 -
61.1 --- a/perl-exporter-tiny/receipt Thu May 11 00:50:35 2017 +0300 61.2 +++ b/perl-exporter-tiny/receipt Thu May 11 02:23:02 2017 +0300 61.3 @@ -1,30 +1,31 @@ 61.4 # SliTaz package receipt. 61.5 61.6 PACKAGE="perl-exporter-tiny" 61.7 -VERSION="0.043_01" 61.8 -CATEGORY="development" 61.9 -SHORT_DESC="Exporter::Tiny is a perl module" 61.10 +VERSION="0.044" 61.11 +CATEGORY="perl" 61.12 +SHORT_DESC="Exporter::Tiny - an exporter with the features of Sub::Exporter \ 61.13 +but only core dependencies" 61.14 MAINTAINER="nneul@neulinger.org" 61.15 LICENSE="GPL" 61.16 -WEB_SITE="http://search.cpan.org/dist/Exporter-Tiny" 61.17 -SOURCE="Exporter-Tiny" 61.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 61.19 -WGET_URL="http://www.cpan.org/authors/id/T/TO/TOBYINK/$TARBALL" 61.20 +WEB_SITE="https://metacpan.org/release/Exporter-Tiny" 61.21 + 61.22 +TARBALL="Exporter-Tiny-$VERSION.tar.gz" 61.23 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/$TARBALL" 61.24 61.25 DEPENDS="perl" 61.26 -BUILD_DEPENDS="$DEPENDS" 61.27 +BUILD_DEPENDS="perl" 61.28 61.29 # Rules to configure and make the package. 61.30 compile_rules() 61.31 { 61.32 - cd $src 61.33 perl Makefile.PL && 61.34 - make && 61.35 - make DESTDIR=$DESTDIR install 61.36 + make && make DESTDIR=$install install && 61.37 + 61.38 + chmod -R u+w $install 61.39 } 61.40 61.41 # Rules to gen a SliTaz package suitable for Tazpkg. 61.42 genpkg_rules() 61.43 { 61.44 - cp -a $install/usr $fs 61.45 + copy @std 61.46 }
62.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 62.2 +++ b/perl-extutils-config/receipt Thu May 11 02:23:02 2017 +0300 62.3 @@ -0,0 +1,30 @@ 62.4 +# SliTaz package receipt. 62.5 + 62.6 +PACKAGE="perl-extutils-config" 62.7 +VERSION="0.008" 62.8 +CATEGORY="perl" 62.9 +SHORT_DESC="ExtUtils::Config - A wrapper for perl's configuration" 62.10 +MAINTAINER="al.bobylev@gmail.com" 62.11 +LICENSE="GPL" 62.12 +WEB_SITE="https://metacpan.org/release/ExtUtils-Config" 62.13 + 62.14 +TARBALL="ExtUtils-Config-$VERSION.tar.gz" 62.15 +WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" 62.16 + 62.17 +DEPENDS="perl" 62.18 +BUILD_DEPENDS="perl" 62.19 + 62.20 +# Rules to configure and make the package. 62.21 +compile_rules() 62.22 +{ 62.23 + perl Makefile.PL && 62.24 + make && make DESTDIR=$install install && 62.25 + 62.26 + chmod -R u+w $install 62.27 +} 62.28 + 62.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 62.30 +genpkg_rules() 62.31 +{ 62.32 + copy @std 62.33 +}
63.1 --- a/perl-extutils-depends/receipt Thu May 11 00:50:35 2017 +0300 63.2 +++ b/perl-extutils-depends/receipt Thu May 11 02:23:02 2017 +0300 63.3 @@ -1,31 +1,31 @@ 63.4 # SliTaz package receipt. 63.5 63.6 PACKAGE="perl-extutils-depends" 63.7 -SOURCE="ExtUtils-Depends" 63.8 -VERSION="0.304" 63.9 -CATEGORY="development" 63.10 -SHORT_DESC="Easily build XS extensions that depends on XS extensions." 63.11 +VERSION="0.405" 63.12 +CATEGORY="perl" 63.13 +SHORT_DESC="ExtUtils::Depends - Easily build XS extensions that depend on XS \ 63.14 +extensions" 63.15 MAINTAINER="claudinei@slitaz.org" 63.16 LICENSE="GPL" 63.17 +WEB_SITE="https://metacpan.org/release/ExtUtils-Depends" 63.18 + 63.19 +TARBALL="ExtUtils-Depends-$VERSION.tar.gz" 63.20 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 63.21 + 63.22 DEPENDS="perl" 63.23 BUILD_DEPENDS="perl" 63.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 63.25 -WEB_SITE="http://search.cpan.org/~flora/ExtUtils-Depends-0.304/" 63.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL" 63.27 63.28 # Rules to configure and make the package. 63.29 compile_rules() 63.30 { 63.31 - cd $src 63.32 perl Makefile.PL && 63.33 - make && 63.34 - make DESTDIR=$DESTDIR install 63.35 + make && make DESTDIR=$install install && 63.36 + 63.37 + chmod -R u+w $install 63.38 } 63.39 63.40 # Rules to gen a SliTaz package suitable for Tazpkg. 63.41 genpkg_rules() 63.42 { 63.43 - mkdir -p $fs/usr 63.44 - cp -a $install/usr/lib $fs/usr 63.45 + copy @std 63.46 } 63.47 -
64.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 64.2 +++ b/perl-extutils-helpers/receipt Thu May 11 02:23:02 2017 +0300 64.3 @@ -0,0 +1,31 @@ 64.4 +# SliTaz package receipt. 64.5 + 64.6 +PACKAGE="perl-extutils-helpers" 64.7 +VERSION="0.026" 64.8 +CATEGORY="perl" 64.9 +SHORT_DESC="ExtUtils::Helpers - Various portability utilities for module \ 64.10 +builders" 64.11 +MAINTAINER="al.bobylev@gmail.com" 64.12 +LICENSE="GPL" 64.13 +WEB_SITE="https://metacpan.org/release/ExtUtils-Helpers" 64.14 + 64.15 +TARBALL="ExtUtils-Helpers-$VERSION.tar.gz" 64.16 +WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" 64.17 + 64.18 +DEPENDS="perl" 64.19 +BUILD_DEPENDS="perl" 64.20 + 64.21 +# Rules to configure and make the package. 64.22 +compile_rules() 64.23 +{ 64.24 + perl Makefile.PL && 64.25 + make && make DESTDIR=$install install && 64.26 + 64.27 + chmod -R u+w $install 64.28 +} 64.29 + 64.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 64.31 +genpkg_rules() 64.32 +{ 64.33 + copy @std 64.34 +}
65.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 65.2 +++ b/perl-extutils-installpaths/receipt Thu May 11 02:23:02 2017 +0300 65.3 @@ -0,0 +1,30 @@ 65.4 +# SliTaz package receipt. 65.5 + 65.6 +PACKAGE="perl-extutils-installpaths" 65.7 +VERSION="0.011" 65.8 +CATEGORY="perl" 65.9 +SHORT_DESC="ExtUtils::InstallPaths - Build.PL install path logic made easy" 65.10 +MAINTAINER="al.bobylev@gmail.com" 65.11 +LICENSE="GPL" 65.12 +WEB_SITE="https://metacpan.org/release/ExtUtils-InstallPaths" 65.13 + 65.14 +TARBALL="ExtUtils-InstallPaths-$VERSION.tar.gz" 65.15 +WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" 65.16 + 65.17 +DEPENDS="perl-extutils-config" 65.18 +BUILD_DEPENDS="$DEPENDS" 65.19 + 65.20 +# Rules to configure and make the package. 65.21 +compile_rules() 65.22 +{ 65.23 + perl Makefile.PL && 65.24 + make && make DESTDIR=$install install && 65.25 + 65.26 + chmod -R u+w $install 65.27 +} 65.28 + 65.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 65.30 +genpkg_rules() 65.31 +{ 65.32 + copy @std 65.33 +}
66.1 --- a/perl-extutils-pkgconfig/receipt Thu May 11 00:50:35 2017 +0300 66.2 +++ b/perl-extutils-pkgconfig/receipt Thu May 11 02:23:02 2017 +0300 66.3 @@ -1,31 +1,30 @@ 66.4 # SliTaz package receipt. 66.5 66.6 PACKAGE="perl-extutils-pkgconfig" 66.7 -SOURCE="ExtUtils-PkgConfig" 66.8 -VERSION="1.14" 66.9 -CATEGORY="development" 66.10 -SHORT_DESC="Simplistic interface to pkg-config" 66.11 +VERSION="1.16" 66.12 +CATEGORY="perl" 66.13 +SHORT_DESC="ExtUtils::PkgConfig - simplistic interface to pkg-config" 66.14 MAINTAINER="claudinei@slitaz.org" 66.15 -LICENSE="GPL" 66.16 +LICENSE="LGPL2.1" 66.17 +WEB_SITE="https://metacpan.org/release/ExtUtils-PkgConfig" 66.18 + 66.19 +TARBALL="ExtUtils-PkgConfig-$VERSION.tar.gz" 66.20 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 66.21 + 66.22 DEPENDS="perl pkg-config" 66.23 -BUILD_DEPENDS="perl pkg-config" 66.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 66.25 -WEB_SITE="http://search.cpan.org/~xaoc/ExtUtils-PkgConfig-1.14/" 66.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" 66.27 +BUILD_DEPENDS="$DEPENDS" 66.28 66.29 # Rules to configure and make the package. 66.30 compile_rules() 66.31 { 66.32 - cd $src 66.33 perl Makefile.PL && 66.34 - make && 66.35 - make DESTDIR=$DESTDIR install 66.36 + make && make DESTDIR=$install install && 66.37 + 66.38 + chmod -R u+w $install 66.39 } 66.40 66.41 # Rules to gen a SliTaz package suitable for Tazpkg. 66.42 genpkg_rules() 66.43 { 66.44 - mkdir -p $fs/usr 66.45 - cp -a $install/usr/lib $fs/usr 66.46 + copy @std 66.47 } 66.48 -
67.1 --- a/perl-fcgi-procmanager/receipt Thu May 11 00:50:35 2017 +0300 67.2 +++ b/perl-fcgi-procmanager/receipt Thu May 11 02:23:02 2017 +0300 67.3 @@ -1,36 +1,30 @@ 67.4 # SliTaz package receipt. 67.5 67.6 PACKAGE="perl-fcgi-procmanager" 67.7 -VERSION="0.25" 67.8 -CATEGORY="development" 67.9 -SHORT_DESC="Perl/CPAN Module FCGI::ProcManager" 67.10 +VERSION="0.28" 67.11 +CATEGORY="perl" 67.12 +SHORT_DESC="FCGI::ProcManager - functions for managing FastCGI applications" 67.13 MAINTAINER="nneul@neulinger.org" 67.14 LICENSE="GPL" 67.15 +WEB_SITE="https://metacpan.org/release/FCGI-ProcManager" 67.16 + 67.17 +TARBALL="FCGI-ProcManager-$VERSION.tar.gz" 67.18 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/$TARBALL" 67.19 + 67.20 DEPENDS="perl" 67.21 BUILD_DEPENDS="perl" 67.22 -SOURCE="FCGI-ProcManager" 67.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 67.24 -WEB_SITE="http://search.cpan.org/dist/FCGI-ProcManager/" 67.25 -WGET_URL="http://www.cpan.org/authors/id/A/AR/ARODLAND/$TARBALL" 67.26 67.27 # Rules to configure and make the package. 67.28 compile_rules() 67.29 { 67.30 - cd $src 67.31 perl Makefile.PL && 67.32 - make && 67.33 - make DESTDIR=$DESTDIR install 67.34 + make && make DESTDIR=$install install && 67.35 + 67.36 + chmod -R u+w $install 67.37 } 67.38 67.39 # Rules to gen a SliTaz package suitable for Tazpkg. 67.40 genpkg_rules() 67.41 { 67.42 - mkdir -p $fs/usr 67.43 - cp -a $install/usr/lib $fs/usr 67.44 - # remove perllocal.pod and .packlist 67.45 - find ${fs} -name perllocal.pod -delete 67.46 - find ${fs} -name .packlist -delete 67.47 - 67.48 - 67.49 + copy @std 67.50 } 67.51 -
68.1 --- a/perl-fcgi/receipt Thu May 11 00:50:35 2017 +0300 68.2 +++ b/perl-fcgi/receipt Thu May 11 02:23:02 2017 +0300 68.3 @@ -1,37 +1,30 @@ 68.4 # SliTaz package receipt. 68.5 68.6 PACKAGE="perl-fcgi" 68.7 -VERSION="0.77" 68.8 -CATEGORY="development" 68.9 -SHORT_DESC="Perl/CPAN Module FCGI" 68.10 +VERSION="0.78" 68.11 +CATEGORY="perl" 68.12 +SHORT_DESC="FCGI - Fast CGI module" 68.13 MAINTAINER="nneul@neulinger.org" 68.14 -LICENSE="other" 68.15 -# Open Market vendor specific, looks BSD'ish 68.16 +LICENSE="unknown" 68.17 +WEB_SITE="https://metacpan.org/release/FCGI" 68.18 + 68.19 +TARBALL="FCGI-$VERSION.tar.gz" 68.20 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 68.21 + 68.22 DEPENDS="perl" 68.23 BUILD_DEPENDS="perl" 68.24 -SOURCE="FCGI" 68.25 -TARBALL="$SOURCE-$VERSION.tar.gz" 68.26 -WEB_SITE="http://search.cpan.org/dist/FCGI/" 68.27 -WGET_URL="http://www.cpan.org/authors/id/E/ET/ETHER/$TARBALL" 68.28 68.29 # Rules to configure and make the package. 68.30 compile_rules() 68.31 { 68.32 - cd $src 68.33 perl Makefile.PL && 68.34 - make && 68.35 - make DESTDIR=$DESTDIR install 68.36 + make && make DESTDIR=$install install && 68.37 + 68.38 + chmod -R u+w $install 68.39 } 68.40 68.41 # Rules to gen a SliTaz package suitable for Tazpkg. 68.42 genpkg_rules() 68.43 { 68.44 - mkdir -p $fs/usr 68.45 - cp -a $install/usr/lib $fs/usr 68.46 - # remove perllocal.pod and .packlist 68.47 - find ${fs} -name perllocal.pod -delete 68.48 - find ${fs} -name .packlist -delete 68.49 - 68.50 - 68.51 + copy @std 68.52 } 68.53 -
69.1 --- a/perl-file-basedir/receipt Thu May 11 00:50:35 2017 +0300 69.2 +++ b/perl-file-basedir/receipt Thu May 11 02:23:02 2017 +0300 69.3 @@ -1,31 +1,31 @@ 69.4 # SliTaz package receipt. 69.5 69.6 PACKAGE="perl-file-basedir" 69.7 -VERSION="0.03" 69.8 -CATEGORY="development" 69.9 -SHORT_DESC="File::BaseDir module is a Perl extension." 69.10 +VERSION="0.07" 69.11 +CATEGORY="perl" 69.12 +SHORT_DESC="File::BaseDir - Use the Freedesktop.org base directory \ 69.13 +specification" 69.14 MAINTAINER="paul@slitaz.org" 69.15 LICENSE="GPL" 69.16 -DEPENDS="perl" 69.17 -BUILD_DEPENDS="perl" 69.18 -SOURCE="File-BaseDir" 69.19 -TARBALL="$SOURCE-$VERSION.tar.gz" 69.20 -WEB_SITE="http://cpan.org/" 69.21 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/$TARBALL" 69.22 +WEB_SITE="https://metacpan.org/release/File-BaseDir" 69.23 + 69.24 +TARBALL="File-BaseDir-$VERSION.tar.gz" 69.25 +WGET_URL="https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/$TARBALL" 69.26 + 69.27 +DEPENDS="perl-ipc-system-simple" 69.28 +BUILD_DEPENDS="$DEPENDS perl-module-build perl-file-which" 69.29 69.30 # Rules to configure and make the package. 69.31 compile_rules() 69.32 { 69.33 - cd $src 69.34 perl Makefile.PL && 69.35 - make && 69.36 - make DESTDIR=$DESTDIR install 69.37 + make && make DESTDIR=$install install && 69.38 + 69.39 + chmod -R u+w $install 69.40 } 69.41 69.42 # Rules to gen a SliTaz package suitable for Tazpkg. 69.43 genpkg_rules() 69.44 { 69.45 - mkdir -p $fs/usr 69.46 - cp -a $install/usr/lib $fs/usr 69.47 + copy @std 69.48 } 69.49 -
70.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 70.2 +++ b/perl-file-copy-recursive/receipt Thu May 11 02:23:02 2017 +0300 70.3 @@ -0,0 +1,31 @@ 70.4 +# SliTaz package receipt. 70.5 + 70.6 +PACKAGE="perl-file-copy-recursive" 70.7 +VERSION="0.38" 70.8 +CATEGORY="perl" 70.9 +SHORT_DESC="File::Copy::Recursive - Perl extension for recursively copying \ 70.10 +files and directories" 70.11 +MAINTAINER="al.bobylev@gmail.com" 70.12 +LICENSE="GPL" 70.13 +WEB_SITE="https://metacpan.org/release/File-Copy-Recursive" 70.14 + 70.15 +TARBALL="File-Copy-Recursive-$VERSION.tar.gz" 70.16 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$TARBALL" 70.17 + 70.18 +DEPENDS="perl" 70.19 +BUILD_DEPENDS="perl" 70.20 + 70.21 +# Rules to configure and make the package. 70.22 +compile_rules() 70.23 +{ 70.24 + perl Makefile.PL && 70.25 + make && make DESTDIR=$install install && 70.26 + 70.27 + chmod -R u+w $install 70.28 +} 70.29 + 70.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 70.31 +genpkg_rules() 70.32 +{ 70.33 + copy @std 70.34 +}
71.1 --- a/perl-file-desktopentry/receipt Thu May 11 00:50:35 2017 +0300 71.2 +++ b/perl-file-desktopentry/receipt Thu May 11 02:23:02 2017 +0300 71.3 @@ -1,31 +1,30 @@ 71.4 # SliTaz package receipt. 71.5 71.6 PACKAGE="perl-file-desktopentry" 71.7 -VERSION="0.04" 71.8 -CATEGORY="development" 71.9 -SHORT_DESC="File::DesktopEntry module is a Perl extension." 71.10 +VERSION="0.22" 71.11 +CATEGORY="perl" 71.12 +SHORT_DESC="File::DesktopEntry - Object to handle .desktop files" 71.13 MAINTAINER="paul@slitaz.org" 71.14 LICENSE="GPL" 71.15 -DEPENDS="perl perl-file-basedir" 71.16 -BUILD_DEPENDS="perl perl-file-basedir" 71.17 -SOURCE="File-DesktopEntry" 71.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 71.19 -WEB_SITE="http://cpan.org/" 71.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL" 71.21 +WEB_SITE="https://metacpan.org/release/File-DesktopEntry" 71.22 + 71.23 +TARBALL="File-DesktopEntry-$VERSION.tar.gz" 71.24 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL" 71.25 + 71.26 +DEPENDS="perl-file-basedir perl-uri" 71.27 +BUILD_DEPENDS="$DEPENDS" 71.28 71.29 # Rules to configure and make the package. 71.30 compile_rules() 71.31 { 71.32 - cd $src 71.33 perl Makefile.PL && 71.34 - make && 71.35 - make DESTDIR=$DESTDIR install 71.36 + make && make DESTDIR=$install install && 71.37 + 71.38 + chmod -R u+w $install 71.39 } 71.40 71.41 # Rules to gen a SliTaz package suitable for Tazpkg. 71.42 genpkg_rules() 71.43 { 71.44 - mkdir -p $fs/usr 71.45 - cp -a $install/usr/lib $fs/usr 71.46 + copy @std 71.47 } 71.48 -
72.1 --- a/perl-file-find-rule/receipt Thu May 11 00:50:35 2017 +0300 72.2 +++ b/perl-file-find-rule/receipt Thu May 11 02:23:02 2017 +0300 72.3 @@ -1,32 +1,30 @@ 72.4 # SliTaz package receipt. 72.5 72.6 PACKAGE="perl-file-find-rule" 72.7 -VERSION="0.32" 72.8 -CATEGORY="development" 72.9 -SHORT_DESC="Perl/CPAN Module File::Find::Rule." 72.10 +VERSION="0.34" 72.11 +CATEGORY="perl" 72.12 +SHORT_DESC="File::Find::Rule - Alternative interface to File::Find" 72.13 MAINTAINER="slaxemulator@gmail.com" 72.14 LICENSE="GPL" 72.15 -DEPENDS="perl-text-glob perl-number-compare perl" 72.16 +WEB_SITE="https://metacpan.org/release/File-Find-Rule" 72.17 + 72.18 +TARBALL="File-Find-Rule-$VERSION.tar.gz" 72.19 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL" 72.20 + 72.21 +DEPENDS="perl-number-compare perl-text-glob" 72.22 BUILD_DEPENDS="$DEPENDS" 72.23 -SOURCE="File-Find-Rule" 72.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 72.25 -WEB_SITE="http://search.cpan.org/dist/File-Find-Rule/" 72.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL" 72.27 72.28 # Rules to configure and make the package. 72.29 compile_rules() 72.30 { 72.31 - cd $src 72.32 perl Makefile.PL && 72.33 - make && 72.34 - make install DESTDIR=$DESTDIR 72.35 + make && make DESTDIR=$install install && 72.36 + 72.37 + chmod -R u+w $install 72.38 } 72.39 72.40 # Rules to gen a SliTaz package suitable for Tazpkg. 72.41 genpkg_rules() 72.42 { 72.43 - mkdir -p $fs/usr 72.44 - cp -a $install/usr/bin $fs/usr 72.45 - cp -a $install/usr/lib $fs/usr 72.46 + copy @std 72.47 } 72.48 -
73.1 --- a/perl-file-listing/receipt Thu May 11 00:50:35 2017 +0300 73.2 +++ b/perl-file-listing/receipt Thu May 11 02:23:02 2017 +0300 73.3 @@ -2,30 +2,29 @@ 73.4 73.5 PACKAGE="perl-file-listing" 73.6 VERSION="6.04" 73.7 -CATEGORY="development" 73.8 -SHORT_DESC="File::Listing - parse directory listing." 73.9 +CATEGORY="perl" 73.10 +SHORT_DESC="File::Listing - parse directory listing" 73.11 MAINTAINER="erjo@slitaz.org" 73.12 LICENSE="GPL" 73.13 -DEPENDS="perl" 73.14 -BUILD_DEPENDS="perl" 73.15 -SOURCE="File-Listing" 73.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 73.17 -WEB_SITE="http://cpan.org/" 73.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 73.19 +WEB_SITE="https://metacpan.org/release/File-Listing" 73.20 + 73.21 +TARBALL="File-Listing-$VERSION.tar.gz" 73.22 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 73.23 + 73.24 +DEPENDS="perl-http-date" 73.25 +BUILD_DEPENDS="$DEPENDS" 73.26 73.27 # Rules to configure and make the package. 73.28 compile_rules() 73.29 { 73.30 - cd $src 73.31 perl Makefile.PL && 73.32 - make && 73.33 - make DESTDIR=$DESTDIR install 73.34 + make && make DESTDIR=$install install && 73.35 + 73.36 + chmod -R u+w $install 73.37 } 73.38 73.39 # Rules to gen a SliTaz package suitable for Tazpkg. 73.40 genpkg_rules() 73.41 { 73.42 - mkdir -p $fs/usr 73.43 - cp -a $install/usr/lib $fs/usr 73.44 + copy @std 73.45 } 73.46 -
74.1 --- a/perl-file-mimeinfo/receipt Thu May 11 00:50:35 2017 +0300 74.2 +++ b/perl-file-mimeinfo/receipt Thu May 11 02:23:02 2017 +0300 74.3 @@ -1,31 +1,30 @@ 74.4 # SliTaz package receipt. 74.5 74.6 PACKAGE="perl-file-mimeinfo" 74.7 -VERSION="0.15" 74.8 -CATEGORY="development" 74.9 -SHORT_DESC="File::MimeInfo module is a Perl extension." 74.10 +VERSION="0.28" 74.11 +CATEGORY="perl" 74.12 +SHORT_DESC="File::MimeInfo - Determine file type from the file name" 74.13 MAINTAINER="paul@slitaz.org" 74.14 LICENSE="GPL" 74.15 -DEPENDS="perl perl-file-basedir perl-file-desktopentry" 74.16 -BUILD_DEPENDS="perl perl-file-basedir perl-file-desktopentry" 74.17 -SOURCE="File-MimeInfo" 74.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 74.19 -WEB_SITE="http://cpan.org/" 74.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL" 74.21 +WEB_SITE="https://metacpan.org/release/File-MimeInfo" 74.22 + 74.23 +TARBALL="File-MimeInfo-$VERSION.tar.gz" 74.24 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL" 74.25 + 74.26 +DEPENDS="perl" 74.27 +BUILD_DEPENDS="perl-file-basedir perl-file-desktopentry" 74.28 74.29 # Rules to configure and make the package. 74.30 compile_rules() 74.31 { 74.32 - cd $src 74.33 perl Makefile.PL && 74.34 - make && 74.35 - make DESTDIR=$DESTDIR install 74.36 + make && make DESTDIR=$install install && 74.37 + 74.38 + chmod -R u+w $install 74.39 } 74.40 74.41 # Rules to gen a SliTaz package suitable for Tazpkg. 74.42 genpkg_rules() 74.43 { 74.44 - mkdir -p $fs/usr 74.45 - cp -a $install/usr/lib $fs/usr 74.46 + copy @std 74.47 } 74.48 -
75.1 --- a/perl-file-rsync/receipt Thu May 11 00:50:35 2017 +0300 75.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 75.3 @@ -1,32 +0,0 @@ 75.4 -# SliTaz package receipt. 75.5 - 75.6 -PACKAGE="perl-file-rsync" 75.7 -VERSION="0.68" 75.8 -CATEGORY="development" 75.9 -SHORT_DESC="Perl Rsync client" 75.10 -MAINTAINER="slaxemulator@gmail.com" 75.11 -LICENSE="GPL" 75.12 -SOURCE="File-RsyncP" 75.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 75.14 -WEB_SITE="http://search.cpan.org/dist/File-RsyncP" 75.15 -WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL" 75.16 - 75.17 -DEPENDS="perl rsync" 75.18 -BUILD_DEPENDS="perl" 75.19 - 75.20 -# Rules to configure and make the package. 75.21 -compile_rules() 75.22 -{ 75.23 - cd $src 75.24 - perl Makefile.PL && 75.25 - make -j1 && 75.26 - make -j1 DESTDIR=$DESTDIR install 75.27 -} 75.28 - 75.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 75.30 -genpkg_rules() 75.31 -{ 75.32 - mkdir -p $fs/usr 75.33 - cp -a $install/usr/lib $fs/usr 75.34 -} 75.35 -
76.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 76.2 +++ b/perl-file-rsyncp/receipt Thu May 11 02:23:02 2017 +0300 76.3 @@ -0,0 +1,30 @@ 76.4 +# SliTaz package receipt. 76.5 + 76.6 +PACKAGE="perl-file-rsyncp" 76.7 +VERSION="0.74" 76.8 +CATEGORY="perl" 76.9 +SHORT_DESC="File::RsyncP - Perl Rsync client" 76.10 +MAINTAINER="slaxemulator@gmail.com" 76.11 +LICENSE="GPL" 76.12 +WEB_SITE="https://metacpan.org/release/File-RsyncP" 76.13 + 76.14 +TARBALL="File-RsyncP-$VERSION.tar.gz" 76.15 +WGET_URL="https://cpan.metacpan.org/authors/id/C/CB/CBARRATT/$TARBALL" 76.16 + 76.17 +DEPENDS="perl rsync" 76.18 +BUILD_DEPENDS="perl" 76.19 + 76.20 +# Rules to configure and make the package. 76.21 +compile_rules() 76.22 +{ 76.23 + perl Makefile.PL && 76.24 + make -j1 && make -j1 DESTDIR=$install install && 76.25 + 76.26 + chmod -R u+w $install 76.27 +} 76.28 + 76.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 76.30 +genpkg_rules() 76.31 +{ 76.32 + copy @std 76.33 +}
77.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 77.2 +++ b/perl-file-sharedir-install/receipt Thu May 11 02:23:02 2017 +0300 77.3 @@ -0,0 +1,30 @@ 77.4 +# SliTaz package receipt. 77.5 + 77.6 +PACKAGE="perl-file-sharedir-install" 77.7 +VERSION="0.11" 77.8 +CATEGORY="perl" 77.9 +SHORT_DESC="File::ShareDir::Install - Install shared files" 77.10 +MAINTAINER="al.bobylev@gmail.com" 77.11 +LICENSE="GPL" 77.12 +WEB_SITE="https://metacpan.org/release/File-ShareDir-Install" 77.13 + 77.14 +TARBALL="File-ShareDir-Install-$VERSION.tar.gz" 77.15 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 77.16 + 77.17 +DEPENDS="perl" 77.18 +BUILD_DEPENDS="perl-module-build-tiny" 77.19 + 77.20 +# Rules to configure and make the package. 77.21 +compile_rules() 77.22 +{ 77.23 + perl Makefile.PL && 77.24 + make && make DESTDIR=$install install && 77.25 + 77.26 + chmod -R u+w $install 77.27 +} 77.28 + 77.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 77.30 +genpkg_rules() 77.31 +{ 77.32 + copy @std 77.33 +}
78.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 78.2 +++ b/perl-file-sharedir/receipt Thu May 11 02:23:02 2017 +0300 78.3 @@ -0,0 +1,30 @@ 78.4 +# SliTaz package receipt. 78.5 + 78.6 +PACKAGE="perl-file-sharedir" 78.7 +VERSION="1.102" 78.8 +CATEGORY="perl" 78.9 +SHORT_DESC="File::ShareDir - Locate per-dist and per-module shared files" 78.10 +MAINTAINER="al.bobylev@gmail.com" 78.11 +LICENSE="GPL" 78.12 +WEB_SITE="https://metacpan.org/release/File-ShareDir" 78.13 + 78.14 +TARBALL="File-ShareDir-$VERSION.tar.gz" 78.15 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REHSACK/$TARBALL" 78.16 + 78.17 +DEPENDS="perl-class-inspector" 78.18 +BUILD_DEPENDS="$DEPENDS" 78.19 + 78.20 +# Rules to configure and make the package. 78.21 +compile_rules() 78.22 +{ 78.23 + perl Makefile.PL && 78.24 + make && make DESTDIR=$install install && 78.25 + 78.26 + chmod -R u+w $install 78.27 +} 78.28 + 78.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 78.30 +genpkg_rules() 78.31 +{ 78.32 + copy @std 78.33 +}
79.1 --- a/perl-file-slurp/receipt Thu May 11 00:50:35 2017 +0300 79.2 +++ b/perl-file-slurp/receipt Thu May 11 02:23:02 2017 +0300 79.3 @@ -1,31 +1,31 @@ 79.4 # SliTaz package receipt. 79.5 79.6 PACKAGE="perl-file-slurp" 79.7 -VERSION="9999.13" 79.8 -CATEGORY="development" 79.9 -SHORT_DESC="File::Slurp module is a Perl extension." 79.10 +VERSION="9999.19" 79.11 +CATEGORY="perl" 79.12 +SHORT_DESC="File::Slurp - Simple and Efficient Reading/Writing/Modifying of \ 79.13 +Complete Files" 79.14 MAINTAINER="slaxemulator@gmail.com" 79.15 LICENSE="GPL" 79.16 +WEB_SITE="https://metacpan.org/release/File-Slurp" 79.17 + 79.18 +TARBALL="File-Slurp-$VERSION.tar.gz" 79.19 +WGET_URL="https://cpan.metacpan.org/authors/id/U/UR/URI/$TARBALL" 79.20 + 79.21 DEPENDS="perl" 79.22 BUILD_DEPENDS="perl" 79.23 -SOURCE="File-Slurp" 79.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 79.25 -WEB_SITE="http://search.cpan.org/dist/File-Slurp" 79.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 79.27 79.28 # Rules to configure and make the package. 79.29 compile_rules() 79.30 { 79.31 - cd $src 79.32 perl Makefile.PL && 79.33 - make && 79.34 - make DESTDIR=$DESTDIR install 79.35 + make && make DESTDIR=$install install && 79.36 + 79.37 + chmod -R u+w $install 79.38 } 79.39 79.40 # Rules to gen a SliTaz package suitable for Tazpkg. 79.41 genpkg_rules() 79.42 { 79.43 - mkdir -p $fs/usr 79.44 - cp -a $install/usr/lib $fs/usr 79.45 + copy @std 79.46 } 79.47 -
80.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 80.2 +++ b/perl-file-slurper/receipt Thu May 11 02:23:02 2017 +0300 80.3 @@ -0,0 +1,30 @@ 80.4 +# SliTaz package receipt. 80.5 + 80.6 +PACKAGE="perl-file-slurper" 80.7 +VERSION="0.009" 80.8 +CATEGORY="perl" 80.9 +SHORT_DESC="File::Slurper - A simple, sane and efficient module to slurp a file" 80.10 +MAINTAINER="al.bobylev@gmail.com" 80.11 +LICENSE="GPL" 80.12 +WEB_SITE="https://metacpan.org/release/File-Slurper" 80.13 + 80.14 +TARBALL="File-Slurper-$VERSION.tar.gz" 80.15 +WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" 80.16 + 80.17 +DEPENDS="perl" 80.18 +BUILD_DEPENDS="perl" 80.19 + 80.20 +# Rules to configure and make the package. 80.21 +compile_rules() 80.22 +{ 80.23 + perl Makefile.PL && 80.24 + make && make DESTDIR=$install install && 80.25 + 80.26 + chmod -R u+w $install 80.27 +} 80.28 + 80.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 80.30 +genpkg_rules() 80.31 +{ 80.32 + copy @std 80.33 +}
81.1 --- a/perl-file-tail/receipt Thu May 11 00:50:35 2017 +0300 81.2 +++ b/perl-file-tail/receipt Thu May 11 02:23:02 2017 +0300 81.3 @@ -2,30 +2,30 @@ 81.4 81.5 PACKAGE="perl-file-tail" 81.6 VERSION="1.3" 81.7 -CATEGORY="development" 81.8 -SHORT_DESC="File::Tail module is a Perl extension." 81.9 +CATEGORY="perl" 81.10 +SHORT_DESC="File::Tail - Perl extension for reading from continously updated \ 81.11 +files" 81.12 MAINTAINER="pascal.bellard@slitaz.org" 81.13 LICENSE="GPL" 81.14 +WEB_SITE="https://metacpan.org/release/File-Tail" 81.15 + 81.16 +TARBALL="File-Tail-$VERSION.tar.gz" 81.17 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MG/MGRABNAR/$TARBALL" 81.18 + 81.19 DEPENDS="perl" 81.20 BUILD_DEPENDS="perl" 81.21 -SOURCE="File-Tail" 81.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 81.23 -WEB_SITE="http://cpan.org/" 81.24 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/$TARBALL" 81.25 81.26 # Rules to configure and make the package. 81.27 compile_rules() 81.28 { 81.29 - cd $src 81.30 perl Makefile.PL && 81.31 - make && 81.32 - make DESTDIR=$DESTDIR install 81.33 + make && make DESTDIR=$install install && 81.34 + 81.35 + chmod -R u+w $install 81.36 } 81.37 81.38 # Rules to gen a SliTaz package suitable for Tazpkg. 81.39 genpkg_rules() 81.40 { 81.41 - mkdir -p $fs/usr 81.42 - cp -a $install/usr/lib $fs/usr 81.43 + copy @std 81.44 } 81.45 -
82.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 82.2 +++ b/perl-file-which/receipt Thu May 11 02:23:02 2017 +0300 82.3 @@ -0,0 +1,30 @@ 82.4 +# SliTaz package receipt. 82.5 + 82.6 +PACKAGE="perl-file-which" 82.7 +VERSION="1.21" 82.8 +CATEGORY="perl" 82.9 +SHORT_DESC="File::Which - Perl implementation of the which utility as an API" 82.10 +MAINTAINER="al.bobylev@gmail.com" 82.11 +LICENSE="GPL" 82.12 +WEB_SITE="https://metacpan.org/release/File-Which" 82.13 + 82.14 +TARBALL="File-Which-$VERSION.tar.gz" 82.15 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/$TARBALL" 82.16 + 82.17 +DEPENDS="perl" 82.18 +BUILD_DEPENDS="perl" 82.19 + 82.20 +# Rules to configure and make the package. 82.21 +compile_rules() 82.22 +{ 82.23 + perl Makefile.PL && 82.24 + make && make DESTDIR=$install install && 82.25 + 82.26 + chmod -R u+w $install 82.27 +} 82.28 + 82.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 82.30 +genpkg_rules() 82.31 +{ 82.32 + copy @std 82.33 +}
83.1 --- a/perl-filesys-statvfs/receipt Thu May 11 00:50:35 2017 +0300 83.2 +++ b/perl-filesys-statvfs/receipt Thu May 11 02:23:02 2017 +0300 83.3 @@ -2,14 +2,14 @@ 83.4 83.5 PACKAGE="perl-filesys-statvfs" 83.6 VERSION="0.82" 83.7 -CATEGORY="development" 83.8 -SHORT_DESC="Filesys::Statvfs module is a Perl extension." 83.9 +CATEGORY="perl" 83.10 +SHORT_DESC="Filesys::Statvfs - Perl extension for statvfs() and fstatvfs()" 83.11 MAINTAINER="pascal.bellard@slitaz.org" 83.12 LICENSE="GPL" 83.13 -SOURCE="Filesys-Statvfs" 83.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 83.15 -WEB_SITE="http://cpan.org/" 83.16 -WGET_URL="http://search.cpan.org/CPAN/authors/id/I/IG/IGUTHRIE/$TARBALL" 83.17 +WEB_SITE="https://metacpan.org/release/Filesys-Statvfs" 83.18 + 83.19 +TARBALL="Filesys-Statvfs-$VERSION.tar.gz" 83.20 +WGET_URL="https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/$TARBALL" 83.21 83.22 DEPENDS="perl" 83.23 BUILD_DEPENDS="perl" 83.24 @@ -17,16 +17,14 @@ 83.25 # Rules to configure and make the package. 83.26 compile_rules() 83.27 { 83.28 - cd $src 83.29 perl Makefile.PL && 83.30 - make && 83.31 - make DESTDIR=$DESTDIR install 83.32 + make && make DESTDIR=$install install && 83.33 + 83.34 + chmod -R u+w $install 83.35 } 83.36 83.37 # Rules to gen a SliTaz package suitable for Tazpkg. 83.38 genpkg_rules() 83.39 { 83.40 - mkdir -p $fs/usr 83.41 - cp -a $install/usr/lib $fs/usr 83.42 + copy @std 83.43 } 83.44 -
84.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 84.2 +++ b/perl-font-afm/receipt Thu May 11 02:23:02 2017 +0300 84.3 @@ -0,0 +1,30 @@ 84.4 +# SliTaz package receipt. 84.5 + 84.6 +PACKAGE="perl-font-afm" 84.7 +VERSION="1.20" 84.8 +CATEGORY="perl" 84.9 +SHORT_DESC="Font::AFM - Interface to Adobe Font Metrics files" 84.10 +MAINTAINER="al.bobylev@gmail.com" 84.11 +LICENSE="GPL" 84.12 +WEB_SITE="https://metacpan.org/release/Font-AFM" 84.13 + 84.14 +TARBALL="Font-AFM-$VERSION.tar.gz" 84.15 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 84.16 + 84.17 +DEPENDS="perl" 84.18 +BUILD_DEPENDS="perl" 84.19 + 84.20 +# Rules to configure and make the package. 84.21 +compile_rules() 84.22 +{ 84.23 + perl Makefile.PL && 84.24 + make && make DESTDIR=$install install && 84.25 + 84.26 + chmod -R u+w $install 84.27 +} 84.28 + 84.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 84.30 +genpkg_rules() 84.31 +{ 84.32 + copy @std 84.33 +}
85.1 --- a/perl-fuse/receipt Thu May 11 00:50:35 2017 +0300 85.2 +++ b/perl-fuse/receipt Thu May 11 02:23:02 2017 +0300 85.3 @@ -1,32 +1,30 @@ 85.4 # SliTaz package receipt. 85.5 85.6 PACKAGE="perl-fuse" 85.7 -VERSION="0.14" 85.8 -CATEGORY="development" 85.9 -SHORT_DESC="Fuse module is a Perl extension." 85.10 +VERSION="0.16" 85.11 +CATEGORY="perl" 85.12 +SHORT_DESC="Fuse - write filesystems in Perl using FUSE" 85.13 MAINTAINER="pascal.bellard@slitaz.org" 85.14 LICENSE="GPL" 85.15 -SOURCE="Fuse" 85.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 85.17 -WEB_SITE="http://cpan.org/" 85.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DP/DPAVLIN/$TARBALL" 85.19 +WEB_SITE="https://metacpan.org/release/Fuse" 85.20 85.21 -DEPENDS="perl fuse perl-filesys-statvfs perl-lchown perl-unix-mknod" 85.22 -BUILD_DEPENDS="perl fuse-dev perl-filesys-statvfs perl-lchown perl-unix-mknod" 85.23 +TARBALL="Fuse-$VERSION.tar.gz" 85.24 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPATES/$TARBALL" 85.25 + 85.26 +DEPENDS="fuse perl-filesys-statvfs perl-lchown perl-unix-mknod" 85.27 +BUILD_DEPENDS="$DEPENDS fuse-dev" 85.28 85.29 # Rules to configure and make the package. 85.30 compile_rules() 85.31 { 85.32 - cd $src 85.33 perl Makefile.PL && 85.34 - make && 85.35 - make DESTDIR=$DESTDIR install 85.36 + make && make DESTDIR=$install install && 85.37 + 85.38 + chmod -R u+w $install 85.39 } 85.40 85.41 # Rules to gen a SliTaz package suitable for Tazpkg. 85.42 genpkg_rules() 85.43 { 85.44 - mkdir -p $fs/usr 85.45 - cp -a $install/usr/lib $fs/usr 85.46 + copy @std 85.47 } 85.48 -
86.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 86.2 +++ b/perl-fuse/stuff/patches/fuse-2.9.0.patch Thu May 11 02:23:02 2017 +0300 86.3 @@ -0,0 +1,16 @@ 86.4 +Fix missing "temp" variable declaration in _PLfuse_release, 86.5 +which only affects 32-bit systems using FUSE 2.9.0 or later. 86.6 +https://github.com/dpavlin/perl-fuse/commit/8603ed015c80a48b4e6907e46445219fe1f09d24 86.7 + 86.8 +--- a/Fuse.xs 86.9 ++++ b/Fuse.xs 86.10 +@@ -755,6 +755,9 @@ 86.11 + int _PLfuse_release (const char *file, struct fuse_file_info *fi) { 86.12 + int rv; 86.13 + int flags = fi->flags; 86.14 ++#if FUSE_VERSION >= 29 && !defined(PERL_HAS_64BITINT) 86.15 ++ char *temp; 86.16 ++#endif 86.17 + FUSE_CONTEXT_PRE; 86.18 + DEBUGf("release begin\n"); 86.19 + ENTER;
87.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 87.2 +++ b/perl-fuse/stuff/patches/series Thu May 11 02:23:02 2017 +0300 87.3 @@ -0,0 +1,1 @@ 87.4 +fuse-2.9.0.patch
88.1 --- a/perl-geo-ipfree/receipt Thu May 11 00:50:35 2017 +0300 88.2 +++ b/perl-geo-ipfree/receipt Thu May 11 02:23:02 2017 +0300 88.3 @@ -1,32 +1,30 @@ 88.4 # SliTaz package receipt. 88.5 88.6 PACKAGE="perl-geo-ipfree" 88.7 -VERSION="0.5" 88.8 -CATEGORY="development" 88.9 -SHORT_DESC="Geo::IPfree module is a Perl extension." 88.10 +VERSION="1.151940" 88.11 +CATEGORY="perl" 88.12 +SHORT_DESC="Geo::IPfree - Look up the country of an IPv4 address" 88.13 MAINTAINER="erjo@slitaz.org" 88.14 LICENSE="GPL" 88.15 +WEB_SITE="https://metacpan.org/release/Geo-IPfree" 88.16 + 88.17 +TARBALL="Geo-IPfree-$VERSION.tar.gz" 88.18 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BR/BRICAS/$TARBALL" 88.19 + 88.20 DEPENDS="perl" 88.21 BUILD_DEPENDS="perl" 88.22 -SOURCE="Geo-IPfree" 88.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 88.24 -WEB_SITE="http://cpan.org/" 88.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/$TARBALL" 88.26 - 88.27 88.28 # Rules to configure and make the package. 88.29 compile_rules() 88.30 { 88.31 - cd $src 88.32 - perl Makefile.PL 88.33 - make 88.34 - make DESTDIR=$DESTDIR install 88.35 + perl Makefile.PL && 88.36 + make && make DESTDIR=$install install && 88.37 + 88.38 + chmod -R u+w $install 88.39 } 88.40 88.41 # Rules to gen a SliTaz package suitable for Tazpkg. 88.42 genpkg_rules() 88.43 { 88.44 - mkdir -p $fs/usr 88.45 - cp -a $install/usr/lib $fs/usr 88.46 + copy @std 88.47 } 88.48 -
89.1 --- a/perl-getopt-long/receipt Thu May 11 00:50:35 2017 +0300 89.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 89.3 @@ -1,31 +0,0 @@ 89.4 -# SliTaz package receipt. 89.5 - 89.6 -PACKAGE="perl-getopt-long" 89.7 -VERSION="2.37" 89.8 -CATEGORY="development" 89.9 -SHORT_DESC="Getopt::Long module is a Perl extension." 89.10 -MAINTAINER="pascal.bellard@slitaz.org" 89.11 -LICENSE="GPL" 89.12 -DEPENDS="perl" 89.13 -BUILD_DEPENDS="perl" 89.14 -SOURCE="Getopt-Long" 89.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 89.16 -WEB_SITE="http://cpan.org/" 89.17 -WGET_URL="http://cpan.org/authors/id/J/JV/JV/$TARBALL" 89.18 - 89.19 -# Rules to configure and make the package. 89.20 -compile_rules() 89.21 -{ 89.22 - cd $src 89.23 - perl Makefile.PL && 89.24 - make && 89.25 - make DESTDIR=$DESTDIR install 89.26 -} 89.27 - 89.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 89.29 -genpkg_rules() 89.30 -{ 89.31 - mkdir -p $fs/usr 89.32 - cp -a $install/usr/lib $fs/usr 89.33 -} 89.34 -
90.1 --- a/perl-glib/receipt Thu May 11 00:50:35 2017 +0300 90.2 +++ b/perl-glib/receipt Thu May 11 02:23:02 2017 +0300 90.3 @@ -1,32 +1,30 @@ 90.4 # SliTaz package receipt. 90.5 90.6 PACKAGE="perl-glib" 90.7 -SOURCE="Glib" 90.8 -VERSION="1.301" 90.9 -CATEGORY="development" 90.10 -SHORT_DESC="Perl wrappers for the GLib utility and Object libraries." 90.11 +VERSION="1.325" 90.12 +CATEGORY="perl" 90.13 +SHORT_DESC="Glib - Perl wrappers for the GLib utility and Object libraries" 90.14 MAINTAINER="claudinei@slitaz.org" 90.15 LICENSE="LGPL2.1" 90.16 +WEB_SITE="https://metacpan.org/release/Glib" 90.17 + 90.18 +TARBALL="Glib-$VERSION.tar.gz" 90.19 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 90.20 + 90.21 DEPENDS="perl glib" 90.22 -BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev" 90.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 90.24 -WEB_SITE="http://search.cpan.org/~xaoc/Glib-1.301/" 90.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" 90.26 +BUILD_DEPENDS="perl-extutils-depends perl-extutils-pkgconfig glib-dev" 90.27 90.28 # Rules to configure and make the package. 90.29 compile_rules() 90.30 { 90.31 - cd $src 90.32 perl Makefile.PL && 90.33 - make && 90.34 - make install DESTDIR=$DESTDIR 90.35 - rm -rf $pkgdir/installnone 90.36 + make && make DESTDIR=$install install && 90.37 + 90.38 + chmod -R u+w $install 90.39 } 90.40 90.41 # Rules to gen a SliTaz package suitable for Tazpkg. 90.42 genpkg_rules() 90.43 { 90.44 - mkdir -p $fs/usr 90.45 - cp -a $install/usr/lib $fs/usr 90.46 + copy @std @dev 90.47 } 90.48 -
91.1 --- a/perl-gssapi/receipt Thu May 11 00:50:35 2017 +0300 91.2 +++ b/perl-gssapi/receipt Thu May 11 02:23:02 2017 +0300 91.3 @@ -1,31 +1,30 @@ 91.4 # SliTaz package receipt. 91.5 91.6 PACKAGE="perl-gssapi" 91.7 -VERSION="0.26" 91.8 -CATEGORY="development" 91.9 -SHORT_DESC="GSSAPI module is a Perl extension." 91.10 +VERSION="0.28" 91.11 +CATEGORY="perl" 91.12 +SHORT_DESC="GSSAPI - Perl extension providing access to the GSSAPIv2 library" 91.13 MAINTAINER="pascal.bellard@slitaz.org" 91.14 LICENSE="GPL" 91.15 -DEPENDS="perl libkrb5 libcomerr libcomerr3" 91.16 -BUILD_DEPENDS="perl krb5 krb5-dev" 91.17 -SOURCE="GSSAPI" 91.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 91.19 -WEB_SITE="http://cpan.org/" 91.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/$TARBALL" 91.21 +WEB_SITE="https://metacpan.org/release/GSSAPI" 91.22 + 91.23 +TARBALL="GSSAPI-$VERSION.tar.gz" 91.24 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AG/AGROLMS/$TARBALL" 91.25 + 91.26 +DEPENDS="libcomerr3 libkrb5 perl" 91.27 +BUILD_DEPENDS="perl krb5-dev" 91.28 91.29 # Rules to configure and make the package. 91.30 compile_rules() 91.31 { 91.32 - cd $src 91.33 perl Makefile.PL && 91.34 - make && 91.35 - make DESTDIR=$DESTDIR install 91.36 + make && make DESTDIR=$install install && 91.37 + 91.38 + chmod -R u+w $install 91.39 } 91.40 91.41 # Rules to gen a SliTaz package suitable for Tazpkg. 91.42 genpkg_rules() 91.43 { 91.44 - mkdir -p $fs/usr 91.45 - cp -a $install/usr/lib $fs/usr 91.46 + copy @std 91.47 } 91.48 -
92.1 --- a/perl-gtk2-trayicon/receipt Thu May 11 00:50:35 2017 +0300 92.2 +++ b/perl-gtk2-trayicon/receipt Thu May 11 02:23:02 2017 +0300 92.3 @@ -2,31 +2,29 @@ 92.4 92.5 PACKAGE="perl-gtk2-trayicon" 92.6 VERSION="0.06" 92.7 -CATEGORY="development" 92.8 -SHORT_DESC="Gtk2::TrayIcon module is a Perl extension." 92.9 +CATEGORY="perl" 92.10 +SHORT_DESC="Gtk2::TrayIcon - Perl interface to the EggTrayIcon library" 92.11 MAINTAINER="pascal.bellard@slitaz.org" 92.12 LICENSE="GPL" 92.13 -SOURCE="Gtk2-TrayIcon" 92.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 92.15 -WEB_SITE="http://cpan.org/" 92.16 -WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL" 92.17 +WEB_SITE="https://metacpan.org/release/Gtk2-TrayIcon" 92.18 + 92.19 +TARBALL="Gtk2-TrayIcon-$VERSION.tar.gz" 92.20 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BORUP/$TARBALL" 92.21 92.22 DEPENDS="perl-gtk2" 92.23 -BUILD_DEPENDS="perl-gtk2 perl-extutils-depends perl-extutils-pkgconfig gtk+-dev" 92.24 +BUILD_DEPENDS="$DEPENDS perl-extutils-depends perl-extutils-pkgconfig gtk+-dev" 92.25 92.26 # Rules to configure and make the package. 92.27 compile_rules() 92.28 { 92.29 - cd $src 92.30 perl Makefile.PL && 92.31 - make && 92.32 - make DESTDIR=$DESTDIR install 92.33 + make && make DESTDIR=$install install && 92.34 + 92.35 + chmod -R u+w $install 92.36 } 92.37 92.38 # Rules to gen a SliTaz package suitable for Tazpkg. 92.39 genpkg_rules() 92.40 { 92.41 - mkdir -p $fs/usr 92.42 - cp -a $install/usr/lib $fs/usr 92.43 + copy @std @dev 92.44 } 92.45 -
93.1 --- a/perl-gtk2/receipt Thu May 11 00:50:35 2017 +0300 93.2 +++ b/perl-gtk2/receipt Thu May 11 02:23:02 2017 +0300 93.3 @@ -1,34 +1,32 @@ 93.4 # SliTaz package receipt. 93.5 93.6 PACKAGE="perl-gtk2" 93.7 -SOURCE="Gtk2" 93.8 -VERSION="1.247" 93.9 -CATEGORY="development" 93.10 -SHORT_DESC="Perl interface to the 2.x series of the Gimp Toolkit Library." 93.11 +VERSION="1.24992" 93.12 +CATEGORY="perl" 93.13 +SHORT_DESC="Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library" 93.14 MAINTAINER="claudinei@slitaz.org" 93.15 LICENSE="LGPL2.1" 93.16 -DEPENDS="perl gtk+ perl-glib perl-pango perl-cairo" 93.17 -BUILD_DEPENDS="perl gtk+-dev perl-extutils-depends perl-extutils-pkgconfig \ 93.18 -perl-glib perl-pango perl-cairo xorg-dev xorg-xproto xorg-renderproto \ 93.19 -xorg-kbproto" 93.20 -TARBALL="$SOURCE-$VERSION.tar.gz" 93.21 -WEB_SITE="http://search.cpan.org/~xaoc/Gtk2-1.247/" 93.22 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" 93.23 +WEB_SITE="https://metacpan.org/release/Gtk2" 93.24 + 93.25 +TARBALL="Gtk2-$VERSION.tar.gz" 93.26 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 93.27 + 93.28 +DEPENDS="perl-glib perl-pango atk cairo fontconfig freetype gdk-pixbuf glib \ 93.29 +gtk+ libgio pango" 93.30 +BUILD_DEPENDS="perl-glib perl-pango perl-extutils-depends \ 93.31 +perl-extutils-pkgconfig gtk+-dev" 93.32 93.33 # Rules to configure and make the package. 93.34 compile_rules() 93.35 { 93.36 - cd $src 93.37 perl Makefile.PL && 93.38 - make && 93.39 - make install DESTDIR=$DESTDIR 93.40 - rm -rf $pkgdir/installnone 93.41 + make && make DESTDIR=$install install && 93.42 + 93.43 + chmod -R u+w $install 93.44 } 93.45 93.46 # Rules to gen a SliTaz package suitable for Tazpkg. 93.47 genpkg_rules() 93.48 { 93.49 - mkdir -p $fs/usr 93.50 - cp -a $install/usr/lib $fs/usr 93.51 + copy @std @dev 93.52 } 93.53 -
94.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 94.2 +++ b/perl-html-formatter/receipt Thu May 11 02:23:02 2017 +0300 94.3 @@ -0,0 +1,30 @@ 94.4 +# SliTaz package receipt. 94.5 + 94.6 +PACKAGE="perl-html-formatter" 94.7 +VERSION="2.16" 94.8 +CATEGORY="perl" 94.9 +SHORT_DESC="HTML::Formatter - Base class for HTML formatters" 94.10 +MAINTAINER="al.bobylev@gmail.com" 94.11 +LICENSE="GPL" 94.12 +WEB_SITE="https://metacpan.org/release/HTML-Formatter" 94.13 + 94.14 +TARBALL="HTML-Formatter-$VERSION.tar.gz" 94.15 +WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NIGELM/$TARBALL" 94.16 + 94.17 +DEPENDS="perl-font-afm perl-html-tree" 94.18 +BUILD_DEPENDS="$DEPENDS perl-file-slurper perl-test-warnings" 94.19 + 94.20 +# Rules to configure and make the package. 94.21 +compile_rules() 94.22 +{ 94.23 + perl Makefile.PL && 94.24 + make && make DESTDIR=$install install && 94.25 + 94.26 + chmod -R u+w $install 94.27 +} 94.28 + 94.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 94.30 +genpkg_rules() 94.31 +{ 94.32 + copy @std 94.33 +}
95.1 --- a/perl-html-parser/receipt Thu May 11 00:50:35 2017 +0300 95.2 +++ b/perl-html-parser/receipt Thu May 11 02:23:02 2017 +0300 95.3 @@ -1,31 +1,30 @@ 95.4 # SliTaz package receipt. 95.5 95.6 PACKAGE="perl-html-parser" 95.7 -VERSION="3.68" 95.8 -CATEGORY="development" 95.9 -SHORT_DESC="HTML::Parser module is a Perl extension." 95.10 +VERSION="3.72" 95.11 +CATEGORY="perl" 95.12 +SHORT_DESC="HTML::Parser - HTML parser class" 95.13 MAINTAINER="pascal.bellard@slitaz.org" 95.14 LICENSE="GPL" 95.15 -DEPENDS="perl perl-html-tagset" 95.16 -BUILD_DEPENDS="perl perl-html-tagset" 95.17 -SOURCE="HTML-Parser" 95.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 95.19 -WEB_SITE="http://search.cpan.org/~gaas/HTML-Parser/" 95.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 95.21 +WEB_SITE="https://metacpan.org/release/HTML-Parser" 95.22 + 95.23 +TARBALL="HTML-Parser-$VERSION.tar.gz" 95.24 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 95.25 + 95.26 +DEPENDS="perl-html-tagset" 95.27 +BUILD_DEPENDS="$DEPENDS" 95.28 95.29 # Rules to configure and make the package. 95.30 compile_rules() 95.31 { 95.32 - cd $src 95.33 perl Makefile.PL && 95.34 - make && 95.35 - make DESTDIR=$DESTDIR install 95.36 + make && make DESTDIR=$install install && 95.37 + 95.38 + chmod -R u+w $install 95.39 } 95.40 95.41 # Rules to gen a SliTaz package suitable for Tazpkg. 95.42 genpkg_rules() 95.43 { 95.44 - mkdir -p $fs/usr 95.45 - cp -a $install/usr/lib $fs/usr 95.46 + copy @std 95.47 } 95.48 -
96.1 --- a/perl-html-tagset/receipt Thu May 11 00:50:35 2017 +0300 96.2 +++ b/perl-html-tagset/receipt Thu May 11 02:23:02 2017 +0300 96.3 @@ -2,31 +2,29 @@ 96.4 96.5 PACKAGE="perl-html-tagset" 96.6 VERSION="3.20" 96.7 -CATEGORY="development" 96.8 -SHORT_DESC="HTML::Tagset module is a Perl extension." 96.9 +CATEGORY="perl" 96.10 +SHORT_DESC="HTML::Tagset - data tables useful in parsing HTML" 96.11 MAINTAINER="pascal.bellard@slitaz.org" 96.12 LICENSE="GPL" 96.13 +WEB_SITE="https://metacpan.org/release/HTML-Tagset" 96.14 + 96.15 +TARBALL="HTML-Tagset-$VERSION.tar.gz" 96.16 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/$TARBALL" 96.17 + 96.18 DEPENDS="perl" 96.19 BUILD_DEPENDS="perl" 96.20 -SOURCE="HTML-Tagset" 96.21 -TARBALL="$SOURCE-$VERSION.tar.gz" 96.22 -WEB_SITE="http://www.cpan.org/modules" 96.23 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL" 96.24 96.25 # Rules to configure and make the package. 96.26 compile_rules() 96.27 { 96.28 - mv $SOURCE $src 2> /dev/null 96.29 - cd $src 96.30 perl Makefile.PL && 96.31 - make && 96.32 - make DESTDIR=$DESTDIR install 96.33 + make && make DESTDIR=$install install && 96.34 + 96.35 + chmod -R u+w $install 96.36 } 96.37 96.38 # Rules to gen a SliTaz package suitable for Tazpkg. 96.39 genpkg_rules() 96.40 { 96.41 - mkdir -p $fs/usr 96.42 - cp -a $install/usr/lib $fs/usr 96.43 + copy @std 96.44 } 96.45 -
97.1 --- a/perl-html-tree/receipt Thu May 11 00:50:35 2017 +0300 97.2 +++ b/perl-html-tree/receipt Thu May 11 02:23:02 2017 +0300 97.3 @@ -1,30 +1,32 @@ 97.4 # SliTaz package receipt. 97.5 97.6 PACKAGE="perl-html-tree" 97.7 -VERSION="4.1" 97.8 -CATEGORY="development" 97.9 -SHORT_DESC="HTML::Tree module is a Perl extension." 97.10 +VERSION="5.05" 97.11 +CATEGORY="perl" 97.12 +SHORT_DESC="HTML::Tree - build and scan parse-trees of HTML" 97.13 MAINTAINER="slaxemulator@gmail.com" 97.14 LICENSE="GPL" 97.15 -DEPENDS="perl perl-html-parser perl-html-tagset" 97.16 -BUILD_DEPENDS="perl perl-html-parser perl-html-tagset" 97.17 -SOURCE="HTML-Tree" 97.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 97.19 -WEB_SITE="http://search.cpan.org/dist/HTML-Tree" 97.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JF/JFEARN/$TARBALL" 97.21 +WEB_SITE="https://metacpan.org/release/HTML-Tree" 97.22 + 97.23 +TARBALL="HTML-Tree-$VERSION.tar.gz" 97.24 +WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL" 97.25 + 97.26 +DEPENDS="perl-html-parser perl-html-tagset" 97.27 +BUILD_DEPENDS="$DEPENDS perl-module-build perl-test-fatal \ 97.28 +perl-libwww-perl" # + perl-html-formatter 97.29 +# BDEP loop: 'perl-html-tree' needs 'perl-html-formatter' needs 'perl-html-tree' 97.30 97.31 # Rules to configure and make the package. 97.32 compile_rules() 97.33 { 97.34 - cd $src 97.35 - perl Makefile.PL && 97.36 - make && 97.37 - make DESTDIR=$DESTDIR install 97.38 + perl Build.PL && 97.39 + ./Build && ./Build install --destdir $install && 97.40 + 97.41 + chmod -R u+w $install 97.42 } 97.43 97.44 # Rules to gen a SliTaz package suitable for Tazpkg. 97.45 genpkg_rules() 97.46 { 97.47 - mkdir -p $fs/usr 97.48 - cp -a $install/usr/lib $fs/usr 97.49 + copy @std 97.50 }
98.1 --- a/perl-http-cookies/receipt Thu May 11 00:50:35 2017 +0300 98.2 +++ b/perl-http-cookies/receipt Thu May 11 02:23:02 2017 +0300 98.3 @@ -1,30 +1,30 @@ 98.4 # SliTaz package receipt. 98.5 98.6 PACKAGE="perl-http-cookies" 98.7 -VERSION="6.01" 98.8 -CATEGORY="development" 98.9 -SHORT_DESC="Perl HTTP cookie jars" 98.10 +VERSION="6.03" 98.11 +CATEGORY="perl" 98.12 +SHORT_DESC="HTTP::Cookies - HTTP cookie jars" 98.13 MAINTAINER="erjo@slitaz.org" 98.14 LICENSE="GPL" 98.15 -SOURCE="HTTP-Cookies" 98.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 98.17 -WEB_SITE="http://search.cpan.org/dist/libwww-perl/" 98.18 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" 98.19 +WEB_SITE="https://metacpan.org/release/HTTP-Cookies" 98.20 98.21 -DEPENDS="perl perl-http-date perl-http-message " 98.22 -BUILD_DEPENDS="perl $DEPENDS" 98.23 +TARBALL="HTTP-Cookies-$VERSION.tar.gz" 98.24 +WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" 98.25 + 98.26 +DEPENDS="perl-http-date perl-http-message" 98.27 +BUILD_DEPENDS="$DEPENDS" 98.28 98.29 # Rules to configure and make the package. 98.30 compile_rules() 98.31 { 98.32 - cd $src 98.33 - perl Makefile.PL && make && make DESTDIR=$DESTDIR install 98.34 - 98.35 + perl Makefile.PL && 98.36 + make && make DESTDIR=$install install && 98.37 + 98.38 + chmod -R u+w $install 98.39 } 98.40 98.41 # Rules to gen a SliTaz package suitable for Tazpkg. 98.42 genpkg_rules() 98.43 { 98.44 - mkdir -p $fs/usr 98.45 - cp -a $install/usr/lib $fs/usr 98.46 + copy @std 98.47 }
99.1 --- a/perl-http-daemon/receipt Thu May 11 00:50:35 2017 +0300 99.2 +++ b/perl-http-daemon/receipt Thu May 11 02:23:02 2017 +0300 99.3 @@ -2,29 +2,29 @@ 99.4 99.5 PACKAGE="perl-http-daemon" 99.6 VERSION="6.01" 99.7 -CATEGORY="development" 99.8 -SHORT_DESC="A Perl simple http server class" 99.9 +CATEGORY="perl" 99.10 +SHORT_DESC="HTTP::Daemon - a simple http server class" 99.11 MAINTAINER="erjo@slitaz.org" 99.12 LICENSE="GPL" 99.13 -SOURCE="HTTP-Daemon" 99.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 99.15 -WEB_SITE="http://search.cpan.org/dist/libwww-perl/" 99.16 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" 99.17 +WEB_SITE="https://metacpan.org/release/HTTP-Daemon" 99.18 99.19 -DEPENDS="perl perl-http-date perl-http-message perl-lwp-mediatypes" 99.20 -BUILD_DEPENDS="perl $DEPENDS" 99.21 +TARBALL="HTTP-Daemon-$VERSION.tar.gz" 99.22 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 99.23 + 99.24 +DEPENDS="perl-http-date perl-http-message perl-lwp-mediatypes" 99.25 +BUILD_DEPENDS="$DEPENDS" 99.26 99.27 # Rules to configure and make the package. 99.28 compile_rules() 99.29 { 99.30 - cd $src 99.31 - perl Makefile.PL && make && make DESTDIR=$DESTDIR install 99.32 - 99.33 + perl Makefile.PL && 99.34 + make && make DESTDIR=$install install && 99.35 + 99.36 + chmod -R u+w $install 99.37 } 99.38 99.39 # Rules to gen a SliTaz package suitable for Tazpkg. 99.40 genpkg_rules() 99.41 { 99.42 - mkdir -p $fs/usr 99.43 - cp -a $install/usr/lib $fs/usr 99.44 + copy @std 99.45 }
100.1 --- a/perl-http-date/receipt Thu May 11 00:50:35 2017 +0300 100.2 +++ b/perl-http-date/receipt Thu May 11 02:23:02 2017 +0300 100.3 @@ -1,15 +1,15 @@ 100.4 # SliTaz package receipt. 100.5 100.6 PACKAGE="perl-http-date" 100.7 -VERSION="6.01" 100.8 -CATEGORY="development" 100.9 -SHORT_DESC="date conversion routines" 100.10 +VERSION="6.02" 100.11 +CATEGORY="perl" 100.12 +SHORT_DESC="HTTP::Date - date conversion routines" 100.13 MAINTAINER="slaxemulator@gmail.com" 100.14 LICENSE="GPL" 100.15 -WEB_SITE="http://search.cpan.org/dist/HTTP-Date" 100.16 -SOURCE="HTTP-Date" 100.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 100.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 100.19 +WEB_SITE="https://metacpan.org/release/HTTP-Date" 100.20 + 100.21 +TARBALL="HTTP-Date-$VERSION.tar.gz" 100.22 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 100.23 100.24 DEPENDS="perl" 100.25 BUILD_DEPENDS="perl" 100.26 @@ -17,14 +17,14 @@ 100.27 # Rules to configure and make the package. 100.28 compile_rules() 100.29 { 100.30 - cd $src 100.31 perl Makefile.PL && 100.32 - make && 100.33 - make DESTDIR=$DESTDIR install 100.34 + make && make DESTDIR=$install install && 100.35 + 100.36 + chmod -R u+w $install 100.37 } 100.38 100.39 # Rules to gen a SliTaz package suitable for Tazpkg. 100.40 genpkg_rules() 100.41 { 100.42 - cp -a $install/* $fs 100.43 + copy @std 100.44 }
101.1 --- a/perl-http-message/receipt Thu May 11 00:50:35 2017 +0300 101.2 +++ b/perl-http-message/receipt Thu May 11 02:23:02 2017 +0300 101.3 @@ -1,30 +1,31 @@ 101.4 # SliTaz package receipt. 101.5 101.6 PACKAGE="perl-http-message" 101.7 -VERSION="6.03" 101.8 -CATEGORY="development" 101.9 -SHORT_DESC="HTTP style messages" 101.10 +VERSION="6.11" 101.11 +CATEGORY="perl" 101.12 +SHORT_DESC="HTTP::Message - HTTP style message" 101.13 MAINTAINER="slaxemulator@gmail.com" 101.14 LICENSE="GPL" 101.15 -WEB_SITE="http://search.cpan.org/dist/HTTP-Message" 101.16 -SOURCE="HTTP-Message" 101.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 101.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 101.19 +WEB_SITE="https://metacpan.org/release/HTTP-Message" 101.20 101.21 -DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri" 101.22 +TARBALL="HTTP-Message-$VERSION.tar.gz" 101.23 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 101.24 + 101.25 +DEPENDS="perl-encode-locale perl-http-date perl-io-html perl-lwp-mediatypes \ 101.26 +perl-uri" 101.27 BUILD_DEPENDS="$DEPENDS" 101.28 101.29 # Rules to configure and make the package. 101.30 compile_rules() 101.31 { 101.32 - cd $src 101.33 perl Makefile.PL && 101.34 - make && 101.35 - make DESTDIR=$DESTDIR install 101.36 + make && make DESTDIR=$install install && 101.37 + 101.38 + chmod -R u+w $install 101.39 } 101.40 101.41 # Rules to gen a SliTaz package suitable for Tazpkg. 101.42 genpkg_rules() 101.43 { 101.44 - cp -a $install/* $fs 101.45 + copy @std 101.46 }
102.1 --- a/perl-http-negotiate/receipt Thu May 11 00:50:35 2017 +0300 102.2 +++ b/perl-http-negotiate/receipt Thu May 11 02:23:02 2017 +0300 102.3 @@ -2,29 +2,29 @@ 102.4 102.5 PACKAGE="perl-http-negotiate" 102.6 VERSION="6.01" 102.7 -CATEGORY="development" 102.8 -SHORT_DESC="Choose a variant to serve" 102.9 +CATEGORY="perl" 102.10 +SHORT_DESC="HTTP::Negotiate - choose a variant to serve" 102.11 MAINTAINER="erjo@slitaz.org" 102.12 LICENSE="GPL" 102.13 -SOURCE="HTTP-Negotiate" 102.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 102.15 -WEB_SITE="http://search.cpan.org/dist/libwww-perl/" 102.16 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" 102.17 +WEB_SITE="https://metacpan.org/release/HTTP-Negotiate" 102.18 102.19 -DEPENDS="perl perl-http-message" 102.20 -BUILD_DEPENDS="perl $DEPENDS" 102.21 +TARBALL="HTTP-Negotiate-$VERSION.tar.gz" 102.22 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 102.23 + 102.24 +DEPENDS="perl-http-message" 102.25 +BUILD_DEPENDS="$DEPENDS" 102.26 102.27 # Rules to configure and make the package. 102.28 compile_rules() 102.29 { 102.30 - cd $src 102.31 - perl Makefile.PL && make && make DESTDIR=$DESTDIR install 102.32 - 102.33 + perl Makefile.PL && 102.34 + make && make DESTDIR=$install install && 102.35 + 102.36 + chmod -R u+w $install 102.37 } 102.38 102.39 # Rules to gen a SliTaz package suitable for Tazpkg. 102.40 genpkg_rules() 102.41 { 102.42 - mkdir -p $fs/usr 102.43 - cp -a $install/usr/lib $fs/usr 102.44 + copy @std 102.45 }
103.1 --- a/perl-http-parser/receipt Thu May 11 00:50:35 2017 +0300 103.2 +++ b/perl-http-parser/receipt Thu May 11 02:23:02 2017 +0300 103.3 @@ -2,32 +2,30 @@ 103.4 103.5 PACKAGE="perl-http-parser" 103.6 VERSION="0.06" 103.7 -CATEGORY="development" 103.8 -SHORT_DESC="parse HTTP/1.1 request into HTTP::Request/Response object" 103.9 +CATEGORY="perl" 103.10 +SHORT_DESC="HTTP::Parser - parse HTTP/1.1 request into HTTP::Request/Response \ 103.11 +object" 103.12 MAINTAINER="erjo@slitaz.org" 103.13 LICENSE="GPL" 103.14 -WEB_SITE="http://search.cpan.org/~edeca/HTTP-Parser-0.06/" 103.15 -SOURCE="HTTP-Parser" 103.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 103.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/E/ED/EDECA/$TARBALL" 103.18 +WEB_SITE="https://metacpan.org/release/HTTP-Parser" 103.19 + 103.20 +TARBALL="HTTP-Parser-$VERSION.tar.gz" 103.21 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ED/EDECA/$TARBALL" 103.22 103.23 DEPENDS="perl-http-message perl-uri" 103.24 -BUILD_DEPENDS="perl $DEPENDS" 103.25 +BUILD_DEPENDS="$DEPENDS" 103.26 103.27 -# Rules to configure and make the package. 103.28 -compile_rules() 103.29 -{ 103.30 - cd $src 103.31 - perl Makefile.PL && 103.32 - make && 103.33 - make DESTDIR=$DESTDIR install 103.34 -} 103.35 - 103.36 +# Rules to configure and make the package. 103.37 +compile_rules() 103.38 +{ 103.39 + perl Makefile.PL && 103.40 + make && make DESTDIR=$install install && 103.41 + 103.42 + chmod -R u+w $install 103.43 +} 103.44 + 103.45 # Rules to gen a SliTaz package suitable for Tazpkg. 103.46 -genpkg_rules() 103.47 -{ 103.48 - mkdir -p $fs/usr 103.49 - cp -a $install/usr/lib $fs/usr 103.50 -} 103.51 - 103.52 - 103.53 +genpkg_rules() 103.54 +{ 103.55 + copy @std 103.56 +}
104.1 --- a/perl-http-server-simple/receipt Thu May 11 00:50:35 2017 +0300 104.2 +++ b/perl-http-server-simple/receipt Thu May 11 02:23:02 2017 +0300 104.3 @@ -1,31 +1,30 @@ 104.4 # SliTaz package receipt. 104.5 104.6 PACKAGE="perl-http-server-simple" 104.7 -VERSION="0.44" 104.8 -CATEGORY="development" 104.9 -SHORT_DESC="HTTP::Server::Simple module is a Perl extension." 104.10 +VERSION="0.52" 104.11 +CATEGORY="perl" 104.12 +SHORT_DESC="HTTP::Server::Simple - Lightweight HTTP server" 104.13 MAINTAINER="pascal.bellard@slitaz.org" 104.14 LICENSE="GPL" 104.15 -DEPENDS="perl" 104.16 -BUILD_DEPENDS="perl" 104.17 -SOURCE="HTTP-Server-Simple" 104.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 104.19 -WEB_SITE="http://cpan.org/" 104.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/$TARBALL" 104.21 +WEB_SITE="https://metacpan.org/release/HTTP-Server-Simple" 104.22 + 104.23 +TARBALL="HTTP-Server-Simple-$VERSION.tar.gz" 104.24 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BP/BPS/$TARBALL" 104.25 + 104.26 +DEPENDS="perl-cgi" 104.27 +BUILD_DEPENDS="$DEPENDS" 104.28 104.29 # Rules to configure and make the package. 104.30 compile_rules() 104.31 { 104.32 - cd $src 104.33 perl Makefile.PL && 104.34 - make && 104.35 - make install DESTDIR=$DESTDIR 104.36 + make && make DESTDIR=$install install && 104.37 + 104.38 + chmod -R u+w $install 104.39 } 104.40 104.41 # Rules to gen a SliTaz package suitable for Tazpkg. 104.42 genpkg_rules() 104.43 { 104.44 - mkdir -p $fs/usr 104.45 - cp -a $install/usr/lib $fs/usr 104.46 + copy @std 104.47 } 104.48 -
105.1 --- a/perl-image-librsvg/receipt Thu May 11 00:50:35 2017 +0300 105.2 +++ b/perl-image-librsvg/receipt Thu May 11 02:23:02 2017 +0300 105.3 @@ -2,29 +2,29 @@ 105.4 105.5 PACKAGE="perl-image-librsvg" 105.6 VERSION="0.07" 105.7 -CATEGORY="development" 105.8 -SHORT_DESC="Image::LibRSVG module is a Perl extension." 105.9 +CATEGORY="perl" 105.10 +SHORT_DESC="Image::LibRSVG - Perl extension for librsvg" 105.11 MAINTAINER="pascal.bellard@slitaz.org" 105.12 LICENSE="GPL" 105.13 -SOURCE="Image-LibRSVG" 105.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 105.15 WEB_SITE="https://metacpan.org/release/Image-LibRSVG" 105.16 + 105.17 +TARBALL="Image-LibRSVG-$VERSION.tar.gz" 105.18 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOMSON/$TARBALL" 105.19 105.20 -DEPENDS="perl librsvg" 105.21 -BUILD_DEPENDS="wget perl librsvg-dev" 105.22 +DEPENDS="perl cairo gdk-pixbuf glib libgio librsvg" 105.23 +BUILD_DEPENDS="perl librsvg-dev" 105.24 105.25 # Rules to configure and make the package. 105.26 compile_rules() 105.27 { 105.28 perl Makefile.PL && 105.29 - make && 105.30 - make install DESTDIR=$DESTDIR 105.31 + make && make DESTDIR=$install install && 105.32 + 105.33 + chmod -R u+w $install 105.34 } 105.35 105.36 # Rules to gen a SliTaz package suitable for Tazpkg. 105.37 genpkg_rules() 105.38 { 105.39 - mkdir -p $fs/usr 105.40 - cp -a $install/usr/lib $fs/usr 105.41 + copy @std 105.42 }
106.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 106.2 +++ b/perl-importer/receipt Thu May 11 02:23:02 2017 +0300 106.3 @@ -0,0 +1,31 @@ 106.4 +# SliTaz package receipt. 106.5 + 106.6 +PACKAGE="perl-importer" 106.7 +VERSION="0.024" 106.8 +CATEGORY="perl" 106.9 +SHORT_DESC="Importer - Alternative but compatible interface to modules that \ 106.10 +export symbols" 106.11 +MAINTAINER="al.bobylev@gmail.com" 106.12 +LICENSE="GPL" 106.13 +WEB_SITE="https://metacpan.org/release/Importer" 106.14 + 106.15 +TARBALL="Importer-$VERSION.tar.gz" 106.16 +WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" 106.17 + 106.18 +DEPENDS="perl" 106.19 +BUILD_DEPENDS="perl" 106.20 + 106.21 +# Rules to configure and make the package. 106.22 +compile_rules() 106.23 +{ 106.24 + perl Makefile.PL && 106.25 + make && make DESTDIR=$install install && 106.26 + 106.27 + chmod -R u+w $install 106.28 +} 106.29 + 106.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 106.31 +genpkg_rules() 106.32 +{ 106.33 + copy @std 106.34 +}
107.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 107.2 +++ b/perl-inc-latest/receipt Thu May 11 02:23:02 2017 +0300 107.3 @@ -0,0 +1,31 @@ 107.4 +# SliTaz package receipt. 107.5 + 107.6 +PACKAGE="perl-inc-latest" 107.7 +VERSION="0.500" 107.8 +CATEGORY="perl" 107.9 +SHORT_DESC="inc::latest - use modules bundled in inc/ if they are newer than \ 107.10 +installed ones" 107.11 +MAINTAINER="al.bobylev@gmail.com" 107.12 +LICENSE="GPL" 107.13 +WEB_SITE="https://metacpan.org/release/inc-latest" 107.14 + 107.15 +TARBALL="inc-latest-$VERSION.tar.gz" 107.16 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" 107.17 + 107.18 +DEPENDS="perl" 107.19 +BUILD_DEPENDS="perl" 107.20 + 107.21 +# Rules to configure and make the package. 107.22 +compile_rules() 107.23 +{ 107.24 + perl Makefile.PL && 107.25 + make && make DESTDIR=$install install && 107.26 + 107.27 + chmod -R u+w $install 107.28 +} 107.29 + 107.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 107.31 +genpkg_rules() 107.32 +{ 107.33 + copy @std 107.34 +}
108.1 --- a/perl-io-compress/receipt Thu May 11 00:50:35 2017 +0300 108.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 108.3 @@ -1,32 +0,0 @@ 108.4 -# SliTaz package receipt. 108.5 - 108.6 -PACKAGE="perl-io-compress" 108.7 -VERSION="2.017" 108.8 -CATEGORY="development" 108.9 -SHORT_DESC="PERL interface to zlib compression library" 108.10 -MAINTAINER="erjo@slitaz.org" 108.11 -LICENSE="GPL" 108.12 -DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib" 108.13 -BUILD_DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib" 108.14 -SOURCE="IO-Compress" 108.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 108.16 -WEB_SITE="http://cpan.org/" 108.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL" 108.18 - 108.19 - 108.20 -# Rules to configure and make the package. 108.21 -compile_rules() 108.22 -{ 108.23 - cd $src 108.24 - perl Makefile.PL 108.25 - make 108.26 - make DESTDIR=$DESTDIR install 108.27 -} 108.28 - 108.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 108.30 -genpkg_rules() 108.31 -{ 108.32 - mkdir -p $fs/usr 108.33 - cp -a $install/usr/lib $fs/usr 108.34 -} 108.35 -
109.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 109.2 +++ b/perl-io-html/receipt Thu May 11 02:23:02 2017 +0300 109.3 @@ -0,0 +1,30 @@ 109.4 +# SliTaz package receipt. 109.5 + 109.6 +PACKAGE="perl-io-html" 109.7 +VERSION="1.001" 109.8 +CATEGORY="perl" 109.9 +SHORT_DESC="IO::HTML - Open an HTML file with automatic charset detection" 109.10 +MAINTAINER="al.bobylev@gmail.com" 109.11 +LICENSE="GPL" 109.12 +WEB_SITE="https://metacpan.org/release/IO-HTML" 109.13 + 109.14 +TARBALL="IO-HTML-$VERSION.tar.gz" 109.15 +WGET_URL="https://cpan.metacpan.org/authors/id/C/CJ/CJM/$TARBALL" 109.16 + 109.17 +DEPENDS="perl" 109.18 +BUILD_DEPENDS="perl" 109.19 + 109.20 +# Rules to configure and make the package. 109.21 +compile_rules() 109.22 +{ 109.23 + perl Makefile.PL && 109.24 + make && make DESTDIR=$install install && 109.25 + 109.26 + chmod -R u+w $install 109.27 +} 109.28 + 109.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 109.30 +genpkg_rules() 109.31 +{ 109.32 + copy @std 109.33 +}
110.1 --- a/perl-io-multiplex/receipt Thu May 11 00:50:35 2017 +0300 110.2 +++ b/perl-io-multiplex/receipt Thu May 11 02:23:02 2017 +0300 110.3 @@ -1,31 +1,30 @@ 110.4 # SliTaz package receipt. 110.5 110.6 PACKAGE="perl-io-multiplex" 110.7 -VERSION="1.09" 110.8 -CATEGORY="development" 110.9 -SHORT_DESC="IO::Multiplex module is a Perl extension." 110.10 +VERSION="1.16" 110.11 +CATEGORY="perl" 110.12 +SHORT_DESC="IO::Multiplex - Manage IO on many file handles" 110.13 MAINTAINER="pascal.bellard@slitaz.org" 110.14 LICENSE="GPL" 110.15 +WEB_SITE="https://metacpan.org/release/IO-Multiplex" 110.16 + 110.17 +TARBALL="IO-Multiplex-$VERSION.tar.gz" 110.18 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BB/BBB/$TARBALL" 110.19 + 110.20 DEPENDS="perl" 110.21 BUILD_DEPENDS="perl" 110.22 -SOURCE="IO-Multiplex" 110.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 110.24 -WEB_SITE="http://cpan.org/" 110.25 -WGET_URL="http://cpan.org/authors/id/B/BB/BBB/$TARBALL" 110.26 110.27 # Rules to configure and make the package. 110.28 compile_rules() 110.29 { 110.30 - cd $src 110.31 - perl Makefile.PL 110.32 - make 110.33 - make DESTDIR=$DESTDIR install 110.34 + perl Makefile.PL && 110.35 + make && make DESTDIR=$install install && 110.36 + 110.37 + chmod -R u+w $install 110.38 } 110.39 110.40 # Rules to gen a SliTaz package suitable for Tazpkg. 110.41 genpkg_rules() 110.42 { 110.43 - mkdir -p $fs/usr 110.44 - cp -a $install/usr/lib $fs/usr 110.45 + copy @std 110.46 } 110.47 -
111.1 --- a/perl-io-scalar/receipt Thu May 11 00:50:35 2017 +0300 111.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 111.3 @@ -1,31 +0,0 @@ 111.4 -# SliTaz package receipt. 111.5 - 111.6 -PACKAGE="perl-io-scalar" 111.7 -VERSION="2.110" 111.8 -CATEGORY="development" 111.9 -SHORT_DESC="IO::Scalar module is a Perl extension." 111.10 -MAINTAINER="pascal.bellard@slitaz.org" 111.11 -LICENSE="GPL" 111.12 -DEPENDS="perl" 111.13 -BUILD_DEPENDS="perl" 111.14 -SOURCE="IO-stringy" 111.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 111.16 -WEB_SITE="http://cpan.org/" 111.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/$TARBALL" 111.18 - 111.19 -# Rules to configure and make the package. 111.20 -compile_rules() 111.21 -{ 111.22 - cd $src 111.23 - perl Makefile.PL && 111.24 - make && 111.25 - make DESTDIR=$DESTDIR install 111.26 -} 111.27 - 111.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 111.29 -genpkg_rules() 111.30 -{ 111.31 - mkdir -p $fs/usr 111.32 - cp -a $install/usr/lib $fs/usr 111.33 -} 111.34 -
112.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 112.2 +++ b/perl-io-sessiondata/receipt Thu May 11 02:23:02 2017 +0300 112.3 @@ -0,0 +1,30 @@ 112.4 +# SliTaz package receipt. 112.5 + 112.6 +PACKAGE="perl-io-sessiondata" 112.7 +VERSION="1.03" 112.8 +CATEGORY="perl" 112.9 +SHORT_DESC="IO::SessionData - supporting module for SOAP::Lite" 112.10 +MAINTAINER="al.bobylev@gmail.com" 112.11 +LICENSE="GPL" 112.12 +WEB_SITE="https://metacpan.org/release/IO-SessionData" 112.13 + 112.14 +TARBALL="IO-SessionData-$VERSION.tar.gz" 112.15 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" 112.16 + 112.17 +DEPENDS="perl" 112.18 +BUILD_DEPENDS="perl" 112.19 + 112.20 +# Rules to configure and make the package. 112.21 +compile_rules() 112.22 +{ 112.23 + perl Makefile.PL && 112.24 + make && make DESTDIR=$install install && 112.25 + 112.26 + chmod -R u+w $install 112.27 +} 112.28 + 112.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 112.30 +genpkg_rules() 112.31 +{ 112.32 + copy @std 112.33 +}
113.1 --- a/perl-io-socket-inet6/receipt Thu May 11 00:50:35 2017 +0300 113.2 +++ b/perl-io-socket-inet6/receipt Thu May 11 02:23:02 2017 +0300 113.3 @@ -1,31 +1,31 @@ 113.4 # SliTaz package receipt. 113.5 113.6 PACKAGE="perl-io-socket-inet6" 113.7 -VERSION="2.56" 113.8 -CATEGORY="development" 113.9 -SHORT_DESC="Perl extension for INET6." 113.10 +VERSION="2.72" 113.11 +CATEGORY="perl" 113.12 +SHORT_DESC="IO::Socket::INET6 - Object interface for AF_INET/AF_INET6 domain \ 113.13 +sockets" 113.14 MAINTAINER="erjo@slitaz.org" 113.15 LICENSE="GPL" 113.16 -DEPENDS="perl" 113.17 -BUILD_DEPENDS="perl perl-socket6" 113.18 -SOURCE="IO-Socket-INET6" 113.19 -TARBALL="$SOURCE-$VERSION.tar.gz" 113.20 -WEB_SITE="http://cpan.org/" 113.21 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$TARBALL" 113.22 +WEB_SITE="https://metacpan.org/release/IO-Socket-INET6" 113.23 + 113.24 +TARBALL="IO-Socket-INET6-$VERSION.tar.gz" 113.25 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL" 113.26 + 113.27 +DEPENDS="perl-socket6" 113.28 +BUILD_DEPENDS="$DEPENDS" 113.29 113.30 # Rules to configure and make the package. 113.31 compile_rules() 113.32 { 113.33 - cd $src 113.34 - perl Makefile.PL 113.35 - make 113.36 - make DESTDIR=$DESTDIR install 113.37 + perl Makefile.PL && 113.38 + make && make DESTDIR=$install install && 113.39 + 113.40 + chmod -R u+w $install 113.41 } 113.42 113.43 # Rules to gen a SliTaz package suitable for Tazpkg. 113.44 genpkg_rules() 113.45 { 113.46 - mkdir -p $fs/usr 113.47 - cp -a $install/usr/lib $fs/usr 113.48 + copy @std 113.49 } 113.50 -
114.1 --- a/perl-io-socket-ssl/receipt Thu May 11 00:50:35 2017 +0300 114.2 +++ b/perl-io-socket-ssl/receipt Thu May 11 02:23:02 2017 +0300 114.3 @@ -1,31 +1,32 @@ 114.4 # SliTaz package receipt. 114.5 114.6 PACKAGE="perl-io-socket-ssl" 114.7 -VERSION="1.17" 114.8 -CATEGORY="development" 114.9 -SHORT_DESC="IO::Socket::SSL module is a Perl extension." 114.10 +VERSION="2.048" 114.11 +CATEGORY="perl" 114.12 +SHORT_DESC="IO::Socket::SSL - SSL sockets with IO::Socket interface" 114.13 MAINTAINER="pascal.bellard@slitaz.org" 114.14 LICENSE="GPL" 114.15 -DEPENDS="perl" 114.16 -BUILD_DEPENDS="perl" 114.17 -SOURCE="IO-Socket-SSL" 114.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 114.19 -WEB_SITE="http://cpan.org/" 114.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/$TARBALL" 114.21 +WEB_SITE="https://metacpan.org/release/IO-Socket-SSL" 114.22 + 114.23 +TARBALL="IO-Socket-SSL-$VERSION.tar.gz" 114.24 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SU/SULLR/$TARBALL" 114.25 + 114.26 +DEPENDS="perl-net-ssleay" 114.27 +BUILD_DEPENDS="$DEPENDS perl-uri" 114.28 114.29 # Rules to configure and make the package. 114.30 compile_rules() 114.31 { 114.32 - cd $src 114.33 + # avoid interactive questions 114.34 + PERL_MM_USE_DEFAULT=1 \ 114.35 perl Makefile.PL && 114.36 - make && 114.37 - make DESTDIR=$DESTDIR install 114.38 + make && make DESTDIR=$install install && 114.39 + 114.40 + chmod -R u+w $install 114.41 } 114.42 114.43 # Rules to gen a SliTaz package suitable for Tazpkg. 114.44 genpkg_rules() 114.45 { 114.46 - mkdir -p $fs/usr 114.47 - cp -a $install/usr/lib $fs/usr 114.48 + copy @std 114.49 } 114.50 -
115.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 115.2 +++ b/perl-io-stringy/receipt Thu May 11 02:23:02 2017 +0300 115.3 @@ -0,0 +1,30 @@ 115.4 +# SliTaz package receipt. 115.5 + 115.6 +PACKAGE="perl-io-stringy" 115.7 +VERSION="2.111" 115.8 +CATEGORY="perl" 115.9 +SHORT_DESC="IO::Stringy - I/O on in-core objects like strings and arrays" 115.10 +MAINTAINER="al.bobylev@gmail.com" 115.11 +LICENSE="GPL" 115.12 +WEB_SITE="https://metacpan.org/release/IO-stringy" 115.13 + 115.14 +TARBALL="IO-stringy-$VERSION.tar.gz" 115.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DS/DSKOLL/$TARBALL" 115.16 + 115.17 +DEPENDS="perl" 115.18 +BUILD_DEPENDS="perl" 115.19 + 115.20 +# Rules to configure and make the package. 115.21 +compile_rules() 115.22 +{ 115.23 + perl Makefile.PL && 115.24 + make && make DESTDIR=$install install && 115.25 + 115.26 + chmod -R u+w $install 115.27 +} 115.28 + 115.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 115.30 +genpkg_rules() 115.31 +{ 115.32 + copy @std 115.33 +}
116.1 --- a/perl-io-stty/receipt Thu May 11 00:50:35 2017 +0300 116.2 +++ b/perl-io-stty/receipt Thu May 11 02:23:02 2017 +0300 116.3 @@ -2,28 +2,29 @@ 116.4 116.5 PACKAGE="perl-io-stty" 116.6 VERSION="0.03" 116.7 -CATEGORY="development" 116.8 -SHORT_DESC="IO::Stty module is a Perl extension." 116.9 +CATEGORY="perl" 116.10 +SHORT_DESC="IO::Stty - Change and print terminal line settings" 116.11 MAINTAINER="pascal.bellard@slitaz.org" 116.12 LICENSE="GPL" 116.13 -WEB_SITE="http://search.cpan.org/" 116.14 +WEB_SITE="https://metacpan.org/release/IO-Stty" 116.15 + 116.16 +TARBALL="IO-Stty-$VERSION.tar.gz" 116.17 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" 116.18 + 116.19 DEPENDS="perl" 116.20 -BUILD_DEPENDS="perl" 116.21 -SOURCE="IO-Stty" 116.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 116.23 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" 116.24 +BUILD_DEPENDS="perl-module-build" 116.25 116.26 # Rules to configure and make the package. 116.27 compile_rules() 116.28 { 116.29 - cd $src 116.30 perl Build.PL && 116.31 - ./Build --destdir $DESTDIR install 116.32 + ./Build --destdir $install install && 116.33 + 116.34 + chmod -R u+w $install 116.35 } 116.36 116.37 # Rules to gen a SliTaz package suitable for Tazpkg. 116.38 genpkg_rules() 116.39 { 116.40 - cp -a $install/usr $fs 116.41 + copy @std 116.42 } 116.43 -
117.1 --- a/perl-io-tty/receipt Thu May 11 00:50:35 2017 +0300 117.2 +++ b/perl-io-tty/receipt Thu May 11 02:23:02 2017 +0300 117.3 @@ -1,30 +1,30 @@ 117.4 # SliTaz package receipt. 117.5 117.6 PACKAGE="perl-io-tty" 117.7 -VERSION="1.10" 117.8 -CATEGORY="development" 117.9 -SHORT_DESC="IO::Tty module is a Perl extension." 117.10 +VERSION="1.12" 117.11 +CATEGORY="perl" 117.12 +SHORT_DESC="IO::Tty - Low-level allocate a pseudo-Tty, import constants" 117.13 MAINTAINER="pascal.bellard@slitaz.org" 117.14 LICENSE="GPL" 117.15 -WEB_SITE="http://search.cpan.org/" 117.16 +WEB_SITE="https://metacpan.org/release/IO-Tty" 117.17 + 117.18 +TARBALL="IO-Tty-$VERSION.tar.gz" 117.19 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" 117.20 + 117.21 DEPENDS="perl" 117.22 BUILD_DEPENDS="perl" 117.23 -SOURCE="IO-Tty" 117.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 117.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" 117.26 117.27 # Rules to configure and make the package. 117.28 compile_rules() 117.29 { 117.30 - cd $src 117.31 perl Makefile.PL && 117.32 - make && 117.33 - make install DESTDIR=$DESTDIR 117.34 + make && make DESTDIR=$install install && 117.35 + 117.36 + chmod -R u+w $install 117.37 } 117.38 117.39 # Rules to gen a SliTaz package suitable for Tazpkg. 117.40 genpkg_rules() 117.41 { 117.42 - mkdir -p $fs/usr 117.43 - cp -a $install/usr/lib $fs/usr 117.44 + copy @std 117.45 }
118.1 --- a/perl-ipc-run/receipt Thu May 11 00:50:35 2017 +0300 118.2 +++ b/perl-ipc-run/receipt Thu May 11 02:23:02 2017 +0300 118.3 @@ -1,31 +1,31 @@ 118.4 # SliTaz package receipt. 118.5 118.6 PACKAGE="perl-ipc-run" 118.7 -VERSION="0.92" 118.8 -CATEGORY="development" 118.9 -SHORT_DESC="IPC::Run module is a Perl extension." 118.10 +VERSION="0.95" 118.11 +CATEGORY="perl" 118.12 +SHORT_DESC="IPC::Run - system() and background procs w/ piping, redirs, ptys \ 118.13 +(Unix, Win32)" 118.14 MAINTAINER="pascal.bellard@slitaz.org" 118.15 LICENSE="GPL" 118.16 +WEB_SITE="https://metacpan.org/release/IPC-Run" 118.17 + 118.18 +TARBALL="IPC-Run-$VERSION.tar.gz" 118.19 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" 118.20 + 118.21 DEPENDS="perl" 118.22 BUILD_DEPENDS="perl" 118.23 -SOURCE="IPC-Run" 118.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 118.25 -WEB_SITE="http://cpan.org/" 118.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" 118.27 118.28 # Rules to configure and make the package. 118.29 compile_rules() 118.30 { 118.31 - cd $src 118.32 perl Makefile.PL && 118.33 - make && 118.34 - make DESTDIR=$DESTDIR install 118.35 + make && make DESTDIR=$install install && 118.36 + 118.37 + chmod -R u+w $install 118.38 } 118.39 118.40 # Rules to gen a SliTaz package suitable for Tazpkg. 118.41 genpkg_rules() 118.42 { 118.43 - mkdir -p $fs/usr 118.44 - cp -a $install/usr/lib $fs/usr 118.45 + copy @std 118.46 } 118.47 -
119.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 119.2 +++ b/perl-ipc-run3/receipt Thu May 11 02:23:02 2017 +0300 119.3 @@ -0,0 +1,30 @@ 119.4 +# SliTaz package receipt. 119.5 + 119.6 +PACKAGE="perl-ipc-run3" 119.7 +VERSION="0.048" 119.8 +CATEGORY="perl" 119.9 +SHORT_DESC="IPC::Run3 - run a subprocess with input/ouput redirection" 119.10 +MAINTAINER="al.bobylev@gmail.com" 119.11 +LICENSE="GPL" 119.12 +WEB_SITE="https://metacpan.org/release/IPC-Run3" 119.13 + 119.14 +TARBALL="IPC-Run3-$VERSION.tar.gz" 119.15 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" 119.16 + 119.17 +DEPENDS="perl" 119.18 +BUILD_DEPENDS="perl" 119.19 + 119.20 +# Rules to configure and make the package. 119.21 +compile_rules() 119.22 +{ 119.23 + perl Makefile.PL && 119.24 + make && make DESTDIR=$install install && 119.25 + 119.26 + chmod -R u+w $install 119.27 +} 119.28 + 119.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 119.30 +genpkg_rules() 119.31 +{ 119.32 + copy @std 119.33 +}
120.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 120.2 +++ b/perl-ipc-system-simple/receipt Thu May 11 02:23:02 2017 +0300 120.3 @@ -0,0 +1,31 @@ 120.4 +# SliTaz package receipt. 120.5 + 120.6 +PACKAGE="perl-ipc-system-simple" 120.7 +VERSION="1.25" 120.8 +CATEGORY="perl" 120.9 +SHORT_DESC="IPC::System::Simple - Run commands simply, with detailed \ 120.10 +diagnostics" 120.11 +MAINTAINER="al.bobylev@gmail.com" 120.12 +LICENSE="GPL" 120.13 +WEB_SITE="https://metacpan.org/release/IPC-System-Simple" 120.14 + 120.15 +TARBALL="IPC-System-Simple-$VERSION.tar.gz" 120.16 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PJ/PJF/$TARBALL" 120.17 + 120.18 +DEPENDS="perl" 120.19 +BUILD_DEPENDS="perl" 120.20 + 120.21 +# Rules to configure and make the package. 120.22 +compile_rules() 120.23 +{ 120.24 + perl Makefile.PL && 120.25 + make && make DESTDIR=$install install && 120.26 + 120.27 + chmod -R u+w $install 120.28 +} 120.29 + 120.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 120.31 +genpkg_rules() 120.32 +{ 120.33 + copy @std 120.34 +}
121.1 --- a/perl-jcode/receipt Thu May 11 00:50:35 2017 +0300 121.2 +++ b/perl-jcode/receipt Thu May 11 02:23:02 2017 +0300 121.3 @@ -2,30 +2,29 @@ 121.4 121.5 PACKAGE="perl-jcode" 121.6 VERSION="2.07" 121.7 -CATEGORY="development" 121.8 -SHORT_DESC="Jcode module is a Perl extension." 121.9 +CATEGORY="perl" 121.10 +SHORT_DESC="Jcode - Japanese Charset Handler" 121.11 MAINTAINER="pascal.bellard@slitaz.org" 121.12 LICENSE="GPL" 121.13 +WEB_SITE="https://metacpan.org/release/Jcode" 121.14 + 121.15 +TARBALL="Jcode-$VERSION.tar.gz" 121.16 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/$TARBALL" 121.17 + 121.18 DEPENDS="perl" 121.19 BUILD_DEPENDS="perl" 121.20 -SOURCE="Jcode" 121.21 -TARBALL="$SOURCE-$VERSION.tar.gz" 121.22 -WEB_SITE="http://cpan.org/" 121.23 -WGET_URL="http://cpan.org/authors/id/D/DA/DANKOGAI/$TARBALL" 121.24 121.25 # Rules to configure and make the package. 121.26 compile_rules() 121.27 { 121.28 - cd $src 121.29 - perl Makefile.PL 121.30 - make 121.31 - make DESTDIR=$DESTDIR install 121.32 + perl Makefile.PL && 121.33 + make && make DESTDIR=$install install && 121.34 + 121.35 + chmod -R u+w $install 121.36 } 121.37 121.38 # Rules to gen a SliTaz package suitable for Tazpkg. 121.39 genpkg_rules() 121.40 { 121.41 - mkdir -p $fs/usr 121.42 - cp -a $install/usr/lib $fs/usr 121.43 + copy @std 121.44 } 121.45 -
122.1 --- a/perl-json/receipt Thu May 11 00:50:35 2017 +0300 122.2 +++ b/perl-json/receipt Thu May 11 02:23:02 2017 +0300 122.3 @@ -2,35 +2,29 @@ 122.4 122.5 PACKAGE="perl-json" 122.6 VERSION="2.90" 122.7 -CATEGORY="development" 122.8 -SHORT_DESC="Perl/CPAN Module JSON" 122.9 +CATEGORY="perl" 122.10 +SHORT_DESC="JSON - JSON (JavaScript Object Notation) encoder/decoder" 122.11 MAINTAINER="nneul@neulinger.org" 122.12 -LICENSE="Artistic" 122.13 +LICENSE="GPL" 122.14 +WEB_SITE="https://metacpan.org/release/JSON" 122.15 + 122.16 +TARBALL="JSON-$VERSION.tar.gz" 122.17 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/$TARBALL" 122.18 + 122.19 DEPENDS="perl" 122.20 BUILD_DEPENDS="perl" 122.21 -SOURCE="JSON" 122.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 122.23 -WEB_SITE="http://search.cpan.org/dist/JSON/" 122.24 -WGET_URL="http://www.cpan.org/authors/id/M/MA/MAKAMAKA/$TARBALL" 122.25 122.26 # Rules to configure and make the package. 122.27 compile_rules() 122.28 { 122.29 - cd $src 122.30 perl Makefile.PL && 122.31 - make && 122.32 - make DESTDIR=$DESTDIR install 122.33 + make && make DESTDIR=$install install && 122.34 + 122.35 + chmod -R u+w $install 122.36 } 122.37 122.38 # Rules to gen a SliTaz package suitable for Tazpkg. 122.39 genpkg_rules() 122.40 { 122.41 - mkdir -p $fs/usr 122.42 - cp -a $install/usr/lib $fs/usr 122.43 - # remove perllocal.pod and .packlist 122.44 - find ${fs} -name perllocal.pod -delete 122.45 - find ${fs} -name .packlist -delete 122.46 - 122.47 - 122.48 + copy @std 122.49 } 122.50 -
123.1 --- a/perl-lchown/receipt Thu May 11 00:50:35 2017 +0300 123.2 +++ b/perl-lchown/receipt Thu May 11 02:23:02 2017 +0300 123.3 @@ -2,31 +2,29 @@ 123.4 123.5 PACKAGE="perl-lchown" 123.6 VERSION="1.01" 123.7 -CATEGORY="development" 123.8 -SHORT_DESC="Lchown module is a Perl extension." 123.9 +CATEGORY="perl" 123.10 +SHORT_DESC="Lchown - use the lchown(2) system call from Perl" 123.11 MAINTAINER="pascal.bellard@slitaz.org" 123.12 LICENSE="GPL" 123.13 -SOURCE="Lchown" 123.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 123.15 -WEB_SITE="http://cpan.org/" 123.16 -WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/$TARBALL" 123.17 +WEB_SITE="https://metacpan.org/release/Lchown" 123.18 + 123.19 +TARBALL="Lchown-$VERSION.tar.gz" 123.20 +WGET_URL="https://cpan.metacpan.org/authors/id/N/NC/NCLEATON/$TARBALL" 123.21 123.22 DEPENDS="perl" 123.23 -BUILD_DEPENDS="perl" 123.24 +BUILD_DEPENDS="perl-module-build" 123.25 123.26 # Rules to configure and make the package. 123.27 compile_rules() 123.28 { 123.29 - cd $src 123.30 perl Makefile.PL && 123.31 - make && 123.32 - make DESTDIR=$DESTDIR install 123.33 + make && make DESTDIR=$install install && 123.34 + 123.35 + chmod -R u+w $install 123.36 } 123.37 123.38 # Rules to gen a SliTaz package suitable for Tazpkg. 123.39 genpkg_rules() 123.40 { 123.41 - mkdir -p $fs/usr 123.42 - cp -a $install/usr/lib $fs/usr 123.43 + copy @std 123.44 } 123.45 -
124.1 --- a/perl-libjson/receipt Thu May 11 00:50:35 2017 +0300 124.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 124.3 @@ -1,30 +0,0 @@ 124.4 -# SliTaz package receipt. 124.5 - 124.6 -PACKAGE="perl-libjson" 124.7 -SOURCE="JSON" 124.8 -VERSION="2.90" 124.9 -CATEGORY="development" 124.10 -SHORT_DESC="JSON (JavaScript Object Notation) encoder/decoder" 124.11 -MAINTAINER="pascal.bellard@slitaz.org" 124.12 -LICENSE="GPL" 124.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 124.14 -WEB_SITE="https://metacpan.org/release/JSON" 124.15 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL" 124.16 - 124.17 -DEPENDS="perl" 124.18 -BUILD_DEPENDS="perl" 124.19 - 124.20 -# Rules to configure and make the package. 124.21 -compile_rules() 124.22 -{ 124.23 - perl Makefile.PL && 124.24 - make && 124.25 - make DESTDIR=$DESTDIR install 124.26 -} 124.27 - 124.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 124.29 -genpkg_rules() 124.30 -{ 124.31 - mkdir -p $fs/usr 124.32 - cp -a $install/usr/lib $fs/usr 124.33 -}
125.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 125.2 +++ b/perl-libnet/receipt Thu May 11 02:23:02 2017 +0300 125.3 @@ -0,0 +1,32 @@ 125.4 +# SliTaz package receipt. 125.5 + 125.6 +PACKAGE="perl-libnet" 125.7 +VERSION="3.10" 125.8 +CATEGORY="perl" 125.9 +SHORT_DESC="Collection of network protocol modules" 125.10 +MAINTAINER="al.bobylev@gmail.com" 125.11 +LICENSE="GPL" 125.12 +WEB_SITE="https://metacpan.org/release/libnet" 125.13 + 125.14 +TARBALL="libnet-$VERSION.tar.gz" 125.15 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHAY/$TARBALL" 125.16 + 125.17 +DEPENDS="perl" 125.18 +BUILD_DEPENDS="perl" 125.19 + 125.20 +# Rules to configure and make the package. 125.21 +compile_rules() 125.22 +{ 125.23 + # avoid interactive questions 125.24 + PERL_MM_USE_DEFAULT=1 \ 125.25 + perl Makefile.PL && 125.26 + make && make DESTDIR=$install install && 125.27 + 125.28 + chmod -R u+w $install 125.29 +} 125.30 + 125.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 125.32 +genpkg_rules() 125.33 +{ 125.34 + copy @std 125.35 +}
126.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 126.2 +++ b/perl-libwww-perl/receipt Thu May 11 02:23:02 2017 +0300 126.3 @@ -0,0 +1,33 @@ 126.4 +# SliTaz package receipt. 126.5 + 126.6 +PACKAGE="perl-libwww-perl" 126.7 +VERSION="6.26" 126.8 +CATEGORY="perl" 126.9 +SHORT_DESC="The World-Wide Web library for Perl" 126.10 +MAINTAINER="al.bobylev@gmail.com" 126.11 +LICENSE="GPL" 126.12 +WEB_SITE="https://metacpan.org/release/libwww-perl" 126.13 + 126.14 +TARBALL="libwww-perl-$VERSION.tar.gz" 126.15 +WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" 126.16 + 126.17 +DEPENDS="perl-encode-locale perl-file-listing perl-html-parser \ 126.18 +perl-http-cookies perl-http-daemon perl-http-date perl-http-negotiate \ 126.19 +perl-http-message perl-lwp-mediatypes perl-net-http perl-try-tiny perl-uri \ 126.20 +perl-www-robotrules perl-test-fatal perl-test-requiresinternet" 126.21 +BUILD_DEPENDS="$DEPENDS" 126.22 + 126.23 +# Rules to configure and make the package. 126.24 +compile_rules() 126.25 +{ 126.26 + perl Makefile.PL && 126.27 + make && make DESTDIR=$install install && 126.28 + 126.29 + chmod -R u+w $install 126.30 +} 126.31 + 126.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 126.33 +genpkg_rules() 126.34 +{ 126.35 + copy @std 126.36 +}
127.1 --- a/perl-libwww/receipt Thu May 11 00:50:35 2017 +0300 127.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 127.3 @@ -1,34 +0,0 @@ 127.4 -# SliTaz package receipt. 127.5 - 127.6 -PACKAGE="perl-libwww" 127.7 -VERSION="6.04" 127.8 -CATEGORY="development" 127.9 -SHORT_DESC="A set of Perl modules which provides a simple and consistent API to the WWW" 127.10 -MAINTAINER="slaxemulator@gmail.com" 127.11 -LICENSE="GPL" 127.12 -DEPENDS="perl-uri perl-html-parser perl-encode-locale perl-file-listing \ 127.13 - perl-html-parser perl-http-cookies perl-http-daemon perl-http-date \ 127.14 - perl-http-negotiate perl-http-message perl-lwp-mediatypes perl-mime-base64 \ 127.15 - perl-net-ftp perl-net-http perl-www-robotrules" 127.16 -BUILD_DEPENDS="perl $DEPENDS" 127.17 -SOURCE="libwww-perl" 127.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 127.19 -WEB_SITE="http://search.cpan.org/dist/libwww-perl/" 127.20 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" 127.21 - 127.22 -# Rules to configure and make the package. 127.23 -compile_rules() 127.24 -{ 127.25 - cd $src 127.26 - perl Makefile.PL && 127.27 - make && 127.28 - make DESTDIR=$DESTDIR install 127.29 -} 127.30 - 127.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 127.32 -genpkg_rules() 127.33 -{ 127.34 - mkdir -p $fs/usr 127.35 - cp -a $install/usr/bin $fs/usr 127.36 - cp -a $install/usr/lib $fs/usr 127.37 -}
128.1 --- a/perl-linux-inotify2/receipt Thu May 11 00:50:35 2017 +0300 128.2 +++ b/perl-linux-inotify2/receipt Thu May 11 02:23:02 2017 +0300 128.3 @@ -2,30 +2,29 @@ 128.4 128.5 PACKAGE="perl-linux-inotify2" 128.6 VERSION="1.22" 128.7 -CATEGORY="development" 128.8 -SHORT_DESC="Linux::Inotify2 module is a Perl extension." 128.9 +CATEGORY="perl" 128.10 +SHORT_DESC="Linux::Inotify2 - scalable directory/file change notification" 128.11 MAINTAINER="pascal.bellard@slitaz.org" 128.12 LICENSE="GPL" 128.13 -SOURCE="Linux-Inotify2" 128.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 128.15 -WEB_SITE="http://cpan.org/" 128.16 -WGET_URL="http://cpan.org/authors/id/M/ML/MLEHMANN/$TARBALL" 128.17 +WEB_SITE="https://metacpan.org/release/Linux-Inotify2" 128.18 + 128.19 +TARBALL="Linux-Inotify2-$VERSION.tar.gz" 128.20 +WGET_URL="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/$TARBALL" 128.21 128.22 DEPENDS="perl-common-sense" 128.23 -BUILD_DEPENDS="perl" 128.24 +BUILD_DEPENDS="$DEPENDS" 128.25 128.26 # Rules to configure and make the package. 128.27 compile_rules() 128.28 { 128.29 - perl Makefile.PL 128.30 - make 128.31 - make DESTDIR=$DESTDIR install 128.32 + perl Makefile.PL && 128.33 + make && make DESTDIR=$install install && 128.34 + 128.35 + chmod -R u+w $install 128.36 } 128.37 128.38 # Rules to gen a SliTaz package suitable for Tazpkg. 128.39 genpkg_rules() 128.40 { 128.41 - mkdir -p $fs/usr 128.42 - cp -a $install/usr/lib $fs/usr 128.43 + copy @std 128.44 } 128.45 -
129.1 --- a/perl-list-moreutils/receipt Thu May 11 00:50:35 2017 +0300 129.2 +++ b/perl-list-moreutils/receipt Thu May 11 02:23:02 2017 +0300 129.3 @@ -1,30 +1,30 @@ 129.4 # SliTaz package receipt. 129.5 129.6 PACKAGE="perl-list-moreutils" 129.7 -VERSION="0.413" 129.8 -CATEGORY="development" 129.9 -SHORT_DESC="List::MoreUtils is a perl module" 129.10 +VERSION="0.419" 129.11 +CATEGORY="perl" 129.12 +SHORT_DESC="List::MoreUtils - Provide the stuff missing in List::Util" 129.13 MAINTAINER="nneul@neulinger.org" 129.14 LICENSE="GPL" 129.15 -WEB_SITE="http://search.cpan.org/dist/List-MoreUtils" 129.16 -SOURCE="List-MoreUtils" 129.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 129.18 -WGET_URL="http://www.cpan.org/authors/id/R/RE/REHSACK/$TARBALL" 129.19 +WEB_SITE="https://metacpan.org/release/List-MoreUtils" 129.20 129.21 -DEPENDS="perl" 129.22 +TARBALL="List-MoreUtils-$VERSION.tar.gz" 129.23 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REHSACK/$TARBALL" 129.24 + 129.25 +DEPENDS="perl-exporter-tiny" 129.26 BUILD_DEPENDS="$DEPENDS" 129.27 129.28 # Rules to configure and make the package. 129.29 compile_rules() 129.30 { 129.31 - cd $src 129.32 perl Makefile.PL && 129.33 - make && 129.34 - make DESTDIR=$DESTDIR install 129.35 + make && make DESTDIR=$install install && 129.36 + 129.37 + chmod -R u+w $install 129.38 } 129.39 129.40 # Rules to gen a SliTaz package suitable for Tazpkg. 129.41 genpkg_rules() 129.42 { 129.43 - cp -a $install/usr $fs 129.44 + copy @std 129.45 }
130.1 --- a/perl-locale-gettext/receipt Thu May 11 00:50:35 2017 +0300 130.2 +++ b/perl-locale-gettext/receipt Thu May 11 02:23:02 2017 +0300 130.3 @@ -1,15 +1,15 @@ 130.4 # SliTaz package receipt. 130.5 130.6 PACKAGE="perl-locale-gettext" 130.7 -VERSION="1.05" 130.8 -CATEGORY="development" 130.9 -SHORT_DESC="Permits access from Perl to the gettext() family of functions." 130.10 +VERSION="1.07" 130.11 +CATEGORY="perl" 130.12 +SHORT_DESC="Locale::gettext - message handling functions" 130.13 MAINTAINER="slaxemulator@gmail.com" 130.14 LICENSE="GPL" 130.15 -WEB_SITE="http://search.cpan.org/dist/gettext/" 130.16 +WEB_SITE="https://metacpan.org/release/gettext" 130.17 130.18 -TARBALL="$PACKAGE-$VERSION.tar.gz" 130.19 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-$VERSION.tar.gz" 130.20 +TARBALL="gettext-$VERSION.tar.gz" 130.21 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/$TARBALL" 130.22 130.23 DEPENDS="perl gettext-base" 130.24 BUILD_DEPENDS="$DEPENDS" 130.25 @@ -18,13 +18,13 @@ 130.26 compile_rules() 130.27 { 130.28 perl Makefile.PL && 130.29 - make && 130.30 - make DESTDIR=$DESTDIR install 130.31 + make && make DESTDIR=$install install && 130.32 + 130.33 + chmod -R u+w $install 130.34 } 130.35 130.36 # Rules to gen a SliTaz package suitable for Tazpkg. 130.37 genpkg_rules() 130.38 { 130.39 - cook_copy_folders lib 130.40 - rm -r $fs/usr/lib/perl5/5* 130.41 + copy @std 130.42 }
131.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 131.2 +++ b/perl-locale-maketext-gettext/receipt Thu May 11 02:23:02 2017 +0300 131.3 @@ -0,0 +1,33 @@ 131.4 +# SliTaz package receipt. 131.5 + 131.6 +PACKAGE="perl-locale-maketext-gettext" 131.7 +VERSION="1.28" 131.8 +CATEGORY="perl" 131.9 +SHORT_DESC="Locale::Maketext::Gettext - Joins the gettext and Maketext \ 131.10 +frameworks" 131.11 +MAINTAINER="erjo@slitaz.org" 131.12 +LICENSE="GPL3" 131.13 +WEB_SITE="https://metacpan.org/release/Locale-Maketext-Gettext" 131.14 + 131.15 +TARBALL="Locale-Maketext-Gettext-$VERSION.tar.gz" 131.16 +WGET_URL="https://cpan.metacpan.org/authors/id/I/IM/IMACAT/$TARBALL" 131.17 + 131.18 +DEPENDS="perl" 131.19 +BUILD_DEPENDS="perl" 131.20 + 131.21 +# Rules to configure and make the package. 131.22 +compile_rules() 131.23 +{ 131.24 + perl Makefile.PL && 131.25 + make && make DESTDIR=$install install && 131.26 + 131.27 + chmod -R u+w $install 131.28 +} 131.29 + 131.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 131.31 +genpkg_rules() 131.32 +{ 131.33 + copy @std 131.34 + # strip 131.35 + sed -i '/^=/,/^=cut/d' $fs/usr/bin/maketext 131.36 +}
132.1 --- a/perl-locale-maketext-lexicon/receipt Thu May 11 00:50:35 2017 +0300 132.2 +++ b/perl-locale-maketext-lexicon/receipt Thu May 11 02:23:02 2017 +0300 132.3 @@ -1,31 +1,30 @@ 132.4 # SliTaz package receipt. 132.5 132.6 PACKAGE="perl-locale-maketext-lexicon" 132.7 -VERSION="0.71" 132.8 -CATEGORY="development" 132.9 -SHORT_DESC="Locale::Maketext::Lexicon module is a Perl extension." 132.10 +VERSION="1.00" 132.11 +CATEGORY="perl" 132.12 +SHORT_DESC="Locale::Maketext::Lexicon - Use other catalog formats in Maketext" 132.13 MAINTAINER="pascal.bellard@slitaz.org" 132.14 LICENSE="GPL" 132.15 +WEB_SITE="https://metacpan.org/release/Locale-Maketext-Lexicon" 132.16 + 132.17 +TARBALL="Locale-Maketext-Lexicon-$VERSION.tar.gz" 132.18 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DRTECH/$TARBALL" 132.19 + 132.20 DEPENDS="perl" 132.21 BUILD_DEPENDS="perl" 132.22 -SOURCE="Locale-Maketext-Lexicon" 132.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 132.24 -WEB_SITE="http://cpan.org/" 132.25 -WGET_URL="http://cpan.org/authors/id/A/AU/AUDREYT/$TARBALL" 132.26 132.27 # Rules to configure and make the package. 132.28 compile_rules() 132.29 { 132.30 - cd $src 132.31 perl Makefile.PL && 132.32 - make && 132.33 - make DESTDIR=$DESTDIR install 132.34 + make && make DESTDIR=$install install && 132.35 + 132.36 + chmod -R u+w $install 132.37 } 132.38 132.39 # Rules to gen a SliTaz package suitable for Tazpkg. 132.40 genpkg_rules() 132.41 { 132.42 - mkdir -p $fs/usr 132.43 - cp -a $install/usr/lib $fs/usr 132.44 + copy @std 132.45 } 132.46 -
133.1 --- a/perl-log-agent/receipt Thu May 11 00:50:35 2017 +0300 133.2 +++ b/perl-log-agent/receipt Thu May 11 02:23:02 2017 +0300 133.3 @@ -1,31 +1,30 @@ 133.4 # SliTaz package receipt. 133.5 133.6 PACKAGE="perl-log-agent" 133.7 -VERSION="0.2.8" 133.8 -CATEGORY="development" 133.9 -SHORT_DESC=" Log::Agent module is a Perl extension." 133.10 +VERSION="1.001" 133.11 +CATEGORY="perl" 133.12 +SHORT_DESC="Log::Agent - logging agent" 133.13 MAINTAINER="pascal.bellard@slitaz.org" 133.14 LICENSE="GPL" 133.15 +WEB_SITE="https://metacpan.org/release/Log-Agent" 133.16 + 133.17 +TARBALL="Log-Agent-$VERSION.tar.gz" 133.18 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MR/MROGASKI/$TARBALL" 133.19 + 133.20 DEPENDS="perl" 133.21 BUILD_DEPENDS="perl" 133.22 -SOURCE="Log-Agent" 133.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 133.24 -WEB_SITE="http://cpan.org/" 133.25 -WGET_URL="http://cpan.org/authors/id/R/RA/RAM/$TARBALL" 133.26 133.27 # Rules to configure and make the package. 133.28 compile_rules() 133.29 { 133.30 - cd $src 133.31 perl Makefile.PL && 133.32 - make && 133.33 - make DESTDIR=$DESTDIR install 133.34 + make && make DESTDIR=$install install && 133.35 + 133.36 + chmod -R u+w $install 133.37 } 133.38 133.39 # Rules to gen a SliTaz package suitable for Tazpkg. 133.40 genpkg_rules() 133.41 { 133.42 - mkdir -p $fs/usr 133.43 - cp -a $install/usr/lib $fs/usr 133.44 + copy @std 133.45 } 133.46 -
134.1 --- a/perl-lwp-mediatypes/receipt Thu May 11 00:50:35 2017 +0300 134.2 +++ b/perl-lwp-mediatypes/receipt Thu May 11 02:23:02 2017 +0300 134.3 @@ -2,14 +2,14 @@ 134.4 134.5 PACKAGE="perl-lwp-mediatypes" 134.6 VERSION="6.02" 134.7 -CATEGORY="development" 134.8 -SHORT_DESC="guess media type for a file or a URL" 134.9 +CATEGORY="perl" 134.10 +SHORT_DESC="LWP::MediaTypes - guess media type for a file or a URL" 134.11 MAINTAINER="slaxemulator@gmail.com" 134.12 LICENSE="GPL" 134.13 -WEB_SITE="http://search.cpan.org/dist/LWP-MediaTypes" 134.14 -SOURCE="LWP-MediaTypes" 134.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 134.16 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 134.17 +WEB_SITE="https://metacpan.org/release/LWP-MediaTypes" 134.18 + 134.19 +TARBALL="LWP-MediaTypes-$VERSION.tar.gz" 134.20 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 134.21 134.22 DEPENDS="perl" 134.23 BUILD_DEPENDS="perl" 134.24 @@ -17,14 +17,14 @@ 134.25 # Rules to configure and make the package. 134.26 compile_rules() 134.27 { 134.28 - cd $src 134.29 perl Makefile.PL && 134.30 - make && 134.31 - make DESTDIR=$DESTDIR install 134.32 + make && make DESTDIR=$install install && 134.33 + 134.34 + chmod -R u+w $install 134.35 } 134.36 134.37 # Rules to gen a SliTaz package suitable for Tazpkg. 134.38 genpkg_rules() 134.39 { 134.40 - cp -a $install/* $fs 134.41 + copy @std 134.42 }
135.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 135.2 +++ b/perl-lwp-protocol-https/receipt Thu May 11 02:23:02 2017 +0300 135.3 @@ -0,0 +1,30 @@ 135.4 +# SliTaz package receipt. 135.5 + 135.6 +PACKAGE="perl-lwp-protocol-https" 135.7 +VERSION="6.07" 135.8 +CATEGORY="perl" 135.9 +SHORT_DESC="LWP::Protocol::https - Provide https support for LWP::UserAgent" 135.10 +MAINTAINER="al.bobylev@gmail.com" 135.11 +LICENSE="GPL" 135.12 +WEB_SITE="https://metacpan.org/release/LWP-Protocol-https" 135.13 + 135.14 +TARBALL="LWP-Protocol-https-$VERSION.tar.gz" 135.15 +WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" 135.16 + 135.17 +DEPENDS="perl-io-socket-ssl perl-libwww-perl perl-mozilla-ca perl-net-http" 135.18 +BUILD_DEPENDS="$DEPENDS" 135.19 + 135.20 +# Rules to configure and make the package. 135.21 +compile_rules() 135.22 +{ 135.23 + perl Makefile.PL && 135.24 + make && make DESTDIR=$install install && 135.25 + 135.26 + chmod -R u+w $install 135.27 +} 135.28 + 135.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 135.30 +genpkg_rules() 135.31 +{ 135.32 + copy @std 135.33 +}
136.1 --- a/perl-mail-sendmail/receipt Thu May 11 00:50:35 2017 +0300 136.2 +++ b/perl-mail-sendmail/receipt Thu May 11 02:23:02 2017 +0300 136.3 @@ -2,14 +2,14 @@ 136.4 136.5 PACKAGE="perl-mail-sendmail" 136.6 VERSION="0.79" 136.7 -CATEGORY="development" 136.8 -SHORT_DESC="Mail::Sendmail module is a Perl extension." 136.9 +CATEGORY="perl" 136.10 +SHORT_DESC="Mail::Sendmail - Simple platform independent mailer" 136.11 MAINTAINER="pascal.bellard@slitaz.org" 136.12 LICENSE="GPL" 136.13 -SOURCE="Mail-Sendmail" 136.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 136.15 -WEB_SITE="http://cpan.org/" 136.16 -WGET_URL="http://cpan.org/authors/id/M/MI/MIVKOVIC/$TARBALL" 136.17 +WEB_SITE="https://metacpan.org/release/Mail-Sendmail" 136.18 + 136.19 +TARBALL="Mail-Sendmail-$VERSION.tar.gz" 136.20 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIVKOVIC/$TARBALL" 136.21 136.22 DEPENDS="perl" 136.23 BUILD_DEPENDS="perl" 136.24 @@ -17,15 +17,14 @@ 136.25 # Rules to configure and make the package. 136.26 compile_rules() 136.27 { 136.28 - perl Makefile.PL 136.29 - make 136.30 - make DESTDIR=$DESTDIR install 136.31 + perl Makefile.PL && 136.32 + make && make DESTDIR=$install install && 136.33 + 136.34 + chmod -R u+w $install 136.35 } 136.36 136.37 # Rules to gen a SliTaz package suitable for Tazpkg. 136.38 genpkg_rules() 136.39 { 136.40 - mkdir -p $fs/usr 136.41 - cp -a $install/usr/lib $fs/usr 136.42 + copy @std 136.43 } 136.44 -
137.1 --- a/perl-mailtools/receipt Thu May 11 00:50:35 2017 +0300 137.2 +++ b/perl-mailtools/receipt Thu May 11 02:23:02 2017 +0300 137.3 @@ -1,34 +1,30 @@ 137.4 # SliTaz package receipt. 137.5 137.6 PACKAGE="perl-mailtools" 137.7 -VERSION="2.12" 137.8 -CATEGORY="development" 137.9 -SHORT_DESC="MAIL module is a Perl extension." 137.10 +VERSION="2.18" 137.11 +CATEGORY="perl" 137.12 +SHORT_DESC="Various e-mail related modules" 137.13 MAINTAINER="pascal.bellard@slitaz.org" 137.14 LICENSE="GPL" 137.15 -DEPENDS="perl" 137.16 -BUILD_DEPENDS="perl" 137.17 -SOURCE="MailTools" 137.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 137.19 -WEB_SITE="http://cpan.org/" 137.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL" 137.21 -PROVIDE="perl-mail-address perl-mail-cap perl-mail-field perl-mail-filter \ 137.22 -perl-mail-header perl-mail-internet perl-mail-mailer perl-mail-send \ 137.23 -perl-mail-util" 137.24 +WEB_SITE="https://metacpan.org/release/MailTools" 137.25 + 137.26 +TARBALL="MailTools-$VERSION.tar.gz" 137.27 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARKOV/$TARBALL" 137.28 + 137.29 +DEPENDS="perl-timedate" 137.30 +BUILD_DEPENDS="$DEPENDS" 137.31 137.32 # Rules to configure and make the package. 137.33 compile_rules() 137.34 { 137.35 - cd $src 137.36 perl Makefile.PL && 137.37 - make && 137.38 - make install DESTDIR=$DESTDIR 137.39 + make && make DESTDIR=$install install && 137.40 + 137.41 + chmod -R u+w $install 137.42 } 137.43 137.44 # Rules to gen a SliTaz package suitable for Tazpkg. 137.45 genpkg_rules() 137.46 { 137.47 - mkdir -p $fs/usr 137.48 - cp -a $install/usr/lib $fs/usr 137.49 + copy @std 137.50 } 137.51 -
138.1 --- a/perl-maketext-gettext/receipt Thu May 11 00:50:35 2017 +0300 138.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 138.3 @@ -1,31 +0,0 @@ 138.4 -# SliTaz package receipt. 138.5 - 138.6 -PACKAGE="perl-maketext-gettext" 138.7 -VERSION="1.26" 138.8 -CATEGORY="development" 138.9 -SHORT_DESC="Perl gettext and Maketext frameworks" 138.10 -MAINTAINER="erjo@slitaz.org" 138.11 -LICENSE="GPL3" 138.12 -DEPENDS="perl" 138.13 -BUILD_DEPENDS="perl" 138.14 -SOURCE="Locale-Maketext-Gettext" 138.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 138.16 -WEB_SITE="http://cpan.org/" 138.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/I/IM/IMACAT/$TARBALL" 138.18 - 138.19 -# Rules to configure and make the package. 138.20 -compile_rules() 138.21 -{ 138.22 - cd $src 138.23 - perl Makefile.PL 138.24 - make 138.25 - make DESTDIR=$DESTDIR install 138.26 -} 138.27 - 138.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 138.29 -genpkg_rules() 138.30 -{ 138.31 - mkdir -p $fs/usr 138.32 - cp -a $install/usr/lib $fs/usr 138.33 -} 138.34 -
139.1 --- a/perl-math-round/receipt Thu May 11 00:50:35 2017 +0300 139.2 +++ b/perl-math-round/receipt Thu May 11 02:23:02 2017 +0300 139.3 @@ -1,15 +1,15 @@ 139.4 # SliTaz package receipt. 139.5 139.6 PACKAGE="perl-math-round" 139.7 -VERSION="0.06" 139.8 -CATEGORY="development" 139.9 -SHORT_DESC="Perl extension for rounding numbers" 139.10 +VERSION="0.07" 139.11 +CATEGORY="perl" 139.12 +SHORT_DESC="Math::Round - Perl extension for rounding numbers" 139.13 MAINTAINER="slaxemulator@gmail.com" 139.14 LICENSE="GPL" 139.15 -WEB_SITE="http://search.cpan.org/dist/Math-Round" 139.16 -SOURCE="Math-Round" 139.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 139.18 -WGET_URL="http://www.cpan.org/authors/id/G/GR/GROMMEL/$TARBALL" 139.19 +WEB_SITE="https://metacpan.org/release/Math-Round" 139.20 + 139.21 +TARBALL="Math-Round-$VERSION.tar.gz" 139.22 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GR/GROMMEL/$TARBALL" 139.23 139.24 DEPENDS="perl" 139.25 BUILD_DEPENDS="perl" 139.26 @@ -17,14 +17,15 @@ 139.27 # Rules to configure and make the package. 139.28 compile_rules() 139.29 { 139.30 - cd $src 139.31 perl Makefile.PL && 139.32 - make && 139.33 - make DESTDIR=$DESTDIR install 139.34 + make && make DESTDIR=$install install && 139.35 + 139.36 + chmod -R u+w $install && 139.37 + find $install -type f -exec dos2unix '{}' \; 139.38 } 139.39 139.40 # Rules to gen a SliTaz package suitable for Tazpkg. 139.41 genpkg_rules() 139.42 { 139.43 - cp -a $install/usr $fs 139.44 + copy @std 139.45 }
140.1 --- a/perl-md4/receipt Thu May 11 00:50:35 2017 +0300 140.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 140.3 @@ -1,30 +0,0 @@ 140.4 -# SliTaz package receipt. 140.5 - 140.6 -PACKAGE="perl-md4" 140.7 -VERSION="1.4" 140.8 -CATEGORY="development" 140.9 -SHORT_DESC="Digest::Perl::MD4 is a Perl extension." 140.10 -MAINTAINER="pascal.bellard@slitaz.org" 140.11 -LICENSE="GPL" 140.12 -WEB_SITE="http://search.cpan.org/" 140.13 -SOURCE="Digest-Perl-MD4" 140.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 140.15 -WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OT/OTAKA/$TARBALL" 140.16 - 140.17 -DEPENDS="perl" 140.18 -BUILD_DEPENDS="perl" 140.19 - 140.20 -# Rules to configure and make the package. 140.21 -compile_rules() 140.22 -{ 140.23 - perl Makefile.PL && 140.24 - make && 140.25 - make install DESTDIR=$DESTDIR 140.26 -} 140.27 - 140.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 140.29 -genpkg_rules() 140.30 -{ 140.31 - mkdir -p $fs/usr 140.32 - cp -a $install/usr/lib $fs/usr 140.33 -}
141.1 --- a/perl-mime-base64/receipt Thu May 11 00:50:35 2017 +0300 141.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 141.3 @@ -1,31 +0,0 @@ 141.4 -# SliTaz package receipt. 141.5 - 141.6 -PACKAGE="perl-mime-base64" 141.7 -VERSION="3.07" 141.8 -CATEGORY="development" 141.9 -SHORT_DESC="MIME::Base64 module is a Perl extension." 141.10 -MAINTAINER="pascal.bellard@slitaz.org" 141.11 -LICENSE="GPL" 141.12 -DEPENDS="perl" 141.13 -BUILD_DEPENDS="perl" 141.14 -SOURCE="MIME-Base64" 141.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 141.16 -WEB_SITE="http://cpan.org/" 141.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 141.18 - 141.19 -# Rules to configure and make the package. 141.20 -compile_rules() 141.21 -{ 141.22 - cd $src 141.23 - perl Makefile.PL && 141.24 - make && 141.25 - make DESTDIR=$DESTDIR install 141.26 -} 141.27 - 141.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 141.29 -genpkg_rules() 141.30 -{ 141.31 - mkdir -p $fs/usr 141.32 - cp -a $install/usr/lib $fs/usr 141.33 -} 141.34 -
142.1 --- a/perl-mime-lite/receipt Thu May 11 00:50:35 2017 +0300 142.2 +++ b/perl-mime-lite/receipt Thu May 11 02:23:02 2017 +0300 142.3 @@ -1,31 +1,30 @@ 142.4 # SliTaz package receipt. 142.5 142.6 PACKAGE="perl-mime-lite" 142.7 -VERSION="3.029" 142.8 -CATEGORY="development" 142.9 -SHORT_DESC="MIME::Lite module is a Perl extension." 142.10 +VERSION="3.030" 142.11 +CATEGORY="perl" 142.12 +SHORT_DESC="MIME::Lite - low-calorie MIME generator" 142.13 MAINTAINER="pascal.bellard@slitaz.org" 142.14 LICENSE="GPL" 142.15 -DEPENDS="perl perl-mailtools perl-mime-types" 142.16 -BUILD_DEPENDS="perl perl-mailtools perl-mime-types" 142.17 -SOURCE="MIME-Lite" 142.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 142.19 -WEB_SITE="http://cpan.org/" 142.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$TARBALL" 142.21 +WEB_SITE="https://metacpan.org/release/MIME-Lite" 142.22 + 142.23 +TARBALL="MIME-Lite-$VERSION.tar.gz" 142.24 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" 142.25 + 142.26 +DEPENDS="perl-email-date-format perl-mime-types perl-mailtools" 142.27 +BUILD_DEPENDS="$DEPENDS" 142.28 142.29 # Rules to configure and make the package. 142.30 compile_rules() 142.31 { 142.32 - cd $src 142.33 perl Makefile.PL && 142.34 - make && 142.35 - make install DESTDIR=$DESTDIR 142.36 + make && make DESTDIR=$install install && 142.37 + 142.38 + chmod -R u+w $install 142.39 } 142.40 142.41 # Rules to gen a SliTaz package suitable for Tazpkg. 142.42 genpkg_rules() 142.43 { 142.44 - mkdir -p $fs/usr 142.45 - cp -a $install/usr/lib $fs/usr 142.46 + copy @std 142.47 } 142.48 -
143.1 --- a/perl-mime-types/receipt Thu May 11 00:50:35 2017 +0300 143.2 +++ b/perl-mime-types/receipt Thu May 11 02:23:02 2017 +0300 143.3 @@ -1,31 +1,30 @@ 143.4 # SliTaz package receipt. 143.5 143.6 PACKAGE="perl-mime-types" 143.7 -VERSION="1.38" 143.8 -CATEGORY="development" 143.9 -SHORT_DESC="MIME::Types module is a Perl extension." 143.10 +VERSION="2.13" 143.11 +CATEGORY="perl" 143.12 +SHORT_DESC="MIME::Types - Definition of MIME types" 143.13 MAINTAINER="pascal.bellard@slitaz.org" 143.14 LICENSE="GPL" 143.15 +WEB_SITE="https://metacpan.org/release/MIME-Types" 143.16 + 143.17 +TARBALL="MIME-Types-$VERSION.tar.gz" 143.18 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARKOV/$TARBALL" 143.19 + 143.20 DEPENDS="perl" 143.21 BUILD_DEPENDS="perl" 143.22 -SOURCE="MIME-Types" 143.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 143.24 -WEB_SITE="http://cpan.org/" 143.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL" 143.26 143.27 # Rules to configure and make the package. 143.28 compile_rules() 143.29 { 143.30 - cd $src 143.31 perl Makefile.PL && 143.32 - make && 143.33 - make install DESTDIR=$DESTDIR 143.34 + make && make DESTDIR=$install install && 143.35 + 143.36 + chmod -R u+w $install 143.37 } 143.38 143.39 # Rules to gen a SliTaz package suitable for Tazpkg. 143.40 genpkg_rules() 143.41 { 143.42 - mkdir -p $fs/usr 143.43 - cp -a $install/usr/lib $fs/usr 143.44 + copy @std 143.45 } 143.46 -
144.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 144.2 +++ b/perl-module-build-tiny/receipt Thu May 11 02:23:02 2017 +0300 144.3 @@ -0,0 +1,30 @@ 144.4 +# SliTaz package receipt. 144.5 + 144.6 +PACKAGE="perl-module-build-tiny" 144.7 +VERSION="0.039" 144.8 +CATEGORY="perl" 144.9 +SHORT_DESC="Module::Build::Tiny - A tiny replacement for Module::Build" 144.10 +MAINTAINER="al.bobylev@gmail.com" 144.11 +LICENSE="GPL" 144.12 +WEB_SITE="https://metacpan.org/release/Module-Build-Tiny" 144.13 + 144.14 +TARBALL="Module-Build-Tiny-$VERSION.tar.gz" 144.15 +WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" 144.16 + 144.17 +DEPENDS="perl-extutils-config perl-extutils-helpers perl-extutils-installpaths" 144.18 +BUILD_DEPENDS="$DEPENDS" 144.19 + 144.20 +# Rules to configure and make the package. 144.21 +compile_rules() 144.22 +{ 144.23 + perl Build.PL && 144.24 + ./Build && ./Build install --destdir $install && 144.25 + 144.26 + chmod -R u+w $install 144.27 +} 144.28 + 144.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 144.30 +genpkg_rules() 144.31 +{ 144.32 + copy @std 144.33 +}
145.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 145.2 +++ b/perl-module-build/receipt Thu May 11 02:23:02 2017 +0300 145.3 @@ -0,0 +1,30 @@ 145.4 +# SliTaz package receipt. 145.5 + 145.6 +PACKAGE="perl-module-build" 145.7 +VERSION="0.4222" 145.8 +CATEGORY="perl" 145.9 +SHORT_DESC="Module::Build - Build and install Perl modules" 145.10 +MAINTAINER="al.bobylev@gmail.com" 145.11 +LICENSE="GPL" 145.12 +WEB_SITE="https://metacpan.org/release/Module-Build" 145.13 + 145.14 +TARBALL="Module-Build-$VERSION.tar.gz" 145.15 +WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" 145.16 + 145.17 +DEPENDS="perl" 145.18 +BUILD_DEPENDS="perl-inc-latest" 145.19 + 145.20 +# Rules to configure and make the package. 145.21 +compile_rules() 145.22 +{ 145.23 + perl Makefile.PL && 145.24 + make && make DESTDIR=$install install && 145.25 + 145.26 + chmod -R u+w $install 145.27 +} 145.28 + 145.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 145.30 +genpkg_rules() 145.31 +{ 145.32 + copy @std 145.33 +}
146.1 --- a/perl-module-implementation/receipt Thu May 11 00:50:35 2017 +0300 146.2 +++ b/perl-module-implementation/receipt Thu May 11 02:23:02 2017 +0300 146.3 @@ -2,29 +2,30 @@ 146.4 146.5 PACKAGE="perl-module-implementation" 146.6 VERSION="0.09" 146.7 -CATEGORY="development" 146.8 -SHORT_DESC="Module::Implementation is a perl module" 146.9 +CATEGORY="perl" 146.10 +SHORT_DESC="Module::Implementation - Loads one of several alternate underlying \ 146.11 +implementations for a module" 146.12 MAINTAINER="nneul@neulinger.org" 146.13 LICENSE="GPL" 146.14 -WEB_SITE="http://search.cpan.org/dist/Module-Implementation" 146.15 -SOURCE="Module-Implementation" 146.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 146.17 -WGET_URL="http://www.cpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 146.18 +WEB_SITE="https://metacpan.org/release/Module-Implementation" 146.19 146.20 -DEPENDS="perl perl-test-requires perl-module-runtime" 146.21 -BUILD_DEPENDS="$DEPENDS" 146.22 +TARBALL="Module-Implementation-$VERSION.tar.gz" 146.23 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 146.24 + 146.25 +DEPENDS="perl-module-runtime perl-try-tiny" 146.26 +BUILD_DEPENDS="$DEPENDS perl-test-fatal perl-test-requires" 146.27 146.28 # Rules to configure and make the package. 146.29 compile_rules() 146.30 { 146.31 - cd $src 146.32 perl Makefile.PL && 146.33 - make && 146.34 - make DESTDIR=$DESTDIR install 146.35 + make && make DESTDIR=$install install && 146.36 + 146.37 + chmod -R u+w $install 146.38 } 146.39 146.40 # Rules to gen a SliTaz package suitable for Tazpkg. 146.41 genpkg_rules() 146.42 { 146.43 - cp -a $install/usr $fs 146.44 + copy @std 146.45 }
147.1 --- a/perl-module-runtime/receipt Thu May 11 00:50:35 2017 +0300 147.2 +++ b/perl-module-runtime/receipt Thu May 11 02:23:02 2017 +0300 147.3 @@ -2,29 +2,29 @@ 147.4 147.5 PACKAGE="perl-module-runtime" 147.6 VERSION="0.014" 147.7 -CATEGORY="development" 147.8 -SHORT_DESC="Module::Runtime is a perl module" 147.9 +CATEGORY="perl" 147.10 +SHORT_DESC="Module::Runtime - runtime module handling" 147.11 MAINTAINER="nneul@neulinger.org" 147.12 LICENSE="GPL" 147.13 -WEB_SITE="http://search.cpan.org/dist/Module-Runtime" 147.14 -SOURCE="Module-Runtime" 147.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 147.16 -WGET_URL="http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/$TARBALL" 147.17 +WEB_SITE="https://metacpan.org/release/Module-Runtime" 147.18 + 147.19 +TARBALL="Module-Runtime-$VERSION.tar.gz" 147.20 +WGET_URL="https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/$TARBALL" 147.21 147.22 DEPENDS="perl" 147.23 -BUILD_DEPENDS="$DEPENDS" 147.24 +BUILD_DEPENDS="perl-module-build" 147.25 147.26 # Rules to configure and make the package. 147.27 compile_rules() 147.28 { 147.29 - cd $src 147.30 perl Makefile.PL && 147.31 - make && 147.32 - make DESTDIR=$DESTDIR install 147.33 + make && make DESTDIR=$install install && 147.34 + 147.35 + chmod -R u+w $install 147.36 } 147.37 147.38 # Rules to gen a SliTaz package suitable for Tazpkg. 147.39 genpkg_rules() 147.40 { 147.41 - cp -a $install/usr $fs 147.42 + copy @std 147.43 }
148.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 148.2 +++ b/perl-mozilla-ca/receipt Thu May 11 02:23:02 2017 +0300 148.3 @@ -0,0 +1,30 @@ 148.4 +# SliTaz package receipt. 148.5 + 148.6 +PACKAGE="perl-mozilla-ca" 148.7 +VERSION="20160104" 148.8 +CATEGORY="perl" 148.9 +SHORT_DESC="Mozilla::CA - Mozilla's CA cert bundle in PEM format" 148.10 +MAINTAINER="al.bobylev@gmail.com" 148.11 +LICENSE="GPL" 148.12 +WEB_SITE="https://metacpan.org/release/Mozilla-CA" 148.13 + 148.14 +TARBALL="Mozilla-CA-$VERSION.tar.gz" 148.15 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABH/$TARBALL" 148.16 + 148.17 +DEPENDS="perl" 148.18 +BUILD_DEPENDS="perl" 148.19 + 148.20 +# Rules to configure and make the package. 148.21 +compile_rules() 148.22 +{ 148.23 + perl Makefile.PL && 148.24 + make && make DESTDIR=$install install && 148.25 + 148.26 + chmod -R u+w $install 148.27 +} 148.28 + 148.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 148.30 +genpkg_rules() 148.31 +{ 148.32 + copy @std 148.33 +}
149.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 149.2 +++ b/perl-mro-compat/receipt Thu May 11 02:23:02 2017 +0300 149.3 @@ -0,0 +1,30 @@ 149.4 +# SliTaz package receipt. 149.5 + 149.6 +PACKAGE="perl-mro-compat" 149.7 +VERSION="0.13" 149.8 +CATEGORY="perl" 149.9 +SHORT_DESC="MRO::Compat - mro::* interface compatibility for Perls < 5.9.5" 149.10 +MAINTAINER="al.bobylev@gmail.com" 149.11 +LICENSE="GPL" 149.12 +WEB_SITE="https://metacpan.org/release/MRO-Compat" 149.13 + 149.14 +TARBALL="MRO-Compat-$VERSION.tar.gz" 149.15 +WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HAARG/$TARBALL" 149.16 + 149.17 +DEPENDS="perl" 149.18 +BUILD_DEPENDS="perl" 149.19 + 149.20 +# Rules to configure and make the package. 149.21 +compile_rules() 149.22 +{ 149.23 + perl Makefile.PL && 149.24 + make && make DESTDIR=$install install && 149.25 + 149.26 + chmod -R u+w $install 149.27 +} 149.28 + 149.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 149.30 +genpkg_rules() 149.31 +{ 149.32 + copy @std 149.33 +}
150.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 150.2 +++ b/perl-namespace-autoclean/receipt Thu May 11 02:23:02 2017 +0300 150.3 @@ -0,0 +1,30 @@ 150.4 +# SliTaz package receipt. 150.5 + 150.6 +PACKAGE="perl-namespace-autoclean" 150.7 +VERSION="0.28" 150.8 +CATEGORY="perl" 150.9 +SHORT_DESC="namespace::autoclean - Keep imports out of your namespace" 150.10 +MAINTAINER="al.bobylev@gmail.com" 150.11 +LICENSE="GPL" 150.12 +WEB_SITE="https://metacpan.org/release/namespace-autoclean" 150.13 + 150.14 +TARBALL="namespace-autoclean-$VERSION.tar.gz" 150.15 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 150.16 + 150.17 +DEPENDS="perl-b-hooks-endofscope perl-namespace-clean perl-sub-identify" 150.18 +BUILD_DEPENDS="$DEPENDS perl-test-requires" 150.19 + 150.20 +# Rules to configure and make the package. 150.21 +compile_rules() 150.22 +{ 150.23 + perl Makefile.PL && 150.24 + make && make DESTDIR=$install install && 150.25 + 150.26 + chmod -R u+w $install 150.27 +} 150.28 + 150.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 150.30 +genpkg_rules() 150.31 +{ 150.32 + copy @std 150.33 +}
151.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 151.2 +++ b/perl-namespace-clean/receipt Thu May 11 02:23:02 2017 +0300 151.3 @@ -0,0 +1,30 @@ 151.4 +# SliTaz package receipt. 151.5 + 151.6 +PACKAGE="perl-namespace-clean" 151.7 +VERSION="0.27" 151.8 +CATEGORY="perl" 151.9 +SHORT_DESC="namespace::clean - Keep imports and functions out of your namespace" 151.10 +MAINTAINER="al.bobylev@gmail.com" 151.11 +LICENSE="GPL" 151.12 +WEB_SITE="https://metacpan.org/release/namespace-clean" 151.13 + 151.14 +TARBALL="namespace-clean-$VERSION.tar.gz" 151.15 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RI/RIBASUSHI/$TARBALL" 151.16 + 151.17 +DEPENDS="perl-b-hooks-endofscope perl-package-stash" 151.18 +BUILD_DEPENDS="$DEPENDS" 151.19 + 151.20 +# Rules to configure and make the package. 151.21 +compile_rules() 151.22 +{ 151.23 + perl Makefile.PL && 151.24 + make && make DESTDIR=$install install && 151.25 + 151.26 + chmod -R u+w $install 151.27 +} 151.28 + 151.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 151.30 +genpkg_rules() 151.31 +{ 151.32 + copy @std 151.33 +}
152.1 --- a/perl-net-dns/receipt Thu May 11 00:50:35 2017 +0300 152.2 +++ b/perl-net-dns/receipt Thu May 11 02:23:02 2017 +0300 152.3 @@ -1,32 +1,30 @@ 152.4 # SliTaz package receipt. 152.5 152.6 PACKAGE="perl-net-dns" 152.7 -VERSION="0.66" 152.8 -CATEGORY="development" 152.9 -SHORT_DESC="Net::DNS module is a Perl extension." 152.10 +VERSION="1.10" 152.11 +CATEGORY="perl" 152.12 +SHORT_DESC="Net::DNS - Perl Interface to the Domain Name System" 152.13 MAINTAINER="erjo@slitaz.org" 152.14 LICENSE="GPL" 152.15 -DEPENDS="perl perl-io-socket-inet6" 152.16 -BUILD_DEPENDS="perl perl-io-socket-inet6" 152.17 -SOURCE="Net-DNS" 152.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 152.19 -WEB_SITE="http://cpan.org/" 152.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/$TARBALL" 152.21 +WEB_SITE="https://metacpan.org/release/Net-DNS" 152.22 152.23 +TARBALL="Net-DNS-$VERSION.tar.gz" 152.24 +WGET_URL="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/$TARBALL" 152.25 + 152.26 +DEPENDS="perl-digest-hmac" 152.27 +BUILD_DEPENDS="$DEPENDS" 152.28 152.29 # Rules to configure and make the package. 152.30 compile_rules() 152.31 { 152.32 - cd $src 152.33 - yes n | perl Makefile.PL 152.34 - make 152.35 - make DESTDIR=$DESTDIR install 152.36 + perl Makefile.PL && 152.37 + make && make DESTDIR=$install install && 152.38 + 152.39 + chmod -R u+w $install 152.40 } 152.41 152.42 # Rules to gen a SliTaz package suitable for Tazpkg. 152.43 genpkg_rules() 152.44 { 152.45 - mkdir -p $fs/usr 152.46 - cp -a $install/usr/lib $fs/usr 152.47 + copy @std 152.48 } 152.49 -
153.1 --- a/perl-net-ftp-autoreconnect/receipt Thu May 11 00:50:35 2017 +0300 153.2 +++ b/perl-net-ftp-autoreconnect/receipt Thu May 11 02:23:02 2017 +0300 153.3 @@ -2,30 +2,30 @@ 153.4 153.5 PACKAGE="perl-net-ftp-autoreconnect" 153.6 VERSION="0.3" 153.7 -CATEGORY="development" 153.8 -SHORT_DESC="Net::FTP::AutoReconnect module is a Perl extension." 153.9 +CATEGORY="perl" 153.10 +SHORT_DESC="Net::FTP::AutoReconnect - FTP client class with automatic \ 153.11 +reconnect on failure" 153.12 MAINTAINER="pascal.bellard@slitaz.org" 153.13 LICENSE="GPL" 153.14 +WEB_SITE="https://metacpan.org/release/Net-FTP-AutoReconnect" 153.15 + 153.16 +TARBALL="Net-FTP-AutoReconnect-$VERSION.tar.gz" 153.17 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIFF/$TARBALL" 153.18 + 153.19 DEPENDS="perl" 153.20 BUILD_DEPENDS="perl" 153.21 -SOURCE="Net-FTP-AutoReconnect" 153.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 153.23 -WEB_SITE="http://cpan.org/" 153.24 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" 153.25 153.26 # Rules to configure and make the package. 153.27 compile_rules() 153.28 { 153.29 - cd $src 153.30 perl Makefile.PL && 153.31 - make && 153.32 - make DESTDIR=$DESTDIR install 153.33 + make && make DESTDIR=$install install && 153.34 + 153.35 + chmod -R u+w $install 153.36 } 153.37 153.38 # Rules to gen a SliTaz package suitable for Tazpkg. 153.39 genpkg_rules() 153.40 { 153.41 - mkdir -p $fs/usr 153.42 - cp -a $install/usr/lib $fs/usr 153.43 + copy @std 153.44 } 153.45 -
154.1 --- a/perl-net-ftp-retrhandle/receipt Thu May 11 00:50:35 2017 +0300 154.2 +++ b/perl-net-ftp-retrhandle/receipt Thu May 11 02:23:02 2017 +0300 154.3 @@ -2,30 +2,30 @@ 154.4 154.5 PACKAGE="perl-net-ftp-retrhandle" 154.6 VERSION="0.2" 154.7 -CATEGORY="development" 154.8 -SHORT_DESC="Net::FTP::RetrHandle module is a Perl extension." 154.9 +CATEGORY="perl" 154.10 +SHORT_DESC="Net::FTP::RetrHandle - Tied or IO::Handle-compatible interface to \ 154.11 +a file retrieved by FTP" 154.12 MAINTAINER="pascal.bellard@slitaz.org" 154.13 LICENSE="GPL" 154.14 +WEB_SITE="https://metacpan.org/release/Net-FTP-RetrHandle" 154.15 + 154.16 +TARBALL="Net-FTP-RetrHandle-$VERSION.tar.gz" 154.17 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIFF/$TARBALL" 154.18 + 154.19 DEPENDS="perl" 154.20 BUILD_DEPENDS="perl" 154.21 -SOURCE="Net-FTP-RetrHandle" 154.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 154.23 -WEB_SITE="http://cpan.org/" 154.24 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" 154.25 154.26 # Rules to configure and make the package. 154.27 compile_rules() 154.28 { 154.29 - cd $src 154.30 perl Makefile.PL && 154.31 - make && 154.32 - make DESTDIR=$DESTDIR install 154.33 + make && make DESTDIR=$install install && 154.34 + 154.35 + chmod -R u+w $install 154.36 } 154.37 154.38 # Rules to gen a SliTaz package suitable for Tazpkg. 154.39 genpkg_rules() 154.40 { 154.41 - mkdir -p $fs/usr 154.42 - cp -a $install/usr/lib $fs/usr 154.43 + copy @std 154.44 } 154.45 -
155.1 --- a/perl-net-ftp/receipt Thu May 11 00:50:35 2017 +0300 155.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 155.3 @@ -1,31 +0,0 @@ 155.4 -# SliTaz package receipt. 155.5 - 155.6 -PACKAGE="perl-net-ftp" 155.7 -VERSION="1.22" 155.8 -CATEGORY="development" 155.9 -SHORT_DESC="Net::FTP module is a Perl extension." 155.10 -MAINTAINER="pascal.bellard@slitaz.org" 155.11 -LICENSE="GPL" 155.12 -DEPENDS="perl" 155.13 -BUILD_DEPENDS="perl" 155.14 -SOURCE="libnet" 155.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 155.16 -WEB_SITE="http://cpan.org/" 155.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" 155.18 - 155.19 -# Rules to configure and make the package. 155.20 -compile_rules() 155.21 -{ 155.22 - cd $src 155.23 - yes '' | perl Makefile.PL && 155.24 - make && 155.25 - make DESTDIR=$DESTDIR install 155.26 -} 155.27 - 155.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 155.29 -genpkg_rules() 155.30 -{ 155.31 - mkdir -p $fs/usr 155.32 - cp -a $install/usr/lib $fs/usr 155.33 -} 155.34 -
156.1 --- a/perl-net-http/receipt Thu May 11 00:50:35 2017 +0300 156.2 +++ b/perl-net-http/receipt Thu May 11 02:23:02 2017 +0300 156.3 @@ -1,30 +1,30 @@ 156.4 # SliTaz package receipt. 156.5 156.6 PACKAGE="perl-net-http" 156.7 -VERSION="6.03" 156.8 -CATEGORY="development" 156.9 -SHORT_DESC="Low-level HTTP connection (client)" 156.10 +VERSION="6.14" 156.11 +CATEGORY="perl" 156.12 +SHORT_DESC="Net::HTTP - Low-level HTTP connection (client)" 156.13 MAINTAINER="erjo@slitaz.org" 156.14 LICENSE="GPL" 156.15 -SOURCE="Net-HTTP" 156.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 156.17 -WEB_SITE="http://search.cpan.org/dist/libwww-perl/" 156.18 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" 156.19 +WEB_SITE="https://metacpan.org/release/Net-HTTP" 156.20 156.21 -DEPENDS="perl perl-compress-raw-zlib perl-io-compress" 156.22 -BUILD_DEPENDS="perl $DEPENDS" 156.23 +TARBALL="Net-HTTP-$VERSION.tar.gz" 156.24 +WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" 156.25 + 156.26 +DEPENDS="perl-uri" 156.27 +BUILD_DEPENDS="$DEPENDS" 156.28 156.29 # Rules to configure and make the package. 156.30 compile_rules() 156.31 { 156.32 - cd $src 156.33 - perl Makefile.PL && make && make DESTDIR=$DESTDIR install 156.34 - 156.35 + perl Makefile.PL && 156.36 + make && make DESTDIR=$install install && 156.37 + 156.38 + chmod -R u+w $install 156.39 } 156.40 156.41 # Rules to gen a SliTaz package suitable for Tazpkg. 156.42 genpkg_rules() 156.43 { 156.44 - mkdir -p $fs/usr 156.45 - cp -a $install/usr/lib $fs/usr 156.46 + copy @std 156.47 }
157.1 --- a/perl-net-ip/receipt Thu May 11 00:50:35 2017 +0300 157.2 +++ b/perl-net-ip/receipt Thu May 11 02:23:02 2017 +0300 157.3 @@ -1,32 +1,30 @@ 157.4 # SliTaz package receipt. 157.5 157.6 PACKAGE="perl-net-ip" 157.7 -VERSION="1.25" 157.8 -CATEGORY="development" 157.9 -SHORT_DESC="Net::IP module is a Perl extension." 157.10 +VERSION="1.26" 157.11 +CATEGORY="perl" 157.12 +SHORT_DESC="Net::IP - Perl extension for manipulating IPv4/IPv6 addresses" 157.13 MAINTAINER="pascal.bellard@slitaz.org" 157.14 LICENSE="GPL" 157.15 +WEB_SITE="https://metacpan.org/release/Net-IP" 157.16 + 157.17 +TARBALL="Net-IP-$VERSION.tar.gz" 157.18 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MANU/$TARBALL" 157.19 + 157.20 DEPENDS="perl" 157.21 BUILD_DEPENDS="perl" 157.22 -SOURCE="Net-IP" 157.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 157.24 -WEB_SITE="http://www.cpan.org/modules/" 157.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MANU/$TARBALL" 157.26 157.27 # Rules to configure and make the package. 157.28 compile_rules() 157.29 { 157.30 - mv $SOURCE $src 2> /dev/null 157.31 - cd $src 157.32 perl Makefile.PL && 157.33 - make && 157.34 - make DESTDIR=$DESTDIR install 157.35 + make && make DESTDIR=$install install && 157.36 + 157.37 + chmod -R u+w $install 157.38 } 157.39 157.40 # Rules to gen a SliTaz package suitable for Tazpkg. 157.41 genpkg_rules() 157.42 { 157.43 - mkdir -p $fs/usr 157.44 - cp -a $install/usr/lib $fs/usr 157.45 + copy @std 157.46 } 157.47 -
158.1 --- a/perl-net-ldap/receipt Thu May 11 00:50:35 2017 +0300 158.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 158.3 @@ -1,32 +0,0 @@ 158.4 -# SliTaz package receipt. 158.5 - 158.6 -PACKAGE="perl-net-ldap" 158.7 -VERSION="0.39" 158.8 -CATEGORY="development" 158.9 -SHORT_DESC="Net::LDAP module is a Perl extension." 158.10 -MAINTAINER="pascal.bellard@slitaz.org" 158.11 -LICENSE="GPL" 158.12 -#DEPENDS="perl perl-convert-asn1 perl-io-socket-ssl perl-uri-ldap perl-authen-sasl perl-xml-sax-writer" 158.13 -DEPENDS="perl perl-convert-asn1 perl-uri perl-authen-sasl" 158.14 -BUILD_DEPENDS="$DEPENDS" 158.15 -SOURCE="perl-ldap" 158.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 158.17 -WEB_SITE="http://cpan.org/" 158.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" 158.19 - 158.20 -# Rules to configure and make the package. 158.21 -compile_rules() 158.22 -{ 158.23 - cd $src 158.24 - yes n | perl Makefile.PL && 158.25 - make && 158.26 - make DESTDIR=$DESTDIR install 158.27 -} 158.28 - 158.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 158.30 -genpkg_rules() 158.31 -{ 158.32 - mkdir -p $fs/usr 158.33 - cp -a $install/usr/lib $fs/usr 158.34 -} 158.35 -
159.1 --- a/perl-net-pcap/receipt Thu May 11 00:50:35 2017 +0300 159.2 +++ b/perl-net-pcap/receipt Thu May 11 02:23:02 2017 +0300 159.3 @@ -1,31 +1,30 @@ 159.4 # SliTaz package receipt. 159.5 159.6 PACKAGE="perl-net-pcap" 159.7 -VERSION="0.16" 159.8 -CATEGORY="development" 159.9 -SHORT_DESC="Net::Pcap module is a Perl extension." 159.10 +VERSION="0.18" 159.11 +CATEGORY="perl" 159.12 +SHORT_DESC="Net::Pcap - Interface to the pcap(3) LBL packet capture library" 159.13 MAINTAINER="pascal.bellard@slitaz.org" 159.14 LICENSE="GPL" 159.15 +WEB_SITE="https://metacpan.org/release/Net-Pcap" 159.16 + 159.17 +TARBALL="Net-Pcap-$VERSION.tar.gz" 159.18 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SA/SAPER/$TARBALL" 159.19 + 159.20 DEPENDS="perl libpcap" 159.21 -BUILD_DEPENDS="perl libpcap libpcap-dev" 159.22 -SOURCE="Net-Pcap" 159.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 159.24 -WEB_SITE="http://cpan.org/" 159.25 -WGET_URL="http://cpan.org/authors/id/S/SA/SAPER/$TARBALL" 159.26 +BUILD_DEPENDS="perl libpcap-dev" 159.27 159.28 # Rules to configure and make the package. 159.29 compile_rules() 159.30 { 159.31 - cd $src 159.32 - perl Makefile.PL 159.33 - make 159.34 - make DESTDIR=$DESTDIR install 159.35 + perl Makefile.PL && 159.36 + make && make DESTDIR=$install install && 159.37 + 159.38 + chmod -R u+w $install 159.39 } 159.40 159.41 # Rules to gen a SliTaz package suitable for Tazpkg. 159.42 genpkg_rules() 159.43 { 159.44 - mkdir -p $fs/usr 159.45 - cp -a $install/usr/lib $fs/usr 159.46 + copy @std 159.47 } 159.48 -
160.1 --- a/perl-net-server/receipt Thu May 11 00:50:35 2017 +0300 160.2 +++ b/perl-net-server/receipt Thu May 11 02:23:02 2017 +0300 160.3 @@ -1,31 +1,30 @@ 160.4 # SliTaz package receipt. 160.5 160.6 PACKAGE="perl-net-server" 160.7 -VERSION="0.97" 160.8 -CATEGORY="development" 160.9 -SHORT_DESC="Net::Server module is a Perl extension." 160.10 +VERSION="2.008" 160.11 +CATEGORY="perl" 160.12 +SHORT_DESC="Net::Server - Extensible, general Perl server engine" 160.13 MAINTAINER="pascal.bellard@slitaz.org" 160.14 LICENSE="GPL" 160.15 +WEB_SITE="https://metacpan.org/release/Net-Server" 160.16 + 160.17 +TARBALL="Net-Server-$VERSION.tar.gz" 160.18 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RH/RHANDOM/$TARBALL" 160.19 + 160.20 DEPENDS="perl" 160.21 BUILD_DEPENDS="perl" 160.22 -SOURCE="Net-Server" 160.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 160.24 -WEB_SITE="http://cpan.org/" 160.25 -WGET_URL="http://cpan.org/authors/id/R/RH/RHANDOM/$TARBALL" 160.26 160.27 # Rules to configure and make the package. 160.28 compile_rules() 160.29 { 160.30 - cd $src 160.31 - perl Makefile.PL 160.32 - make 160.33 - make DESTDIR=$DESTDIR install 160.34 + perl Makefile.PL && 160.35 + make && make DESTDIR=$install install && 160.36 + 160.37 + chmod -R u+w $install 160.38 } 160.39 160.40 # Rules to gen a SliTaz package suitable for Tazpkg. 160.41 genpkg_rules() 160.42 { 160.43 - mkdir -p $fs/usr 160.44 - cp -a $install/usr/lib $fs/usr 160.45 + copy @std 160.46 } 160.47 -
161.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 161.2 +++ b/perl-net-smtp-ssl/receipt Thu May 11 02:23:02 2017 +0300 161.3 @@ -0,0 +1,30 @@ 161.4 +# SliTaz package receipt. 161.5 + 161.6 +PACKAGE="perl-net-smtp-ssl" 161.7 +VERSION="1.04" 161.8 +CATEGORY="perl" 161.9 +SHORT_DESC="Net::SMTP::SSL - SSL support for Net::SMTP" 161.10 +MAINTAINER="rocky@slitaz.org" 161.11 +LICENSE="GPL" 161.12 +WEB_SITE="https://metacpan.org/release/Net-SMTP-SSL" 161.13 + 161.14 +TARBALL="Net-SMTP-SSL-$VERSION.tar.gz" 161.15 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" 161.16 + 161.17 +DEPENDS="perl-io-socket-ssl" 161.18 +BUILD_DEPENDS="$DEPENDS" 161.19 + 161.20 +# Rules to configure and make the package. 161.21 +compile_rules() 161.22 +{ 161.23 + perl Makefile.PL && 161.24 + make && make DESTDIR=$install install && 161.25 + 161.26 + chmod -R u+w $install 161.27 +} 161.28 + 161.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 161.30 +genpkg_rules() 161.31 +{ 161.32 + copy @std 161.33 +}
162.1 --- a/perl-net-snmp/receipt Thu May 11 00:50:35 2017 +0300 162.2 +++ b/perl-net-snmp/receipt Thu May 11 02:23:02 2017 +0300 162.3 @@ -1,31 +1,30 @@ 162.4 # SliTaz package receipt. 162.5 162.6 PACKAGE="perl-net-snmp" 162.7 -VERSION="5.2.0" 162.8 -CATEGORY="development" 162.9 -SHORT_DESC="Net::SNMP module is a Perl extension." 162.10 +VERSION="6.0.1" 162.11 +CATEGORY="perl" 162.12 +SHORT_DESC="Net::SNMP - Object oriented interface to SNMP" 162.13 MAINTAINER="pascal.bellard@slitaz.org" 162.14 LICENSE="GPL" 162.15 -DEPENDS="perl perl-crypt-des perl-digest-hmac perl-digest-sha1" 162.16 -BUILD_DEPENDS="perl perl-crypt-des perl-digest-hmac perl-digest-sha1" 162.17 -SOURCE="Net-SNMP" 162.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 162.19 -WEB_SITE="http://cpan.org/" 162.20 -WGET_URL="http://cpan.org/authors/id/D/DT/DTOWN/$TARBALL" 162.21 +WEB_SITE="https://metacpan.org/release/Net-SNMP" 162.22 + 162.23 +TARBALL="Net-SNMP-v$VERSION.tar.gz" 162.24 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DT/DTOWN/$TARBALL" 162.25 + 162.26 +DEPENDS="perl-crypt-des perl-digest-hmac perl-digest-sha1" 162.27 +BUILD_DEPENDS="$DEPENDS" 162.28 162.29 # Rules to configure and make the package. 162.30 compile_rules() 162.31 { 162.32 - cd $src 162.33 - perl Makefile.PL 162.34 - make 162.35 - make DESTDIR=$DESTDIR install 162.36 + perl Makefile.PL && 162.37 + make && make DESTDIR=$install install && 162.38 + 162.39 + chmod -R u+w $install 162.40 } 162.41 162.42 # Rules to gen a SliTaz package suitable for Tazpkg. 162.43 genpkg_rules() 162.44 { 162.45 - mkdir -p $fs/usr 162.46 - cp -a $install/usr/lib $fs/usr 162.47 + copy @std 162.48 } 162.49 -
163.1 --- a/perl-net-ssleay/receipt Thu May 11 00:50:35 2017 +0300 163.2 +++ b/perl-net-ssleay/receipt Thu May 11 02:23:02 2017 +0300 163.3 @@ -1,34 +1,32 @@ 163.4 # SliTaz package receipt. 163.5 163.6 PACKAGE="perl-net-ssleay" 163.7 -VERSION="1.42" 163.8 -CATEGORY="development" 163.9 -SHORT_DESC="Net::SSLeay module is a Perl extension." 163.10 +VERSION="1.81" 163.11 +CATEGORY="perl" 163.12 +SHORT_DESC="Net::SSLeay - Perl extension for using OpenSSL" 163.13 MAINTAINER="pascal.bellard@slitaz.org" 163.14 LICENSE="GPL" 163.15 -DEPENDS="perl" 163.16 -BUILD_DEPENDS="perl" 163.17 -SOURCE="Net-SSLeay" 163.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 163.19 -WEB_SITE="http://cpan.org/" 163.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$TARBALL" 163.21 +WEB_SITE="https://metacpan.org/release/Net-SSLeay" 163.22 163.23 -DEPENDS="openssl" 163.24 -BUILD_DEPENDS="openssl-dev" 163.25 +TARBALL="Net-SSLeay-$VERSION.tar.gz" 163.26 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/$TARBALL" 163.27 + 163.28 +DEPENDS="perl libcrypto libssl zlib" 163.29 +BUILD_DEPENDS="perl openssl-dev" 163.30 163.31 # Rules to configure and make the package. 163.32 compile_rules() 163.33 { 163.34 - cd $src 163.35 - yes '' | perl Makefile.PL && 163.36 - make && 163.37 - make DESTDIR=$DESTDIR install 163.38 + # avoid interactive questions 163.39 + PERL_MM_USE_DEFAULT=1 \ 163.40 + perl Makefile.PL && 163.41 + make && make DESTDIR=$install install && 163.42 + 163.43 + chmod -R u+w $install 163.44 } 163.45 163.46 # Rules to gen a SliTaz package suitable for Tazpkg. 163.47 genpkg_rules() 163.48 { 163.49 - mkdir -p $fs/usr 163.50 - cp -a $install/usr/lib $fs/usr 163.51 + copy @std 163.52 } 163.53 -
164.1 --- a/perl-net-telnet/receipt Thu May 11 00:50:35 2017 +0300 164.2 +++ b/perl-net-telnet/receipt Thu May 11 02:23:02 2017 +0300 164.3 @@ -1,31 +1,30 @@ 164.4 # SliTaz package receipt. 164.5 164.6 PACKAGE="perl-net-telnet" 164.7 -VERSION="3.03" 164.8 -CATEGORY="development" 164.9 -SHORT_DESC="Net::Telnet module is a Perl extension." 164.10 +VERSION="3.04" 164.11 +CATEGORY="perl" 164.12 +SHORT_DESC="Net::Telnet - interact with TELNET port or other TCP ports" 164.13 MAINTAINER="pascal.bellard@slitaz.org" 164.14 LICENSE="GPL" 164.15 +WEB_SITE="https://metacpan.org/release/Net-Telnet" 164.16 + 164.17 +TARBALL="Net-Telnet-$VERSION.tar.gz" 164.18 +WGET_URL="https://cpan.metacpan.org/authors/id/J/JR/JROGERS/$TARBALL" 164.19 + 164.20 DEPENDS="perl" 164.21 BUILD_DEPENDS="perl" 164.22 -SOURCE="Net-Telnet" 164.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 164.24 -WEB_SITE="http://cpan.org/" 164.25 -WGET_URL="http://cpan.org/authors/id/J/JR/JROGERS/$TARBALL" 164.26 164.27 # Rules to configure and make the package. 164.28 compile_rules() 164.29 { 164.30 - cd $src 164.31 - perl Makefile.PL 164.32 - make 164.33 - make DESTDIR=$DESTDIR install 164.34 + perl Makefile.PL && 164.35 + make && make DESTDIR=$install install && 164.36 + 164.37 + chmod -R u+w $install 164.38 } 164.39 164.40 # Rules to gen a SliTaz package suitable for Tazpkg. 164.41 genpkg_rules() 164.42 { 164.43 - mkdir -p $fs/usr 164.44 - cp -a $install/usr/lib $fs/usr 164.45 + copy @std 164.46 } 164.47 -
165.1 --- a/perl-net-xwhois/receipt Thu May 11 00:50:35 2017 +0300 165.2 +++ b/perl-net-xwhois/receipt Thu May 11 02:23:02 2017 +0300 165.3 @@ -2,31 +2,29 @@ 165.4 165.5 PACKAGE="perl-net-xwhois" 165.6 VERSION="0.90" 165.7 -CATEGORY="development" 165.8 -SHORT_DESC="Net::XWhois module is a Perl extension." 165.9 +CATEGORY="perl" 165.10 +SHORT_DESC="Net::XWhois - Whois Client Interface for Perl5" 165.11 MAINTAINER="pascal.bellard@slitaz.org" 165.12 -LICENSE="GPL" 165.13 +LICENSE="unknown" 165.14 +WEB_SITE="http://www.cpan.org/modules/" 165.15 + 165.16 +TARBALL="Net-XWhois-$VERSION.tar.gz" 165.17 +WGET_URL="https://cpan.metacpan.org/authors/id/V/VI/VIPUL/$TARBALL" 165.18 + 165.19 DEPENDS="perl" 165.20 BUILD_DEPENDS="perl" 165.21 -SOURCE="Net-XWhois" 165.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 165.23 -WEB_SITE="http://www.cpan.org/modules/" 165.24 -WGET_URL="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/$TARBALL" 165.25 165.26 # Rules to configure and make the package. 165.27 compile_rules() 165.28 { 165.29 - mv $SOURCE $src 2> /dev/null 165.30 - cd $src 165.31 perl Makefile.PL && 165.32 - make && 165.33 - make DESTDIR=$DESTDIR install 165.34 + make && make DESTDIR=$install install && 165.35 + 165.36 + chmod -R u+w $install 165.37 } 165.38 165.39 # Rules to gen a SliTaz package suitable for Tazpkg. 165.40 genpkg_rules() 165.41 { 165.42 - mkdir -p $fs/usr 165.43 - cp -a $install/usr/lib $fs/usr 165.44 + copy @std 165.45 } 165.46 -
166.1 --- a/perl-number-compare/receipt Thu May 11 00:50:35 2017 +0300 166.2 +++ b/perl-number-compare/receipt Thu May 11 02:23:02 2017 +0300 166.3 @@ -1,30 +1,30 @@ 166.4 # SliTaz package receipt. 166.5 166.6 PACKAGE="perl-number-compare" 166.7 -VERSION="0.01" 166.8 -CATEGORY="development" 166.9 -SHORT_DESC="Perl/CPAN Module Number::Compare" 166.10 +VERSION="0.03" 166.11 +CATEGORY="perl" 166.12 +SHORT_DESC="Number::Compare - numeric comparisons" 166.13 MAINTAINER="slaxemulator@gmail.com" 166.14 -LICENSE="GPL" 166.15 +LICENSE="unknown" 166.16 +WEB_SITE="https://metacpan.org/release/Number-Compare" 166.17 + 166.18 +TARBALL="Number-Compare-$VERSION.tar.gz" 166.19 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL" 166.20 + 166.21 DEPENDS="perl" 166.22 BUILD_DEPENDS="perl" 166.23 -SOURCE="Number-Compare" 166.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 166.25 -WEB_SITE="http://search.cpan.org/dist/Number-Compare/" 166.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL" 166.27 166.28 # Rules to configure and make the package. 166.29 compile_rules() 166.30 { 166.31 - cd $src 166.32 perl Makefile.PL && 166.33 - make && 166.34 - make install DESTDIR=$DESTDIR 166.35 + make && make DESTDIR=$install install && 166.36 + 166.37 + chmod -R u+w $install 166.38 } 166.39 166.40 # Rules to gen a SliTaz package suitable for Tazpkg. 166.41 genpkg_rules() 166.42 { 166.43 - mkdir -p $fs/usr 166.44 - cp -a $install/usr/lib $fs/usr 166.45 -} 166.46 \ No newline at end of file 166.47 + copy @std 166.48 +}
167.1 --- a/perl-number-range/receipt Thu May 11 00:50:35 2017 +0300 167.2 +++ b/perl-number-range/receipt Thu May 11 02:23:02 2017 +0300 167.3 @@ -1,31 +1,31 @@ 167.4 # SliTaz package receipt. 167.5 167.6 PACKAGE="perl-number-range" 167.7 -VERSION="0.10" 167.8 -CATEGORY="development" 167.9 -SHORT_DESC="Number::Range module is a Perl extension." 167.10 +VERSION="0.12" 167.11 +CATEGORY="perl" 167.12 +SHORT_DESC="Number::Range - Perl extension defining ranges of numbers and \ 167.13 +testing if a number is found in the range" 167.14 MAINTAINER="pascal.bellard@slitaz.org" 167.15 LICENSE="GPL" 167.16 -WEB_SITE="http://search.cpan.org/" 167.17 +WEB_SITE="https://metacpan.org/release/Number-Range" 167.18 + 167.19 +TARBALL="Number-Range-$VERSION.tar.gz" 167.20 +WGET_URL="https://cpan.metacpan.org/authors/id/L/LA/LARRYSH/$TARBALL" 167.21 + 167.22 DEPENDS="perl" 167.23 BUILD_DEPENDS="perl" 167.24 -SOURCE="Number-Range" 167.25 -TARBALL="$SOURCE-$VERSION.tar.gz" 167.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/L/LA/LARRYSH/$TARBALL" 167.27 167.28 # Rules to configure and make the package. 167.29 compile_rules() 167.30 { 167.31 - cd $src 167.32 perl Makefile.PL && 167.33 - make && 167.34 - make install DESTDIR=$DESTDIR 167.35 + make && make DESTDIR=$install install && 167.36 + 167.37 + chmod -R u+w $install 167.38 } 167.39 167.40 # Rules to gen a SliTaz package suitable for Tazpkg. 167.41 genpkg_rules() 167.42 { 167.43 - mkdir -p $fs/usr 167.44 - cp -a $install/usr/lib $fs/usr 167.45 + copy @std 167.46 } 167.47 -
168.1 --- a/perl-ole-Storage_Lite/receipt Thu May 11 00:50:35 2017 +0300 168.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 168.3 @@ -1,31 +0,0 @@ 168.4 -# SliTaz package receipt. 168.5 - 168.6 -PACKAGE="perl-ole-Storage_Lite" 168.7 -VERSION="0.17" 168.8 -CATEGORY="development" 168.9 -SHORT_DESC="OLE::Storage_Lite module is a Perl extension." 168.10 -MAINTAINER="pascal.bellard@slitaz.org" 168.11 -LICENSE="GPL" 168.12 -DEPENDS="perl" 168.13 -BUILD_DEPENDS="perl" 168.14 -SOURCE="OLE-Storage_Lite" 168.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 168.16 -WEB_SITE="http://cpan.org/" 168.17 -WGET_URL="http://cpan.org/authors/id/J/JM/JMCNAMARA/$TARBALL" 168.18 - 168.19 -# Rules to configure and make the package. 168.20 -compile_rules() 168.21 -{ 168.22 - cd $src 168.23 - perl Makefile.PL 168.24 - make 168.25 - make DESTDIR=$DESTDIR install 168.26 -} 168.27 - 168.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 168.29 -genpkg_rules() 168.30 -{ 168.31 - mkdir -p $fs/usr 168.32 - cp -a $install/usr/lib $fs/usr 168.33 -} 168.34 -
169.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 169.2 +++ b/perl-ole-storage_lite/receipt Thu May 11 02:23:02 2017 +0300 169.3 @@ -0,0 +1,30 @@ 169.4 +# SliTaz package receipt. 169.5 + 169.6 +PACKAGE="perl-ole-storage_lite" 169.7 +VERSION="0.19" 169.8 +CATEGORY="perl" 169.9 +SHORT_DESC="OLE::Storage_Lite - Simple Class for OLE document interface" 169.10 +MAINTAINER="pascal.bellard@slitaz.org" 169.11 +LICENSE="GPL" 169.12 +WEB_SITE="https://metacpan.org/release/OLE-Storage_Lite" 169.13 + 169.14 +TARBALL="OLE-Storage_Lite-$VERSION.tar.gz" 169.15 +WGET_URL="https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/$TARBALL" 169.16 + 169.17 +DEPENDS="perl" 169.18 +BUILD_DEPENDS="perl" 169.19 + 169.20 +# Rules to configure and make the package. 169.21 +compile_rules() 169.22 +{ 169.23 + perl Makefile.PL && 169.24 + make && make DESTDIR=$install install && 169.25 + 169.26 + chmod -R u+w $install 169.27 +} 169.28 + 169.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 169.30 +genpkg_rules() 169.31 +{ 169.32 + copy @std 169.33 +}
170.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 170.2 +++ b/perl-package-deprecationmanager/receipt Thu May 11 02:23:02 2017 +0300 170.3 @@ -0,0 +1,31 @@ 170.4 +# SliTaz package receipt. 170.5 + 170.6 +PACKAGE="perl-package-deprecationmanager" 170.7 +VERSION="0.17" 170.8 +CATEGORY="perl" 170.9 +SHORT_DESC="Package::DeprecationManager - Manage deprecation warnings for your \ 170.10 +distribution" 170.11 +MAINTAINER="al.bobylev@gmail.com" 170.12 +LICENSE="GPL" 170.13 +WEB_SITE="https://metacpan.org/release/Package-DeprecationManager" 170.14 + 170.15 +TARBALL="Package-DeprecationManager-$VERSION.tar.gz" 170.16 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 170.17 + 170.18 +DEPENDS="perl-package-stash perl-params-util perl-sub-install perl-sub-name" 170.19 +BUILD_DEPENDS="$DEPENDS perl-test-fatal perl-test-warnings" 170.20 + 170.21 +# Rules to configure and make the package. 170.22 +compile_rules() 170.23 +{ 170.24 + perl Makefile.PL && 170.25 + make && make DESTDIR=$install install && 170.26 + 170.27 + chmod -R u+w $install 170.28 +} 170.29 + 170.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 170.31 +genpkg_rules() 170.32 +{ 170.33 + copy @std 170.34 +}
171.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 171.2 +++ b/perl-package-stash-xs/receipt Thu May 11 02:23:02 2017 +0300 171.3 @@ -0,0 +1,31 @@ 171.4 +# SliTaz package receipt. 171.5 + 171.6 +PACKAGE="perl-package-stash-xs" 171.7 +VERSION="0.28" 171.8 +CATEGORY="perl" 171.9 +SHORT_DESC="Package::Stash::XS - faster and more correct implementation of the \ 171.10 +Package::Stash API" 171.11 +MAINTAINER="al.bobylev@gmail.com" 171.12 +LICENSE="GPL" 171.13 +WEB_SITE="https://metacpan.org/release/Package-Stash-XS" 171.14 + 171.15 +TARBALL="Package-Stash-XS-$VERSION.tar.gz" 171.16 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$TARBALL" 171.17 + 171.18 +DEPENDS="perl" 171.19 +BUILD_DEPENDS="perl" 171.20 + 171.21 +# Rules to configure and make the package. 171.22 +compile_rules() 171.23 +{ 171.24 + perl Makefile.PL && 171.25 + make && make DESTDIR=$install install && 171.26 + 171.27 + chmod -R u+w $install 171.28 +} 171.29 + 171.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 171.31 +genpkg_rules() 171.32 +{ 171.33 + copy @std 171.34 +}
172.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 172.2 +++ b/perl-package-stash/receipt Thu May 11 02:23:02 2017 +0300 172.3 @@ -0,0 +1,31 @@ 172.4 +# SliTaz package receipt. 172.5 + 172.6 +PACKAGE="perl-package-stash" 172.7 +VERSION="0.37" 172.8 +CATEGORY="perl" 172.9 +SHORT_DESC="Package::Stash - routines for manipulating stashes" 172.10 +MAINTAINER="al.bobylev@gmail.com" 172.11 +LICENSE="GPL" 172.12 +WEB_SITE="https://metacpan.org/release/Package-Stash" 172.13 + 172.14 +TARBALL="Package-Stash-$VERSION.tar.gz" 172.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$TARBALL" 172.16 + 172.17 +DEPENDS="perl-dist-checkconflicts perl-module-implementation" 172.18 +BUILD_DEPENDS="$DEPENDS perl-package-stash-xs perl-test-fatal \ 172.19 +perl-test-requires" 172.20 + 172.21 +# Rules to configure and make the package. 172.22 +compile_rules() 172.23 +{ 172.24 + perl Makefile.PL && 172.25 + make && make DESTDIR=$install install && 172.26 + 172.27 + chmod -R u+w $install 172.28 +} 172.29 + 172.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 172.31 +genpkg_rules() 172.32 +{ 172.33 + copy @std 172.34 +}
173.1 --- a/perl-pango/receipt Thu May 11 00:50:35 2017 +0300 173.2 +++ b/perl-pango/receipt Thu May 11 02:23:02 2017 +0300 173.3 @@ -1,33 +1,30 @@ 173.4 # SliTaz package receipt. 173.5 173.6 PACKAGE="perl-pango" 173.7 -SOURCE="Pango" 173.8 -VERSION="1.224" 173.9 -CATEGORY="development" 173.10 -SHORT_DESC="Layout and render international text." 173.11 +VERSION="1.227" 173.12 +CATEGORY="perl" 173.13 +SHORT_DESC="Pango - Layout and render international text" 173.14 MAINTAINER="claudinei@slitaz.org" 173.15 LICENSE="LGPL2.1" 173.16 -DEPENDS="perl pango perl-glib perl-cairo xcb-util" 173.17 -BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \ 173.18 -libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig" 173.19 -TARBALL="$SOURCE-$VERSION.tar.gz" 173.20 -WEB_SITE="http://search.cpan.org/~xaoc/Pango-1.224/" 173.21 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL" 173.22 +WEB_SITE="https://metacpan.org/release/Pango" 173.23 + 173.24 +TARBALL="Pango-$VERSION.tar.gz" 173.25 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 173.26 + 173.27 +DEPENDS="perl-cairo perl-glib cairo freetype glib pango" 173.28 +BUILD_DEPENDS="$DEPENDS perl-extutils-depends perl-extutils-pkgconfig pango-dev" 173.29 173.30 # Rules to configure and make the package. 173.31 compile_rules() 173.32 { 173.33 - cd $src 173.34 perl Makefile.PL && 173.35 - make && 173.36 - make DESTDIR=$DESTDIR install 173.37 - rm -rf $pkgdir/installnone 173.38 + make && make DESTDIR=$install install && 173.39 + 173.40 + chmod -R u+w $install 173.41 } 173.42 173.43 # Rules to gen a SliTaz package suitable for Tazpkg. 173.44 genpkg_rules() 173.45 { 173.46 - mkdir -p $fs/usr 173.47 - cp -a $install/usr/lib $fs/usr 173.48 + copy @std @dev 173.49 } 173.50 -
174.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 174.2 +++ b/perl-params-util/receipt Thu May 11 02:23:02 2017 +0300 174.3 @@ -0,0 +1,30 @@ 174.4 +# SliTaz package receipt. 174.5 + 174.6 +PACKAGE="perl-params-util" 174.7 +VERSION="1.07" 174.8 +CATEGORY="perl" 174.9 +SHORT_DESC="Params::Util - Simple, compact and correct param-checking functions" 174.10 +MAINTAINER="al.bobylev@gmail.com" 174.11 +LICENSE="GPL" 174.12 +WEB_SITE="https://metacpan.org/release/Params-Util" 174.13 + 174.14 +TARBALL="Params-Util-$VERSION.tar.gz" 174.15 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AD/ADAMK/$TARBALL" 174.16 + 174.17 +DEPENDS="perl" 174.18 +BUILD_DEPENDS="perl" 174.19 + 174.20 +# Rules to configure and make the package. 174.21 +compile_rules() 174.22 +{ 174.23 + perl Makefile.PL && 174.24 + make && make DESTDIR=$install install && 174.25 + 174.26 + chmod -R u+w $install 174.27 +} 174.28 + 174.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 174.30 +genpkg_rules() 174.31 +{ 174.32 + copy @std 174.33 +}
175.1 --- a/perl-params-validate/receipt Thu May 11 00:50:35 2017 +0300 175.2 +++ b/perl-params-validate/receipt Thu May 11 02:23:02 2017 +0300 175.3 @@ -1,31 +1,30 @@ 175.4 # SliTaz package receipt. 175.5 175.6 PACKAGE="perl-params-validate" 175.7 -VERSION="1.21" 175.8 -CATEGORY="development" 175.9 -SHORT_DESC="Params::Validate module is a Perl extension." 175.10 +VERSION="1.26" 175.11 +CATEGORY="perl" 175.12 +SHORT_DESC="Params::Validate - Validate method/function parameters" 175.13 MAINTAINER="pascal.bellard@slitaz.org" 175.14 LICENSE="GPL" 175.15 -SOURCE="Params-Validate" 175.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 175.17 -WEB_SITE="http://cpan.org/" 175.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 175.19 +WEB_SITE="https://metacpan.org/release/Params-Validate" 175.20 175.21 -DEPENDS="perl perl-test-requires perl-module-implementation perl-test-fatal perl-test-simple" 175.22 -BUILD_DEPENDS="$DEPENDS" 175.23 +TARBALL="Params-Validate-$VERSION.tar.gz" 175.24 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 175.25 + 175.26 +DEPENDS="perl-module-implementation" 175.27 +BUILD_DEPENDS="$DEPENDS perl-module-build perl-test-fatal perl-test-requires" 175.28 175.29 # Rules to configure and make the package. 175.30 compile_rules() 175.31 { 175.32 - cd $src 175.33 perl Build.PL && 175.34 - ./Build --destdir $DESTDIR install 175.35 + ./Build --destdir $install install && 175.36 + 175.37 + chmod -R u+w $install 175.38 } 175.39 175.40 # Rules to gen a SliTaz package suitable for Tazpkg. 175.41 genpkg_rules() 175.42 { 175.43 - mkdir -p $fs/usr 175.44 - cp -a $install/usr/lib $fs/usr 175.45 + copy @std 175.46 } 175.47 -
176.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 176.2 +++ b/perl-params-validationcompiler/receipt Thu May 11 02:23:02 2017 +0300 176.3 @@ -0,0 +1,32 @@ 176.4 +# SliTaz package receipt. 176.5 + 176.6 +PACKAGE="perl-params-validationcompiler" 176.7 +VERSION="0.24" 176.8 +CATEGORY="perl" 176.9 +SHORT_DESC="Params::ValidationCompiler - Build an optimized subroutine \ 176.10 +parameter validator once, use it forever" 176.11 +MAINTAINER="al.bobylev@gmail.com" 176.12 +LICENSE="GPL" 176.13 +WEB_SITE="https://metacpan.org/release/Params-ValidationCompiler" 176.14 + 176.15 +TARBALL="Params-ValidationCompiler-$VERSION.tar.gz" 176.16 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 176.17 + 176.18 +DEPENDS="perl-eval-closure perl-exception-class" 176.19 +BUILD_DEPENDS="$DEPENDS perl-specio perl-test2-suite \ 176.20 +perl-test2-plugin-nowarnings perl-test-without-module" 176.21 + 176.22 +# Rules to configure and make the package. 176.23 +compile_rules() 176.24 +{ 176.25 + perl Makefile.PL && 176.26 + make && make DESTDIR=$install install && 176.27 + 176.28 + chmod -R u+w $install 176.29 +} 176.30 + 176.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 176.32 +genpkg_rules() 176.33 +{ 176.34 + copy @std 176.35 +}
177.1 --- a/perl-parse-recdescent/receipt Thu May 11 00:50:35 2017 +0300 177.2 +++ b/perl-parse-recdescent/receipt Thu May 11 02:23:02 2017 +0300 177.3 @@ -1,31 +1,30 @@ 177.4 # SliTaz package receipt. 177.5 177.6 PACKAGE="perl-parse-recdescent" 177.7 -VERSION="1.965001" 177.8 -CATEGORY="development" 177.9 -SHORT_DESC="Parse::RecDescent module is a Perl extension." 177.10 +VERSION="1.967015" 177.11 +CATEGORY="perl" 177.12 +SHORT_DESC="Parse::RecDescent - Generate Recursive-Descent Parsers" 177.13 MAINTAINER="pascal.bellard@slitaz.org" 177.14 LICENSE="GPL" 177.15 +WEB_SITE="https://metacpan.org/release/Parse-RecDescent" 177.16 + 177.17 +TARBALL="Parse-RecDescent-$VERSION.tar.gz" 177.18 +WGET_URL="https://cpan.metacpan.org/authors/id/J/JT/JTBRAUN/$TARBALL" 177.19 + 177.20 DEPENDS="perl" 177.21 BUILD_DEPENDS="perl" 177.22 -SOURCE="Parse-RecDescent" 177.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 177.24 -WEB_SITE="http://cpan.org/" 177.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/$TARBALL" 177.26 177.27 # Rules to configure and make the package. 177.28 compile_rules() 177.29 { 177.30 - cd $src 177.31 perl Makefile.PL && 177.32 - make && 177.33 - make DESTDIR=$DESTDIR install 177.34 + make && make DESTDIR=$install install && 177.35 + 177.36 + chmod -R u+w $install 177.37 } 177.38 177.39 # Rules to gen a SliTaz package suitable for Tazpkg. 177.40 genpkg_rules() 177.41 { 177.42 - mkdir -p $fs/usr 177.43 - cp -a $install/usr/lib $fs/usr 177.44 + copy @std 177.45 } 177.46 -
178.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 178.2 +++ b/perl-path-tiny/receipt Thu May 11 02:23:02 2017 +0300 178.3 @@ -0,0 +1,30 @@ 178.4 +# SliTaz package receipt. 178.5 + 178.6 +PACKAGE="perl-path-tiny" 178.7 +VERSION="0.104" 178.8 +CATEGORY="perl" 178.9 +SHORT_DESC="Path::Tiny - File path utility" 178.10 +MAINTAINER="al.bobylev@gmail.com" 178.11 +LICENSE="GPL" 178.12 +WEB_SITE="https://metacpan.org/release/Path-Tiny" 178.13 + 178.14 +TARBALL="Path-Tiny-$VERSION.tar.gz" 178.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" 178.16 + 178.17 +DEPENDS="perl" 178.18 +BUILD_DEPENDS="perl" 178.19 + 178.20 +# Rules to configure and make the package. 178.21 +compile_rules() 178.22 +{ 178.23 + perl Makefile.PL && 178.24 + make && make DESTDIR=$install install && 178.25 + 178.26 + chmod -R u+w $install 178.27 +} 178.28 + 178.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 178.30 +genpkg_rules() 178.31 +{ 178.32 + copy @std 178.33 +}
179.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 179.2 +++ b/perl-perl-ldap/receipt Thu May 11 02:23:02 2017 +0300 179.3 @@ -0,0 +1,35 @@ 179.4 +# SliTaz package receipt. 179.5 + 179.6 +PACKAGE="perl-perl-ldap" 179.7 +VERSION="0.65" 179.8 +CATEGORY="perl" 179.9 +SHORT_DESC="LDAP client library" 179.10 +MAINTAINER="pascal.bellard@slitaz.org" 179.11 +LICENSE="GPL" 179.12 +WEB_SITE="https://metacpan.org/release/perl-ldap" 179.13 + 179.14 +TARBALL="perl-ldap-$VERSION.tar.gz" 179.15 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/$TARBALL" 179.16 + 179.17 +DEPENDS="perl-convert-asn1 perl-text-soundex perl-io-socket-inet6 \ 179.18 +perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \ 179.19 +perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \ 179.20 +perl-http-negotiate perl-http-message perl-json" 179.21 +BUILD_DEPENDS="$DEPENDS" 179.22 + 179.23 +# Rules to configure and make the package. 179.24 +compile_rules() 179.25 +{ 179.26 + # avoid interactive questions 179.27 + PERL_MM_USE_DEFAULT=1 \ 179.28 + perl Makefile.PL && 179.29 + make && make DESTDIR=$install install && 179.30 + 179.31 + chmod -R u+w $install 179.32 +} 179.33 + 179.34 +# Rules to gen a SliTaz package suitable for Tazpkg. 179.35 +genpkg_rules() 179.36 +{ 179.37 + copy @std 179.38 +}
180.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 180.2 +++ b/perl-perl-tidy/receipt Thu May 11 02:23:02 2017 +0300 180.3 @@ -0,0 +1,31 @@ 180.4 +# SliTaz package receipt. 180.5 + 180.6 +PACKAGE="perl-perl-tidy" 180.7 +VERSION="20160302" 180.8 +CATEGORY="perl" 180.9 +SHORT_DESC="Perl::Tidy - Parses and beautifies perl source" 180.10 +MAINTAINER="al.bobylev@gmail.com" 180.11 +LICENSE="GPL" 180.12 +WEB_SITE="https://metacpan.org/release/Perl-Tidy" 180.13 +PROVIDE="perltidy" # substitute old name 180.14 + 180.15 +TARBALL="Perl-Tidy-$VERSION.tar.gz" 180.16 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/$TARBALL" 180.17 + 180.18 +DEPENDS="perl" 180.19 +BUILD_DEPENDS="perl" 180.20 + 180.21 +# Rules to configure and make the package. 180.22 +compile_rules() 180.23 +{ 180.24 + perl Makefile.PL && 180.25 + make && make DESTDIR=$install install && 180.26 + 180.27 + chmod -R u+w $install 180.28 +} 180.29 + 180.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 180.31 +genpkg_rules() 180.32 +{ 180.33 + copy @std 180.34 +}
181.1 --- a/perl-preadsheet-parseexcel/receipt Thu May 11 00:50:35 2017 +0300 181.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 181.3 @@ -1,31 +0,0 @@ 181.4 -# SliTaz package receipt. 181.5 - 181.6 -PACKAGE="perl-preadsheet-parseexcel" 181.7 -VERSION="0.33" 181.8 -CATEGORY="development" 181.9 -SHORT_DESC="Spreadsheet::ParseExcel module is a Perl extension." 181.10 -MAINTAINER="pascal.bellard@slitaz.org" 181.11 -LICENSE="GPL" 181.12 -DEPENDS="perl" 181.13 -BUILD_DEPENDS="perl" 181.14 -SOURCE="Spreadsheet-ParseExcel" 181.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 181.16 -WEB_SITE="http://cpan.org/" 181.17 -WGET_URL="http://cpan.org/authors/id/S/SZ/SZABGAB/$TARBALL" 181.18 - 181.19 -# Rules to configure and make the package. 181.20 -compile_rules() 181.21 -{ 181.22 - cd $src 181.23 - perl Makefile.PL 181.24 - make 181.25 - make DESTDIR=$DESTDIR install 181.26 -} 181.27 - 181.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 181.29 -genpkg_rules() 181.30 -{ 181.31 - mkdir -p $fs/usr 181.32 - cp -a $install/usr/lib $fs/usr 181.33 -} 181.34 -
182.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 182.2 +++ b/perl-role-tiny/receipt Thu May 11 02:23:02 2017 +0300 182.3 @@ -0,0 +1,31 @@ 182.4 +# SliTaz package receipt. 182.5 + 182.6 +PACKAGE="perl-role-tiny" 182.7 +VERSION="2.000005" 182.8 +CATEGORY="perl" 182.9 +SHORT_DESC="Role::Tiny - Roles. Like a nouvelle cuisine portion size slice of \ 182.10 +Moose" 182.11 +MAINTAINER="al.bobylev@gmail.com" 182.12 +LICENSE="GPL" 182.13 +WEB_SITE="https://metacpan.org/release/Role-Tiny" 182.14 + 182.15 +TARBALL="Role-Tiny-$VERSION.tar.gz" 182.16 +WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HAARG/$TARBALL" 182.17 + 182.18 +DEPENDS="perl" 182.19 +BUILD_DEPENDS="perl" 182.20 + 182.21 +# Rules to configure and make the package. 182.22 +compile_rules() 182.23 +{ 182.24 + perl Makefile.PL && 182.25 + make && make DESTDIR=$install install && 182.26 + 182.27 + chmod -R u+w $install 182.28 +} 182.29 + 182.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 182.31 +genpkg_rules() 182.32 +{ 182.33 + copy @std 182.34 +}
183.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 183.2 +++ b/perl-scalar-list-utils/receipt Thu May 11 02:23:02 2017 +0300 183.3 @@ -0,0 +1,30 @@ 183.4 +# SliTaz package receipt. 183.5 + 183.6 +PACKAGE="perl-scalar-list-utils" 183.7 +VERSION="1.47" 183.8 +CATEGORY="perl" 183.9 +SHORT_DESC="Common Scalar and List utility subroutines" 183.10 +MAINTAINER="al.bobylev@gmail.com" 183.11 +LICENSE="GPL" 183.12 +WEB_SITE="https://metacpan.org/release/Scalar-List-Utils" 183.13 + 183.14 +TARBALL="Scalar-List-Utils-$VERSION.tar.gz" 183.15 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/$TARBALL" 183.16 + 183.17 +DEPENDS="perl" 183.18 +BUILD_DEPENDS="perl" 183.19 + 183.20 +# Rules to configure and make the package. 183.21 +compile_rules() 183.22 +{ 183.23 + perl Makefile.PL && 183.24 + make && make DESTDIR=$install install && 183.25 + 183.26 + chmod -R u+w $install 183.27 +} 183.28 + 183.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 183.30 +genpkg_rules() 183.31 +{ 183.32 + copy @std 183.33 +}
184.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 184.2 +++ b/perl-scope-guard/receipt Thu May 11 02:23:02 2017 +0300 184.3 @@ -0,0 +1,30 @@ 184.4 +# SliTaz package receipt. 184.5 + 184.6 +PACKAGE="perl-scope-guard" 184.7 +VERSION="0.21" 184.8 +CATEGORY="perl" 184.9 +SHORT_DESC="Scope::Guard - lexically-scoped resource management" 184.10 +MAINTAINER="al.bobylev@gmail.com" 184.11 +LICENSE="GPL" 184.12 +WEB_SITE="https://metacpan.org/release/Scope-Guard" 184.13 + 184.14 +TARBALL="Scope-Guard-$VERSION.tar.gz" 184.15 +WGET_URL="https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/$TARBALL" 184.16 + 184.17 +DEPENDS="perl" 184.18 +BUILD_DEPENDS="perl" 184.19 + 184.20 +# Rules to configure and make the package. 184.21 +compile_rules() 184.22 +{ 184.23 + perl Makefile.PL && 184.24 + make && make DESTDIR=$install install && 184.25 + 184.26 + chmod -R u+w $install 184.27 +} 184.28 + 184.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 184.30 +genpkg_rules() 184.31 +{ 184.32 + copy @std 184.33 +}
185.1 --- a/perl-sha1/receipt Thu May 11 00:50:35 2017 +0300 185.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 185.3 @@ -1,31 +0,0 @@ 185.4 -# SliTaz package receipt. 185.5 - 185.6 -PACKAGE="perl-sha1" 185.7 -VERSION="2.13" 185.8 -CATEGORY="development" 185.9 -SHORT_DESC=" Digest::SHA1 module is a Perl extension." 185.10 -MAINTAINER="pascal.bellard@slitaz.org" 185.11 -LICENSE="GPL" 185.12 -DEPENDS="perl" 185.13 -BUILD_DEPENDS="perl" 185.14 -SOURCE="Digest-SHA1" 185.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 185.16 -WEB_SITE="http://search.cpan.org/dist/Digest-SHA1/" 185.17 -WGET_URL="http://cpan.org/authors/id/G/GA/GAAS/$TARBALL" 185.18 - 185.19 -# Rules to configure and make the package. 185.20 -compile_rules() 185.21 -{ 185.22 - cd $src 185.23 - perl Makefile.PL 185.24 - make 185.25 - make DESTDIR=$DESTDIR install 185.26 -} 185.27 - 185.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 185.29 -genpkg_rules() 185.30 -{ 185.31 - mkdir -p $fs/usr 185.32 - cp -a $install/usr/lib $fs/usr 185.33 -} 185.34 -
186.1 --- a/perl-smtp-ssl/receipt Thu May 11 00:50:35 2017 +0300 186.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 186.3 @@ -1,30 +0,0 @@ 186.4 -# SliTaz package receipt. 186.5 - 186.6 -PACKAGE="perl-smtp-ssl" 186.7 -VERSION="1.01" 186.8 -CATEGORY="development" 186.9 -SHORT_DESC="SSL support for Net::SMTP." 186.10 -MAINTAINER="rocky@slitaz.org" 186.11 -LICENSE="GPL" 186.12 -DEPENDS="perl perl-io-socket-ssl perl-net-ssleay perl-mime-base64 perl-authen-sasl" 186.13 -BUILD_DEPENDS="perl" 186.14 -SOURCE="Net-SMTP-SSL" 186.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 186.16 -WEB_SITE="http://cpan.org/" 186.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/$TARBALL" 186.18 - 186.19 -# Rules to configure and make the package. 186.20 -compile_rules() 186.21 -{ 186.22 - cd $src 186.23 - yes n | perl Makefile.PL && 186.24 - make && 186.25 - make DESTDIR=$DESTDIR install 186.26 -} 186.27 - 186.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 186.29 -genpkg_rules() 186.30 -{ 186.31 - mkdir -p $fs/usr 186.32 - cp -a $install/usr/lib $fs/usr 186.33 -}
187.1 --- a/perl-soap-lite/receipt Thu May 11 00:50:35 2017 +0300 187.2 +++ b/perl-soap-lite/receipt Thu May 11 02:23:02 2017 +0300 187.3 @@ -1,31 +1,33 @@ 187.4 # SliTaz package receipt. 187.5 187.6 PACKAGE="perl-soap-lite" 187.7 -VERSION="0.710.08" 187.8 -CATEGORY="development" 187.9 -SHORT_DESC="SOAP::Lite module is a Perl extension." 187.10 +VERSION="1.20" 187.11 +CATEGORY="perl" 187.12 +SHORT_DESC="SOAP::Lite - Perl's Web Services Toolkit" 187.13 MAINTAINER="pascal.bellard@slitaz.org" 187.14 LICENSE="GPL" 187.15 -DEPENDS="perl" 187.16 -BUILD_DEPENDS="perl" 187.17 -SOURCE="SOAP-Lite" 187.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 187.19 -WEB_SITE="http://www.cpan.org/modules/" 187.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/$TARBALL" 187.21 +WEB_SITE="https://metacpan.org/release/SOAP-Lite" 187.22 + 187.23 +TARBALL="SOAP-Lite-$VERSION.tar.gz" 187.24 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" 187.25 + 187.26 +DEPENDS="perl-class-inspector perl-io-sessiondata perl-io-socket-ssl \ 187.27 +perl-lwp-protocol-https perl-libwww-perl perl-task-weaken perl-uri \ 187.28 +perl-xml-parser" 187.29 +BUILD_DEPENDS="$DEPENDS" 187.30 187.31 # Rules to configure and make the package. 187.32 compile_rules() 187.33 { 187.34 - cd $src 187.35 - yes '' | perl Makefile.PL && 187.36 - make && 187.37 - make DESTDIR=$DESTDIR install 187.38 +# yes '' | \ 187.39 + perl Makefile.PL && 187.40 + make && make DESTDIR=$install install && 187.41 + 187.42 + chmod -R u+w $install 187.43 } 187.44 187.45 # Rules to gen a SliTaz package suitable for Tazpkg. 187.46 genpkg_rules() 187.47 { 187.48 - mkdir -p $fs/usr 187.49 - cp -a $install/usr/lib $fs/usr 187.50 + copy @std 187.51 } 187.52 -
188.1 --- a/perl-socket6/receipt Thu May 11 00:50:35 2017 +0300 188.2 +++ b/perl-socket6/receipt Thu May 11 02:23:02 2017 +0300 188.3 @@ -1,32 +1,31 @@ 188.4 # SliTaz package receipt. 188.5 188.6 PACKAGE="perl-socket6" 188.7 -VERSION="0.23" 188.8 -CATEGORY="development" 188.9 -SHORT_DESC="Socket6 is a PERL module" 188.10 +VERSION="0.28" 188.11 +CATEGORY="perl" 188.12 +SHORT_DESC="Socket6 - IPv6 related part of the C socket.h defines and \ 188.13 +structure manipulators" 188.14 MAINTAINER="erjo@slitaz.org" 188.15 LICENSE="GPL" 188.16 +WEB_SITE="https://metacpan.org/release/Socket6" 188.17 + 188.18 +TARBALL="Socket6-$VERSION.tar.gz" 188.19 +WGET_URL="https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/$TARBALL" 188.20 + 188.21 DEPENDS="perl" 188.22 BUILD_DEPENDS="perl" 188.23 -SOURCE="Socket6" 188.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 188.25 -WEB_SITE="http://cpan.org/" 188.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/$TARBALL" 188.27 - 188.28 188.29 # Rules to configure and make the package. 188.30 compile_rules() 188.31 { 188.32 - cd $src 188.33 - perl Makefile.PL 188.34 - make 188.35 - make DESTDIR=$DESTDIR install 188.36 + perl Makefile.PL && 188.37 + make && make DESTDIR=$install install && 188.38 + 188.39 + chmod -R u+w $install 188.40 } 188.41 188.42 # Rules to gen a SliTaz package suitable for Tazpkg. 188.43 genpkg_rules() 188.44 { 188.45 - mkdir -p $fs/usr 188.46 - cp -a $install/usr/lib $fs/usr 188.47 + copy @std 188.48 } 188.49 -
189.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 189.2 +++ b/perl-specio/receipt Thu May 11 02:23:02 2017 +0300 189.3 @@ -0,0 +1,31 @@ 189.4 +# SliTaz package receipt. 189.5 + 189.6 +PACKAGE="perl-specio" 189.7 +VERSION="0.36" 189.8 +CATEGORY="perl" 189.9 +SHORT_DESC="Specio - Type constraints and coercions for Perl" 189.10 +MAINTAINER="al.bobylev@gmail.com" 189.11 +LICENSE="GPL" 189.12 +WEB_SITE="https://metacpan.org/release/Specio" 189.13 + 189.14 +TARBALL="Specio-$VERSION.tar.gz" 189.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 189.16 + 189.17 +DEPENDS="perl-devel-stacktrace perl-eval-closure perl-module-runtime \ 189.18 +perl-mro-compat perl-role-tiny perl-test-fatal" 189.19 +BUILD_DEPENDS="$DEPENDS perl-test-needs" 189.20 + 189.21 +# Rules to configure and make the package. 189.22 +compile_rules() 189.23 +{ 189.24 + perl Makefile.PL && 189.25 + make && make DESTDIR=$install install && 189.26 + 189.27 + chmod -R u+w $install 189.28 +} 189.29 + 189.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 189.31 +genpkg_rules() 189.32 +{ 189.33 + copy @std 189.34 +}
190.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 190.2 +++ b/perl-spreadsheet-parseexcel/receipt Thu May 11 02:23:02 2017 +0300 190.3 @@ -0,0 +1,31 @@ 190.4 +# SliTaz package receipt. 190.5 + 190.6 +PACKAGE="perl-spreadsheet-parseexcel" 190.7 +VERSION="0.33" 190.8 +CATEGORY="development" 190.9 +SHORT_DESC="Spreadsheet::ParseExcel module is a Perl extension." 190.10 +MAINTAINER="pascal.bellard@slitaz.org" 190.11 +LICENSE="GPL" 190.12 +DEPENDS="perl" 190.13 +BUILD_DEPENDS="perl" 190.14 +SOURCE="Spreadsheet-ParseExcel" 190.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 190.16 +WEB_SITE="http://cpan.org/" 190.17 +WGET_URL="http://cpan.org/authors/id/S/SZ/SZABGAB/$TARBALL" 190.18 + 190.19 +# Rules to configure and make the package. 190.20 +compile_rules() 190.21 +{ 190.22 + cd $src 190.23 + perl Makefile.PL 190.24 + make 190.25 + make DESTDIR=$DESTDIR install 190.26 +} 190.27 + 190.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 190.29 +genpkg_rules() 190.30 +{ 190.31 + mkdir -p $fs/usr 190.32 + cp -a $install/usr/lib $fs/usr 190.33 +} 190.34 +
191.1 --- a/perl-spreadsheet-writeexcel/receipt Thu May 11 00:50:35 2017 +0300 191.2 +++ b/perl-spreadsheet-writeexcel/receipt Thu May 11 02:23:02 2017 +0300 191.3 @@ -1,31 +1,31 @@ 191.4 # SliTaz package receipt. 191.5 191.6 PACKAGE="perl-spreadsheet-writeexcel" 191.7 -VERSION="2.25" 191.8 -CATEGORY="development" 191.9 -SHORT_DESC="Spreadsheet::WriteExcel module is a Perl extension." 191.10 +VERSION="2.40" 191.11 +CATEGORY="perl" 191.12 +SHORT_DESC="Spreadsheet::WriteExcel - Write to a cross-platform Excel binary \ 191.13 +file" 191.14 MAINTAINER="pascal.bellard@slitaz.org" 191.15 LICENSE="GPL" 191.16 -DEPENDS="perl" 191.17 -BUILD_DEPENDS="perl" 191.18 -SOURCE="Spreadsheet-WriteExcel" 191.19 -TARBALL="$SOURCE-$VERSION.tar.gz" 191.20 -WEB_SITE="http://cpan.org/" 191.21 -WGET_URL="http://cpan.org/authors/id/J/JM/JMCNAMARA/$TARBALL" 191.22 +WEB_SITE="https://metacpan.org/release/Spreadsheet-WriteExcel" 191.23 + 191.24 +TARBALL="Spreadsheet-WriteExcel-$VERSION.tar.gz" 191.25 +WGET_URL="https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/$TARBALL" 191.26 + 191.27 +DEPENDS="perl-ole-storage_lite perl-parse-recdescent" 191.28 +BUILD_DEPENDS="$DEPENDS" 191.29 191.30 # Rules to configure and make the package. 191.31 compile_rules() 191.32 { 191.33 - cd $src 191.34 - perl Makefile.PL 191.35 - make 191.36 - make DESTDIR=$DESTDIR install 191.37 + perl Makefile.PL && 191.38 + make && make DESTDIR=$install install && 191.39 + 191.40 + chmod -R u+w $install 191.41 } 191.42 191.43 # Rules to gen a SliTaz package suitable for Tazpkg. 191.44 genpkg_rules() 191.45 { 191.46 - mkdir -p $fs/usr 191.47 - cp -a $install/usr/lib $fs/usr 191.48 + copy @std 191.49 } 191.50 -
192.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 192.2 +++ b/perl-sub-exporter-progressive/receipt Thu May 11 02:23:02 2017 +0300 192.3 @@ -0,0 +1,30 @@ 192.4 +# SliTaz package receipt. 192.5 + 192.6 +PACKAGE="perl-sub-exporter-progressive" 192.7 +VERSION="0.001013" 192.8 +CATEGORY="perl" 192.9 +SHORT_DESC="Sub::Exporter::Progressive - Only use Sub::Exporter if you need it" 192.10 +MAINTAINER="al.bobylev@gmail.com" 192.11 +LICENSE="GPL" 192.12 +WEB_SITE="https://metacpan.org/release/Sub-Exporter-Progressive" 192.13 + 192.14 +TARBALL="Sub-Exporter-Progressive-$VERSION.tar.gz" 192.15 +WGET_URL="https://cpan.metacpan.org/authors/id/F/FR/FREW/$TARBALL" 192.16 + 192.17 +DEPENDS="perl" 192.18 +BUILD_DEPENDS="perl" 192.19 + 192.20 +# Rules to configure and make the package. 192.21 +compile_rules() 192.22 +{ 192.23 + perl Makefile.PL && 192.24 + make && make DESTDIR=$install install && 192.25 + 192.26 + chmod -R u+w $install 192.27 +} 192.28 + 192.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 192.30 +genpkg_rules() 192.31 +{ 192.32 + copy @std 192.33 +}
193.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 193.2 +++ b/perl-sub-identify/receipt Thu May 11 02:23:02 2017 +0300 193.3 @@ -0,0 +1,30 @@ 193.4 +# SliTaz package receipt. 193.5 + 193.6 +PACKAGE="perl-sub-identify" 193.7 +VERSION="0.14" 193.8 +CATEGORY="perl" 193.9 +SHORT_DESC="Sub::Identify - Retrieve names of code references" 193.10 +MAINTAINER="al.bobylev@gmail.com" 193.11 +LICENSE="GPL" 193.12 +WEB_SITE="https://metacpan.org/release/Sub-Identify" 193.13 + 193.14 +TARBALL="Sub-Identify-$VERSION.tar.gz" 193.15 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/$TARBALL" 193.16 + 193.17 +DEPENDS="perl" 193.18 +BUILD_DEPENDS="perl" 193.19 + 193.20 +# Rules to configure and make the package. 193.21 +compile_rules() 193.22 +{ 193.23 + perl Makefile.PL && 193.24 + make && make DESTDIR=$install install && 193.25 + 193.26 + chmod -R u+w $install 193.27 +} 193.28 + 193.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 193.30 +genpkg_rules() 193.31 +{ 193.32 + copy @std 193.33 +}
194.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 194.2 +++ b/perl-sub-info/receipt Thu May 11 02:23:02 2017 +0300 194.3 @@ -0,0 +1,30 @@ 194.4 +# SliTaz package receipt. 194.5 + 194.6 +PACKAGE="perl-sub-info" 194.7 +VERSION="0.002" 194.8 +CATEGORY="perl" 194.9 +SHORT_DESC="Sub::Info - Tool for inspecting subroutines" 194.10 +MAINTAINER="al.bobylev@gmail.com" 194.11 +LICENSE="GPL" 194.12 +WEB_SITE="https://metacpan.org/release/Sub-Info" 194.13 + 194.14 +TARBALL="Sub-Info-$VERSION.tar.gz" 194.15 +WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" 194.16 + 194.17 +DEPENDS="perl-importer" 194.18 +BUILD_DEPENDS="$DEPENDS" 194.19 + 194.20 +# Rules to configure and make the package. 194.21 +compile_rules() 194.22 +{ 194.23 + perl Makefile.PL && 194.24 + make && make DESTDIR=$install install && 194.25 + 194.26 + chmod -R u+w $install 194.27 +} 194.28 + 194.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 194.30 +genpkg_rules() 194.31 +{ 194.32 + copy @std 194.33 +}
195.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 195.2 +++ b/perl-sub-install/receipt Thu May 11 02:23:02 2017 +0300 195.3 @@ -0,0 +1,30 @@ 195.4 +# SliTaz package receipt. 195.5 + 195.6 +PACKAGE="perl-sub-install" 195.7 +VERSION="0.928" 195.8 +CATEGORY="perl" 195.9 +SHORT_DESC="Sub::Install - install subroutines into packages easily" 195.10 +MAINTAINER="al.bobylev@gmail.com" 195.11 +LICENSE="GPL" 195.12 +WEB_SITE="https://metacpan.org/release/Sub-Install" 195.13 + 195.14 +TARBALL="Sub-Install-$VERSION.tar.gz" 195.15 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" 195.16 + 195.17 +DEPENDS="perl" 195.18 +BUILD_DEPENDS="perl" 195.19 + 195.20 +# Rules to configure and make the package. 195.21 +compile_rules() 195.22 +{ 195.23 + perl Makefile.PL && 195.24 + make && make DESTDIR=$install install && 195.25 + 195.26 + chmod -R u+w $install 195.27 +} 195.28 + 195.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 195.30 +genpkg_rules() 195.31 +{ 195.32 + copy @std 195.33 +}
196.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 196.2 +++ b/perl-sub-name/receipt Thu May 11 02:23:02 2017 +0300 196.3 @@ -0,0 +1,30 @@ 196.4 +# SliTaz package receipt. 196.5 + 196.6 +PACKAGE="perl-sub-name" 196.7 +VERSION="0.21" 196.8 +CATEGORY="perl" 196.9 +SHORT_DESC="Sub::Name - (Re)name a sub" 196.10 +MAINTAINER="al.bobylev@gmail.com" 196.11 +LICENSE="GPL" 196.12 +WEB_SITE="https://metacpan.org/release/Sub-Name" 196.13 + 196.14 +TARBALL="Sub-Name-$VERSION.tar.gz" 196.15 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 196.16 + 196.17 +DEPENDS="perl" 196.18 +BUILD_DEPENDS="perl" 196.19 + 196.20 +# Rules to configure and make the package. 196.21 +compile_rules() 196.22 +{ 196.23 + perl Makefile.PL && 196.24 + make && make DESTDIR=$install install && 196.25 + 196.26 + chmod -R u+w $install 196.27 +} 196.28 + 196.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 196.30 +genpkg_rules() 196.31 +{ 196.32 + copy @std 196.33 +}
197.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 197.2 +++ b/perl-sub-uplevel/receipt Thu May 11 02:23:02 2017 +0300 197.3 @@ -0,0 +1,30 @@ 197.4 +# SliTaz package receipt. 197.5 + 197.6 +PACKAGE="perl-sub-uplevel" 197.7 +VERSION="0.2800" 197.8 +CATEGORY="perl" 197.9 +SHORT_DESC="Sub::Uplevel - apparently run a function in a higher stack frame" 197.10 +MAINTAINER="al.bobylev@gmail.com" 197.11 +LICENSE="GPL" 197.12 +WEB_SITE="https://metacpan.org/release/Sub-Uplevel" 197.13 + 197.14 +TARBALL="Sub-Uplevel-$VERSION.tar.gz" 197.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" 197.16 + 197.17 +DEPENDS="perl" 197.18 +BUILD_DEPENDS="perl" 197.19 + 197.20 +# Rules to configure and make the package. 197.21 +compile_rules() 197.22 +{ 197.23 + perl Makefile.PL && 197.24 + make && make DESTDIR=$install install && 197.25 + 197.26 + chmod -R u+w $install 197.27 +} 197.28 + 197.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 197.30 +genpkg_rules() 197.31 +{ 197.32 + copy @std 197.33 +}
198.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 198.2 +++ b/perl-task-weaken/receipt Thu May 11 02:23:02 2017 +0300 198.3 @@ -0,0 +1,30 @@ 198.4 +# SliTaz package receipt. 198.5 + 198.6 +PACKAGE="perl-task-weaken" 198.7 +VERSION="1.04" 198.8 +CATEGORY="perl" 198.9 +SHORT_DESC="Task::Weaken - Ensure that a platform has weaken support" 198.10 +MAINTAINER="al.bobylev@gmail.com" 198.11 +LICENSE="GPL" 198.12 +WEB_SITE="https://metacpan.org/release/Task-Weaken" 198.13 + 198.14 +TARBALL="Task-Weaken-$VERSION.tar.gz" 198.15 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AD/ADAMK/$TARBALL" 198.16 + 198.17 +DEPENDS="perl" 198.18 +BUILD_DEPENDS="perl" 198.19 + 198.20 +# Rules to configure and make the package. 198.21 +compile_rules() 198.22 +{ 198.23 + perl Makefile.PL && 198.24 + make && make DESTDIR=$install install && 198.25 + 198.26 + chmod -R u+w $install 198.27 +} 198.28 + 198.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 198.30 +genpkg_rules() 198.31 +{ 198.32 + copy @std 198.33 +}
199.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 199.2 +++ b/perl-term-animation/receipt Thu May 11 02:23:02 2017 +0300 199.3 @@ -0,0 +1,30 @@ 199.4 +# SliTaz package receipt. 199.5 + 199.6 +PACKAGE="perl-term-animation" 199.7 +VERSION="2.6" 199.8 +CATEGORY="perl" 199.9 +SHORT_DESC="Term::Animation - ASCII sprite animation framework" 199.10 +MAINTAINER="pascal.bellard@slitaz.org" 199.11 +LICENSE="GPL" 199.12 +WEB_SITE="https://metacpan.org/release/Term-Animation" 199.13 + 199.14 +TARBALL="Term-Animation-$VERSION.tar.gz" 199.15 +WGET_URL="https://cpan.metacpan.org/authors/id/K/KB/KBAUCOM/$TARBALL" 199.16 + 199.17 +DEPENDS="perl-curses" 199.18 +BUILD_DEPENDS="$DEPENDS" 199.19 + 199.20 +# Rules to configure and make the package. 199.21 +compile_rules() 199.22 +{ 199.23 + perl Makefile.PL && 199.24 + make && make DESTDIR=$install install && 199.25 + 199.26 + chmod -R u+w $install 199.27 +} 199.28 + 199.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 199.30 +genpkg_rules() 199.31 +{ 199.32 + copy @std 199.33 +}
200.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 200.2 +++ b/perl-term-table/receipt Thu May 11 02:23:02 2017 +0300 200.3 @@ -0,0 +1,30 @@ 200.4 +# SliTaz package receipt. 200.5 + 200.6 +PACKAGE="perl-term-table" 200.7 +VERSION="0.008" 200.8 +CATEGORY="perl" 200.9 +SHORT_DESC="Term::Table - Format a header and rows into a table" 200.10 +MAINTAINER="al.bobylev@gmail.com" 200.11 +LICENSE="GPL" 200.12 +WEB_SITE="https://metacpan.org/release/Term-Table" 200.13 + 200.14 +TARBALL="Term-Table-$VERSION.tar.gz" 200.15 +WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" 200.16 + 200.17 +DEPENDS="perl-importer" 200.18 +BUILD_DEPENDS="$DEPENDS" 200.19 + 200.20 +# Rules to configure and make the package. 200.21 +compile_rules() 200.22 +{ 200.23 + perl Makefile.PL && 200.24 + make && make DESTDIR=$install install && 200.25 + 200.26 + chmod -R u+w $install 200.27 +} 200.28 + 200.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 200.30 +genpkg_rules() 200.31 +{ 200.32 + copy @std 200.33 +}
201.1 --- a/perl-test-deep/receipt Thu May 11 00:50:35 2017 +0300 201.2 +++ b/perl-test-deep/receipt Thu May 11 02:23:02 2017 +0300 201.3 @@ -1,30 +1,30 @@ 201.4 # SliTaz package receipt. 201.5 201.6 PACKAGE="perl-test-deep" 201.7 -VERSION="0.106" 201.8 -CATEGORY="development" 201.9 -SHORT_DESC="Extremely flexible deep comparison" 201.10 +VERSION="1.126" 201.11 +CATEGORY="perl" 201.12 +SHORT_DESC="Test::Deep - Extremely flexible deep comparison" 201.13 MAINTAINER="slaxemulator@gmail.com" 201.14 LICENSE="GPL" 201.15 -WEB_SITE="http://search.cpan.org/dist/Test-Deep" 201.16 -SOURCE="Test-Deep" 201.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 201.18 -WGET_URL="http://www.cpan.org/authors/id/F/FD/FDALY/$TARBALL" 201.19 +WEB_SITE="https://metacpan.org/release/Test-Deep" 201.20 201.21 -DEPENDS="perl perl-test-nowarnings" 201.22 -BUILD_DEPENDS="$DEPENDS" 201.23 +TARBALL="Test-Deep-$VERSION.tar.gz" 201.24 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" 201.25 + 201.26 +DEPENDS="perl" 201.27 +BUILD_DEPENDS="perl" 201.28 201.29 # Rules to configure and make the package. 201.30 compile_rules() 201.31 { 201.32 - cd $src 201.33 perl Makefile.PL && 201.34 - make && 201.35 - make DESTDIR=$DESTDIR install 201.36 + make && make DESTDIR=$install install && 201.37 + 201.38 + chmod -R u+w $install 201.39 } 201.40 201.41 # Rules to gen a SliTaz package suitable for Tazpkg. 201.42 genpkg_rules() 201.43 { 201.44 - cp -a $install/usr $fs 201.45 + copy @std 201.46 }
202.1 --- a/perl-test-exception/receipt Thu May 11 00:50:35 2017 +0300 202.2 +++ b/perl-test-exception/receipt Thu May 11 02:23:02 2017 +0300 202.3 @@ -1,31 +1,30 @@ 202.4 # SliTaz package receipt. 202.5 202.6 PACKAGE="perl-test-exception" 202.7 -VERSION="0.31" 202.8 -CATEGORY="development" 202.9 -SHORT_DESC="Test::Exception module is a Perl extension." 202.10 +VERSION="0.43" 202.11 +CATEGORY="perl" 202.12 +SHORT_DESC="Test::Exception - Test exception-based code" 202.13 MAINTAINER="pascal.bellard@slitaz.org" 202.14 LICENSE="GPL" 202.15 -DEPENDS="perl" 202.16 -BUILD_DEPENDS="perl" 202.17 -SOURCE="Test-Exception" 202.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 202.19 -WEB_SITE="http://cpan.org/" 202.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/$TARBALL" 202.21 +WEB_SITE="https://metacpan.org/release/Test-Exception" 202.22 + 202.23 +TARBALL="Test-Exception-$VERSION.tar.gz" 202.24 +WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" 202.25 + 202.26 +DEPENDS="perl-sub-uplevel" 202.27 +BUILD_DEPENDS="$DEPENDS" 202.28 202.29 # Rules to configure and make the package. 202.30 compile_rules() 202.31 { 202.32 - cd $src 202.33 perl Makefile.PL && 202.34 - make && 202.35 - make DESTDIR=$DESTDIR install 202.36 + make && make DESTDIR=$install install && 202.37 + 202.38 + chmod -R u+w $install 202.39 } 202.40 202.41 # Rules to gen a SliTaz package suitable for Tazpkg. 202.42 genpkg_rules() 202.43 { 202.44 - mkdir -p $fs/usr 202.45 - cp -a $install/usr/lib $fs/usr 202.46 + copy @std 202.47 } 202.48 -
203.1 --- a/perl-test-fatal/receipt Thu May 11 00:50:35 2017 +0300 203.2 +++ b/perl-test-fatal/receipt Thu May 11 02:23:02 2017 +0300 203.3 @@ -2,29 +2,30 @@ 203.4 203.5 PACKAGE="perl-test-fatal" 203.6 VERSION="0.014" 203.7 -CATEGORY="development" 203.8 -SHORT_DESC="Test::Fatal is a perl module" 203.9 +CATEGORY="perl" 203.10 +SHORT_DESC="Test::Fatal - incredibly simple helpers for testing code with \ 203.11 +exceptions" 203.12 MAINTAINER="nneul@neulinger.org" 203.13 LICENSE="GPL" 203.14 -WEB_SITE="http://search.cpan.org/dist/Test-Fatal" 203.15 -SOURCE="Test-Fatal" 203.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 203.17 -WGET_URL="http://www.cpan.org/authors/id/R/RJ/RJBS/$TARBALL" 203.18 +WEB_SITE="https://metacpan.org/release/Test-Fatal" 203.19 203.20 -DEPENDS="perl perl-try-tiny perl-test-simple" 203.21 +TARBALL="Test-Fatal-$VERSION.tar.gz" 203.22 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" 203.23 + 203.24 +DEPENDS="perl-try-tiny" 203.25 BUILD_DEPENDS="$DEPENDS" 203.26 203.27 # Rules to configure and make the package. 203.28 compile_rules() 203.29 { 203.30 - cd $src 203.31 perl Makefile.PL && 203.32 - make && 203.33 - make DESTDIR=$DESTDIR install 203.34 + make && make DESTDIR=$install install && 203.35 + 203.36 + chmod -R u+w $install 203.37 } 203.38 203.39 # Rules to gen a SliTaz package suitable for Tazpkg. 203.40 genpkg_rules() 203.41 { 203.42 - cp -a $install/usr $fs 203.43 + copy @std 203.44 }
204.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 204.2 +++ b/perl-test-file-sharedir/receipt Thu May 11 02:23:02 2017 +0300 204.3 @@ -0,0 +1,32 @@ 204.4 +# SliTaz package receipt. 204.5 + 204.6 +PACKAGE="perl-test-file-sharedir" 204.7 +VERSION="1.001002" 204.8 +CATEGORY="perl" 204.9 +SHORT_DESC="Test::File::ShareDir - Create a Fake ShareDir for your modules for \ 204.10 +testing" 204.11 +MAINTAINER="al.bobylev@gmail.com" 204.12 +LICENSE="GPL" 204.13 +WEB_SITE="https://metacpan.org/release/Test-File-ShareDir" 204.14 + 204.15 +TARBALL="Test-File-ShareDir-$VERSION.tar.gz" 204.16 +WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL" 204.17 + 204.18 +DEPENDS="perl-class-tiny perl-file-copy-recursive perl-file-sharedir \ 204.19 +perl-path-tiny perl-scope-guard" 204.20 +BUILD_DEPENDS="$DEPENDS perl-test-fatal" 204.21 + 204.22 +# Rules to configure and make the package. 204.23 +compile_rules() 204.24 +{ 204.25 + perl Makefile.PL && 204.26 + make && make DESTDIR=$install install && 204.27 + 204.28 + chmod -R u+w $install 204.29 +} 204.30 + 204.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 204.32 +genpkg_rules() 204.33 +{ 204.34 + copy @std 204.35 +}
205.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 205.2 +++ b/perl-test-manifest/receipt Thu May 11 02:23:02 2017 +0300 205.3 @@ -0,0 +1,30 @@ 205.4 +# SliTaz package receipt. 205.5 + 205.6 +PACKAGE="perl-test-manifest" 205.7 +VERSION="2.02" 205.8 +CATEGORY="perl" 205.9 +SHORT_DESC="Test::Manifest - interact with a t/test_manifest file" 205.10 +MAINTAINER="al.bobylev@gmail.com" 205.11 +LICENSE="GPL" 205.12 +WEB_SITE="https://metacpan.org/release/Test-Manifest" 205.13 + 205.14 +TARBALL="Test-Manifest-$VERSION.tar.gz" 205.15 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BD/BDFOY/$TARBALL" 205.16 + 205.17 +DEPENDS="perl" 205.18 +BUILD_DEPENDS="perl" 205.19 + 205.20 +# Rules to configure and make the package. 205.21 +compile_rules() 205.22 +{ 205.23 + perl Makefile.PL && 205.24 + make && make DESTDIR=$install install && 205.25 + 205.26 + chmod -R u+w $install 205.27 +} 205.28 + 205.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 205.30 +genpkg_rules() 205.31 +{ 205.32 + copy @std 205.33 +}
206.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 206.2 +++ b/perl-test-needs/receipt Thu May 11 02:23:02 2017 +0300 206.3 @@ -0,0 +1,30 @@ 206.4 +# SliTaz package receipt. 206.5 + 206.6 +PACKAGE="perl-test-needs" 206.7 +VERSION="0.002005" 206.8 +CATEGORY="perl" 206.9 +SHORT_DESC="Test::Needs - Skip tests when modules not available" 206.10 +MAINTAINER="al.bobylev@gmail.com" 206.11 +LICENSE="GPL" 206.12 +WEB_SITE="https://metacpan.org/release/Test-Needs" 206.13 + 206.14 +TARBALL="Test-Needs-$VERSION.tar.gz" 206.15 +WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HAARG/$TARBALL" 206.16 + 206.17 +DEPENDS="perl" 206.18 +BUILD_DEPENDS="perl" 206.19 + 206.20 +# Rules to configure and make the package. 206.21 +compile_rules() 206.22 +{ 206.23 + perl Makefile.PL && 206.24 + make && make DESTDIR=$install install && 206.25 + 206.26 + chmod -R u+w $install 206.27 +} 206.28 + 206.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 206.30 +genpkg_rules() 206.31 +{ 206.32 + copy @std 206.33 +}
207.1 --- a/perl-test-nowarnings/receipt Thu May 11 00:50:35 2017 +0300 207.2 +++ b/perl-test-nowarnings/receipt Thu May 11 02:23:02 2017 +0300 207.3 @@ -2,29 +2,30 @@ 207.4 207.5 PACKAGE="perl-test-nowarnings" 207.6 VERSION="1.04" 207.7 -CATEGORY="development" 207.8 -SHORT_DESC="Make sure you don't emit any warning while testing" 207.9 +CATEGORY="perl" 207.10 +SHORT_DESC="Test::NoWarnings - Make sure you didn't emit any warnings while \ 207.11 +testing" 207.12 MAINTAINER="slaxemulator@gmail.com" 207.13 LICENSE="LGPL2.1" 207.14 -WEB_SITE="http://search.cpan.org/dist/Test-NoWarnings" 207.15 -SOURCE="Test-NoWarnings" 207.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 207.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/$TARBALL" 207.18 +WEB_SITE="https://metacpan.org/release/Test-NoWarnings" 207.19 207.20 -DEPENDS="perl-test-tester" 207.21 -BUILD_DEPENDS="perl-test-tester" 207.22 +TARBALL="Test-NoWarnings-$VERSION.tar.gz" 207.23 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AD/ADAMK/$TARBALL" 207.24 + 207.25 +DEPENDS="perl" 207.26 +BUILD_DEPENDS="perl" 207.27 207.28 # Rules to configure and make the package. 207.29 compile_rules() 207.30 { 207.31 - cd $src 207.32 perl Makefile.PL && 207.33 - make && 207.34 - make DESTDIR=$DESTDIR install 207.35 + make && make DESTDIR=$install install && 207.36 + 207.37 + chmod -R u+w $install 207.38 } 207.39 207.40 # Rules to gen a SliTaz package suitable for Tazpkg. 207.41 genpkg_rules() 207.42 { 207.43 - cp -a $install/usr $fs 207.44 + copy @std 207.45 }
208.1 --- a/perl-test-pod/receipt Thu May 11 00:50:35 2017 +0300 208.2 +++ b/perl-test-pod/receipt Thu May 11 02:23:02 2017 +0300 208.3 @@ -2,11 +2,11 @@ 208.4 208.5 PACKAGE="perl-test-pod" 208.6 VERSION="1.51" 208.7 -CATEGORY="development" 208.8 -SHORT_DESC="Test::Pod module is a Perl extension." 208.9 +CATEGORY="perl" 208.10 +SHORT_DESC="Test::Pod - check for POD errors in files" 208.11 MAINTAINER="slaxemulator@gmail.com" 208.12 LICENSE="GPL" 208.13 -WEB_SITE="http://www.cpan.org/modules/" 208.14 +WEB_SITE="https://metacpan.org/release/Test-Pod" 208.15 208.16 TARBALL="Test-Pod-$VERSION.tar.gz" 208.17 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 208.18 @@ -18,13 +18,13 @@ 208.19 compile_rules() 208.20 { 208.21 perl Makefile.PL && 208.22 - make && 208.23 - make DESTDIR=$DESTDIR install 208.24 + make && make DESTDIR=$install install && 208.25 + 208.26 + chmod -R u+w $install 208.27 } 208.28 208.29 # Rules to gen a SliTaz package suitable for Tazpkg. 208.30 genpkg_rules() 208.31 { 208.32 - mkdir -p $fs/usr 208.33 - cp -a $install/usr/lib $fs/usr 208.34 + copy @std 208.35 }
209.1 --- a/perl-test-requires/receipt Thu May 11 00:50:35 2017 +0300 209.2 +++ b/perl-test-requires/receipt Thu May 11 02:23:02 2017 +0300 209.3 @@ -1,30 +1,30 @@ 209.4 # SliTaz package receipt. 209.5 209.6 PACKAGE="perl-test-requires" 209.7 -VERSION="0.09" 209.8 -CATEGORY="development" 209.9 -SHORT_DESC="Test::Requires is a perl module" 209.10 +VERSION="0.10" 209.11 +CATEGORY="perl" 209.12 +SHORT_DESC="Test::Requires - Checks to see if the module can be loaded" 209.13 MAINTAINER="nneul@neulinger.org" 209.14 LICENSE="GPL" 209.15 -WEB_SITE="http://search.cpan.org/dist/Test-Requires" 209.16 -SOURCE="Test-Requires" 209.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 209.18 -WGET_URL="http://www.cpan.org/authors/id/T/TO/TOKUHIROM/$TARBALL" 209.19 +WEB_SITE="https://metacpan.org/release/Test-Requires" 209.20 + 209.21 +TARBALL="Test-Requires-$VERSION.tar.gz" 209.22 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/$TARBALL" 209.23 209.24 DEPENDS="perl" 209.25 -BUILD_DEPENDS="$DEPENDS" 209.26 +BUILD_DEPENDS="perl" 209.27 209.28 # Rules to configure and make the package. 209.29 compile_rules() 209.30 { 209.31 - cd $src 209.32 perl Makefile.PL && 209.33 - make && 209.34 - make DESTDIR=$DESTDIR install 209.35 + make && make DESTDIR=$install install && 209.36 + 209.37 + chmod -R u+w $install 209.38 } 209.39 209.40 # Rules to gen a SliTaz package suitable for Tazpkg. 209.41 genpkg_rules() 209.42 { 209.43 - cp -a $install/usr $fs 209.44 + copy @std 209.45 }
210.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 210.2 +++ b/perl-test-requiresinternet/receipt Thu May 11 02:23:02 2017 +0300 210.3 @@ -0,0 +1,30 @@ 210.4 +# SliTaz package receipt. 210.5 + 210.6 +PACKAGE="perl-test-requiresinternet" 210.7 +VERSION="0.05" 210.8 +CATEGORY="perl" 210.9 +SHORT_DESC="Test::RequiresInternet - Easily test network connectivity" 210.10 +MAINTAINER="al.bobylev@gmail.com" 210.11 +LICENSE="GPL" 210.12 +WEB_SITE="https://metacpan.org/release/Test-RequiresInternet" 210.13 + 210.14 +TARBALL="Test-RequiresInternet-$VERSION.tar.gz" 210.15 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MALLEN/$TARBALL" 210.16 + 210.17 +DEPENDS="perl" 210.18 +BUILD_DEPENDS="perl" 210.19 + 210.20 +# Rules to configure and make the package. 210.21 +compile_rules() 210.22 +{ 210.23 + perl Makefile.PL && 210.24 + make && make DESTDIR=$install install && 210.25 + 210.26 + chmod -R u+w $install 210.27 +} 210.28 + 210.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 210.30 +genpkg_rules() 210.31 +{ 210.32 + copy @std 210.33 +}
211.1 --- a/perl-test-simple/receipt Thu May 11 00:50:35 2017 +0300 211.2 +++ b/perl-test-simple/receipt Thu May 11 02:23:02 2017 +0300 211.3 @@ -1,30 +1,30 @@ 211.4 # SliTaz package receipt. 211.5 211.6 PACKAGE="perl-test-simple" 211.7 -VERSION="1.302007_004" 211.8 -CATEGORY="development" 211.9 -SHORT_DESC="Test::Simple is a perl module" 211.10 +VERSION="1.302083" 211.11 +CATEGORY="perl" 211.12 +SHORT_DESC="Basic utilities for writing tests" 211.13 MAINTAINER="nneul@neulinger.org" 211.14 LICENSE="GPL" 211.15 -WEB_SITE="http://search.cpan.org/dist/Test-Simple" 211.16 -SOURCE="Test-Simple" 211.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 211.18 -WGET_URL="http://www.cpan.org/authors/id/E/EX/EXODIST/$TARBALL" 211.19 +WEB_SITE="https://metacpan.org/release/Test-Simple" 211.20 + 211.21 +TARBALL="Test-Simple-$VERSION.tar.gz" 211.22 +WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" 211.23 211.24 DEPENDS="perl" 211.25 -BUILD_DEPENDS="$DEPENDS" 211.26 +BUILD_DEPENDS="perl" 211.27 211.28 # Rules to configure and make the package. 211.29 compile_rules() 211.30 { 211.31 - cd $src 211.32 perl Makefile.PL && 211.33 - make && 211.34 - make DESTDIR=$DESTDIR install 211.35 + make && make DESTDIR=$install install && 211.36 + 211.37 + chmod -R u+w $install 211.38 } 211.39 211.40 # Rules to gen a SliTaz package suitable for Tazpkg. 211.41 genpkg_rules() 211.42 { 211.43 - cp -a $install/usr $fs 211.44 + copy @std 211.45 }
212.1 --- a/perl-test-tester/receipt Thu May 11 00:50:35 2017 +0300 212.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 212.3 @@ -1,30 +0,0 @@ 212.4 -# SliTaz package receipt. 212.5 - 212.6 -PACKAGE="perl-test-tester" 212.7 -VERSION="0.108" 212.8 -CATEGORY="development" 212.9 -SHORT_DESC="Ease testing test modules built with Test::Builder" 212.10 -MAINTAINER="slaxemulator@gmail.com" 212.11 -LICENSE="GPL" 212.12 -WEB_SITE="http://search.cpan.org/dist/Test-Tester" 212.13 -SOURCE="Test-Tester" 212.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 212.15 -WGET_URL="http://www.cpan.org/authors/id/F/FD/FDALY/$TARBALL" 212.16 - 212.17 -DEPENDS="perl" 212.18 -BUILD_DEPENDS="perl" 212.19 - 212.20 -# Rules to configure and make the package. 212.21 -compile_rules() 212.22 -{ 212.23 - cd $src 212.24 - perl Makefile.PL && 212.25 - make && 212.26 - make DESTDIR=$DESTDIR install 212.27 -} 212.28 - 212.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 212.30 -genpkg_rules() 212.31 -{ 212.32 - cp -a $install/usr $fs 212.33 -}
213.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 213.2 +++ b/perl-test-warn/receipt Thu May 11 02:23:02 2017 +0300 213.3 @@ -0,0 +1,30 @@ 213.4 +# SliTaz package receipt. 213.5 + 213.6 +PACKAGE="perl-test-warn" 213.7 +VERSION="0.32" 213.8 +CATEGORY="perl" 213.9 +SHORT_DESC="Test::Warn - Perl extension to test methods for warnings" 213.10 +MAINTAINER="al.bobylev@gmail.com" 213.11 +LICENSE="GPL" 213.12 +WEB_SITE="https://metacpan.org/release/Test-Warn" 213.13 + 213.14 +TARBALL="Test-Warn-$VERSION.tar.gz" 213.15 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BI/BIGJ/$TARBALL" 213.16 + 213.17 +DEPENDS="perl-sub-uplevel" 213.18 +BUILD_DEPENDS="$DEPENDS" 213.19 + 213.20 +# Rules to configure and make the package. 213.21 +compile_rules() 213.22 +{ 213.23 + perl Makefile.PL && 213.24 + make && make DESTDIR=$install install && 213.25 + 213.26 + chmod -R u+w $install 213.27 +} 213.28 + 213.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 213.30 +genpkg_rules() 213.31 +{ 213.32 + copy @std 213.33 +}
214.1 --- a/perl-test-warnings/receipt Thu May 11 00:50:35 2017 +0300 214.2 +++ b/perl-test-warnings/receipt Thu May 11 02:23:02 2017 +0300 214.3 @@ -1,30 +1,30 @@ 214.4 # SliTaz package receipt. 214.5 214.6 PACKAGE="perl-test-warnings" 214.7 -VERSION="0.021" 214.8 -CATEGORY="development" 214.9 -SHORT_DESC="Test::Warnings is a perl module" 214.10 +VERSION="0.026" 214.11 +CATEGORY="perl" 214.12 +SHORT_DESC="Test::Warnings - Test for warnings and the lack of them" 214.13 MAINTAINER="nneul@neulinger.org" 214.14 LICENSE="GPL" 214.15 -WEB_SITE="http://search.cpan.org/dist/Test-Warnings" 214.16 -SOURCE="Test-Warnings" 214.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 214.18 -WGET_URL="http://www.cpan.org/authors/id/E/ET/ETHER/$TARBALL" 214.19 +WEB_SITE="https://metacpan.org/release/Test-Warnings" 214.20 + 214.21 +TARBALL="Test-Warnings-$VERSION.tar.gz" 214.22 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 214.23 214.24 DEPENDS="perl" 214.25 -BUILD_DEPENDS="$DEPENDS" 214.26 +BUILD_DEPENDS="perl" 214.27 214.28 # Rules to configure and make the package. 214.29 compile_rules() 214.30 { 214.31 - cd $src 214.32 perl Makefile.PL && 214.33 - make && 214.34 - make DESTDIR=$DESTDIR install 214.35 + make && make DESTDIR=$install install && 214.36 + 214.37 + chmod -R u+w $install 214.38 } 214.39 214.40 # Rules to gen a SliTaz package suitable for Tazpkg. 214.41 genpkg_rules() 214.42 { 214.43 - cp -a $install/usr $fs 214.44 + copy @std 214.45 }
215.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 215.2 +++ b/perl-test-without-module/receipt Thu May 11 02:23:02 2017 +0300 215.3 @@ -0,0 +1,31 @@ 215.4 +# SliTaz package receipt. 215.5 + 215.6 +PACKAGE="perl-test-without-module" 215.7 +VERSION="0.20" 215.8 +CATEGORY="perl" 215.9 +SHORT_DESC="Test::Without::Module - Test fallback behaviour in absence of \ 215.10 +modules" 215.11 +MAINTAINER="al.bobylev@gmail.com" 215.12 +LICENSE="GPL" 215.13 +WEB_SITE="https://metacpan.org/release/Test-Without-Module" 215.14 + 215.15 +TARBALL="Test-Without-Module-$VERSION.tar.gz" 215.16 +WGET_URL="https://cpan.metacpan.org/authors/id/C/CO/CORION/$TARBALL" 215.17 + 215.18 +DEPENDS="perl" 215.19 +BUILD_DEPENDS="perl" 215.20 + 215.21 +# Rules to configure and make the package. 215.22 +compile_rules() 215.23 +{ 215.24 + perl Makefile.PL && 215.25 + make && make DESTDIR=$install install && 215.26 + 215.27 + chmod -R u+w $install 215.28 +} 215.29 + 215.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 215.31 +genpkg_rules() 215.32 +{ 215.33 + copy @std 215.34 +}
216.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 216.2 +++ b/perl-test2-plugin-nowarnings/receipt Thu May 11 02:23:02 2017 +0300 216.3 @@ -0,0 +1,30 @@ 216.4 +# SliTaz package receipt. 216.5 + 216.6 +PACKAGE="perl-test2-plugin-nowarnings" 216.7 +VERSION="0.05" 216.8 +CATEGORY="perl" 216.9 +SHORT_DESC="Test2::Plugin::NoWarnings - Fail if tests warn" 216.10 +MAINTAINER="al.bobylev@gmail.com" 216.11 +LICENSE="GPL" 216.12 +WEB_SITE="https://metacpan.org/release/Test2-Plugin-NoWarnings" 216.13 + 216.14 +TARBALL="Test2-Plugin-NoWarnings-$VERSION.tar.gz" 216.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 216.16 + 216.17 +DEPENDS="perl" 216.18 +BUILD_DEPENDS="perl-ipc-run3 perl-test2-suite" 216.19 + 216.20 +# Rules to configure and make the package. 216.21 +compile_rules() 216.22 +{ 216.23 + perl Makefile.PL && 216.24 + make && make DESTDIR=$install install && 216.25 + 216.26 + chmod -R u+w $install 216.27 +} 216.28 + 216.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 216.30 +genpkg_rules() 216.31 +{ 216.32 + copy @std 216.33 +}
217.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 217.2 +++ b/perl-test2-suite/receipt Thu May 11 02:23:02 2017 +0300 217.3 @@ -0,0 +1,31 @@ 217.4 +# SliTaz package receipt. 217.5 + 217.6 +PACKAGE="perl-test2-suite" 217.7 +VERSION="0.000070" 217.8 +CATEGORY="perl" 217.9 +SHORT_DESC="Distribution with a rich set of tools built upon the Test2 \ 217.10 +framework" 217.11 +MAINTAINER="al.bobylev@gmail.com" 217.12 +LICENSE="GPL" 217.13 +WEB_SITE="https://metacpan.org/release/Test2-Suite" 217.14 + 217.15 +TARBALL="Test2-Suite-$VERSION.tar.gz" 217.16 +WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" 217.17 + 217.18 +DEPENDS="perl-importer perl-sub-info perl-term-table perl-test-simple" 217.19 +BUILD_DEPENDS="$DEPENDS" 217.20 + 217.21 +# Rules to configure and make the package. 217.22 +compile_rules() 217.23 +{ 217.24 + perl Makefile.PL && 217.25 + make && make DESTDIR=$install install && 217.26 + 217.27 + chmod -R u+w $install 217.28 +} 217.29 + 217.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 217.31 +genpkg_rules() 217.32 +{ 217.33 + copy @std 217.34 +}
218.1 --- a/perl-text-csv/receipt Thu May 11 00:50:35 2017 +0300 218.2 +++ b/perl-text-csv/receipt Thu May 11 02:23:02 2017 +0300 218.3 @@ -1,35 +1,32 @@ 218.4 # SliTaz package receipt. 218.5 218.6 PACKAGE="perl-text-csv" 218.7 -VERSION="1.20" 218.8 -CATEGORY="development" 218.9 -SHORT_DESC="Manipulate comma-separated value strings." 218.10 +VERSION="1.95" 218.11 +CATEGORY="perl" 218.12 +SHORT_DESC="Text::CSV - comma-separated values manipulator (using XS or \ 218.13 +PurePerl)" 218.14 MAINTAINER="slaxemulator@gmail.com" 218.15 LICENSE="GPL" 218.16 +WEB_SITE="https://metacpan.org/release/Text-CSV" 218.17 +SUGGESTED="perl-text-csv_xs" 218.18 + 218.19 +TARBALL="Text-CSV-$VERSION.tar.gz" 218.20 +WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL" 218.21 + 218.22 DEPENDS="perl" 218.23 BUILD_DEPENDS="perl" 218.24 -SOURCE="Text-CSV" 218.25 -TARBALL="$SOURCE-$VERSION.tar.gz" 218.26 -WEB_SITE="http://search.cpan.org/dist/Text-CSV/" 218.27 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL" 218.28 218.29 # Rules to configure and make the package. 218.30 compile_rules() 218.31 { 218.32 - cd $src 218.33 - PERL_MM_USE_DEFAULT=1 perl Makefile.PL 218.34 - make 218.35 - make DESTDIR="$DESTDIR" install 218.36 + perl Makefile.PL && 218.37 + make && make DESTDIR=$install install && 218.38 + 218.39 + chmod -R u+w $install 218.40 } 218.41 218.42 # Rules to gen a SliTaz package suitable for Tazpkg. 218.43 genpkg_rules() 218.44 { 218.45 - mkdir -p $fs/usr 218.46 - cp -a $install/usr/lib $fs/usr 218.47 - 218.48 - find $fs -name '.packlist' -delete 218.49 - find $fs -name '*.pod' -delete 218.50 - 218.51 + copy @std 218.52 } 218.53 -
219.1 --- a/perl-text-glob/receipt Thu May 11 00:50:35 2017 +0300 219.2 +++ b/perl-text-glob/receipt Thu May 11 02:23:02 2017 +0300 219.3 @@ -1,31 +1,30 @@ 219.4 # SliTaz package receipt. 219.5 219.6 PACKAGE="perl-text-glob" 219.7 -VERSION="0.08" 219.8 -CATEGORY="development" 219.9 -SHORT_DESC="Match globbing patterns against text." 219.10 +VERSION="0.11" 219.11 +CATEGORY="perl" 219.12 +SHORT_DESC="Text::Glob - match globbing patterns against text" 219.13 MAINTAINER="slaxemulator@gmail.com" 219.14 LICENSE="GPL" 219.15 +WEB_SITE="https://metacpan.org/release/Text-Glob" 219.16 + 219.17 +TARBALL="Text-Glob-$VERSION.tar.gz" 219.18 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL" 219.19 + 219.20 DEPENDS="perl" 219.21 BUILD_DEPENDS="perl" 219.22 -SOURCE="Text-Glob" 219.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 219.24 -WEB_SITE="http://search.cpan.org/~RCLAMP/Text-Glob" 219.25 -WGET_URL="http://www.cpan.org/authors/id/R/RC/RCLAMP/$TARBALL" 219.26 219.27 # Rules to configure and make the package. 219.28 compile_rules() 219.29 { 219.30 - cd $src 219.31 perl Makefile.PL && 219.32 - make && 219.33 - make install DESTDIR="$DESTDIR" 219.34 + make && make DESTDIR=$install install && 219.35 + 219.36 + chmod -R u+w $install 219.37 } 219.38 219.39 # Rules to gen a SliTaz package suitable for Tazpkg. 219.40 genpkg_rules() 219.41 { 219.42 - mkdir -p $fs/usr 219.43 - cp -a $install/usr/lib $fs/usr 219.44 + copy @std 219.45 } 219.46 -
220.1 --- a/perl-text-iconv/receipt Thu May 11 00:50:35 2017 +0300 220.2 +++ b/perl-text-iconv/receipt Thu May 11 02:23:02 2017 +0300 220.3 @@ -2,30 +2,29 @@ 220.4 220.5 PACKAGE="perl-text-iconv" 220.6 VERSION="1.7" 220.7 -CATEGORY="development" 220.8 -SHORT_DESC="Text::Iconv module is a Perl extension." 220.9 +CATEGORY="perl" 220.10 +SHORT_DESC="Text::Iconv - Perl interface to iconv() codeset conversion function" 220.11 MAINTAINER="pascal.bellard@slitaz.org" 220.12 LICENSE="GPL" 220.13 +WEB_SITE="https://metacpan.org/release/Text-Iconv" 220.14 + 220.15 +TARBALL="Text-Iconv-$VERSION.tar.gz" 220.16 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MP/MPIOTR/$TARBALL" 220.17 + 220.18 DEPENDS="perl" 220.19 BUILD_DEPENDS="perl" 220.20 -SOURCE="Text-Iconv" 220.21 -TARBALL="$SOURCE-$VERSION.tar.gz" 220.22 -WEB_SITE="http://cpan.org/" 220.23 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/$TARBALL" 220.24 220.25 # Rules to configure and make the package. 220.26 compile_rules() 220.27 { 220.28 - cd $src 220.29 perl Makefile.PL && 220.30 - make && 220.31 - make DESTDIR=$DESTDIR install 220.32 + make && make DESTDIR=$install install && 220.33 + 220.34 + chmod -R u+w $install 220.35 } 220.36 220.37 # Rules to gen a SliTaz package suitable for Tazpkg. 220.38 genpkg_rules() 220.39 { 220.40 - mkdir -p $fs/usr 220.41 - cp -a $install/usr/lib $fs/usr 220.42 + copy @std 220.43 } 220.44 -
221.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 221.2 +++ b/perl-text-soundex/receipt Thu May 11 02:23:02 2017 +0300 221.3 @@ -0,0 +1,30 @@ 221.4 +# SliTaz package receipt. 221.5 + 221.6 +PACKAGE="perl-text-soundex" 221.7 +VERSION="3.05" 221.8 +CATEGORY="perl" 221.9 +SHORT_DESC="Text::Soundex - Implementation of the soundex algorithm" 221.10 +MAINTAINER="al.bobylev@gmail.com" 221.11 +LICENSE="GPL" 221.12 +WEB_SITE="https://metacpan.org/release/Text-Soundex" 221.13 + 221.14 +TARBALL="Text-Soundex-$VERSION.tar.gz" 221.15 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" 221.16 + 221.17 +DEPENDS="perl" 221.18 +BUILD_DEPENDS="perl" 221.19 + 221.20 +# Rules to configure and make the package. 221.21 +compile_rules() 221.22 +{ 221.23 + perl Makefile.PL && 221.24 + make && make DESTDIR=$install install && 221.25 + 221.26 + chmod -R u+w $install 221.27 +} 221.28 + 221.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 221.30 +genpkg_rules() 221.31 +{ 221.32 + copy @std 221.33 +}
222.1 --- a/perl-text-template/receipt Thu May 11 00:50:35 2017 +0300 222.2 +++ b/perl-text-template/receipt Thu May 11 02:23:02 2017 +0300 222.3 @@ -1,15 +1,15 @@ 222.4 # SliTaz package receipt. 222.5 222.6 PACKAGE="perl-text-template" 222.7 -VERSION="1.44" 222.8 -CATEGORY="development" 222.9 -SHORT_DESC="Text::Template module is a Perl extension." 222.10 +VERSION="1.47" 222.11 +CATEGORY="perl" 222.12 +SHORT_DESC="Text::Template - Expand template text with embedded Perl" 222.13 MAINTAINER="pascal.bellard@slitaz.org" 222.14 LICENSE="GPL2" 222.15 -SOURCE="Text-Template" 222.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 222.17 -WEB_SITE="http://www.cpan.org/modules/" 222.18 -WGET_URL="http://perl.plover.com/Template/$TARBALL" 222.19 +WEB_SITE="https://metacpan.org/release/Text-Template" 222.20 + 222.21 +TARBALL="Text-Template-$VERSION.tar.gz" 222.22 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/$TARBALL" 222.23 222.24 DEPENDS="perl" 222.25 BUILD_DEPENDS="perl" 222.26 @@ -17,16 +17,14 @@ 222.27 # Rules to configure and make the package. 222.28 compile_rules() 222.29 { 222.30 - cd $src 222.31 perl Makefile.PL && 222.32 - make && 222.33 - make DESTDIR=$DESTDIR install 222.34 + make && make DESTDIR=$install install && 222.35 + 222.36 + chmod -R u+w $install 222.37 } 222.38 222.39 # Rules to gen a SliTaz package suitable for Tazpkg. 222.40 genpkg_rules() 222.41 { 222.42 - mkdir -p $fs/usr 222.43 - cp -a $install/usr/lib $fs/usr 222.44 + copy @std 222.45 } 222.46 -
223.1 --- a/perl-time-hires/receipt Thu May 11 00:50:35 2017 +0300 223.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 223.3 @@ -1,31 +0,0 @@ 223.4 -# SliTaz package receipt. 223.5 - 223.6 -PACKAGE="perl-time-hires" 223.7 -VERSION="1.9715" 223.8 -CATEGORY="development" 223.9 -SHORT_DESC="Time::HiRes module is a Perl extension." 223.10 -MAINTAINER="pascal.bellard@slitaz.org" 223.11 -LICENSE="GPL" 223.12 -DEPENDS="perl" 223.13 -BUILD_DEPENDS="perl" 223.14 -SOURCE="Time-HiRes" 223.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 223.16 -WEB_SITE="http://cpan.org/" 223.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JH/JHI/$TARBALL" 223.18 - 223.19 -# Rules to configure and make the package. 223.20 -compile_rules() 223.21 -{ 223.22 - cd $src 223.23 - perl Makefile.PL && 223.24 - make && 223.25 - make DESTDIR=$DESTDIR install 223.26 -} 223.27 - 223.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 223.29 -genpkg_rules() 223.30 -{ 223.31 - mkdir -p $fs/usr 223.32 - cp -a $install/usr/lib $fs/usr 223.33 -} 223.34 -
224.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 224.2 +++ b/perl-timedate/receipt Thu May 11 02:23:02 2017 +0300 224.3 @@ -0,0 +1,30 @@ 224.4 +# SliTaz package receipt. 224.5 + 224.6 +PACKAGE="perl-timedate" 224.7 +VERSION="2.30" 224.8 +CATEGORY="perl" 224.9 +SHORT_DESC="Date formating subroutines" 224.10 +MAINTAINER="al.bobylev@gmail.com" 224.11 +LICENSE="GPL" 224.12 +WEB_SITE="https://metacpan.org/release/TimeDate" 224.13 + 224.14 +TARBALL="TimeDate-$VERSION.tar.gz" 224.15 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL" 224.16 + 224.17 +DEPENDS="perl" 224.18 +BUILD_DEPENDS="perl" 224.19 + 224.20 +# Rules to configure and make the package. 224.21 +compile_rules() 224.22 +{ 224.23 + perl Makefile.PL && 224.24 + make && make DESTDIR=$install install && 224.25 + 224.26 + chmod -R u+w $install 224.27 +} 224.28 + 224.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 224.30 +genpkg_rules() 224.31 +{ 224.32 + copy @std 224.33 +}
225.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 225.2 +++ b/perl-tk-dev/receipt Thu May 11 02:23:02 2017 +0300 225.3 @@ -0,0 +1,19 @@ 225.4 +# SliTaz package receipt. 225.5 + 225.6 +PACKAGE="perl-tk-dev" 225.7 +VERSION="804.033" 225.8 +CATEGORY="development" 225.9 +SHORT_DESC="Tk - a graphical user interface toolkit for Perl (development \ 225.10 +files)" 225.11 +MAINTAINER="sygne@ombres.eu" 225.12 +LICENSE="GPL" 225.13 +WEB_SITE="https://metacpan.org/release/Tk" 225.14 + 225.15 +WANTED="perl-tk" 225.16 +DEPENDS="perl-tk" 225.17 + 225.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 225.19 +genpkg_rules() 225.20 +{ 225.21 + copy @dev 225.22 +}
226.1 --- a/perl-tk/receipt Thu May 11 00:50:35 2017 +0300 226.2 +++ b/perl-tk/receipt Thu May 11 02:23:02 2017 +0300 226.3 @@ -1,33 +1,34 @@ 226.4 # SliTaz package receipt. 226.5 226.6 PACKAGE="perl-tk" 226.7 -VERSION="804.029" 226.8 -CATEGORY="development" 226.9 -SHORT_DESC="A graphical user interface toolkit for Perl" 226.10 +VERSION="804.033" 226.11 +CATEGORY="perl" 226.12 +SHORT_DESC="Tk - a graphical user interface toolkit for Perl" 226.13 MAINTAINER="sygne@ombres.eu" 226.14 LICENSE="GPL" 226.15 -DEPENDS="perl fontconfig jpeg xorg-libX11 xorg-libXau xorg-libXdmcp zlib libpng tk" 226.16 -BUILD_DEPENDS="perl fontconfig-dev jpeg-dev xorg-libX11-dev xorg-libXau-dev xorg-libXdmcp-dev zlib-dev libpng-dev tk-dev" 226.17 -SOURCE="Tk" 226.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 226.19 -WEB_SITE="http://search.cpan.org/dist/Tk" 226.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/$TARBALL" 226.21 +WEB_SITE="https://metacpan.org/release/Tk" 226.22 + 226.23 +TARBALL="Tk-$VERSION.tar.gz" 226.24 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SR/SREZIC/$TARBALL" 226.25 + 226.26 +DEPENDS="perl fontconfig libjpeg-turbo libpng xorg-libX11 xorg-libXft zlib tk" 226.27 +BUILD_DEPENDS="perl xorg-libX11-dev freetype-dev xorg-libXft-dev \ 226.28 +fontconfig-dev libpng-dev zlib-dev libjpeg-turbo-dev tk-dev" 226.29 226.30 # Rules to configure and make the package. 226.31 compile_rules() 226.32 { 226.33 - cd $src 226.34 - /bin/chmod -R u+w * 226.35 - # The Xlib header is wrong... 226.36 +# # The Xlib header is wrong... 226.37 sed -i 's/XKeycodeToKeysym\(.*\)unsigned int/XKeycodeToKeysym\1KeyCode/' pTk/Xlib.h 226.38 + 226.39 perl Makefile.PL && 226.40 - make DESTDIR=$DESTDIR install 226.41 + make DESTDIR=$install install && 226.42 + 226.43 + chmod -R u+w $install 226.44 } 226.45 226.46 # Rules to gen a SliTaz package suitable for Tazpkg. 226.47 genpkg_rules() 226.48 { 226.49 - mkdir -p $fs 226.50 - cp -a $install/usr $fs/ 226.51 + copy @std 226.52 } 226.53 -
227.1 --- a/perl-try-tiny/receipt Thu May 11 00:50:35 2017 +0300 227.2 +++ b/perl-try-tiny/receipt Thu May 11 02:23:02 2017 +0300 227.3 @@ -1,30 +1,30 @@ 227.4 # SliTaz package receipt. 227.5 227.6 PACKAGE="perl-try-tiny" 227.7 -VERSION="0.22" 227.8 -CATEGORY="development" 227.9 -SHORT_DESC="Try::Tiny is a perl module" 227.10 +VERSION="0.28" 227.11 +CATEGORY="perl" 227.12 +SHORT_DESC="Try::Tiny - Minimal try/catch with proper preservation of \$@" 227.13 MAINTAINER="nneul@neulinger.org" 227.14 LICENSE="GPL" 227.15 -WEB_SITE="http://search.cpan.org/dist/Try-Tiny" 227.16 -SOURCE="Try-Tiny" 227.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 227.18 -WGET_URL="http://www.cpan.org/authors/id/D/DO/DOY/$TARBALL" 227.19 +WEB_SITE="https://metacpan.org/release/Try-Tiny" 227.20 + 227.21 +TARBALL="Try-Tiny-$VERSION.tar.gz" 227.22 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 227.23 227.24 DEPENDS="perl" 227.25 -BUILD_DEPENDS="$DEPENDS" 227.26 +BUILD_DEPENDS="perl" 227.27 227.28 # Rules to configure and make the package. 227.29 compile_rules() 227.30 { 227.31 - cd $src 227.32 perl Makefile.PL && 227.33 - make && 227.34 - make DESTDIR=$DESTDIR install 227.35 + make && make DESTDIR=$install install && 227.36 + 227.37 + chmod -R u+w $install 227.38 } 227.39 227.40 # Rules to gen a SliTaz package suitable for Tazpkg. 227.41 genpkg_rules() 227.42 { 227.43 - cp -a $install/usr $fs 227.44 + copy @std 227.45 }
228.1 --- a/perl-unicode-map/receipt Thu May 11 00:50:35 2017 +0300 228.2 +++ b/perl-unicode-map/receipt Thu May 11 02:23:02 2017 +0300 228.3 @@ -2,30 +2,29 @@ 228.4 228.5 PACKAGE="perl-unicode-map" 228.6 VERSION="0.112" 228.7 -CATEGORY="development" 228.8 -SHORT_DESC="Unicode::Map module is a Perl extension." 228.9 +CATEGORY="perl" 228.10 +SHORT_DESC="Unicode::Map - An utility to map texts from and to unicode" 228.11 MAINTAINER="pascal.bellard@slitaz.org" 228.12 LICENSE="GPL" 228.13 +WEB_SITE="https://metacpan.org/release/Unicode-Map" 228.14 + 228.15 +TARBALL="Unicode-Map-$VERSION.tar.gz" 228.16 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MS/MSCHWARTZ/$TARBALL" 228.17 + 228.18 DEPENDS="perl" 228.19 BUILD_DEPENDS="perl" 228.20 -SOURCE="Unicode-Map" 228.21 -TARBALL="$SOURCE-$VERSION.tar.gz" 228.22 -WEB_SITE="http://cpan.org/" 228.23 -WGET_URL="http://cpan.org/authors/id/M/MS/MSCHWARTZ/$TARBALL" 228.24 228.25 # Rules to configure and make the package. 228.26 compile_rules() 228.27 { 228.28 - cd $src 228.29 - perl Makefile.PL 228.30 - make 228.31 - make DESTDIR=$DESTDIR install 228.32 + perl Makefile.PL && 228.33 + make && make DESTDIR=$install install && 228.34 + 228.35 + chmod -R u+w $install 228.36 } 228.37 228.38 # Rules to gen a SliTaz package suitable for Tazpkg. 228.39 genpkg_rules() 228.40 { 228.41 - mkdir -p $fs/usr 228.42 - cp -a $install/usr/lib $fs/usr 228.43 + copy @std 228.44 } 228.45 -
229.1 --- a/perl-unicode-map8/receipt Thu May 11 00:50:35 2017 +0300 229.2 +++ b/perl-unicode-map8/receipt Thu May 11 02:23:02 2017 +0300 229.3 @@ -1,31 +1,30 @@ 229.4 # SliTaz package receipt. 229.5 229.6 PACKAGE="perl-unicode-map8" 229.7 -VERSION="0.12" 229.8 -CATEGORY="development" 229.9 -SHORT_DESC="Unicode::Map8 module is a Perl extension." 229.10 +VERSION="0.13" 229.11 +CATEGORY="perl" 229.12 +SHORT_DESC="Unicode::Map8 - Mapping table between 8-bit chars and Unicode" 229.13 MAINTAINER="pascal.bellard@slitaz.org" 229.14 LICENSE="GPL" 229.15 -DEPENDS="perl" 229.16 -BUILD_DEPENDS="perl" 229.17 -SOURCE="Unicode-Map8" 229.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 229.19 -WEB_SITE="http://cpan.org/" 229.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 229.21 +WEB_SITE="https://metacpan.org/release/Unicode-Map8" 229.22 + 229.23 +TARBALL="Unicode-Map8-$VERSION.tar.gz" 229.24 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 229.25 + 229.26 +DEPENDS="perl-unicode-string" 229.27 +BUILD_DEPENDS="$DEPENDS" 229.28 229.29 # Rules to configure and make the package. 229.30 compile_rules() 229.31 { 229.32 - cd $src 229.33 perl Makefile.PL && 229.34 - make && 229.35 - make DESTDIR=$DESTDIR install 229.36 + make && make DESTDIR=$install install && 229.37 + 229.38 + chmod -R u+w $install 229.39 } 229.40 229.41 # Rules to gen a SliTaz package suitable for Tazpkg. 229.42 genpkg_rules() 229.43 { 229.44 - mkdir -p $fs/usr 229.45 - cp -a $install/usr/lib $fs/usr 229.46 + copy @std 229.47 } 229.48 -
230.1 --- a/perl-unicode-maputf8/receipt Thu May 11 00:50:35 2017 +0300 230.2 +++ b/perl-unicode-maputf8/receipt Thu May 11 02:23:02 2017 +0300 230.3 @@ -2,30 +2,30 @@ 230.4 230.5 PACKAGE="perl-unicode-maputf8" 230.6 VERSION="1.11" 230.7 -CATEGORY="development" 230.8 -SHORT_DESC="Unicode::MapUTF8 module is a Perl extension." 230.9 +CATEGORY="perl" 230.10 +SHORT_DESC="Unicode::MapUTF8 - Conversions to and from arbitrary character \ 230.11 +sets and UTF8" 230.12 MAINTAINER="pascal.bellard@slitaz.org" 230.13 LICENSE="GPL" 230.14 -DEPENDS="perl perl-unicode-string" 230.15 -BUILD_DEPENDS="perl" 230.16 -SOURCE="Unicode-MapUTF8" 230.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 230.18 -WEB_SITE="http://cpan.org/" 230.19 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SN/SNOWHARE/$TARBALL" 230.20 +WEB_SITE="https://metacpan.org/release/Unicode-MapUTF8" 230.21 + 230.22 +TARBALL="Unicode-MapUTF8-$VERSION.tar.gz" 230.23 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SN/SNOWHARE/$TARBALL" 230.24 + 230.25 +DEPENDS="perl-jcode perl-unicode-map perl-unicode-map8 perl-unicode-string" 230.26 +BUILD_DEPENDS="$DEPENDS" 230.27 230.28 # Rules to configure and make the package. 230.29 compile_rules() 230.30 { 230.31 - cd $src 230.32 perl Makefile.PL && 230.33 - make && 230.34 - make DESTDIR=$DESTDIR install 230.35 + make && make DESTDIR=$install install && 230.36 + 230.37 + chmod -R u+w $install 230.38 } 230.39 230.40 # Rules to gen a SliTaz package suitable for Tazpkg. 230.41 genpkg_rules() 230.42 { 230.43 - mkdir -p $fs/usr 230.44 - cp -a $install/usr/lib $fs/usr 230.45 + copy @std 230.46 } 230.47 -
231.1 --- a/perl-unicode-string/receipt Thu May 11 00:50:35 2017 +0300 231.2 +++ b/perl-unicode-string/receipt Thu May 11 02:23:02 2017 +0300 231.3 @@ -1,31 +1,30 @@ 231.4 # SliTaz package receipt. 231.5 231.6 PACKAGE="perl-unicode-string" 231.7 -VERSION="2.09" 231.8 -CATEGORY="development" 231.9 -SHORT_DESC="Unicode::String module is a Perl extension." 231.10 +VERSION="2.10" 231.11 +CATEGORY="perl" 231.12 +SHORT_DESC="Unicode::String - String of Unicode characters (UTF-16BE)" 231.13 MAINTAINER="pascal.bellard@slitaz.org" 231.14 LICENSE="GPL" 231.15 +WEB_SITE="https://metacpan.org/release/Unicode-String" 231.16 + 231.17 +TARBALL="Unicode-String-$VERSION.tar.gz" 231.18 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/GAAS/$TARBALL" 231.19 + 231.20 DEPENDS="perl" 231.21 BUILD_DEPENDS="perl" 231.22 -SOURCE="Unicode-String" 231.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 231.24 -WEB_SITE="http://cpan.org/" 231.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 231.26 231.27 # Rules to configure and make the package. 231.28 compile_rules() 231.29 { 231.30 - cd $src 231.31 perl Makefile.PL && 231.32 - make && 231.33 - make DESTDIR=$DESTDIR install 231.34 + make && make DESTDIR=$install install && 231.35 + 231.36 + chmod -R u+w $install 231.37 } 231.38 231.39 # Rules to gen a SliTaz package suitable for Tazpkg. 231.40 genpkg_rules() 231.41 { 231.42 - mkdir -p $fs/usr 231.43 - cp -a $install/usr/lib $fs/usr 231.44 + copy @std 231.45 } 231.46 -
232.1 --- a/perl-unix-mknod/receipt Thu May 11 00:50:35 2017 +0300 232.2 +++ b/perl-unix-mknod/receipt Thu May 11 02:23:02 2017 +0300 232.3 @@ -2,14 +2,14 @@ 232.4 232.5 PACKAGE="perl-unix-mknod" 232.6 VERSION="0.04" 232.7 -CATEGORY="development" 232.8 -SHORT_DESC="Unix::Mknod module is a Perl extension." 232.9 +CATEGORY="perl" 232.10 +SHORT_DESC="Unix::Mknod - Perl extension for mknod, major, minor, and makedev" 232.11 MAINTAINER="pascal.bellard@slitaz.org" 232.12 LICENSE="GPL" 232.13 -SOURCE="Unix-Mknod" 232.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 232.15 -WEB_SITE="http://cpan.org/" 232.16 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PI/PIRZYK/$TARBALL" 232.17 +WEB_SITE="https://metacpan.org/release/Unix-Mknod" 232.18 + 232.19 +TARBALL="Unix-Mknod-$VERSION.tar.gz" 232.20 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PI/PIRZYK/$TARBALL" 232.21 232.22 DEPENDS="perl" 232.23 BUILD_DEPENDS="perl" 232.24 @@ -17,16 +17,14 @@ 232.25 # Rules to configure and make the package. 232.26 compile_rules() 232.27 { 232.28 - cd $src 232.29 perl Makefile.PL && 232.30 - make && 232.31 - make DESTDIR=$DESTDIR install 232.32 + make && make DESTDIR=$install install && 232.33 + 232.34 + chmod -R u+w $install 232.35 } 232.36 232.37 # Rules to gen a SliTaz package suitable for Tazpkg. 232.38 genpkg_rules() 232.39 { 232.40 - mkdir -p $fs/usr 232.41 - cp -a $install/usr/lib $fs/usr 232.42 + copy @std 232.43 } 232.44 -
233.1 --- a/perl-uri/receipt Thu May 11 00:50:35 2017 +0300 233.2 +++ b/perl-uri/receipt Thu May 11 02:23:02 2017 +0300 233.3 @@ -1,32 +1,30 @@ 233.4 # SliTaz package receipt. 233.5 233.6 PACKAGE="perl-uri" 233.7 -VERSION="1.58" 233.8 -CATEGORY="development" 233.9 -SHORT_DESC="URI::Escape, URI::File, URI::ldap and URI::URL modules are Perl extensions." 233.10 +VERSION="1.71" 233.11 +CATEGORY="perl" 233.12 +SHORT_DESC="URI - Uniform Resource Identifiers (absolute and relative)" 233.13 MAINTAINER="erjo@slitaz.org" 233.14 LICENSE="GPL" 233.15 +WEB_SITE="https://metacpan.org/release/URI" 233.16 + 233.17 +TARBALL="URI-$VERSION.tar.gz" 233.18 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 233.19 + 233.20 DEPENDS="perl" 233.21 BUILD_DEPENDS="perl" 233.22 -SOURCE="URI" 233.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 233.24 -WEB_SITE="http://cpan.org/" 233.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 233.26 -PROVIDE="perl-uri-escape perl-uri-file perl-uri-ldap perl-uri-url" 233.27 233.28 # Rules to configure and make the package. 233.29 compile_rules() 233.30 { 233.31 - cd $src 233.32 perl Makefile.PL && 233.33 - make && 233.34 - make install DESTDIR=$DESTDIR 233.35 + make && make DESTDIR=$install install && 233.36 + 233.37 + chmod -R u+w $install 233.38 } 233.39 233.40 # Rules to gen a SliTaz package suitable for Tazpkg. 233.41 genpkg_rules() 233.42 { 233.43 - mkdir -p $fs/usr 233.44 - cp -a $install/usr/lib $fs/usr 233.45 + copy @std 233.46 } 233.47 -
234.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 234.2 +++ b/perl-variable-magic/receipt Thu May 11 02:23:02 2017 +0300 234.3 @@ -0,0 +1,31 @@ 234.4 +# SliTaz package receipt. 234.5 + 234.6 +PACKAGE="perl-variable-magic" 234.7 +VERSION="0.61" 234.8 +CATEGORY="perl" 234.9 +SHORT_DESC="Variable::Magic - Associate user-defined magic to variables from \ 234.10 +Perl" 234.11 +MAINTAINER="al.bobylev@gmail.com" 234.12 +LICENSE="GPL" 234.13 +WEB_SITE="https://metacpan.org/release/Variable-Magic" 234.14 + 234.15 +TARBALL="Variable-Magic-$VERSION.tar.gz" 234.16 +WGET_URL="https://cpan.metacpan.org/authors/id/V/VP/VPIT/$TARBALL" 234.17 + 234.18 +DEPENDS="perl" 234.19 +BUILD_DEPENDS="perl" 234.20 + 234.21 +# Rules to configure and make the package. 234.22 +compile_rules() 234.23 +{ 234.24 + perl Makefile.PL && 234.25 + make && make DESTDIR=$install install && 234.26 + 234.27 + chmod -R u+w $install 234.28 +} 234.29 + 234.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 234.31 +genpkg_rules() 234.32 +{ 234.33 + copy @std 234.34 +}
235.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 235.2 +++ b/perl-version/receipt Thu May 11 02:23:02 2017 +0300 235.3 @@ -0,0 +1,30 @@ 235.4 +# SliTaz package receipt. 235.5 + 235.6 +PACKAGE="perl-version" 235.7 +VERSION="0.9918" 235.8 +CATEGORY="perl" 235.9 +SHORT_DESC="version - Perl extension for Version Objects" 235.10 +MAINTAINER="al.bobylev@gmail.com" 235.11 +LICENSE="GPL" 235.12 +WEB_SITE="https://metacpan.org/release/version" 235.13 + 235.14 +TARBALL="version-$VERSION.tar.gz" 235.15 +WGET_URL="https://cpan.metacpan.org/authors/id/J/JP/JPEACOCK/$TARBALL" 235.16 + 235.17 +DEPENDS="perl" 235.18 +BUILD_DEPENDS="perl" 235.19 + 235.20 +# Rules to configure and make the package. 235.21 +compile_rules() 235.22 +{ 235.23 + perl Makefile.PL && 235.24 + make && make DESTDIR=$install install && 235.25 + 235.26 + chmod -R u+w $install 235.27 +} 235.28 + 235.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 235.30 +genpkg_rules() 235.31 +{ 235.32 + copy @std 235.33 +}
236.1 --- a/perl-www-robotrules/receipt Thu May 11 00:50:35 2017 +0300 236.2 +++ b/perl-www-robotrules/receipt Thu May 11 02:23:02 2017 +0300 236.3 @@ -2,30 +2,29 @@ 236.4 236.5 PACKAGE="perl-www-robotrules" 236.6 VERSION="6.02" 236.7 -CATEGORY="development" 236.8 -SHORT_DESC="Database of robots.txt-derived permissions" 236.9 +CATEGORY="perl" 236.10 +SHORT_DESC="WWW::RobotRules - database of robots.txt-derived permissions" 236.11 MAINTAINER="erjo@slitaz.org" 236.12 LICENSE="GPL" 236.13 -SOURCE="WWW-RobotRules" 236.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 236.15 -WEB_SITE="http://search.cpan.org/dist/libwww-perl/" 236.16 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" 236.17 +WEB_SITE="https://metacpan.org/release/WWW-RobotRules" 236.18 236.19 -DEPENDS="perl perl-uri" 236.20 -BUILD_DEPENDS="perl $DEPENDS" 236.21 +TARBALL="WWW-RobotRules-$VERSION.tar.gz" 236.22 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" 236.23 + 236.24 +DEPENDS="perl-uri" 236.25 +BUILD_DEPENDS="$DEPENDS" 236.26 236.27 # Rules to configure and make the package. 236.28 compile_rules() 236.29 { 236.30 - cd $src 236.31 - perl Makefile.PL && make && make DESTDIR=$DESTDIR install 236.32 - 236.33 + perl Makefile.PL && 236.34 + make && make DESTDIR=$install install && 236.35 + 236.36 + chmod -R u+w $install 236.37 } 236.38 236.39 # Rules to gen a SliTaz package suitable for Tazpkg. 236.40 genpkg_rules() 236.41 { 236.42 - mkdir -p $fs/usr 236.43 - cp -a $install/usr/lib $fs/usr 236.44 + copy @std 236.45 } 236.46 -
237.1 --- a/perl-xml-entities/receipt Thu May 11 00:50:35 2017 +0300 237.2 +++ b/perl-xml-entities/receipt Thu May 11 02:23:02 2017 +0300 237.3 @@ -1,31 +1,30 @@ 237.4 # SliTaz package receipt. 237.5 237.6 PACKAGE="perl-xml-entities" 237.7 -VERSION="1.0000" 237.8 -CATEGORY="development" 237.9 -SHORT_DESC="XML::Entities module is a Perl extension." 237.10 +VERSION="1.0002" 237.11 +CATEGORY="perl" 237.12 +SHORT_DESC="XML::Entities - Decode strings with XML entities" 237.13 MAINTAINER="pascal.bellard@slitaz.org" 237.14 LICENSE="GPL" 237.15 +WEB_SITE="https://metacpan.org/release/XML-Entities" 237.16 + 237.17 +TARBALL="XML-Entities-$VERSION.tar.gz" 237.18 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SI/SIXTEASE/$TARBALL" 237.19 + 237.20 DEPENDS="perl" 237.21 -BUILD_DEPENDS="perl perl-libwww perl-uri" 237.22 -SOURCE="XML-Entities" 237.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 237.24 -WEB_SITE="http://search.cpan.org/dist/XML-Entities/lib/XML/Entities.pm" 237.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SI/SIXTEASE/$TARBALL" 237.26 +BUILD_DEPENDS="perl" 237.27 237.28 # Rules to configure and make the package. 237.29 compile_rules() 237.30 { 237.31 - cd $src 237.32 perl Makefile.PL && 237.33 - make && 237.34 - make install DESTDIR=$DESTDIR 237.35 + make && make DESTDIR=$install install && 237.36 + 237.37 + chmod -R u+w $install 237.38 } 237.39 237.40 # Rules to gen a SliTaz package suitable for Tazpkg. 237.41 genpkg_rules() 237.42 { 237.43 - mkdir -p $fs/usr 237.44 - cp -a $install/usr/lib $fs/usr 237.45 + copy @std 237.46 } 237.47 -
238.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 238.2 +++ b/perl-xml-filter-buffertext/receipt Thu May 11 02:23:02 2017 +0300 238.3 @@ -0,0 +1,31 @@ 238.4 +# SliTaz package receipt. 238.5 + 238.6 +PACKAGE="perl-xml-filter-buffertext" 238.7 +VERSION="1.01" 238.8 +CATEGORY="perl" 238.9 +SHORT_DESC="XML::Filter::BufferText - Filter to put all characters() in one \ 238.10 +event" 238.11 +MAINTAINER="pascal.bellard@slitaz.org" 238.12 +LICENSE="GPL" 238.13 +WEB_SITE="https://metacpan.org/release/XML-Filter-BufferText" 238.14 + 238.15 +TARBALL="XML-Filter-BufferText-$VERSION.tar.gz" 238.16 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RB/RBERJON/$TARBALL" 238.17 + 238.18 +DEPENDS="perl-xml-sax perl-xml-sax-base" 238.19 +BUILD_DEPENDS="$DEPENDS" 238.20 + 238.21 +# Rules to configure and make the package. 238.22 +compile_rules() 238.23 +{ 238.24 + perl Makefile.PL && 238.25 + make && make DESTDIR=$install install && 238.26 + 238.27 + chmod -R u+w $install 238.28 +} 238.29 + 238.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 238.31 +genpkg_rules() 238.32 +{ 238.33 + copy @std 238.34 +}
239.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 239.2 +++ b/perl-xml-namespacesupport/receipt Thu May 11 02:23:02 2017 +0300 239.3 @@ -0,0 +1,30 @@ 239.4 +# SliTaz package receipt. 239.5 + 239.6 +PACKAGE="perl-xml-namespacesupport" 239.7 +VERSION="1.12" 239.8 +CATEGORY="perl" 239.9 +SHORT_DESC="XML::NamespaceSupport - A simple generic namespace processor" 239.10 +MAINTAINER="al.bobylev@gmail.com" 239.11 +LICENSE="GPL" 239.12 +WEB_SITE="https://metacpan.org/release/XML-NamespaceSupport" 239.13 + 239.14 +TARBALL="XML-NamespaceSupport-$VERSION.tar.gz" 239.15 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/$TARBALL" 239.16 + 239.17 +DEPENDS="perl" 239.18 +BUILD_DEPENDS="perl" 239.19 + 239.20 +# Rules to configure and make the package. 239.21 +compile_rules() 239.22 +{ 239.23 + perl Makefile.PL && 239.24 + make && make DESTDIR=$install install && 239.25 + 239.26 + chmod -R u+w $install 239.27 +} 239.28 + 239.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 239.30 +genpkg_rules() 239.31 +{ 239.32 + copy @std 239.33 +}
240.1 --- a/perl-xml-parser/receipt Thu May 11 00:50:35 2017 +0300 240.2 +++ b/perl-xml-parser/receipt Thu May 11 02:23:02 2017 +0300 240.3 @@ -2,29 +2,30 @@ 240.4 240.5 PACKAGE="perl-xml-parser" 240.6 VERSION="2.44" 240.7 -CATEGORY="development" 240.8 -SHORT_DESC="XML::Parser module is a Perl extension interface to XML expat." 240.9 +CATEGORY="perl" 240.10 +SHORT_DESC="XML::Parser - A Perl module for parsing XML documents" 240.11 MAINTAINER="pankso@slitaz.org" 240.12 LICENSE="GPL" 240.13 -WEB_SITE="https://github.com/chorny/XML-Parser" 240.14 +WEB_SITE="https://metacpan.org/release/XML-Parser" 240.15 HOST_ARCH="i486 arm" 240.16 240.17 -TARBALL="$PACKAGE-$VERSION.tar.gz" 240.18 -WGET_URL="http://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-$VERSION.tar.gz" 240.19 +TARBALL="XML-Parser-$VERSION.tar.gz" 240.20 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" 240.21 240.22 -DEPENDS="perl expat" 240.23 -BUILD_DEPENDS="perl expat-dev" 240.24 +DEPENDS="perl-libwww-perl expat" 240.25 +BUILD_DEPENDS="$DEPENDS expat-dev" 240.26 240.27 # Rules to configure and make the package. 240.28 compile_rules() 240.29 { 240.30 perl Makefile.PL && 240.31 - make && 240.32 - make DESTDIR=$DESTDIR install 240.33 + make && make DESTDIR=$install install && 240.34 + 240.35 + chmod -R u+w $install 240.36 } 240.37 240.38 # Rules to gen a SliTaz package suitable for Tazpkg. 240.39 genpkg_rules() 240.40 { 240.41 - cook_copy_folders lib 240.42 + copy @std 240.43 }
241.1 --- a/perl-xml-rss/receipt Thu May 11 00:50:35 2017 +0300 241.2 +++ b/perl-xml-rss/receipt Thu May 11 02:23:02 2017 +0300 241.3 @@ -1,32 +1,30 @@ 241.4 # SliTaz package receipt. 241.5 241.6 PACKAGE="perl-xml-rss" 241.7 -VERSION="1.48" 241.8 -CATEGORY="development" 241.9 -SHORT_DESC="XML::RSS module is a Perl extension." 241.10 +VERSION="1.59" 241.11 +CATEGORY="perl" 241.12 +SHORT_DESC="XML::RSS - creates and updates RSS files" 241.13 MAINTAINER="pascal.bellard@slitaz.org" 241.14 LICENSE="GPL" 241.15 -DEPENDS="perl perl-xml-parser perl-datetime perl-datetime-format-mail \ 241.16 -perl-datetime-format-w3cdtf" 241.17 -BUILD_DEPENDS="wget $DEPENDS" 241.18 -SOURCE="XML-RSS" 241.19 -TARBALL="$SOURCE-$VERSION.tar.gz" 241.20 -WEB_SITE="http://cpan.uwinnipeg.ca/dist/XML-RSS" 241.21 -WGET_URL="http://cpan.uwinnipeg.ca/cpan/authors/id/S/SH/SHLOMIF/$TARBALL" 241.22 +WEB_SITE="https://metacpan.org/release/XML-RSS" 241.23 + 241.24 +TARBALL="XML-RSS-$VERSION.tar.gz" 241.25 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL" 241.26 + 241.27 +DEPENDS="perl-datetime perl-datetime-format-mail perl-datetime-format-w3cdtf \ 241.28 +perl-html-parser perl-xml-parser" 241.29 +BUILD_DEPENDS="$DEPENDS perl-test-manifest" 241.30 241.31 # Rules to configure and make the package. 241.32 compile_rules() 241.33 { 241.34 - cd $src 241.35 perl Makefile.PL && 241.36 - make && 241.37 - make DESTDIR=$DESTDIR install 241.38 + make && make DESTDIR=$install install && 241.39 + chmod -R u+w $install 241.40 } 241.41 241.42 # Rules to gen a SliTaz package suitable for Tazpkg. 241.43 genpkg_rules() 241.44 { 241.45 - mkdir -p $fs/usr 241.46 - cp -a $install/usr/lib $fs/usr 241.47 + copy @std 241.48 } 241.49 -
242.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 242.2 +++ b/perl-xml-sax-base/receipt Thu May 11 02:23:02 2017 +0300 242.3 @@ -0,0 +1,30 @@ 242.4 +# SliTaz package receipt. 242.5 + 242.6 +PACKAGE="perl-xml-sax-base" 242.7 +VERSION="1.09" 242.8 +CATEGORY="perl" 242.9 +SHORT_DESC="XML::SAX::Base - Base class SAX Drivers and Filters" 242.10 +MAINTAINER="al.bobylev@gmail.com" 242.11 +LICENSE="GPL" 242.12 +WEB_SITE="https://metacpan.org/release/XML-SAX-Base" 242.13 + 242.14 +TARBALL="XML-SAX-Base-$VERSION.tar.gz" 242.15 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GR/GRANTM/$TARBALL" 242.16 + 242.17 +DEPENDS="perl" 242.18 +BUILD_DEPENDS="perl" 242.19 + 242.20 +# Rules to configure and make the package. 242.21 +compile_rules() 242.22 +{ 242.23 + perl Makefile.PL && 242.24 + make && make DESTDIR=$install install && 242.25 + 242.26 + chmod -R u+w $install 242.27 +} 242.28 + 242.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 242.30 +genpkg_rules() 242.31 +{ 242.32 + copy @std 242.33 +}
243.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 243.2 +++ b/perl-xml-sax-expat/receipt Thu May 11 02:23:02 2017 +0300 243.3 @@ -0,0 +1,31 @@ 243.4 +# SliTaz package receipt. 243.5 + 243.6 +PACKAGE="perl-xml-sax-expat" 243.7 +VERSION="0.51" 243.8 +CATEGORY="perl" 243.9 +SHORT_DESC="XML::SAX::Expat - SAX2 Driver for Expat (XML::Parser)" 243.10 +MAINTAINER="al.bobylev@gmail.com" 243.11 +LICENSE="GPL" 243.12 +WEB_SITE="https://metacpan.org/release/XML-SAX-Expat" 243.13 + 243.14 +TARBALL="XML-SAX-Expat-$VERSION.tar.gz" 243.15 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BJ/BJOERN/$TARBALL" 243.16 + 243.17 +DEPENDS="perl-xml-namespacesupport perl-xml-parser perl-xml-sax \ 243.18 +perl-xml-sax-base" 243.19 +BUILD_DEPENDS="$DEPENDS" 243.20 + 243.21 +# Rules to configure and make the package. 243.22 +compile_rules() 243.23 +{ 243.24 + perl Makefile.PL && 243.25 + make -j1 install && make -j1 DESTDIR=$install install && 243.26 + 243.27 + chmod -R u+w $install 243.28 +} 243.29 + 243.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 243.31 +genpkg_rules() 243.32 +{ 243.33 + copy @std 243.34 +}
244.1 --- a/perl-xml-sax-writer/receipt Thu May 11 00:50:35 2017 +0300 244.2 +++ b/perl-xml-sax-writer/receipt Thu May 11 02:23:02 2017 +0300 244.3 @@ -1,31 +1,30 @@ 244.4 # SliTaz package receipt. 244.5 244.6 PACKAGE="perl-xml-sax-writer" 244.7 -VERSION="0.50" 244.8 -CATEGORY="development" 244.9 -SHORT_DESC="XML::SAX::Writer module is a Perl extension." 244.10 +VERSION="0.56" 244.11 +CATEGORY="perl" 244.12 +SHORT_DESC="XML::SAX::Writer - SAX2 XML Writer" 244.13 MAINTAINER="pascal.bellard@slitaz.org" 244.14 LICENSE="GPL" 244.15 -DEPENDS="perl" 244.16 -BUILD_DEPENDS="perl" 244.17 -SOURCE="XML-SAX-Writer" 244.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 244.19 -WEB_SITE="http://cpan.org/" 244.20 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DA/DAHUT/$TARBALL" 244.21 +WEB_SITE="https://metacpan.org/release/XML-SAX-Writer" 244.22 + 244.23 +TARBALL="XML-SAX-Writer-$VERSION.tar.gz" 244.24 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/$TARBALL" 244.25 + 244.26 +DEPENDS="perl-xml-filter-buffertext perl-xml-namespacesupport perl-xml-sax-base" 244.27 +BUILD_DEPENDS="$DEPENDS" 244.28 244.29 # Rules to configure and make the package. 244.30 compile_rules() 244.31 { 244.32 - cd $src 244.33 perl Makefile.PL && 244.34 - make && 244.35 - make DESTDIR=$DESTDIR install 244.36 + make && make DESTDIR=$install install && 244.37 + 244.38 + chmod -R u+w $install 244.39 } 244.40 244.41 # Rules to gen a SliTaz package suitable for Tazpkg. 244.42 genpkg_rules() 244.43 { 244.44 - mkdir -p $fs/usr 244.45 - cp -a $install/usr/lib $fs/usr 244.46 + copy @std 244.47 } 244.48 -
245.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 245.2 +++ b/perl-xml-sax/receipt Thu May 11 02:23:02 2017 +0300 245.3 @@ -0,0 +1,31 @@ 245.4 +# SliTaz package receipt. 245.5 + 245.6 +PACKAGE="perl-xml-sax" 245.7 +VERSION="0.99" 245.8 +CATEGORY="perl" 245.9 +SHORT_DESC="XML::SAX - Simple API for XML" 245.10 +MAINTAINER="al.bobylev@gmail.com" 245.11 +LICENSE="GPL" 245.12 +WEB_SITE="https://metacpan.org/release/XML-SAX" 245.13 + 245.14 +TARBALL="XML-SAX-$VERSION.tar.gz" 245.15 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GR/GRANTM/$TARBALL" 245.16 + 245.17 +DEPENDS="perl-xml-namespacesupport perl-xml-sax-base" 245.18 +BUILD_DEPENDS="$DEPENDS" 245.19 + 245.20 +# Rules to configure and make the package. 245.21 +compile_rules() 245.22 +{ 245.23 + # Please keep `make -j1 install` to FS before installing to the DESTDIR 245.24 + perl Makefile.PL && 245.25 + make -j1 install && make -j1 DESTDIR=$install install && 245.26 + 245.27 + chmod -R u+w $install 245.28 +} 245.29 + 245.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 245.31 +genpkg_rules() 245.32 +{ 245.33 + copy @std 245.34 +}
246.1 --- a/perl-xml-simple/receipt Thu May 11 00:50:35 2017 +0300 246.2 +++ b/perl-xml-simple/receipt Thu May 11 02:23:02 2017 +0300 246.3 @@ -1,31 +1,30 @@ 246.4 # SliTaz package receipt. 246.5 246.6 PACKAGE="perl-xml-simple" 246.7 -VERSION="2.18" 246.8 -CATEGORY="development" 246.9 -SHORT_DESC="XML::Simple module is used to read and write XML." 246.10 +VERSION="2.24" 246.11 +CATEGORY="perl" 246.12 +SHORT_DESC="XML::Simple module is used to read and write XML" 246.13 MAINTAINER="pankso@slitaz.org" 246.14 LICENSE="GPL" 246.15 -DEPENDS="perl" 246.16 -BUILD_DEPENDS="perl" 246.17 -SOURCE="XML-Simple" 246.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 246.19 -WEB_SITE="http://cpan.org/" 246.20 -WGET_URL="http://cpan.org/authors/id/G/GR/GRANTM/$TARBALL" 246.21 +WEB_SITE="https://metacpan.org/release/XML-Simple" 246.22 + 246.23 +TARBALL="XML-Simple-$VERSION.tar.gz" 246.24 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GR/GRANTM/$TARBALL" 246.25 + 246.26 +DEPENDS="perl-xml-namespacesupport perl-xml-sax perl-xml-sax-expat" 246.27 +BUILD_DEPENDS="$DEPENDS" 246.28 246.29 # Rules to configure and make the package. 246.30 compile_rules() 246.31 { 246.32 - cd $src 246.33 perl Makefile.PL && 246.34 - make && 246.35 - make DESTDIR=$DESTDIR install 246.36 + make && make DESTDIR=$install install && 246.37 + 246.38 + chmod -R u+w $install 246.39 } 246.40 246.41 # Rules to gen a SliTaz package suitable for Tazpkg. 246.42 genpkg_rules() 246.43 { 246.44 - mkdir -p $fs/usr 246.45 - cp -a $install/usr/lib $fs/usr 246.46 + copy @std 246.47 } 246.48 -
247.1 --- a/perl-xml-twig/receipt Thu May 11 00:50:35 2017 +0300 247.2 +++ b/perl-xml-twig/receipt Thu May 11 02:23:02 2017 +0300 247.3 @@ -1,31 +1,31 @@ 247.4 # SliTaz package receipt. 247.5 247.6 PACKAGE="perl-xml-twig" 247.7 -VERSION="3.34" 247.8 -CATEGORY="development" 247.9 -SHORT_DESC="XML::Twig module is a Perl extension." 247.10 +VERSION="3.52" 247.11 +CATEGORY="perl" 247.12 +SHORT_DESC="XML::Twig - A perl module for processing huge XML documents in \ 247.13 +tree mode" 247.14 MAINTAINER="slaxemulator@gmail.com" 247.15 LICENSE="GPL" 247.16 -DEPENDS="perl perl-xml-parser" 247.17 -BUILD_DEPENDS="perl perl-xml-parser" 247.18 -SOURCE="XML-Twig" 247.19 -TARBALL="$SOURCE-$VERSION.tar.gz" 247.20 -WEB_SITE="http://search.cpan.org/dist/XML-Twig/" 247.21 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/$TARBALL" 247.22 +WEB_SITE="https://metacpan.org/release/XML-Twig" 247.23 + 247.24 +TARBALL="XML-Twig-$VERSION.tar.gz" 247.25 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIROD/$TARBALL" 247.26 + 247.27 +DEPENDS="perl-xml-parser" 247.28 +BUILD_DEPENDS="$DEPENDS" 247.29 247.30 # Rules to configure and make the package. 247.31 compile_rules() 247.32 { 247.33 - cd $src 247.34 perl Makefile.PL -y && 247.35 - make && 247.36 - make DESTDIR=$DESTDIR install 247.37 + make && make DESTDIR=$install install && 247.38 + 247.39 + chmod -R u+w $install 247.40 } 247.41 247.42 # Rules to gen a SliTaz package suitable for Tazpkg. 247.43 genpkg_rules() 247.44 { 247.45 - mkdir -p $fs/usr 247.46 - cp -a $install/usr/lib $fs/usr 247.47 + copy @std 247.48 } 247.49 -
248.1 --- a/perl-xml-writer/receipt Thu May 11 00:50:35 2017 +0300 248.2 +++ b/perl-xml-writer/receipt Thu May 11 02:23:02 2017 +0300 248.3 @@ -1,30 +1,30 @@ 248.4 # SliTaz package receipt. 248.5 248.6 PACKAGE="perl-xml-writer" 248.7 -VERSION="0.612" 248.8 -CATEGORY="development" 248.9 -SHORT_DESC="XML::Writer module is a Perl extension." 248.10 +VERSION="0.625" 248.11 +CATEGORY="perl" 248.12 +SHORT_DESC="XML::Writer - Perl extension for writing XML documents" 248.13 MAINTAINER="slaxemulator@gmail.com" 248.14 LICENSE="GPL" 248.15 +WEB_SITE="https://metacpan.org/release/XML-Writer" 248.16 + 248.17 +TARBALL="XML-Writer-$VERSION.tar.gz" 248.18 +WGET_URL="https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/$TARBALL" 248.19 + 248.20 DEPENDS="perl" 248.21 BUILD_DEPENDS="perl" 248.22 -SOURCE="XML-Writer" 248.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 248.24 -WEB_SITE="http://search.cpan.org/dist/XML-Writer/" 248.25 -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JO/JOSEPHW/$TARBALL" 248.26 248.27 # Rules to configure and make the package. 248.28 compile_rules() 248.29 { 248.30 - cd $src 248.31 perl Makefile.PL && 248.32 - make && 248.33 - make DESTDIR=$DESTDIR install 248.34 + make && make DESTDIR=$install install && 248.35 + 248.36 + chmod -R u+w $install 248.37 } 248.38 248.39 # Rules to gen a SliTaz package suitable for Tazpkg. 248.40 genpkg_rules() 248.41 { 248.42 - mkdir -p $fs/usr 248.43 - cp -a $install/usr/lib $fs/usr 248.44 + copy @std 248.45 }
249.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 249.2 +++ b/perl-xsloader/receipt Thu May 11 02:23:02 2017 +0300 249.3 @@ -0,0 +1,30 @@ 249.4 +# SliTaz package receipt. 249.5 + 249.6 +PACKAGE="perl-xsloader" 249.7 +VERSION="0.24" 249.8 +CATEGORY="perl" 249.9 +SHORT_DESC="XSLoader - Dynamically load C libraries into Perl code" 249.10 +MAINTAINER="al.bobylev@gmail.com" 249.11 +LICENSE="GPL" 249.12 +WEB_SITE="https://metacpan.org/release/XSLoader" 249.13 + 249.14 +TARBALL="XSLoader-$VERSION.tar.gz" 249.15 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SA/SAPER/$TARBALL" 249.16 + 249.17 +DEPENDS="perl" 249.18 +BUILD_DEPENDS="perl" 249.19 + 249.20 +# Rules to configure and make the package. 249.21 +compile_rules() 249.22 +{ 249.23 + perl Makefile.PL && 249.24 + make && make DESTDIR=$install install && 249.25 + 249.26 + chmod -R u+w $install 249.27 +} 249.28 + 249.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 249.30 +genpkg_rules() 249.31 +{ 249.32 + copy @std 249.33 +}
250.1 --- a/perl-yaml-syck/receipt Thu May 11 00:50:35 2017 +0300 250.2 +++ b/perl-yaml-syck/receipt Thu May 11 02:23:02 2017 +0300 250.3 @@ -1,12 +1,12 @@ 250.4 # SliTaz package receipt. 250.5 250.6 PACKAGE="perl-yaml-syck" 250.7 -VERSION="1.29" 250.8 -CATEGORY="development" 250.9 -SHORT_DESC="Fast, lightweight YAML loader and dumper" 250.10 +VERSION="1.30" 250.11 +CATEGORY="perl" 250.12 +SHORT_DESC="YAML::Syck - Fast, lightweight YAML loader and dumper" 250.13 MAINTAINER="slaxemulator@gmail.com" 250.14 -LICENSE="GPL" 250.15 -WEB_SITE="http://search.cpan.org/disk/YAML-Syck/" 250.16 +LICENSE="MIT" 250.17 +WEB_SITE="https://metacpan.org/release/YAML-Syck" 250.18 250.19 TARBALL="YAML-Syck-$VERSION.tar.gz" 250.20 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" 250.21 @@ -18,13 +18,13 @@ 250.22 compile_rules() 250.23 { 250.24 perl Makefile.PL -y && 250.25 - make && 250.26 - make DESTDIR=$DESTDIR install 250.27 + make && make DESTDIR=$install install && 250.28 + 250.29 + chmod -R u+w $install 250.30 } 250.31 250.32 # Rules to gen a SliTaz package suitable for Tazpkg. 250.33 genpkg_rules() 250.34 { 250.35 - mkdir -p $fs/usr 250.36 - cp -a $install/usr/lib $fs/usr 250.37 + copy @std 250.38 }
251.1 --- a/perl-yaml/receipt Thu May 11 00:50:35 2017 +0300 251.2 +++ b/perl-yaml/receipt Thu May 11 02:23:02 2017 +0300 251.3 @@ -1,36 +1,30 @@ 251.4 # SliTaz package receipt. 251.5 251.6 PACKAGE="perl-yaml" 251.7 -VERSION="0.71" 251.8 -CATEGORY="development" 251.9 -SHORT_DESC="Perl/CPAN Module YAML : YAML Aint Markup Language tm" 251.10 +VERSION="1.23" 251.11 +CATEGORY="perl" 251.12 +SHORT_DESC="YAML - YAML Ain't Markup Languageā¢" 251.13 MAINTAINER="slaxemulator@gmail.com" 251.14 LICENSE="GPL" 251.15 +WEB_SITE="https://metacpan.org/release/YAML" 251.16 + 251.17 +TARBALL="YAML-$VERSION.tar.gz" 251.18 +WGET_URL="https://cpan.metacpan.org/authors/id/I/IN/INGY/$TARBALL" 251.19 + 251.20 DEPENDS="perl" 251.21 BUILD_DEPENDS="perl" 251.22 -SOURCE="YAML" 251.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 251.24 -WEB_SITE="http://search.cpan.org/dist/YAML/" 251.25 -WGET_URL="http://www.cpan.org/authors/id/A/AD/ADAMK/$TARBALL" 251.26 251.27 # Rules to configure and make the package. 251.28 compile_rules() 251.29 { 251.30 - cd $src 251.31 perl Makefile.PL && 251.32 - make && 251.33 - make DESTDIR=$DESTDIR install 251.34 + make && make DESTDIR=$install install && 251.35 + 251.36 + chmod -R u+w $install 251.37 } 251.38 251.39 # Rules to gen a SliTaz package suitable for Tazpkg. 251.40 genpkg_rules() 251.41 { 251.42 - mkdir -p $fs/usr 251.43 - cp -a $install/usr/lib $fs/usr 251.44 - # remove perllocal.pod and .packlist 251.45 - find ${fs} -name perllocal.pod -delete 251.46 - find ${fs} -name .packlist -delete 251.47 - 251.48 - 251.49 + copy @std 251.50 } 251.51 -
252.1 --- a/perltidy/receipt Thu May 11 00:50:35 2017 +0300 252.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 252.3 @@ -1,36 +0,0 @@ 252.4 -# SliTaz package receipt. 252.5 - 252.6 -PACKAGE="perltidy" 252.7 -VERSION="20140711" 252.8 -CATEGORY="development" 252.9 -SHORT_DESC="Perl Code Formatter" 252.10 -MAINTAINER="nneul@neulinger.org" 252.11 -LICENSE="GPL" 252.12 -DEPENDS="perl" 252.13 -BUILD_DEPENDS="perl" 252.14 -SOURCE="Perl-Tidy" 252.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 252.16 -WEB_SITE="http://search.cpan.org/dist/Perl-Tidy/" 252.17 -WGET_URL="http://www.cpan.org/authors/id/S/SH/SHANCOCK/$TARBALL" 252.18 - 252.19 -# Rules to configure and make the package. 252.20 -compile_rules() 252.21 -{ 252.22 - cd $src 252.23 - perl Makefile.PL && 252.24 - make && 252.25 - make DESTDIR=$DESTDIR install 252.26 -} 252.27 - 252.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 252.29 -genpkg_rules() 252.30 -{ 252.31 - mkdir -p $fs/usr 252.32 - cp -a $install/usr/bin $fs/usr 252.33 - cp -a $install/usr/lib $fs/usr 252.34 - 252.35 - # remove perllocal.pod and .packlist 252.36 - find ${fs} -name perllocal.pod -delete 252.37 - find ${fs} -name .packlist -delete 252.38 -} 252.39 -
253.1 --- a/readline-dev/receipt Thu May 11 00:50:35 2017 +0300 253.2 +++ b/readline-dev/receipt Thu May 11 02:23:02 2017 +0300 253.3 @@ -14,5 +14,5 @@ 253.4 # Rules to gen a SliTaz package suitable for Tazpkg. 253.5 genpkg_rules() 253.6 { 253.7 - cook_copy_files *.h *.a 253.8 + copy @dev 253.9 }
254.1 --- a/readline/receipt Thu May 11 00:50:35 2017 +0300 254.2 +++ b/readline/receipt Thu May 11 02:23:02 2017 +0300 254.3 @@ -37,5 +37,5 @@ 254.4 # Rules to gen a SliTaz package suitable for Tazpkg. 254.5 genpkg_rules() 254.6 { 254.7 - cook_copy_files *.so* 254.8 + copy @std 254.9 }
255.1 --- a/tiff-apps/receipt Thu May 11 00:50:35 2017 +0300 255.2 +++ b/tiff-apps/receipt Thu May 11 02:23:02 2017 +0300 255.3 @@ -15,5 +15,5 @@ 255.4 # Rules to gen a SliTaz package suitable for Tazpkg. 255.5 genpkg_rules() 255.6 { 255.7 - cook_copy_folders bin 255.8 + copy bin/ 255.9 }
256.1 --- a/tiff-dev/receipt Thu May 11 00:50:35 2017 +0300 256.2 +++ b/tiff-dev/receipt Thu May 11 02:23:02 2017 +0300 256.3 @@ -15,5 +15,5 @@ 256.4 # Rules to gen a SliTaz package suitable for Tazpkg. 256.5 genpkg_rules() 256.6 { 256.7 - cook_copy_files *.h *.la *.pc *.hxx 256.8 + copy @dev 256.9 }
257.1 --- a/tiff/receipt Thu May 11 00:50:35 2017 +0300 257.2 +++ b/tiff/receipt Thu May 11 02:23:02 2017 +0300 257.3 @@ -28,5 +28,5 @@ 257.4 # Rules to gen a SliTaz package suitable for Tazpkg. 257.5 genpkg_rules() 257.6 { 257.7 - cook_copy_files *.so* 257.8 + copy *.so* 257.9 }
258.1 --- a/xcb-util-cursor-dev/receipt Thu May 11 00:50:35 2017 +0300 258.2 +++ b/xcb-util-cursor-dev/receipt Thu May 11 02:23:02 2017 +0300 258.3 @@ -15,5 +15,5 @@ 258.4 # Rules to gen a SliTaz package suitable for Tazpkg. 258.5 genpkg_rules() 258.6 { 258.7 - cook_copy_files *.h *.la *.pc 258.8 + copy @dev 258.9 }
259.1 --- a/xcb-util-cursor/receipt Thu May 11 00:50:35 2017 +0300 259.2 +++ b/xcb-util-cursor/receipt Thu May 11 02:23:02 2017 +0300 259.3 @@ -28,5 +28,5 @@ 259.4 # Rules to gen a SliTaz package suitable for Tazpkg. 259.5 genpkg_rules() 259.6 { 259.7 - cook_copy_files *.so* 259.8 + copy @std 259.9 }
260.1 --- a/xcb-util-dev/receipt Thu May 11 00:50:35 2017 +0300 260.2 +++ b/xcb-util-dev/receipt Thu May 11 02:23:02 2017 +0300 260.3 @@ -15,5 +15,5 @@ 260.4 # Rules to gen a SliTaz package suitable for Tazpkg. 260.5 genpkg_rules() 260.6 { 260.7 - cook_copy_files *.h *.la *.pc 260.8 + copy @dev 260.9 }
261.1 --- a/xcb-util-image-dev/receipt Thu May 11 00:50:35 2017 +0300 261.2 +++ b/xcb-util-image-dev/receipt Thu May 11 02:23:02 2017 +0300 261.3 @@ -14,5 +14,5 @@ 261.4 # Rules to gen a SliTaz package suitable for Tazpkg. 261.5 genpkg_rules() 261.6 { 261.7 - cook_copy_files *.h *.la *.pc 261.8 + copy @dev 261.9 }