From b1c2a1c645e3597b5baeee1a330e46d5efcfdab9 Mon Sep 17 00:00:00 2001 From: Edinaldo P. Silva Date: Sun, 22 Jan 2017 17:05:22 +0700 Subject: perl/perl-YAML-Tiny: Updated for version 1.70. Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-YAML-Tiny/README | 26 +++++++++----------------- perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild | 10 +++++----- perl/perl-YAML-Tiny/perl-YAML-Tiny.info | 6 +++--- perl/perl-YAML-Tiny/slack-desc | 4 ++-- 4 files changed, 19 insertions(+), 27 deletions(-) diff --git a/perl/perl-YAML-Tiny/README b/perl/perl-YAML-Tiny/README index e157697d35..33e3913120 100644 --- a/perl/perl-YAML-Tiny/README +++ b/perl/perl-YAML-Tiny/README @@ -1,20 +1,12 @@ -perl-YAML-Tiny (read/write YAML files with a little code as possible) +perl-YAML-Tiny (Read/Write YAML files with a little code as possible) -The YAML specification is huge. Really, really huge. It contains all the -functionality of XML, except with flexibility and choice, which makes -it easier to read, but with a formal specification that is more complex -than XML. +The YAML specification is huge. Really, really huge. It contains all +the functionality of XML, except with flexibility and choice, which +makes it easier to read, but with a formal specification that is more +complex than XML. The original pure-Perl implementation YAML costs just over 4 megabytes -of memory to load. Just like with Windows .ini files (3 meg to load) -and CSS (3.5 meg to load) the situation is just asking for a YAML::Tiny -module, an incomplete but correct and usable subset of the functionality, -in as little code as possible. - -Like the other ::Tiny modules, YAML::Tiny has no non-core dependencies, -does not require a compiler to install, is back-compatible to Perl v5.8.1, -and can be inlined into other modules if needed. - -In exchange for this adding this extreme flexibility, it provides support -for only a limited subset of YAML. But the subset supported contains -most of the features for the more common uses of YAML. +of memory to load. Just like with Windows .ini files (3 meg to load) +and CSS (3.5 meg to load) the situation is just asking for a +YAML::Tiny module, an incomplete but correct and usable subset of the +functionality, in as little code as possible. diff --git a/perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild b/perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild index d5e0628ce8..07e1feb42b 100644 --- a/perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild +++ b/perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for perl-YAML-Tiny. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-YAML-Tiny -VERSION=${VERSION:-1.69} +VERSION=${VERSION:-1.70} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -31,7 +31,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/perl/perl-YAML-Tiny/perl-YAML-Tiny.info b/perl/perl-YAML-Tiny/perl-YAML-Tiny.info index 7b71d9615e..39d7fc17c3 100644 --- a/perl/perl-YAML-Tiny/perl-YAML-Tiny.info +++ b/perl/perl-YAML-Tiny/perl-YAML-Tiny.info @@ -1,8 +1,8 @@ PRGNAM="perl-YAML-Tiny" -VERSION="1.69" +VERSION="1.70" HOMEPAGE="https://metacpan.org/pod/YAML::Tiny" -DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.69.tar.gz" -MD5SUM="7deacd0ee428038407ccc5cd0b50f66f" +DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.70.tar.gz" +MD5SUM="a475714e8d512aafc410ca4d7a117aa2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Test-Simple perl-extutils-makemaker" diff --git a/perl/perl-YAML-Tiny/slack-desc b/perl/perl-YAML-Tiny/slack-desc index 813b3f3413..03f0d805a7 100644 --- a/perl/perl-YAML-Tiny/slack-desc +++ b/perl/perl-YAML-Tiny/slack-desc @@ -8,8 +8,8 @@ |-----handy-ruler------------------------------------------------------| perl-YAML-Tiny: perl-YAML-Tiny (Read/Write YAML files with a little code as possible) perl-YAML-Tiny: -perl-YAML-Tiny: The YAML specification is huge. Really, really huge. It contains all -perl-YAML-Tiny: the functionality of XML, except with flexibility and choice, which +perl-YAML-Tiny: The YAML specification is huge. Really, really huge. It contains all +perl-YAML-Tiny: the functionality of XML, except with flexibility and choice, which perl-YAML-Tiny: makes it easier to read, but with a formal specification that is more perl-YAML-Tiny: complex than XML. perl-YAML-Tiny: -- cgit v1.2.3