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 Import converters/p5-JSON-XS-1.5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b5d1a61b3b6
branches:  trunk
changeset: 533224:8b5d1a61b3b6
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Sep 11 16:59:30 2007 +0000

description:
Import converters/p5-JSON-XS-1.5 into pkgsrc:

This module converts Perl data structures to JSON and vice versa.
Its primary goal is to be correct and its secondary goal is to be
fast. To reach the latter goal it was written in C.

As this is the n-th-something JSON module on CPAN, what was the
reason to write yet another JSON module? While it seems there are
many JSON modules, none of them correctly handle all corner cases,
and in most cases their maintainers are unresponsive, gone missing,
or not listening to bug reports for other reasons.

diffstat:

 converters/p5-JSON-XS/DESCR    |   9 +++++++++
 converters/p5-JSON-XS/Makefile |  16 ++++++++++++++++
 converters/p5-JSON-XS/PLIST    |   1 +
 converters/p5-JSON-XS/distinfo |   5 +++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 334f836ca9ee -r 8b5d1a61b3b6 converters/p5-JSON-XS/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-XS/DESCR       Tue Sep 11 16:59:30 2007 +0000
@@ -0,0 +1,9 @@
+This module converts Perl data structures to JSON and vice versa.
+Its primary goal is to be correct and its secondary goal is to be
+fast. To reach the latter goal it was written in C.
+
+As this is the n-th-something JSON module on CPAN, what was the
+reason to write yet another JSON module? While it seems there are
+many JSON modules, none of them correctly handle all corner cases,
+and in most cases their maintainers are unresponsive, gone missing,
+or not listening to bug reports for other reasons.
diff -r 334f836ca9ee -r 8b5d1a61b3b6 converters/p5-JSON-XS/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-XS/Makefile    Tue Sep 11 16:59:30 2007 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/11 16:59:30 abs Exp $
+#
+
+DISTNAME=      JSON-XS-1.5
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/JSON_XS/
+COMMENT=       JSON serialising/deserialising, done correctly and fast
+
+PERL5_PACKLIST=        auto/JSON/XS/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 334f836ca9ee -r 8b5d1a61b3b6 converters/p5-JSON-XS/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-XS/PLIST       Tue Sep 11 16:59:30 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/11 16:59:30 abs Exp $
diff -r 334f836ca9ee -r 8b5d1a61b3b6 converters/p5-JSON-XS/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-XS/distinfo    Tue Sep 11 16:59:30 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/11 16:59:30 abs Exp $
+
+SHA1 (JSON-XS-1.5.tar.gz) = c0acbf8dc04e8ff899756fdfd6ceaf6ace6da717
+RMD160 (JSON-XS-1.5.tar.gz) = dd94cc717ee198fa5a4896b3ed932642cdbff217
+Size (JSON-XS-1.5.tar.gz) = 46574 bytes



Home | Main Index | Thread Index | Old Index