pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-YAML-PP



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jan 23 16:14:48 UTC 2020

Added Files:
        pkgsrc/textproc/p5-YAML-PP: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-YAML-PP/DESCR \
    pkgsrc/textproc/p5-YAML-PP/Makefile pkgsrc/textproc/p5-YAML-PP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/p5-YAML-PP/DESCR
diff -u /dev/null pkgsrc/textproc/p5-YAML-PP/DESCR:1.1
--- /dev/null   Thu Jan 23 16:14:48 2020
+++ pkgsrc/textproc/p5-YAML-PP/DESCR    Thu Jan 23 16:14:47 2020
@@ -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.
Index: pkgsrc/textproc/p5-YAML-PP/Makefile
diff -u /dev/null pkgsrc/textproc/p5-YAML-PP/Makefile:1.1
--- /dev/null   Thu Jan 23 16:14:48 2020
+++ pkgsrc/textproc/p5-YAML-PP/Makefile Thu Jan 23 16:14:47 2020
@@ -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"
Index: pkgsrc/textproc/p5-YAML-PP/distinfo
diff -u /dev/null pkgsrc/textproc/p5-YAML-PP/distinfo:1.1
--- /dev/null   Thu Jan 23 16:14:48 2020
+++ pkgsrc/textproc/p5-YAML-PP/distinfo Thu Jan 23 16:14:47 2020
@@ -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