pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML-PP Initial import of p5-YAML-PP, a mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d05b1ed86e85
branches:  trunk
changeset: 410509:d05b1ed86e85
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jan 23 16:14:47 2020 +0000

description:
Initial import of p5-YAML-PP, a modern, modular YAML processor. It aims
to support YAML 1.2 and YAML 1.1.

The YAML::PP frontend will currently load all documents, and return only
the last if called with scalar context.

The YAML backend is implemented in a modular way that allows to add
custom handling of YAML tags, perl objects and data types.

diffstat:

 textproc/p5-YAML-PP/DESCR    |   8 ++++++++
 textproc/p5-YAML-PP/Makefile |  19 +++++++++++++++++++
 textproc/p5-YAML-PP/distinfo |   6 ++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 1fed4aa5be73 -r d05b1ed86e85 textproc/p5-YAML-PP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-PP/DESCR Thu Jan 23 16:14:47 2020 +0000
@@ -0,0 +1,8 @@
+YAML::PP is a modern, modular YAML processor. It aims to support YAML
+1.2 and YAML 1.1.
+
+The YAML::PP frontend will currently load all documents, and return only
+the last if called with scalar context.
+
+The YAML backend is implemented in a modular way that allows to add
+custom handling of YAML tags, perl objects and data types.
diff -r 1fed4aa5be73 -r d05b1ed86e85 textproc/p5-YAML-PP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-PP/Makefile      Thu Jan 23 16:14:47 2020 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/01/23 16:14:47 schmonz Exp $
+
+DISTNAME=              YAML-PP-0.018
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            textproc perl5
+MASTER_SITES=          ${HOMEPAGE}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://cpan.metacpan.org/authors/id/T/TI/TINITA/
+COMMENT=               Modern, modular YAML processor
+LICENSE=               ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/YAML/PP/.packlist
+USE_LANGUAGES=         # none
+
+BUILDLINK_API_DEPENDS.p5-Encode+=      p5-Encode>=0
+.include "../../textproc/p5-Encode/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1fed4aa5be73 -r d05b1ed86e85 textproc/p5-YAML-PP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-PP/distinfo      Thu Jan 23 16:14:47 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/23 16:14:47 schmonz Exp $
+
+SHA1 (YAML-PP-0.018.tar.gz) = c6c1adbefac43853d590b8d32627868d2574db0a
+RMD160 (YAML-PP-0.018.tar.gz) = 0495148afc31c5d4db666ad2fe4753b4e707e90e
+SHA512 (YAML-PP-0.018.tar.gz) = 08f31f5de1f8846ba16908932cc83362047a53eef175ea3d197e49c0af0b2972ab8166dc28ccb1bf94a3da7ff00f6cf3bf2dfd164d59cbf1aa42f66f9a1db103
+Size (YAML-PP-0.018.tar.gz) = 160231 bytes



Home | Main Index | Thread Index | Old Index