wok rev 20471

Up perl (5.14.1); fusioninventory-agent: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 12 18:15:10 2018 +0200 (2018-10-12)
parents 092704d51019
children a3684252aaf1
files fusioninventory-agent/receipt libwww-perl/receipt microperl/receipt perl-core/receipt perl-io/receipt perl-thread/receipt perl/receipt
line diff
     1.1 --- a/fusioninventory-agent/receipt	Fri Oct 12 12:58:54 2018 +0200
     1.2 +++ b/fusioninventory-agent/receipt	Fri Oct 12 18:15:10 2018 +0200
     1.3 @@ -10,12 +10,13 @@
     1.4  WEB_SITE="http://fusioninventory.org/"
     1.5  WGET_URL="https://github.com/fusioninventory/$PACKAGE/releases/download/$VERSION/$TARBALL"
     1.6  
     1.7 -DEPENDS="perl-extutils-makemaker perl-file-copy-recursive perl-file-which perl-http-proxy \
     1.8 +DEPENDS="libwww-perl perl-file-copy-recursive perl-file-which perl-http-proxy \
     1.9  perl-http-server-simple perl-http-server-simple-authen perl-io-capture \
    1.10  perl-io-socket-ssl perl-ipc-run perl-json-pp perl-lwp-protocol-https \
    1.11  perl-net-ip perl-net-snmp perl-parallel-forkmanager perl-test-compile \
    1.12 -perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule perl-test-mockobject \
    1.13 -perl-text-template perl-universal-require perl-uri perl-xml-treepp"
    1.14 +perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule \
    1.15 +perl-test-mockobject perl-text-template perl-universal-require perl-uri \
    1.16 +perl-xml-treepp"
    1.17  BUILD_DEPENDS="$DEPENDS"
    1.18  
    1.19  # Rules to configure and make the package.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libwww-perl/receipt	Fri Oct 12 18:15:10 2018 +0200
     2.3 @@ -0,0 +1,28 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="libwww-perl"
     2.7 +VERSION="6.36"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="a simple and consistent API to the WWW in PERL"
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +LICENSE="GPL"
    2.12 +DEPENDS="perl-module-metadata perl-io"
    2.13 +BUILD_DEPENDS="$DEPENDS"
    2.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15 +WEB_SITE="http://cpan.org/"
    2.16 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
    2.17 +
    2.18 +# Rules to configure and make the package.
    2.19 +compile_rules()
    2.20 +{
    2.21 +	perl Makefile.PL &&
    2.22 +	make &&
    2.23 +	make DESTDIR=$DESTDIR install
    2.24 +}
    2.25 +
    2.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 +genpkg_rules()
    2.28 +{
    2.29 +	mkdir -p $fs/usr
    2.30 +	cp -a $install/usr/lib $fs/usr
    2.31 +}
     3.1 --- a/microperl/receipt	Fri Oct 12 12:58:54 2018 +0200
     3.2 +++ b/microperl/receipt	Fri Oct 12 18:15:10 2018 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="microperl"
     3.7 -VERSION="5.12.3"
     3.8 +VERSION="5.14.1"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="A micro version of Perl."
    3.11  MAINTAINER="pankso@slitaz.org"
     4.1 --- a/perl-core/receipt	Fri Oct 12 12:58:54 2018 +0200
     4.2 +++ b/perl-core/receipt	Fri Oct 12 18:15:10 2018 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="perl-core"
     4.7 -VERSION="5.12.3"
     4.8 +VERSION="5.14.1"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="Minimal Perl interpreter."
    4.11  MAINTAINER="erjo@slitaz.org"
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/perl-io/receipt	Fri Oct 12 18:15:10 2018 +0200
     5.3 @@ -0,0 +1,29 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="perl-io"
     5.7 +VERSION="1.39"
     5.8 +CATEGORY="development"
     5.9 +SHORT_DESC="IO module is a Perl extension."
    5.10 +MAINTAINER="pascal.bellard@slitaz.org"
    5.11 +LICENSE="GPL"
    5.12 +DEPENDS="perl"
    5.13 +BUILD_DEPENDS="perl"
    5.14 +SOURCE="IO"
    5.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    5.16 +WEB_SITE="http://cpan.org/"
    5.17 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
    5.18 +
    5.19 +# Rules to configure and make the package.
    5.20 +compile_rules()
    5.21 +{
    5.22 +	perl Makefile.PL &&
    5.23 +	make &&
    5.24 +	make DESTDIR=$DESTDIR install
    5.25 +}
    5.26 +
    5.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.28 +genpkg_rules()
    5.29 +{
    5.30 +	mkdir -p $fs/usr
    5.31 +	cp -a $install/usr/lib $fs/usr
    5.32 +}
     6.1 --- a/perl-thread/receipt	Fri Oct 12 12:58:54 2018 +0200
     6.2 +++ b/perl-thread/receipt	Fri Oct 12 18:15:10 2018 +0200
     6.3 @@ -2,7 +2,7 @@
     6.4  
     6.5  PACKAGE="perl-thread"
     6.6  SOURCE="perl"
     6.7 -VERSION="5.12.3"
     6.8 +VERSION="5.14.1"
     6.9  CATEGORY="development"
    6.10  SHORT_DESC="Full Perl interpreter and modules."
    6.11  MAINTAINER="pankso@slitaz.org"
     7.1 --- a/perl/receipt	Fri Oct 12 12:58:54 2018 +0200
     7.2 +++ b/perl/receipt	Fri Oct 12 18:15:10 2018 +0200
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="perl"
     7.7 -VERSION="5.12.3"
     7.8 +VERSION="5.14.1"
     7.9  CATEGORY="development"
    7.10  SHORT_DESC="Full Perl interpreter and modules."
    7.11  MAINTAINER="pankso@slitaz.org"