[Midnightbsd-cvs] mports: converters/p5-JSON-XS: Added p5-JSON-XS-1.52: JSON

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Nov 2 18:01:06 EDT 2007


Log Message:
-----------
Added p5-JSON-XS-1.52: JSON serialising/deserialising, done correctly and fast

Added Files:
-----------
    mports/converters/p5-JSON-XS:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ converters/p5-JSON-XS/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+WWW: http://search.cpan.org/dist/JSON-XS/
--- /dev/null
+++ converters/p5-JSON-XS/pkg-plist
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/JSON/XS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/JSON/XS/Boolean.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/XS.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/XS.so
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/JSON/XS
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/JSON
--- /dev/null
+++ converters/p5-JSON-XS/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for:	JSON-XS
+# Date created:		25 Mar 2007
+# Whom:			Cheng-Lung Sung <clsung at FreeBSD.org>
+#
+# $FreeBSD: ports/converters/p5-JSON-XS/Makefile,v 1.15 2007/10/17 03:46:25 clsung Exp $
+# $MidnightBSD: mports/converters/p5-JSON-XS/Makefile,v 1.1 2007/11/02 22:01:06 ctriv Exp $
+#
+
+PORTNAME=	JSON-XS
+PORTVERSION=	1.52
+CATEGORIES=	converters perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	../../authors/id/M/ML/MLEHMANN
+PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	JSON serialising/deserialising, done correctly and fast
+LICENSE=	perl
+
+PERL_CONFIGURE=	yes
+MAN3=		JSON::XS.3 JSON::XS::Boolean.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ converters/p5-JSON-XS/distinfo
@@ -0,0 +1,3 @@
+MD5 (JSON-XS-1.52.tar.gz) = bf8a8846be96ea36bd832de39fbef879
+SHA256 (JSON-XS-1.52.tar.gz) = 27337b0f27b87cf3429dddd800dd87335a030b4f2b216b8c9bc527afb0103e07
+SIZE (JSON-XS-1.52.tar.gz) = 50425


More information about the Midnightbsd-cvs mailing list