diff options
author | obache <obache@pkgsrc.org> | 2008-10-31 12:11:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-31 12:11:45 +0000 |
commit | a1b5ba58f24981464a994533f949920b70cfef97 (patch) | |
tree | c33e222907ab0d5023220dcd972ea00bd9f3cbef /textproc/p5-YAML-LibYAML | |
parent | 1c84289e3be1ae9efc8d9701d725af5526a9a72e (diff) | |
download | pkgsrc-a1b5ba58f24981464a994533f949920b70cfef97.tar.gz |
Import p5-YAML-LibYAML-0.27 as textproc/p5-YAML-LibYAML.
Packaged by Edgar Fuss and provided by PR 39756.
Kirill Siminov'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 will (eventually)
offer Perl the best YAML support to date.
This module exports the functions Dump and Load. These functions are
intended to work exactly like YAML.pm's corresponding functions.
Diffstat (limited to 'textproc/p5-YAML-LibYAML')
-rw-r--r-- | textproc/p5-YAML-LibYAML/DESCR | 9 | ||||
-rw-r--r-- | textproc/p5-YAML-LibYAML/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-YAML-LibYAML/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-YAML-LibYAML/DESCR b/textproc/p5-YAML-LibYAML/DESCR new file mode 100644 index 00000000000..4cd3547c0b7 --- /dev/null +++ b/textproc/p5-YAML-LibYAML/DESCR @@ -0,0 +1,9 @@ +Kirill Siminov'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 will (eventually) +offer Perl the best YAML support to date. + +This module exports the functions Dump and Load. These functions are +intended to work exactly like YAML.pm's corresponding functions. diff --git a/textproc/p5-YAML-LibYAML/Makefile b/textproc/p5-YAML-LibYAML/Makefile new file mode 100644 index 00000000000..97d00a39ed4 --- /dev/null +++ b/textproc/p5-YAML-LibYAML/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 12:11:45 obache Exp $ +# + +DISTNAME= YAML-LibYAML-0.27 +PKGNAME= p5-${DISTNAME} +#PKGNAME= p5-${DISTNAME:S/LibYAML/XS/} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/YAML-LibYAML/ +COMMENT= Perl XS binding to libyaml + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/YAML/LibYAML/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-YAML-LibYAML/distinfo b/textproc/p5-YAML-LibYAML/distinfo new file mode 100644 index 00000000000..a71b6c37ab2 --- /dev/null +++ b/textproc/p5-YAML-LibYAML/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/31 12:11:45 obache Exp $ + +SHA1 (YAML-LibYAML-0.27.tar.gz) = b36daebfd6c29cf9c5dd176781bb05b781a12b6a +RMD160 (YAML-LibYAML-0.27.tar.gz) = 967da22cecf692e91b5ec1b5b64f19048d76e0be +Size (YAML-LibYAML-0.27.tar.gz) = 132547 bytes |