wok-next rev 21026

Tiny updates (Perl modules)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:30:58 2018 +0200 (2018-11-03)
parents a53441c56fc9
children 6e4d2f66109c
files perl-alien-sdl/receipt perl-archive-extract/receipt perl-archive-zip/receipt perl-capture-tiny/receipt perl-config-inifiles/receipt perl-dbd-mysql/receipt perl-file-remove/receipt perl-file-slurp/receipt perl-glib/receipt perl-io-socket-ssl/receipt perl-libwww-perl/receipt perl-net-dns/receipt perl-socket6/receipt perl-template-toolkit/receipt perl-text-patch/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-alien-sdl/receipt	Sat Nov 03 04:30:58 2018 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="perl-alien-sdl"
     1.7 +VERSION="1.446"
     1.8 +CATEGORY="perl"
     1.9 +SHORT_DESC="Alien::SDL - building, finding and using SDL binaries"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="https://metacpan.org/release/Alien-SDL"
    1.13 +REPOLOGY="perl:alien-sdl"
    1.14 +
    1.15 +TARBALL="Alien-SDL-$VERSION.tar.gz"
    1.16 +WGET_URL="https://cpan.metacpan.org/authors/id/F/FR/FROGGS/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="perl-file-which perl-module-build perl-file-sharedir \
    1.19 +perl-archive-extract perl-text-patch perl-capture-tiny perl-archive-zip \
    1.20 +libsdl-dev"
    1.21 +
    1.22 +# TODO: rebuild if sdl-config in libsdl-dev changed
    1.23 +
    1.24 +compile_rules() {
    1.25 +	# Workaround bug with --with-sdl-config
    1.26 +	sed -i '/^GetOptions/d' Build.PL
    1.27 +
    1.28 +	perl Build.PL --with-sdl-config &&
    1.29 +	perl Build &&
    1.30 +	perl Build install installdirs=vendor destdir=$install &&
    1.31 +
    1.32 +	chmod -R u+w $install
    1.33 +}
    1.34 +
    1.35 +genpkg_rules() {
    1.36 +	copy @std
    1.37 +	DEPENDS="perl perl-capture-tiny perl-file-sharedir perl-file-which   libsdl"
    1.38 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/perl-archive-extract/receipt	Sat Nov 03 04:30:58 2018 +0200
     2.3 @@ -0,0 +1,29 @@
     2.4 +# SliTaz package receipt v2.
     2.5 +
     2.6 +PACKAGE="perl-archive-extract"
     2.7 +VERSION="0.80"
     2.8 +CATEGORY="perl"
     2.9 +SHORT_DESC="Archive::Extract - A generic archive extracting mechanism"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="GPL"
    2.12 +WEB_SITE="https://metacpan.org/release/Archive-Extract"
    2.13 +HOST_ARCH="any"
    2.14 +REPOLOGY="perl:archive-extract"
    2.15 +
    2.16 +TARBALL="Archive-Extract-$VERSION.tar.gz"
    2.17 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/$TARBALL"
    2.18 +
    2.19 +BUILD_DEPENDS="perl"
    2.20 +
    2.21 +compile_rules() {
    2.22 +	perl Makefile.PL &&
    2.23 +	make &&
    2.24 +	make DESTDIR=$install install &&
    2.25 +
    2.26 +	chmod -R u+w $install
    2.27 +}
    2.28 +
    2.29 +genpkg_rules() {
    2.30 +	copy @std
    2.31 +	DEPENDS="perl"
    2.32 +}
     3.1 --- a/perl-archive-zip/receipt	Sat Nov 03 04:10:29 2018 +0200
     3.2 +++ b/perl-archive-zip/receipt	Sat Nov 03 04:30:58 2018 +0200
     3.3 @@ -1,12 +1,13 @@
     3.4  # SliTaz package receipt v2.
     3.5  
     3.6  PACKAGE="perl-archive-zip"
     3.7 -VERSION="1.63"
     3.8 +VERSION="1.64"
     3.9  CATEGORY="perl"
    3.10  SHORT_DESC="Archive::Zip - Provide an interface to ZIP archive files"
    3.11  MAINTAINER="devel@slitaz.org"
    3.12  LICENSE="GPL"
    3.13  WEB_SITE="https://metacpan.org/release/Archive-Zip"
    3.14 +HOST_ARCH="any"
    3.15  REPOLOGY="perl:archive-zip"
    3.16  
    3.17  TARBALL="Archive-Zip-$VERSION.tar.gz"
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/perl-capture-tiny/receipt	Sat Nov 03 04:30:58 2018 +0200
     4.3 @@ -0,0 +1,29 @@
     4.4 +# SliTaz package receipt v2.
     4.5 +
     4.6 +PACKAGE="perl-capture-tiny"
     4.7 +VERSION="0.48"
     4.8 +CATEGORY="perl"
     4.9 +SHORT_DESC="Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs"
    4.10 +MAINTAINER="al.bobylev@gmail.com"
    4.11 +LICENSE="Apache2"
    4.12 +WEB_SITE="https://metacpan.org/release/Capture-Tiny"
    4.13 +HOST_ARCH="any"
    4.14 +REPOLOGY="perl:capture-tiny"
    4.15 +
    4.16 +TARBALL="Capture-Tiny-$VERSION.tar.gz"
    4.17 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL"
    4.18 +
    4.19 +BUILD_DEPENDS="perl"
    4.20 +
    4.21 +compile_rules() {
    4.22 +	perl Makefile.PL &&
    4.23 +	make &&
    4.24 +	make DESTDIR=$install install &&
    4.25 +
    4.26 +	chmod -R u+w $install
    4.27 +}
    4.28 +
    4.29 +genpkg_rules() {
    4.30 +	copy @std
    4.31 +	DEPENDS="perl"
    4.32 +}
     5.1 --- a/perl-config-inifiles/receipt	Sat Nov 03 04:10:29 2018 +0200
     5.2 +++ b/perl-config-inifiles/receipt	Sat Nov 03 04:30:58 2018 +0200
     5.3 @@ -1,13 +1,14 @@
     5.4 -# SliTaz package receipt.
     5.5 +# SliTaz package receipt v2.
     5.6  
     5.7  PACKAGE="perl-config-inifiles"
     5.8 -VERSION="2.98"
     5.9 +VERSION="3.000000"
    5.10  CATEGORY="perl"
    5.11  SHORT_DESC="Config::IniFiles - A module for reading .ini-style configuration \
    5.12  files"
    5.13  MAINTAINER="pascal.bellard@slitaz.org"
    5.14  LICENSE="GPL"
    5.15  WEB_SITE="https://metacpan.org/release/Config-IniFiles"
    5.16 +HOST_ARCH="any"
    5.17  REPOLOGY="perl:config-inifiles"
    5.18  
    5.19  TARBALL="Config-IniFiles-$VERSION.tar.gz"
     6.1 --- a/perl-dbd-mysql/receipt	Sat Nov 03 04:10:29 2018 +0200
     6.2 +++ b/perl-dbd-mysql/receipt	Sat Nov 03 04:30:58 2018 +0200
     6.3 @@ -1,16 +1,17 @@
     6.4  # SliTaz package receipt v2.
     6.5  
     6.6  PACKAGE="perl-dbd-mysql"
     6.7 -VERSION="4.046"
     6.8 +VERSION="4.048"
     6.9  CATEGORY="perl"
    6.10  SHORT_DESC="DBD::mysql - MySQL driver for the Perl5 Database Interface (DBI)"
    6.11  MAINTAINER="pascal.bellard@slitaz.org"
    6.12  LICENSE="GPL"
    6.13  WEB_SITE="https://metacpan.org/release/DBD-mysql"
    6.14 +HOST_ARCH="any"
    6.15  REPOLOGY="perl:dbd-mysql"
    6.16  
    6.17  TARBALL="DBD-mysql-$VERSION.tar.gz"
    6.18 -WGET_URL="https://cpan.metacpan.org/authors/id/C/CA/CAPTTOFU/$TARBALL"
    6.19 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL"
    6.20  
    6.21  BUILD_DEPENDS="perl-dev perl-dbi mysql-dev perl-devel-checklib"
    6.22  
     7.1 --- a/perl-file-remove/receipt	Sat Nov 03 04:10:29 2018 +0200
     7.2 +++ b/perl-file-remove/receipt	Sat Nov 03 04:30:58 2018 +0200
     7.3 @@ -1,12 +1,13 @@
     7.4  # SliTaz package receipt v2.
     7.5  
     7.6  PACKAGE="perl-file-remove"
     7.7 -VERSION="1.57"
     7.8 +VERSION="1.58"
     7.9  CATEGORY="perl"
    7.10  SHORT_DESC="File::Remove - Remove files and directories"
    7.11  MAINTAINER="al.bobylev@gmail.com"
    7.12  LICENSE="GPL"
    7.13  WEB_SITE="https://metacpan.org/release/File-Remove"
    7.14 +HOST_ARCH="any"
    7.15  REPOLOGY="perl:file-remove"
    7.16  
    7.17  TARBALL="File-Remove-$VERSION.tar.gz"
     8.1 --- a/perl-file-slurp/receipt	Sat Nov 03 04:10:29 2018 +0200
     8.2 +++ b/perl-file-slurp/receipt	Sat Nov 03 04:30:58 2018 +0200
     8.3 @@ -1,19 +1,19 @@
     8.4 -# SliTaz package receipt.
     8.5 +# SliTaz package receipt v2.
     8.6  
     8.7  PACKAGE="perl-file-slurp"
     8.8 -VERSION="9999.19"
     8.9 +VERSION="9999.21"
    8.10  CATEGORY="perl"
    8.11  SHORT_DESC="File::Slurp - Simple and Efficient Reading/Writing/Modifying of \
    8.12  Complete Files"
    8.13  MAINTAINER="devel@slitaz.org"
    8.14  LICENSE="GPL"
    8.15  WEB_SITE="https://metacpan.org/release/File-Slurp"
    8.16 +HOST_ARCH="any"
    8.17  REPOLOGY="perl:file-slurp"
    8.18  
    8.19  TARBALL="File-Slurp-$VERSION.tar.gz"
    8.20 -WGET_URL="https://cpan.metacpan.org/authors/id/U/UR/URI/$TARBALL"
    8.21 +WGET_URL="https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/$TARBALL"
    8.22  
    8.23 -DEPENDS="perl"
    8.24  BUILD_DEPENDS="perl"
    8.25  
    8.26  compile_rules() {
    8.27 @@ -26,4 +26,5 @@
    8.28  
    8.29  genpkg_rules() {
    8.30  	copy @std
    8.31 +	DEPENDS="perl"
    8.32  }
     9.1 --- a/perl-glib/receipt	Sat Nov 03 04:10:29 2018 +0200
     9.2 +++ b/perl-glib/receipt	Sat Nov 03 04:30:58 2018 +0200
     9.3 @@ -1,7 +1,7 @@
     9.4  # SliTaz package receipt v2.
     9.5  
     9.6  PACKAGE="perl-glib"
     9.7 -VERSION="1.327"
     9.8 +VERSION="1.328"
     9.9  CATEGORY="perl"
    9.10  SHORT_DESC="Glib - Perl wrappers for the GLib utility and Object libraries"
    9.11  MAINTAINER="claudinei@slitaz.org"
    10.1 --- a/perl-io-socket-ssl/receipt	Sat Nov 03 04:10:29 2018 +0200
    10.2 +++ b/perl-io-socket-ssl/receipt	Sat Nov 03 04:30:58 2018 +0200
    10.3 @@ -1,12 +1,13 @@
    10.4  # SliTaz package receipt v2.
    10.5  
    10.6  PACKAGE="perl-io-socket-ssl"
    10.7 -VERSION="2.059"
    10.8 +VERSION="2.060"
    10.9  CATEGORY="perl"
   10.10  SHORT_DESC="IO::Socket::SSL - SSL sockets with IO::Socket interface"
   10.11  MAINTAINER="pascal.bellard@slitaz.org"
   10.12  LICENSE="GPL"
   10.13  WEB_SITE="https://metacpan.org/release/IO-Socket-SSL"
   10.14 +HOST_ARCH="any"
   10.15  REPOLOGY="perl:io-socket-ssl"
   10.16  
   10.17  TARBALL="IO-Socket-SSL-$VERSION.tar.gz"
    11.1 --- a/perl-libwww-perl/receipt	Sat Nov 03 04:10:29 2018 +0200
    11.2 +++ b/perl-libwww-perl/receipt	Sat Nov 03 04:30:58 2018 +0200
    11.3 @@ -1,7 +1,7 @@
    11.4  # SliTaz package receipt v2.
    11.5  
    11.6  PACKAGE="perl-libwww-perl"
    11.7 -VERSION="6.35"
    11.8 +VERSION="6.36"
    11.9  CATEGORY="perl"
   11.10  SHORT_DESC="The World-Wide Web library for Perl"
   11.11  MAINTAINER="al.bobylev@gmail.com"
    12.1 --- a/perl-net-dns/receipt	Sat Nov 03 04:10:29 2018 +0200
    12.2 +++ b/perl-net-dns/receipt	Sat Nov 03 04:30:58 2018 +0200
    12.3 @@ -1,12 +1,13 @@
    12.4  # SliTaz package receipt v2.
    12.5  
    12.6  PACKAGE="perl-net-dns"
    12.7 -VERSION="1.17"
    12.8 +VERSION="1.18"
    12.9  CATEGORY="perl"
   12.10  SHORT_DESC="Net::DNS - Perl Interface to the Domain Name System"
   12.11  MAINTAINER="devel@slitaz.org"
   12.12  LICENSE="GPL"
   12.13  WEB_SITE="https://metacpan.org/release/Net-DNS"
   12.14 +HOST_ARCH="any"
   12.15  REPOLOGY="perl:net-dns"
   12.16  
   12.17  TARBALL="Net-DNS-$VERSION.tar.gz"
    13.1 --- a/perl-socket6/receipt	Sat Nov 03 04:10:29 2018 +0200
    13.2 +++ b/perl-socket6/receipt	Sat Nov 03 04:30:58 2018 +0200
    13.3 @@ -1,7 +1,7 @@
    13.4  # SliTaz package receipt v2.
    13.5  
    13.6  PACKAGE="perl-socket6"
    13.7 -VERSION="0.28"
    13.8 +VERSION="0.29"
    13.9  CATEGORY="perl"
   13.10  SHORT_DESC="Socket6 - IPv6 related part of the C socket.h defines and \
   13.11  structure manipulators"
    14.1 --- a/perl-template-toolkit/receipt	Sat Nov 03 04:10:29 2018 +0200
    14.2 +++ b/perl-template-toolkit/receipt	Sat Nov 03 04:30:58 2018 +0200
    14.3 @@ -1,7 +1,7 @@
    14.4 -# SliTaz package receipt.
    14.5 +# SliTaz package receipt v2.
    14.6  
    14.7  PACKAGE="perl-template-toolkit"
    14.8 -VERSION="2.27"
    14.9 +VERSION="2.28"
   14.10  CATEGORY="perl"
   14.11  SHORT_DESC="Template::Toolkit - Template Processing System"
   14.12  MAINTAINER="devel@slitaz.org"
   14.13 @@ -10,7 +10,7 @@
   14.14  REPOLOGY="perl:template-toolkit"
   14.15  
   14.16  TARBALL="Template-Toolkit-$VERSION.tar.gz"
   14.17 -WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABW/$TARBALL"
   14.18 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/$TARBALL"
   14.19  
   14.20  BUILD_DEPENDS="perl-dev perl-appconfig"
   14.21  
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/perl-text-patch/receipt	Sat Nov 03 04:30:58 2018 +0200
    15.3 @@ -0,0 +1,29 @@
    15.4 +# SliTaz package receipt v2.
    15.5 +
    15.6 +PACKAGE="perl-text-patch"
    15.7 +VERSION="1.8"
    15.8 +CATEGORY="perl"
    15.9 +SHORT_DESC="Text::Patch - Patches text with given patch"
   15.10 +MAINTAINER="al.bobylev@gmail.com"
   15.11 +LICENSE="GPL"
   15.12 +WEB_SITE="https://metacpan.org/release/Text-Patch"
   15.13 +HOST_ARCH="any"
   15.14 +REPOLOGY="perl:text-patch"
   15.15 +
   15.16 +TARBALL="Text-Patch-$VERSION.tar.gz"
   15.17 +WGET_URL="https://cpan.metacpan.org/authors/id/C/CA/CADE/$TARBALL"
   15.18 +
   15.19 +BUILD_DEPENDS="perl"
   15.20 +
   15.21 +compile_rules() {
   15.22 +	perl Makefile.PL &&
   15.23 +	make &&
   15.24 +	make DESTDIR=$install install &&
   15.25 +
   15.26 +	chmod -R u+w $install
   15.27 +}
   15.28 +
   15.29 +genpkg_rules() {
   15.30 +	copy @std
   15.31 +	DEPENDS="perl"
   15.32 +}