wok-next rev 21107
Restore Perl modules removed accidentally in commit 19709
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jan 07 11:16:02 2019 +0200 (2019-01-07) |
parents | 228ab66c326a |
children | f29965805403 |
files | bzip2/receipt perl-compress-raw-bzip2/receipt perl-compress-raw-zlib/receipt perl-digest-md5/receipt perl-getopt-long/receipt perl-io-compress/receipt perl-mime-base64/receipt perl-time-hires/receipt zoneminder/receipt |
line diff
1.1 --- a/bzip2/receipt Sat Jan 05 04:15:30 2019 +0200 1.2 +++ b/bzip2/receipt Mon Jan 07 11:16:02 2019 +0200 1.3 @@ -11,9 +11,7 @@ 1.4 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 #WGET_URL="http://www.bzip.org/$VERSION/$TARBALL" 1.7 -TARBALL_SHA1="3f89f861209ce81a6bab1fd1998c0ef311712002" 1.8 #WGET_URL="https://web.archive.org/web/20180624184835if_/http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz" 1.9 -TARBALL_SHA1="3f89f861209ce81a6bab1fd1998c0ef311712002" 1.10 WGET_URL="https://fossies.org/linux/misc/bzip2-1.0.6.tar.gz" 1.11 TARBALL_SHA1="3f89f861209ce81a6bab1fd1998c0ef311712002" 1.12 TARBALL_MD5="00b516f4704d4a7cb50a1d97e6e8e15b"
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/perl-compress-raw-bzip2/receipt Mon Jan 07 11:16:02 2019 +0200 2.3 @@ -0,0 +1,23 @@ 2.4 +# SliTaz package receipt v2. 2.5 + 2.6 +ORIGIN="Compress-Raw-Bzip2" 2.7 +PACKAGE="perl-compress-raw-bzip2" 2.8 +VERSION="2.084" 2.9 +AUTHOR="PMQS" 2.10 +CATEGORY="perl" 2.11 +SHORT_DESC="Compress::Raw::Bzip2 - Low-Level Interface to bzip2 compression library" 2.12 +MAINTAINER="devel@slitaz.org" 2.13 +LICENSE="Perl" 2.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 2.15 +REPOLOGY="${PACKAGE/-/:}" 2.16 + 2.17 +TARBALL="$ORIGIN-$VERSION.tar.gz" 2.18 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 2.19 +TARBALL_SHA1="f7df9af0e779e07348485813fd4382031b06adfb" 2.20 + 2.21 +DEPENDS="perl" 2.22 +BUILD_DEPENDS="$DEPENDS perl-dev" 2.23 + 2.24 +compile_rules() { 2.25 + cook_perl 2.26 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/perl-compress-raw-zlib/receipt Mon Jan 07 11:16:02 2019 +0200 3.3 @@ -0,0 +1,23 @@ 3.4 +# SliTaz package receipt v2. 3.5 + 3.6 +ORIGIN="Compress-Raw-Zlib" 3.7 +PACKAGE="perl-compress-raw-zlib" 3.8 +VERSION="2.084" 3.9 +AUTHOR="PMQS" 3.10 +CATEGORY="perl" 3.11 +SHORT_DESC="Compress::Raw::Zlib - Low-Level Interface to zlib compression library" 3.12 +MAINTAINER="devel@slitaz.org" 3.13 +LICENSE="Perl" 3.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 3.15 +REPOLOGY="${PACKAGE/-/:}" 3.16 + 3.17 +TARBALL="$ORIGIN-$VERSION.tar.gz" 3.18 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 3.19 +TARBALL_SHA1="ecc2ce83d18113f063ccfe21b6af32aebd64af8d" 3.20 + 3.21 +DEPENDS="perl" 3.22 +BUILD_DEPENDS="$DEPENDS perl-dev" 3.23 + 3.24 +compile_rules() { 3.25 + cook_perl 3.26 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/perl-digest-md5/receipt Mon Jan 07 11:16:02 2019 +0200 4.3 @@ -0,0 +1,23 @@ 4.4 +# SliTaz package receipt v2. 4.5 + 4.6 +ORIGIN="Digest-MD5" 4.7 +PACKAGE="perl-digest-md5" 4.8 +VERSION="2.55" 4.9 +AUTHOR="GAAS" 4.10 +CATEGORY="perl" 4.11 +SHORT_DESC="Digest::MD5 - Perl interface to the MD5 Algorithm" 4.12 +MAINTAINER="devel@slitaz.org" 4.13 +LICENSE="Perl" 4.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 4.15 +REPOLOGY="${PACKAGE/-/:}" 4.16 + 4.17 +TARBALL="$ORIGIN-$VERSION.tar.gz" 4.18 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 4.19 +TARBALL_SHA1="59dc31b43c84d5e18ba60f25f513929c2f05ad51" 4.20 + 4.21 +DEPENDS="perl" 4.22 +BUILD_DEPENDS="$DEPENDS perl-dev" 4.23 + 4.24 +compile_rules() { 4.25 + cook_perl 4.26 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/perl-getopt-long/receipt Mon Jan 07 11:16:02 2019 +0200 5.3 @@ -0,0 +1,24 @@ 5.4 +# SliTaz package receipt v2. 5.5 + 5.6 +ORIGIN="Getopt-Long" 5.7 +PACKAGE="perl-getopt-long" 5.8 +VERSION="2.50" 5.9 +AUTHOR="JV" 5.10 +CATEGORY="perl" 5.11 +SHORT_DESC="Getopt::Long - Extended processing of command line options" 5.12 +MAINTAINER="pascal.bellard@slitaz.org" 5.13 +LICENSE="GPL" 5.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 5.15 +HOST_ARCH="any" 5.16 +REPOLOGY="${PACKAGE/-/:}" 5.17 + 5.18 +TARBALL="$ORIGIN-$VERSION.tar.gz" 5.19 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 5.20 +TARBALL_SHA1="e25d194a7b2d5c25a4c926b60c4580e640173297" 5.21 + 5.22 +DEPENDS="perl" 5.23 +BUILD_DEPENDS="$DEPENDS" 5.24 + 5.25 +compile_rules() { 5.26 + cook_perl 5.27 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/perl-io-compress/receipt Mon Jan 07 11:16:02 2019 +0200 6.3 @@ -0,0 +1,24 @@ 6.4 +# SliTaz package receipt v2. 6.5 + 6.6 +ORIGIN="IO-Compress" 6.7 +PACKAGE="perl-io-compress" 6.8 +VERSION="2.084" 6.9 +AUTHOR="PMQS" 6.10 +CATEGORY="perl" 6.11 +SHORT_DESC="IO Interface to compressed data files/buffers" 6.12 +MAINTAINER="devel@slitaz.org" 6.13 +LICENSE="Perl" 6.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 6.15 +HOST_ARCH="any" 6.16 +REPOLOGY="${PACKAGE/-/:}" 6.17 + 6.18 +TARBALL="$ORIGIN-$VERSION.tar.gz" 6.19 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 6.20 +TARBALL_SHA1="6c94324147bba159136657b62127c0c4647c92db" 6.21 + 6.22 +DEPENDS="perl-compress-raw-bzip2 perl-compress-raw-zlib" 6.23 +BUILD_DEPENDS="$DEPENDS" 6.24 + 6.25 +compile_rules() { 6.26 + cook_perl 6.27 +}
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/perl-mime-base64/receipt Mon Jan 07 11:16:02 2019 +0200 7.3 @@ -0,0 +1,23 @@ 7.4 +# SliTaz package receipt v2. 7.5 + 7.6 +ORIGIN="MIME-Base64" 7.7 +PACKAGE="perl-mime-base64" 7.8 +VERSION="3.15" 7.9 +AUTHOR="GAAS" 7.10 +CATEGORY="perl" 7.11 +SHORT_DESC="MIME::Base64 - Encoding and decoding of base64 strings" 7.12 +MAINTAINER="pascal.bellard@slitaz.org" 7.13 +LICENSE="Perl" 7.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 7.15 +REPOLOGY="${PACKAGE/-/:}" 7.16 + 7.17 +TARBALL="$ORIGIN-$VERSION.tar.gz" 7.18 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 7.19 +TARBALL_SHA1="07dd64adbec0e8952954664cbf8fa6b20915f95c" 7.20 + 7.21 +DEPENDS="perl" 7.22 +BUILD_DEPENDS="$DEPENDS perl-dev" 7.23 + 7.24 +compile_rules() { 7.25 + cook_perl 7.26 +}
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/perl-time-hires/receipt Mon Jan 07 11:16:02 2019 +0200 8.3 @@ -0,0 +1,23 @@ 8.4 +# SliTaz package receipt v2. 8.5 + 8.6 +ORIGIN="Time-HiRes" 8.7 +PACKAGE="perl-time-hires" 8.8 +VERSION="1.9758" 8.9 +AUTHOR="JHI" 8.10 +CATEGORY="perl" 8.11 +SHORT_DESC="Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers" 8.12 +MAINTAINER="pascal.bellard@slitaz.org" 8.13 +LICENSE="Perl" 8.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 8.15 +REPOLOGY="${PACKAGE/-/:}" 8.16 + 8.17 +TARBALL="$ORIGIN-$VERSION.tar.gz" 8.18 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 8.19 +TARBALL_SHA1="8b29088f796abca62af07c8db1bb818f0a822579" 8.20 + 8.21 +DEPENDS="perl" 8.22 +BUILD_DEPENDS="$DEPENDS perl-dev" 8.23 + 8.24 +compile_rules() { 8.25 + cook_perl 8.26 +}
9.1 --- a/zoneminder/receipt Sat Jan 05 04:15:30 2019 +0200 9.2 +++ b/zoneminder/receipt Mon Jan 07 11:16:02 2019 +0200 9.3 @@ -12,7 +12,7 @@ 9.4 WGET_URL="http://www2.zoneminder.com/downloads/$TARBALL" 9.5 9.6 BUILD_DEPENDS="mysql-dev jpeg-dev ffmpeg-dev gnutls-dev libav-dev \ 9.7 -linux-api-headers libbzip2 zlib x264 perl perl-dbi-dbd perl-dbd-mysql \ 9.8 +linux-api-headers libbzip2 zlib x264 perl perl-dbi perl-dbd-mysql \ 9.9 perl-time-hires perl-getopt-long perl-date-manip perl-libwww-perl \ 9.10 perl-archive-zip" 9.11 9.12 @@ -40,7 +40,7 @@ 9.13 9.14 genpkg_rules() { 9.15 copy @std 9.16 - DEPENDS="mysql jpeg libbzip2 zlib ffmpeg x264 perl perl-dbi-dbd \ 9.17 + DEPENDS="mysql jpeg libbzip2 zlib ffmpeg x264 perl perl-dbi \ 9.18 perl-dbd-mysql perl-time-hires perl-getopt-long perl-date-manip \ 9.19 perl-libwww-perl perl-archive-zip" 9.20 }