pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML-Syck Initial import of textproc/p5-YA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/249242c3506e
branches:  trunk
changeset: 523644:249242c3506e
user:      bad <bad%pkgsrc.org@localhost>
date:      Wed Jan 10 22:06:08 2007 +0000

description:
Initial import of textproc/p5-YAML-Syck 0.72.

YAMl::Syck provides a Perl interface to the libsyck data serialization
library. It exports the Dump and Load functions for converting Perl data
structures to YAML strings, and the other way around.

Necessary for SVK-v2.0.0.

diffstat:

 textproc/p5-YAML-Syck/DESCR    |   3 +++
 textproc/p5-YAML-Syck/Makefile |  20 ++++++++++++++++++++
 textproc/p5-YAML-Syck/PLIST    |   1 +
 textproc/p5-YAML-Syck/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 1b8dea902f58 -r 249242c3506e textproc/p5-YAML-Syck/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-Syck/DESCR       Wed Jan 10 22:06:08 2007 +0000
@@ -0,0 +1,3 @@
+YAML::Syxk provides a Perl interface to the libsyck data serialization
+library. It exports the Dump and Load functions for converting Perl data
+structures to YAML strings, and the other way around.
diff -r 1b8dea902f58 -r 249242c3506e textproc/p5-YAML-Syck/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-Syck/Makefile    Wed Jan 10 22:06:08 2007 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 22:06:08 bad Exp $
+
+DISTNAME=      YAML-Syck-0.72
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    perl5 textproc
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AU/AUDREYT/}
+
+MAINTAINER=    bad%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~audreyt/YAML-Syck-0.72/
+COMMENT=       Fast, lightweight YAML loader and dumper 
+
+USE_LANGUAGES= c
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/YAML/Syck/.packlist
+
+BUILD_DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1b8dea902f58 -r 249242c3506e textproc/p5-YAML-Syck/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-Syck/PLIST       Wed Jan 10 22:06:08 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/10 22:06:08 bad Exp $
diff -r 1b8dea902f58 -r 249242c3506e textproc/p5-YAML-Syck/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML-Syck/distinfo    Wed Jan 10 22:06:08 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/01/10 22:06:08 bad Exp $
+
+SHA1 (YAML-Syck-0.72.tar.gz) = 45adca87eb1df60d24fab15863cb6293bc7f5120
+RMD160 (YAML-Syck-0.72.tar.gz) = 5cfce4e2825e71c5d6d90d9e3c7fbd5589f3cace
+Size (YAML-Syck-0.72.tar.gz) = 130078 bytes



Home | Main Index | Thread Index | Old Index