[Midnightbsd-cvs] mports [20621] trunk/converters: add cpanel json xs

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 1 11:58:07 EST 2015


Revision: 20621
          http://svnweb.midnightbsd.org/mports/?rev=20621
Author:   laffer1
Date:     2015-11-01 11:58:07 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
add cpanel json xs

Modified Paths:
--------------
    trunk/converters/Makefile

Added Paths:
-----------
    trunk/converters/p5-Cpanel-JSON-XS/
    trunk/converters/p5-Cpanel-JSON-XS/Makefile
    trunk/converters/p5-Cpanel-JSON-XS/distinfo
    trunk/converters/p5-Cpanel-JSON-XS/pkg-descr
    trunk/converters/p5-Cpanel-JSON-XS/pkg-plist

Modified: trunk/converters/Makefile
===================================================================
--- trunk/converters/Makefile	2015-11-01 16:56:38 UTC (rev 20620)
+++ trunk/converters/Makefile	2015-11-01 16:58:07 UTC (rev 20621)
@@ -9,6 +9,7 @@
 SUBDIR += o3read
 SUBDIR += p5-Convert-ASN1
 SUBDIR += p5-Convert-BinHex
+SUBDIR += p5-Cpanel-JSON-XS
 SUBDIR += p5-Encode
 SUBDIR += p5-Encode-Detect
 SUBDIR += p5-Encode-Locale

Added: trunk/converters/p5-Cpanel-JSON-XS/Makefile
===================================================================
--- trunk/converters/p5-Cpanel-JSON-XS/Makefile	                        (rev 0)
+++ trunk/converters/p5-Cpanel-JSON-XS/Makefile	2015-11-01 16:58:07 UTC (rev 20621)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+
+PORTNAME=	Cpanel-JSON-XS
+PORTVERSION=	3.0115
+CATEGORIES=	converters perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:RURBAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	JSON::XS for Cpanel, fast and correct serialising
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
+		p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \
+		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
+
+PERL_CONFIGURE=	yes
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>


Property changes on: trunk/converters/p5-Cpanel-JSON-XS/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/p5-Cpanel-JSON-XS/distinfo
===================================================================
--- trunk/converters/p5-Cpanel-JSON-XS/distinfo	                        (rev 0)
+++ trunk/converters/p5-Cpanel-JSON-XS/distinfo	2015-11-01 16:58:07 UTC (rev 20621)
@@ -0,0 +1,2 @@
+SHA256 (Cpanel-JSON-XS-3.0115.tar.gz) = eaa2c1eafde2e329adc2617d7e2a7a0c9f5a768951f8ec2ec1b84cbd796a823b
+SIZE (Cpanel-JSON-XS-3.0115.tar.gz) = 146939


Property changes on: trunk/converters/p5-Cpanel-JSON-XS/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/p5-Cpanel-JSON-XS/pkg-descr
===================================================================
--- trunk/converters/p5-Cpanel-JSON-XS/pkg-descr	                        (rev 0)
+++ trunk/converters/p5-Cpanel-JSON-XS/pkg-descr	2015-11-01 16:58:07 UTC (rev 20621)
@@ -0,0 +1,10 @@
+Cpanel::JSON::XS 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/Cpanel-JSON-XS/


Property changes on: trunk/converters/p5-Cpanel-JSON-XS/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/p5-Cpanel-JSON-XS/pkg-plist
===================================================================
--- trunk/converters/p5-Cpanel-JSON-XS/pkg-plist	                        (rev 0)
+++ trunk/converters/p5-Cpanel-JSON-XS/pkg-plist	2015-11-01 16:58:07 UTC (rev 20621)
@@ -0,0 +1,7 @@
+bin/cpanel_json_xs
+%%SITE_ARCH%%/Cpanel/JSON/XS.pm
+%%SITE_ARCH%%/Cpanel/JSON/XS/Boolean.pm
+%%SITE_ARCH%%/auto/Cpanel/JSON/XS/XS.so
+%%PERL5_MAN3%%/Cpanel::JSON::XS.3.gz
+%%PERL5_MAN3%%/Cpanel::JSON::XS::Boolean.3.gz
+man/man1/cpanel_json_xs.1.gz


Property changes on: trunk/converters/p5-Cpanel-JSON-XS/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list