diff options
author | riastradh <riastradh@pkgsrc.org> | 2020-11-18 22:38:52 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2020-11-18 22:38:52 +0000 |
commit | 786cf89ffb31deac80189f069a57ecd4393520a6 (patch) | |
tree | b220652c0bf8761eb300835f927e8160652eb440 /textproc | |
parent | 6101396df2f6c0b63d90914d5c417122a3ef4402 (diff) | |
download | pkgsrc-786cf89ffb31deac80189f069a57ecd4393520a6.tar.gz |
textproc/p5-YAML-XS: import YAML::XS 0.82
Perl YAML Serialization using XS and libyaml
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-YAML-XS/DESCR | 10 | ||||
-rw-r--r-- | textproc/p5-YAML-XS/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-YAML-XS/distinfo | 6 |
4 files changed, 35 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0fef4e0c44a..debbe3d9605 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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-LibYAML 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 --git a/textproc/p5-YAML-XS/DESCR b/textproc/p5-YAML-XS/DESCR new file mode 100644 index 00000000000..eea79d54732 --- /dev/null +++ b/textproc/p5-YAML-XS/DESCR @@ -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 --git a/textproc/p5-YAML-XS/Makefile b/textproc/p5-YAML-XS/Makefile new file mode 100644 index 00000000000..ce93ffe09d7 --- /dev/null +++ b/textproc/p5-YAML-XS/Makefile @@ -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 +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 --git a/textproc/p5-YAML-XS/distinfo b/textproc/p5-YAML-XS/distinfo new file mode 100644 index 00000000000..dd2f617e557 --- /dev/null +++ b/textproc/p5-YAML-XS/distinfo @@ -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 |