Thu Jan 23 16:14:48 2020 UTC ()
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.


(schmonz)
diff -r0 -r1.1 pkgsrc/textproc/p5-YAML-PP/DESCR
diff -r0 -r1.1 pkgsrc/textproc/p5-YAML-PP/Makefile
diff -r0 -r1.1 pkgsrc/textproc/p5-YAML-PP/distinfo

File Added: pkgsrc/textproc/p5-YAML-PP/DESCR
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.

File Added: pkgsrc/textproc/p5-YAML-PP/Makefile
# $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
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"

File Added: pkgsrc/textproc/p5-YAML-PP/distinfo
$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