# HG changeset patch # User Pascal Bellard # Date 1539360910 -7200 # Node ID 7423cf91a25bb90a2de48c88f1fa3e81261da0ef # Parent 092704d510191b2ae25e48f56ce68b061cf6ae57 Up perl (5.14.1); fusioninventory-agent: update deps diff -r 092704d51019 -r 7423cf91a25b fusioninventory-agent/receipt --- a/fusioninventory-agent/receipt Fri Oct 12 12:58:54 2018 +0200 +++ b/fusioninventory-agent/receipt Fri Oct 12 18:15:10 2018 +0200 @@ -10,12 +10,13 @@ WEB_SITE="http://fusioninventory.org/" WGET_URL="https://github.com/fusioninventory/$PACKAGE/releases/download/$VERSION/$TARBALL" -DEPENDS="perl-extutils-makemaker perl-file-copy-recursive perl-file-which perl-http-proxy \ +DEPENDS="libwww-perl perl-file-copy-recursive perl-file-which perl-http-proxy \ perl-http-server-simple perl-http-server-simple-authen perl-io-capture \ perl-io-socket-ssl perl-ipc-run perl-json-pp perl-lwp-protocol-https \ perl-net-ip perl-net-snmp perl-parallel-forkmanager perl-test-compile \ -perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule perl-test-mockobject \ -perl-text-template perl-universal-require perl-uri perl-xml-treepp" +perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule \ +perl-test-mockobject perl-text-template perl-universal-require perl-uri \ +perl-xml-treepp" BUILD_DEPENDS="$DEPENDS" # Rules to configure and make the package. diff -r 092704d51019 -r 7423cf91a25b libwww-perl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libwww-perl/receipt Fri Oct 12 18:15:10 2018 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="libwww-perl" +VERSION="6.36" +CATEGORY="development" +SHORT_DESC="a simple and consistent API to the WWW in PERL" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl-module-metadata perl-io" +BUILD_DEPENDS="$DEPENDS" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 092704d51019 -r 7423cf91a25b microperl/receipt --- a/microperl/receipt Fri Oct 12 12:58:54 2018 +0200 +++ b/microperl/receipt Fri Oct 12 18:15:10 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="microperl" -VERSION="5.12.3" +VERSION="5.14.1" CATEGORY="development" SHORT_DESC="A micro version of Perl." MAINTAINER="pankso@slitaz.org" diff -r 092704d51019 -r 7423cf91a25b perl-core/receipt --- a/perl-core/receipt Fri Oct 12 12:58:54 2018 +0200 +++ b/perl-core/receipt Fri Oct 12 18:15:10 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="perl-core" -VERSION="5.12.3" +VERSION="5.14.1" CATEGORY="development" SHORT_DESC="Minimal Perl interpreter." MAINTAINER="erjo@slitaz.org" diff -r 092704d51019 -r 7423cf91a25b perl-io/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-io/receipt Fri Oct 12 18:15:10 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-io" +VERSION="1.39" +CATEGORY="development" +SHORT_DESC="IO module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="IO" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 092704d51019 -r 7423cf91a25b perl-thread/receipt --- a/perl-thread/receipt Fri Oct 12 12:58:54 2018 +0200 +++ b/perl-thread/receipt Fri Oct 12 18:15:10 2018 +0200 @@ -2,7 +2,7 @@ PACKAGE="perl-thread" SOURCE="perl" -VERSION="5.12.3" +VERSION="5.14.1" CATEGORY="development" SHORT_DESC="Full Perl interpreter and modules." MAINTAINER="pankso@slitaz.org" diff -r 092704d51019 -r 7423cf91a25b perl/receipt --- a/perl/receipt Fri Oct 12 12:58:54 2018 +0200 +++ b/perl/receipt Fri Oct 12 18:15:10 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="perl" -VERSION="5.12.3" +VERSION="5.14.1" CATEGORY="development" SHORT_DESC="Full Perl interpreter and modules." MAINTAINER="pankso@slitaz.org"