pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-XS-VersionOneAndTwo Add JSON::XS::V...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f029d4ccce3
branches: trunk
changeset: 543721:9f029d4ccce3
user: kim <kim%pkgsrc.org@localhost>
date: Sun Jun 22 12:37:37 2008 +0000
description:
Add JSON::XS::VersionOneAndTwo - Support versions 1 and 2 of JSON::XS
diffstat:
converters/p5-JSON-XS-VersionOneAndTwo/DESCR | 4 ++++
converters/p5-JSON-XS-VersionOneAndTwo/Makefile | 18 ++++++++++++++++++
converters/p5-JSON-XS-VersionOneAndTwo/distinfo | 5 +++++
3 files changed, 27 insertions(+), 0 deletions(-)
diffs (39 lines):
diff -r 5f408c551e86 -r 9f029d4ccce3 converters/p5-JSON-XS-VersionOneAndTwo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-XS-VersionOneAndTwo/DESCR Sun Jun 22 12:37:37 2008 +0000
@@ -0,0 +1,4 @@
+JSON::XS changed its API at version 2.01. If you have to maintain
+code which may be run on systems with either version one or two
+then this is a bit of a pain. This module takes the pain away
+without sacrificing performance.
diff -r 5f408c551e86 -r 9f029d4ccce3 converters/p5-JSON-XS-VersionOneAndTwo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-XS-VersionOneAndTwo/Makefile Sun Jun 22 12:37:37 2008 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/22 12:37:37 kim Exp $
+#
+
+DISTNAME= JSON-XS-VersionOneAndTwo-0.31
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LB/LBROCARD/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/JSON-XS-VersionOneAndTwo/
+COMMENT= Support versions 1 and 2 of JSON::XS
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/JSON/XS/VersionOneAndTwo/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5f408c551e86 -r 9f029d4ccce3 converters/p5-JSON-XS-VersionOneAndTwo/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-XS-VersionOneAndTwo/distinfo Sun Jun 22 12:37:37 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/22 12:37:37 kim Exp $
+
+SHA1 (JSON-XS-VersionOneAndTwo-0.31.tar.gz) = 4762552cf5b4b8a22fd2d872e0f5b4c6541f1876
+RMD160 (JSON-XS-VersionOneAndTwo-0.31.tar.gz) = 2cfc36dceae3c1156c8bc303a979165608f288e4
+Size (JSON-XS-VersionOneAndTwo-0.31.tar.gz) = 2149 bytes
Home |
Main Index |
Thread Index |
Old Index