wok-next rev 19620

Up perl-test-pod, perl-yaml-syck, xmlto, rust, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Feb 07 19:04:50 2017 +0200 (2017-02-07)
parents 5cf988b48dc6
children a4cdc12df138
files perl-test-pod/receipt perl-yaml-syck/receipt rust-cargo/receipt rust-doc/receipt rust/receipt svgcleaner/receipt xmlto/receipt
line diff
     1.1 --- a/perl-test-pod/receipt	Mon Feb 06 18:29:58 2017 +0100
     1.2 +++ b/perl-test-pod/receipt	Tue Feb 07 19:04:50 2017 +0200
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-test-pod"
     1.7 -VERSION="1.44"
     1.8 +VERSION="1.51"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Test::Pod module is a Perl extension."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL"
    1.13 +WEB_SITE="http://www.cpan.org/modules/"
    1.14 +
    1.15 +TARBALL="Test-Pod-$VERSION.tar.gz"
    1.16 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
    1.17 +
    1.18  DEPENDS="perl"
    1.19  BUILD_DEPENDS="perl"
    1.20 -SOURCE="Test-Pod"
    1.21 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.22 -WEB_SITE="http://www.cpan.org/modules/"
    1.23 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/$TARBALL"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29  	perl Makefile.PL &&
    1.30  	make &&
    1.31  	make DESTDIR=$DESTDIR install
     2.1 --- a/perl-yaml-syck/receipt	Mon Feb 06 18:29:58 2017 +0100
     2.2 +++ b/perl-yaml-syck/receipt	Tue Feb 07 19:04:50 2017 +0200
     2.3 @@ -1,22 +1,22 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-yaml-syck"
     2.7 -VERSION="1.17"
     2.8 +VERSION="1.29"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Fast, lightweight YAML loader and dumper"
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12  LICENSE="GPL"
    2.13 +WEB_SITE="http://search.cpan.org/disk/YAML-Syck/"
    2.14 +
    2.15 +TARBALL="YAML-Syck-$VERSION.tar.gz"
    2.16 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
    2.17 +
    2.18  DEPENDS="perl"
    2.19  BUILD_DEPENDS="perl"
    2.20 -SOURCE="YAML-Syck"
    2.21 -TARBALL="$SOURCE-$VERSION.tar.gz"
    2.22 -WEB_SITE="http://search.cpan.org/disk/YAML-Syck/"
    2.23 -WGET_URL="http://www.cpan.org/authors/id/A/AV/AVAR/$TARBALL"
    2.24  
    2.25  # Rules to configure and make the package.
    2.26  compile_rules()
    2.27  {
    2.28 -	cd $src
    2.29  	perl Makefile.PL -y &&
    2.30  	make &&
    2.31  	make DESTDIR=$DESTDIR install
    2.32 @@ -28,4 +28,3 @@
    2.33  	mkdir -p $fs/usr
    2.34  	cp -a $install/usr/lib $fs/usr
    2.35  }
    2.36 -
     3.1 --- a/rust-cargo/receipt	Mon Feb 06 18:29:58 2017 +0100
     3.2 +++ b/rust-cargo/receipt	Tue Feb 07 19:04:50 2017 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="rust-cargo"
     3.7 -VERSION="1.12.1"
     3.8 +VERSION="1.15.0"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="The Rust package manager"
    3.11  MAINTAINER="al.bobylev@gmail.com"
    3.12 @@ -10,7 +10,6 @@
    3.13  
    3.14  WANTED="rust"
    3.15  DEPENDS="rust"
    3.16 -SIBLINGS="rust rust-doc"
    3.17  
    3.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.19  genpkg_rules()
     4.1 --- a/rust-doc/receipt	Mon Feb 06 18:29:58 2017 +0100
     4.2 +++ b/rust-doc/receipt	Tue Feb 07 19:04:50 2017 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="rust-doc"
     4.7 -VERSION="1.12.1"
     4.8 +VERSION="1.15.0"
     4.9  CATEGORY="doc"
    4.10  SHORT_DESC="The Rust programming language documentation"
    4.11  MAINTAINER="al.bobylev@gmail.com"
    4.12 @@ -9,7 +9,6 @@
    4.13  WEB_SITE="https://www.rust-lang.org/"
    4.14  
    4.15  WANTED="rust"
    4.16 -SIBLINGS="rust rust-cargo"
    4.17  
    4.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.19  genpkg_rules()
     5.1 --- a/rust/receipt	Mon Feb 06 18:29:58 2017 +0100
     5.2 +++ b/rust/receipt	Tue Feb 07 19:04:50 2017 +0200
     5.3 @@ -1,17 +1,18 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="rust"
     5.7 -VERSION="1.12.1"
     5.8 +VERSION="1.15.0"
     5.9  CATEGORY="development"
    5.10  SHORT_DESC="The Rust programming language"
    5.11  MAINTAINER="al.bobylev@gmail.com"
    5.12  LICENSE="MIT Apache BSD"
    5.13  WEB_SITE="https://www.rust-lang.org/"
    5.14 +
    5.15  TARBALL="rust-$VERSION-i686-unknown-linux-gnu.tar.gz"
    5.16  WGET_URL="https://static.rust-lang.org/dist/$TARBALL"
    5.17  
    5.18  SIBLINGS="rust-doc rust-cargo"
    5.19 -BUILD_DEPENDS="wget cacerts"
    5.20 +SPLIT="rust-cargo rust-doc"
    5.21  
    5.22  # Rules to configure and make the package.
    5.23  compile_rules()
     6.1 --- a/svgcleaner/receipt	Mon Feb 06 18:29:58 2017 +0100
     6.2 +++ b/svgcleaner/receipt	Tue Feb 07 19:04:50 2017 +0200
     6.3 @@ -1,15 +1,16 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="svgcleaner"
     6.7 -VERSION="0.7.1"
     6.8 -#COMMIT="1f1158f"
     6.9 +VERSION="0.8.1"
    6.10 +#COMMIT="1f579e8"
    6.11  CATEGORY="graphics"
    6.12  SHORT_DESC="Clean up SVG files from the unnecessary data"
    6.13  MAINTAINER="al.bobylev@gmail.com"
    6.14  LICENSE="GPL2"
    6.15  WEB_SITE="https://github.com/RazrFalcon/svgcleaner"
    6.16 +
    6.17  TARBALL="$PACKAGE-${COMMIT:-v$VERSION}.tar.gz"
    6.18 -WGET_URL="$WEB_SITE/archive/${COMMIT:-v$VERSION}.tar.gz"
    6.19 +WGET_URL="$GITHUB/RazrFalcon/svgcleaner/tarball/${COMMIT:-v$VERSION}"
    6.20  
    6.21  BUILD_DEPENDS="rust-cargo cacerts"
    6.22  
     7.1 --- a/xmlto/receipt	Mon Feb 06 18:29:58 2017 +0100
     7.2 +++ b/xmlto/receipt	Tue Feb 07 19:04:50 2017 +0200
     7.3 @@ -1,13 +1,14 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="xmlto"
     7.7 -VERSION="0.0.26"
     7.8 +VERSION="0.0.28"
     7.9  CATEGORY="utilities"
    7.10  LICENSE="GPL"
    7.11  SHORT_DESC="Tool for converting XML files to various formats"
    7.12  MAINTAINER="yuripourre@gmail.com"
    7.13 +WEB_SITE="http://cyberelk.net/tim/software/xmlto/"
    7.14 +
    7.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.16 -WEB_SITE="http://cyberelk.net/tim/software/xmlto/"
    7.17  WGET_URL="https://fedorahosted.org/releases/x/m/$PACKAGE/$TARBALL"
    7.18  
    7.19  DEPENDS="libxslt perl-yaml-syck perl-test-pod bash"
    7.20 @@ -16,9 +17,7 @@
    7.21  # Rules to configure and make the package.
    7.22  compile_rules()
    7.23  {
    7.24 -	./configure \
    7.25 -		--prefix=/usr \
    7.26 -		$CONFIGURE_ARGS &&
    7.27 +	./configure $CONFIGURE_ARGS &&
    7.28  	make &&
    7.29  	make DESTDIR=$DESTDIR install
    7.30