wok rev 20469

fusioninventory-agent: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 12 11:23:47 2018 +0200 (2018-10-12)
parents 69aba9808052
children 092704d51019
files fusioninventory-agent/receipt perl-file-copy-recursive/receipt perl-file-which/receipt perl-http-proxy/receipt perl-http-server-simple-authen/receipt perl-io-capture/receipt perl-json-pp/receipt perl-lwp-protocol-https/receipt perl-module-metadata/receipt perl-parallel-forkmanager/receipt perl-test-compile/receipt perl-test-mockobject/receipt perl-xml-treepp/receipt
line diff
     1.1 --- a/fusioninventory-agent/receipt	Thu Oct 11 17:47:51 2018 +0200
     1.2 +++ b/fusioninventory-agent/receipt	Fri Oct 12 11:23:47 2018 +0200
     1.3 @@ -10,9 +10,12 @@
     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-file-which perl-http-server-simple perl-io-socket-ssl perl-ipc-run \
     1.8 -perl-net-ip perl-net-snmp perl-test-deep perl-test-exception \
     1.9 -perl-test-nowarnings perl-text-template perl-universal-require perl-uri"
    1.10 +DEPENDS="perl-file-copy-recursive perl-file-which perl-http-proxy \
    1.11 +perl-http-server-simple perl-http-server-simple-authen perl-io-capture \
    1.12 +perl-io-socket-ssl perl-ipc-run perl-json-pp perl-lwp-protocol-https \
    1.13 +perl-net-ip perl-net-snmp perl-parallel-forkmanager perl-test-compile \
    1.14 +perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockobject \
    1.15 +perl-text-template perl-universal-require perl-uri perl-xml-treepp"
    1.16  BUILD_DEPENDS="$DEPENDS"
    1.17  
    1.18  # Rules to configure and make the package.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/perl-file-copy-recursive/receipt	Fri Oct 12 11:23:47 2018 +0200
     2.3 @@ -0,0 +1,29 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="perl-file-copy-recursive"
     2.7 +VERSION="0.44"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="File::Copy::Recursive module is a Perl extension."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +LICENSE="GPL"
    2.12 +DEPENDS="perl"
    2.13 +BUILD_DEPENDS="perl"
    2.14 +SOURCE="File-Copy-Recursive"
    2.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.16 +WEB_SITE="http://cpan.org/"
    2.17 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$TARBALL"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	perl Makefile.PL &&
    2.23 +	make &&
    2.24 +	make DESTDIR=$DESTDIR install
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +	mkdir -p $fs/usr
    2.31 +	cp -a $install/usr/lib $fs/usr
    2.32 +}
     3.1 --- a/perl-file-which/receipt	Thu Oct 11 17:47:51 2018 +0200
     3.2 +++ b/perl-file-which/receipt	Fri Oct 12 11:23:47 2018 +0200
     3.3 @@ -24,5 +24,6 @@
     3.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.5  genpkg_rules()
     3.6  {
     3.7 +	mkdir -p $fs/usr
     3.8  	cp -a $install/usr/lib $fs/usr
     3.9  }
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/perl-http-proxy/receipt	Fri Oct 12 11:23:47 2018 +0200
     4.3 @@ -0,0 +1,29 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="perl-http-proxy"
     4.7 +VERSION="0.304"
     4.8 +CATEGORY="development"
     4.9 +SHORT_DESC="HTTP::Proxy module is a Perl extension."
    4.10 +MAINTAINER="pascal.bellard@slitaz.org"
    4.11 +LICENSE="GPL"
    4.12 +DEPENDS="perl"
    4.13 +BUILD_DEPENDS="perl"
    4.14 +SOURCE="HTTP-Proxy"
    4.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    4.16 +WEB_SITE="http://cpan.org/"
    4.17 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BOOK/$TARBALL"
    4.18 +
    4.19 +# Rules to configure and make the package.
    4.20 +compile_rules()
    4.21 +{
    4.22 +	perl Makefile.PL &&
    4.23 +	make &&
    4.24 +	make DESTDIR=$DESTDIR install
    4.25 +}
    4.26 +
    4.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.28 +genpkg_rules()
    4.29 +{
    4.30 +	mkdir -p $fs/usr
    4.31 +	cp -a $install/usr/lib $fs/usr
    4.32 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/perl-http-server-simple-authen/receipt	Fri Oct 12 11:23:47 2018 +0200
     5.3 @@ -0,0 +1,29 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="perl-http-server-simple-authen"
     5.7 +VERSION="0.04"
     5.8 +CATEGORY="development"
     5.9 +SHORT_DESC="HTTP::Server::Simple::Authen 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="HTTP-Server-Simple-Authen"
    5.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    5.16 +WEB_SITE="http://cpan.org/"
    5.17 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/$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 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/perl-io-capture/receipt	Fri Oct 12 11:23:47 2018 +0200
     6.3 @@ -0,0 +1,29 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="perl-io-capture"
     6.7 +VERSION="0.05"
     6.8 +CATEGORY="development"
     6.9 +SHORT_DESC="IO::Capture module is a Perl extension."
    6.10 +MAINTAINER="pascal.bellard@slitaz.org"
    6.11 +LICENSE="GPL"
    6.12 +DEPENDS="perl"
    6.13 +BUILD_DEPENDS="perl"
    6.14 +SOURCE="IO-Capture"
    6.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    6.16 +WEB_SITE="http://cpan.org/"
    6.17 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REYNOLDS/$TARBALL"
    6.18 +
    6.19 +# Rules to configure and make the package.
    6.20 +compile_rules()
    6.21 +{
    6.22 +	perl Makefile.PL &&
    6.23 +	make &&
    6.24 +	make DESTDIR=$DESTDIR install
    6.25 +}
    6.26 +
    6.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.28 +genpkg_rules()
    6.29 +{
    6.30 +	mkdir -p $fs/usr
    6.31 +	cp -a $install/usr/lib $fs/usr
    6.32 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/perl-json-pp/receipt	Fri Oct 12 11:23:47 2018 +0200
     7.3 @@ -0,0 +1,29 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="perl-json-pp"
     7.7 +VERSION="2.97001"
     7.8 +CATEGORY="development"
     7.9 +SHORT_DESC="JSON::PP 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="JSON-PP"
    7.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    7.16 +WEB_SITE="http://cpan.org/"
    7.17 +WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL"
    7.18 +
    7.19 +# Rules to configure and make the package.
    7.20 +compile_rules()
    7.21 +{
    7.22 +	perl Makefile.PL &&
    7.23 +	make &&
    7.24 +	make DESTDIR=$DESTDIR install
    7.25 +}
    7.26 +
    7.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.28 +genpkg_rules()
    7.29 +{
    7.30 +	mkdir -p $fs/usr
    7.31 +	cp -a $install/usr/lib $fs/usr
    7.32 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/perl-lwp-protocol-https/receipt	Fri Oct 12 11:23:47 2018 +0200
     8.3 @@ -0,0 +1,29 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="perl-lwp-protocol-https"
     8.7 +VERSION="6.07"
     8.8 +CATEGORY="development"
     8.9 +SHORT_DESC="LWP::Protocol::https module is a Perl extension."
    8.10 +MAINTAINER="pascal.bellard@slitaz.org"
    8.11 +LICENSE="GPL"
    8.12 +DEPENDS="perl"
    8.13 +BUILD_DEPENDS="perl"
    8.14 +SOURCE="LWP-Protocol-https"
    8.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    8.16 +WEB_SITE="http://cpan.org/"
    8.17 +WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL"
    8.18 +
    8.19 +# Rules to configure and make the package.
    8.20 +compile_rules()
    8.21 +{
    8.22 +	perl Makefile.PL &&
    8.23 +	make &&
    8.24 +	make DESTDIR=$DESTDIR install
    8.25 +}
    8.26 +
    8.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.28 +genpkg_rules()
    8.29 +{
    8.30 +	mkdir -p $fs/usr
    8.31 +	cp -a $install/usr/lib $fs/usr
    8.32 +}
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/perl-module-metadata/receipt	Fri Oct 12 11:23:47 2018 +0200
     9.3 @@ -0,0 +1,29 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="perl-module-metadata"
     9.7 +VERSION="1.000033"
     9.8 +CATEGORY="development"
     9.9 +SHORT_DESC="Module::Metadata module is a Perl extension."
    9.10 +MAINTAINER="pascal.bellard@slitaz.org"
    9.11 +LICENSE="GPL"
    9.12 +DEPENDS="perl"
    9.13 +BUILD_DEPENDS="perl"
    9.14 +SOURCE="Module-Metadata"
    9.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    9.16 +WEB_SITE="http://cpan.org/"
    9.17 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
    9.18 +
    9.19 +# Rules to configure and make the package.
    9.20 +compile_rules()
    9.21 +{
    9.22 +	perl Makefile.PL &&
    9.23 +	make &&
    9.24 +	make DESTDIR=$DESTDIR install
    9.25 +}
    9.26 +
    9.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.28 +genpkg_rules()
    9.29 +{
    9.30 +	mkdir -p $fs/usr
    9.31 +	cp -a $install/usr/lib $fs/usr
    9.32 +}
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/perl-parallel-forkmanager/receipt	Fri Oct 12 11:23:47 2018 +0200
    10.3 @@ -0,0 +1,29 @@
    10.4 +# SliTaz package receipt.
    10.5 +
    10.6 +PACKAGE="perl-parallel-forkmanager"
    10.7 +VERSION="2.02"
    10.8 +CATEGORY="development"
    10.9 +SHORT_DESC="Parallel::ForkManager module is a Perl extension."
   10.10 +MAINTAINER="pascal.bellard@slitaz.org"
   10.11 +LICENSE="GPL"
   10.12 +DEPENDS="perl"
   10.13 +BUILD_DEPENDS="perl"
   10.14 +SOURCE="Parallel-ForkManager"
   10.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
   10.16 +WEB_SITE="http://cpan.org/"
   10.17 +WGET_URL="https://cpan.metacpan.org/authors/id/Y/YA/YANICK/$TARBALL"
   10.18 +
   10.19 +# Rules to configure and make the package.
   10.20 +compile_rules()
   10.21 +{
   10.22 +	perl Makefile.PL &&
   10.23 +	make &&
   10.24 +	make DESTDIR=$DESTDIR install
   10.25 +}
   10.26 +
   10.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
   10.28 +genpkg_rules()
   10.29 +{
   10.30 +	mkdir -p $fs/usr
   10.31 +	cp -a $install/usr/lib $fs/usr
   10.32 +}
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/perl-test-compile/receipt	Fri Oct 12 11:23:47 2018 +0200
    11.3 @@ -0,0 +1,29 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="perl-test-compile"
    11.7 +VERSION="1.3.0"
    11.8 +CATEGORY="development"
    11.9 +SHORT_DESC="Test::Compile module is a Perl extension."
   11.10 +MAINTAINER="pascal.bellard@slitaz.org"
   11.11 +LICENSE="GPL"
   11.12 +DEPENDS="perl"
   11.13 +BUILD_DEPENDS="perl"
   11.14 +SOURCE="Test-Compile"
   11.15 +TARBALL="$SOURCE-v$VERSION.tar.gz"
   11.16 +WEB_SITE="http://cpan.org/"
   11.17 +WGET_URL="https://cpan.metacpan.org/authors/id/E/EG/EGILES/$TARBALL"
   11.18 +
   11.19 +# Rules to configure and make the package.
   11.20 +compile_rules()
   11.21 +{
   11.22 +	perl Makefile.PL &&
   11.23 +	make &&
   11.24 +	make DESTDIR=$DESTDIR install
   11.25 +}
   11.26 +
   11.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.28 +genpkg_rules()
   11.29 +{
   11.30 +	mkdir -p $fs/usr
   11.31 +	cp -a $install/usr/lib $fs/usr
   11.32 +}
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/perl-test-mockobject/receipt	Fri Oct 12 11:23:47 2018 +0200
    12.3 @@ -0,0 +1,29 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="perl-test-mockobject"
    12.7 +VERSION="1.20180705"
    12.8 +CATEGORY="development"
    12.9 +SHORT_DESC="Test::MockObject module is a Perl extension."
   12.10 +MAINTAINER="pascal.bellard@slitaz.org"
   12.11 +LICENSE="GPL"
   12.12 +DEPENDS="perl"
   12.13 +BUILD_DEPENDS="perl"
   12.14 +SOURCE="Test-MockObject"
   12.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
   12.16 +WEB_SITE="http://cpan.org/"
   12.17 +WGET_URL="https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/$TARBALL"
   12.18 +
   12.19 +# Rules to configure and make the package.
   12.20 +compile_rules()
   12.21 +{
   12.22 +	perl Makefile.PL &&
   12.23 +	make &&
   12.24 +	make DESTDIR=$DESTDIR install
   12.25 +}
   12.26 +
   12.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.28 +genpkg_rules()
   12.29 +{
   12.30 +	mkdir -p $fs/usr
   12.31 +	cp -a $install/usr/lib $fs/usr
   12.32 +}
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/perl-xml-treepp/receipt	Fri Oct 12 11:23:47 2018 +0200
    13.3 @@ -0,0 +1,29 @@
    13.4 +# SliTaz package receipt.
    13.5 +
    13.6 +PACKAGE="perl-xml-treepp"
    13.7 +VERSION="0.43"
    13.8 +CATEGORY="development"
    13.9 +SHORT_DESC="XML::TreePP module is a Perl extension."
   13.10 +MAINTAINER="pascal.bellard@slitaz.org"
   13.11 +LICENSE="GPL"
   13.12 +DEPENDS="perl"
   13.13 +BUILD_DEPENDS="perl"
   13.14 +SOURCE="XML-TreePP"
   13.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
   13.16 +WEB_SITE="http://cpan.org/"
   13.17 +WGET_URL="https://cpan.metacpan.org/authors/id/K/KA/KAWASAKI/$TARBALL"
   13.18 +
   13.19 +# Rules to configure and make the package.
   13.20 +compile_rules()
   13.21 +{
   13.22 +	perl Makefile.PL &&
   13.23 +	make &&
   13.24 +	make DESTDIR=$DESTDIR install
   13.25 +}
   13.26 +
   13.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
   13.28 +genpkg_rules()
   13.29 +{
   13.30 +	mkdir -p $fs/usr
   13.31 +	cp -a $install/usr/lib $fs/usr
   13.32 +}