pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML-LibYAML Import p5-YAML-LibYAML-0.27 a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cd924c76fbd
branches:  trunk
changeset: 549334:6cd924c76fbd
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Oct 31 12:11:45 2008 +0000

description:
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:

 textproc/p5-YAML-LibYAML/DESCR    |   9 +++++++++
 textproc/p5-YAML-LibYAML/Makefile |  19 +++++++++++++++++++
 textproc/p5-YAML-LibYAML/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 45ed70795606 -r 6cd924c76fbd textproc/p5-YAML-LibYAML/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-LibYAML/DESCR    Fri Oct 31 12:11:45 2008 +0000
@@ -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 -r 45ed70795606 -r 6cd924c76fbd textproc/p5-YAML-LibYAML/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-LibYAML/Makefile Fri Oct 31 12:11:45 2008 +0000
@@ -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@localhost
+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 -r 45ed70795606 -r 6cd924c76fbd textproc/p5-YAML-LibYAML/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-LibYAML/distinfo Fri Oct 31 12:11:45 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index