summaryrefslogtreecommitdiff
path: root/textproc/p5-YAML-LibYAML
diff options
context:
space:
mode:
authorobache <obache>2008-10-31 12:11:45 +0000
committerobache <obache>2008-10-31 12:11:45 +0000
commitd8f201ac84613f8e84fb91341a2865878487406b (patch)
treec33e222907ab0d5023220dcd972ea00bd9f3cbef /textproc/p5-YAML-LibYAML
parent06a83bfc554b71fa6ebbc80431c53fcd01f35176 (diff)
downloadpkgsrc-d8f201ac84613f8e84fb91341a2865878487406b.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/DESCR9
-rw-r--r--textproc/p5-YAML-LibYAML/Makefile19
-rw-r--r--textproc/p5-YAML-LibYAML/distinfo5
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