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.
This commit is contained in:
obache 2008-10-31 12:11:45 +00:00
parent 1c84289e3b
commit a1b5ba58f2
3 changed files with 33 additions and 0 deletions

View file

@ -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.

View file

@ -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"

View file

@ -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