wok-next rev 20501

Update Perl packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 15 21:17:12 2018 +0200 (2018-03-15)
parents a8e106e92cc2
children c0521c689857
files perl-authen-sasl/receipt perl-crypt-ssleay/receipt perl-file-remove/receipt perl-io-interactive-tiny/receipt perl-module-install/receipt perl-module-scandeps/receipt perl-perl-ldap/receipt perl-task-weaken/receipt perl-yaml-tiny/receipt
line diff
     1.1 --- a/perl-authen-sasl/receipt	Thu Mar 15 20:43:55 2018 +0200
     1.2 +++ b/perl-authen-sasl/receipt	Thu Mar 15 21:17:12 2018 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-authen-sasl"
     1.8  VERSION="2.16"
     1.9 @@ -11,20 +11,16 @@
    1.10  TARBALL="Authen-SASL-$VERSION.tar.gz"
    1.11  WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL"
    1.12  
    1.13 -DEPENDS="perl-digest-hmac"
    1.14 -BUILD_DEPENDS="$DEPENDS perl-gssapi"
    1.15 +BUILD_DEPENDS="perl-digest-hmac perl-gssapi perl-module-install"
    1.16  
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 +compile_rules() {
    1.21  	perl Makefile.PL &&
    1.22  	make && make DESTDIR=$install install &&
    1.23  
    1.24  	chmod -R u+w $install
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 +genpkg_rules() {
    1.31  	copy @std
    1.32 +	DEPENDS="perl-digest-hmac"
    1.33  }
     2.1 --- a/perl-crypt-ssleay/receipt	Thu Mar 15 20:43:55 2018 +0200
     2.2 +++ b/perl-crypt-ssleay/receipt	Thu Mar 15 21:17:12 2018 +0200
     2.3 @@ -1,4 +1,4 @@
     2.4 -# SliTaz package receipt.
     2.5 +# SliTaz package receipt v2.
     2.6  
     2.7  PACKAGE="perl-crypt-ssleay"
     2.8  VERSION="0.72"
     2.9 @@ -11,20 +11,20 @@
    2.10  TARBALL="Crypt-SSLeay-$VERSION.tar.gz"
    2.11  WGET_URL="https://cpan.metacpan.org/authors/id/N/NA/NANIS/$TARBALL"
    2.12  
    2.13 -DEPENDS="perl openssl perl-lwp-protocol-https"
    2.14 -BUILD_DEPENDS="$DEPENDS perl-dev openssl-dev perl-path-class"
    2.15 +BUILD_DEPENDS="perl-lwp-protocol-https perl-dev openssl-dev perl-path-class \
    2.16 +perl-io-interactive-tiny"
    2.17  
    2.18 -# Rules to configure and make the package.
    2.19 -compile_rules()
    2.20 -{
    2.21 +compile_rules() {
    2.22 +	sed -i 's|inc::||' Makefile.PL
    2.23 +
    2.24  	perl Makefile.PL &&
    2.25 -	make && make DESTDIR=$install install &&
    2.26 +	make &&
    2.27 +	make DESTDIR=$install install &&
    2.28  
    2.29  	chmod -R u+w $install
    2.30  }
    2.31  
    2.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.33 -genpkg_rules()
    2.34 -{
    2.35 +genpkg_rules() {
    2.36  	copy @std
    2.37 +	DEPENDS="perl openssl perl-lwp-protocol-https"
    2.38  }
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/perl-file-remove/receipt	Thu Mar 15 21:17:12 2018 +0200
     3.3 @@ -0,0 +1,26 @@
     3.4 +# SliTaz package receipt v2.
     3.5 +
     3.6 +PACKAGE="perl-file-remove"
     3.7 +VERSION="1.57"
     3.8 +CATEGORY="perl"
     3.9 +SHORT_DESC="File::Remove - Remove files and directories"
    3.10 +MAINTAINER="al.bobylev@gmail.com"
    3.11 +LICENSE="GPL"
    3.12 +WEB_SITE="https://metacpan.org/release/File-Remove"
    3.13 +
    3.14 +TARBALL="File-Remove-$VERSION.tar.gz"
    3.15 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL"
    3.16 +
    3.17 +BUILD_DEPENDS="perl"
    3.18 +
    3.19 +compile_rules() {
    3.20 +	perl Makefile.PL &&
    3.21 +	make && make DESTDIR=$install install &&
    3.22 +
    3.23 +	chmod -R u+w $install
    3.24 +}
    3.25 +
    3.26 +genpkg_rules() {
    3.27 +	copy @std
    3.28 +	DEPENDS="perl"
    3.29 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/perl-io-interactive-tiny/receipt	Thu Mar 15 21:17:12 2018 +0200
     4.3 @@ -0,0 +1,26 @@
     4.4 +# SliTaz package receipt v2.
     4.5 +
     4.6 +PACKAGE="perl-io-interactive-tiny"
     4.7 +VERSION="0.2"
     4.8 +CATEGORY="perl"
     4.9 +SHORT_DESC="IO::Interactive::Tiny - is_interactive() without large deps"
    4.10 +MAINTAINER="al.bobylev@gmail.com"
    4.11 +LICENSE="GPL"
    4.12 +WEB_SITE="https://metacpan.org/release/IO-Interactive-Tiny"
    4.13 +
    4.14 +TARBALL="IO-Interactive-Tiny-$VERSION.tar.gz"
    4.15 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$TARBALL"
    4.16 +
    4.17 +BUILD_DEPENDS="perl"
    4.18 +
    4.19 +compile_rules() {
    4.20 +	perl Makefile.PL &&
    4.21 +	make && make DESTDIR=$install install &&
    4.22 +
    4.23 +	chmod -R u+w $install
    4.24 +}
    4.25 +
    4.26 +genpkg_rules() {
    4.27 +	copy @std
    4.28 +	DEPENDS="perl"
    4.29 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/perl-module-install/receipt	Thu Mar 15 21:17:12 2018 +0200
     5.3 @@ -0,0 +1,27 @@
     5.4 +# SliTaz package receipt v2.
     5.5 +
     5.6 +PACKAGE="perl-module-install"
     5.7 +VERSION="1.19"
     5.8 +CATEGORY="perl"
     5.9 +SHORT_DESC="Module::Install - Standalone, extensible Perl module installer"
    5.10 +MAINTAINER="al.bobylev@gmail.com"
    5.11 +LICENSE="GPL"
    5.12 +WEB_SITE="https://metacpan.org/release/Module-Install"
    5.13 +
    5.14 +TARBALL="Module-Install-$VERSION.tar.gz"
    5.15 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
    5.16 +
    5.17 +BUILD_DEPENDS="perl-file-remove perl-yaml-tiny perl-module-build \
    5.18 +perl-module-scandeps"
    5.19 +
    5.20 +compile_rules() {
    5.21 +	perl Makefile.PL &&
    5.22 +	make && make DESTDIR=$install install &&
    5.23 +
    5.24 +	chmod -R u+w $install
    5.25 +}
    5.26 +
    5.27 +genpkg_rules() {
    5.28 +	copy @std
    5.29 +	DEPENDS="perl-file-remove perl-yaml-tiny perl-module-scandeps"
    5.30 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/perl-module-scandeps/receipt	Thu Mar 15 21:17:12 2018 +0200
     6.3 @@ -0,0 +1,26 @@
     6.4 +# SliTaz package receipt v2.
     6.5 +
     6.6 +PACKAGE="perl-module-scandeps"
     6.7 +VERSION="1.24"
     6.8 +CATEGORY="perl"
     6.9 +SHORT_DESC="Module::ScanDeps - Recursively scan Perl code for dependencies"
    6.10 +MAINTAINER="al.bobylev@gmail.com"
    6.11 +LICENSE="GPL"
    6.12 +WEB_SITE="https://metacpan.org/release/Module-ScanDeps"
    6.13 +
    6.14 +TARBALL="Module-ScanDeps-$VERSION.tar.gz"
    6.15 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/$TARBALL"
    6.16 +
    6.17 +BUILD_DEPENDS="perl-test-requires"
    6.18 +
    6.19 +compile_rules() {
    6.20 +	perl Makefile.PL &&
    6.21 +	make && make DESTDIR=$install install &&
    6.22 +
    6.23 +	chmod -R u+w $install
    6.24 +}
    6.25 +
    6.26 +genpkg_rules() {
    6.27 +	copy @std
    6.28 +	DEPENDS="perl"
    6.29 +}
     7.1 --- a/perl-perl-ldap/receipt	Thu Mar 15 20:43:55 2018 +0200
     7.2 +++ b/perl-perl-ldap/receipt	Thu Mar 15 21:17:12 2018 +0200
     7.3 @@ -1,4 +1,4 @@
     7.4 -# SliTaz package receipt.
     7.5 +# SliTaz package receipt v2.
     7.6  
     7.7  PACKAGE="perl-perl-ldap"
     7.8  VERSION="0.65"
     7.9 @@ -15,11 +15,9 @@
    7.10  perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \
    7.11  perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \
    7.12  perl-http-negotiate perl-http-message perl-json"
    7.13 -BUILD_DEPENDS="$DEPENDS"
    7.14 +BUILD_DEPENDS="$DEPENDS perl-module-install"
    7.15  
    7.16 -# Rules to configure and make the package.
    7.17 -compile_rules()
    7.18 -{
    7.19 +compile_rules() {
    7.20  	# avoid interactive questions
    7.21  	PERL_MM_USE_DEFAULT=1 \
    7.22  	perl Makefile.PL &&
    7.23 @@ -28,8 +26,6 @@
    7.24  	chmod -R u+w $install
    7.25  }
    7.26  
    7.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.28 -genpkg_rules()
    7.29 -{
    7.30 +genpkg_rules() {
    7.31  	copy @std
    7.32  }
     8.1 --- a/perl-task-weaken/receipt	Thu Mar 15 20:43:55 2018 +0200
     8.2 +++ b/perl-task-weaken/receipt	Thu Mar 15 21:17:12 2018 +0200
     8.3 @@ -1,4 +1,4 @@
     8.4 -# SliTaz package receipt.
     8.5 +# SliTaz package receipt v2.
     8.6  
     8.7  PACKAGE="perl-task-weaken"
     8.8  VERSION="1.04"
     8.9 @@ -11,20 +11,16 @@
    8.10  TARBALL="Task-Weaken-$VERSION.tar.gz"
    8.11  WGET_URL="https://cpan.metacpan.org/authors/id/A/AD/ADAMK/$TARBALL"
    8.12  
    8.13 -DEPENDS="perl"
    8.14 -BUILD_DEPENDS="perl"
    8.15 +BUILD_DEPENDS="perl-module-install"
    8.16  
    8.17 -# Rules to configure and make the package.
    8.18 -compile_rules()
    8.19 -{
    8.20 +compile_rules() {
    8.21  	perl Makefile.PL &&
    8.22  	make && make DESTDIR=$install install &&
    8.23  
    8.24  	chmod -R u+w $install
    8.25  }
    8.26  
    8.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    8.28 -genpkg_rules()
    8.29 -{
    8.30 +genpkg_rules() {
    8.31  	copy @std
    8.32 +	DEPENDS="perl"
    8.33  }
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/perl-yaml-tiny/receipt	Thu Mar 15 21:17:12 2018 +0200
     9.3 @@ -0,0 +1,26 @@
     9.4 +# SliTaz package receipt v2.
     9.5 +
     9.6 +PACKAGE="perl-yaml-tiny"
     9.7 +VERSION="1.73"
     9.8 +CATEGORY="perl"
     9.9 +SHORT_DESC="YAML::Tiny - Read/Write YAML files with as little code as possible"
    9.10 +MAINTAINER="al.bobylev@gmail.com"
    9.11 +LICENSE="GPL"
    9.12 +WEB_SITE="https://metacpan.org/release/YAML-Tiny"
    9.13 +
    9.14 +TARBALL="YAML-Tiny-$VERSION.tar.gz"
    9.15 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
    9.16 +
    9.17 +BUILD_DEPENDS="perl"
    9.18 +
    9.19 +compile_rules() {
    9.20 +	perl Makefile.PL &&
    9.21 +	make && make DESTDIR=$install install &&
    9.22 +
    9.23 +	chmod -R u+w $install
    9.24 +}
    9.25 +
    9.26 +genpkg_rules() {
    9.27 +	copy @std
    9.28 +	DEPENDS="perl"
    9.29 +}