pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc textproc/p5-YAML-XS: import YAML::XS 0.82
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef4f9518f46e
branches: trunk
changeset: 442105:ef4f9518f46e
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Wed Nov 18 22:38:52 2020 +0000
description:
textproc/p5-YAML-XS: import YAML::XS 0.82
Perl YAML Serialization using XS and libyaml
diffstat:
textproc/Makefile | 3 ++-
textproc/p5-YAML-XS/DESCR | 10 ++++++++++
textproc/p5-YAML-XS/Makefile | 17 +++++++++++++++++
textproc/p5-YAML-XS/distinfo | 6 ++++++
4 files changed, 35 insertions(+), 1 deletions(-)
diffs (63 lines):
diff -r 8527e2161775 -r ef4f9518f46e textproc/Makefile
--- a/textproc/Makefile Wed Nov 18 22:38:21 2020 +0000
+++ b/textproc/Makefile Wed Nov 18 22:38:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1178 2020/11/04 21:44:40 nia Exp $
+# $NetBSD: Makefile,v 1.1179 2020/11/18 22:38:52 riastradh Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -779,6 +779,7 @@
SUBDIR+= p5-YAML-PP
SUBDIR+= p5-YAML-Syck
SUBDIR+= p5-YAML-Tiny
+SUBDIR+= p5-YAML-XS
SUBDIR+= p5-ack
SUBDIR+= p5-cabocha
SUBDIR+= p5-highlight
diff -r 8527e2161775 -r ef4f9518f46e textproc/p5-YAML-XS/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-XS/DESCR Wed Nov 18 22:38:52 2020 +0000
@@ -0,0 +1,10 @@
+Kirill Simonov's libyaml is arguably the best YAML implementation. The
+C library is written precisely to the YAML 1.1 specification. It was
+originally bound to Python and was later bound to Ruby.
+
+This module is a Perl XS binding to libyaml which offers Perl the best
+YAML support to date.
+
+This module exports the functions Dump, Load, DumpFile and LoadFile.
+These functions are intended to work exactly like YAML.pm's
+corresponding functions. Only Load and Dump are exported by default.
\ No newline at end of file
diff -r 8527e2161775 -r ef4f9518f46e textproc/p5-YAML-XS/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-XS/Makefile Wed Nov 18 22:38:52 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/11/18 22:38:52 riastradh Exp $
+
+DISTNAME= YAML-LibYAML-0.82
+PKGNAME= p5-${DISTNAME:C/LibYAML/XS/}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/YAML::XS
+COMMENT= Perl YAML Serialization using XS and libyaml
+LICENSE= ${PERL5_LICENSE}
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/YAML/LibYAML/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8527e2161775 -r ef4f9518f46e textproc/p5-YAML-XS/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-XS/distinfo Wed Nov 18 22:38:52 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/18 22:38:52 riastradh Exp $
+
+SHA1 (YAML-LibYAML-0.82.tar.gz) = 92ba858a2594e7e18472cc03e91b12dc921810a9
+RMD160 (YAML-LibYAML-0.82.tar.gz) = 63ed3ff6680c4fd5953ea6b1bcee87d25a63b09b
+SHA512 (YAML-LibYAML-0.82.tar.gz) = b4535ab4d19ea8a9c4aaa9683937bc822c59f80439fa1da0a02e057ce5d95f271ab06ce58346c58eeacd99d29bf276f5a1289992ca569f63d65ceff9b833da0c
+Size (YAML-LibYAML-0.82.tar.gz) = 151109 bytes
Home |
Main Index |
Thread Index |
Old Index