perl/perl-YAML-Tiny: Updated for version 1.70.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-01-22 17:05:22 +07:00 committed by Willy Sudiarto Raharjo
parent b780528a80
commit b1c2a1c645
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 19 additions and 27 deletions

View file

@ -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.

View file

@ -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"

View file

@ -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"

View file

@ -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: