svn commit: r332539 - in head/devel: . p5-Types-Serialiser
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 2 20:03:11 UTC 2013
Author: sunpoet
Date: Sat Nov 2 20:03:10 2013
New Revision: 332539
URL: http://svnweb.freebsd.org/changeset/ports/332539
Log:
- Add p5-Types-Serialiser 0.03
Types::Serialiser provides some extra datatypes that are used by common
serialisation formats such as JSON or CBOR. The idea is to have a repository of
simple/small constants and containers that can be shared by different
implementations so they become interoperable between each other.
WWW: http://search.cpan.org/dist/Types-Serialiser/
Added:
head/devel/p5-Types-Serialiser/
head/devel/p5-Types-Serialiser/Makefile (contents, props changed)
head/devel/p5-Types-Serialiser/distinfo (contents, props changed)
head/devel/p5-Types-Serialiser/pkg-descr (contents, props changed)
head/devel/p5-Types-Serialiser/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Nov 2 20:02:48 2013 (r332538)
+++ head/devel/Makefile Sat Nov 2 20:03:10 2013 (r332539)
@@ -2954,6 +2954,7 @@
SUBDIR += p5-Tree-Simple-VisitorFactory
SUBDIR += p5-Type-Tie
SUBDIR += p5-Type-Tiny
+ SUBDIR += p5-Types-Serialiser
SUBDIR += p5-UDCode
SUBDIR += p5-UI-Dialog
SUBDIR += p5-UNIVERSAL-can
Added: head/devel/p5-Types-Serialiser/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Types-Serialiser/Makefile Sat Nov 2 20:03:10 2013 (r332539)
@@ -0,0 +1,23 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Types-Serialiser
+PORTVERSION= 0.03
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:MLEHMANN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Simple data types for common serialisation formats
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USE_PERL5= configure
+USES= perl5
+
+.include <bsd.port.mk>
Added: head/devel/p5-Types-Serialiser/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Types-Serialiser/distinfo Sat Nov 2 20:03:10 2013 (r332539)
@@ -0,0 +1,2 @@
+SHA256 (Types-Serialiser-0.03.tar.gz) = 0b0632fac459cf9aee1f70172b0e7de84f26a1adc0b60c5732274a0ba6c29a76
+SIZE (Types-Serialiser-0.03.tar.gz) = 5401
Added: head/devel/p5-Types-Serialiser/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Types-Serialiser/pkg-descr Sat Nov 2 20:03:10 2013 (r332539)
@@ -0,0 +1,6 @@
+Types::Serialiser provides some extra datatypes that are used by common
+serialisation formats such as JSON or CBOR. The idea is to have a repository of
+simple/small constants and containers that can be shared by different
+implementations so they become interoperable between each other.
+
+WWW: http://search.cpan.org/dist/Types-Serialiser/
Added: head/devel/p5-Types-Serialiser/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Types-Serialiser/pkg-plist Sat Nov 2 20:03:10 2013 (r332539)
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/Types/Serialiser.pm
+%%SITE_PERL%%/Types/Serialiser/Error.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Types/Serialiser/.packlist
+%%PERL5_MAN3%%/Types::Serialiser.3.gz
+%%PERL5_MAN3%%/Types::Serialiser::Error.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Types/Serialiser
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Types
+ at dirrmtry %%SITE_PERL%%/Types/Serialiser
+ at dirrmtry %%SITE_PERL%%/Types
More information about the svn-ports-head
mailing list