[Midnightbsd-cvs] mports [20573] trunk/devel: add Types::Serialiser

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 31 09:36:36 EDT 2015


Revision: 20573
          http://svnweb.midnightbsd.org/mports/?rev=20573
Author:   laffer1
Date:     2015-10-31 09:36:35 -0400 (Sat, 31 Oct 2015)
Log Message:
-----------
add Types::Serialiser

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/p5-Types-Serialiser/
    trunk/devel/p5-Types-Serialiser/Makefile
    trunk/devel/p5-Types-Serialiser/distinfo
    trunk/devel/p5-Types-Serialiser/pkg-descr
    trunk/devel/p5-Types-Serialiser/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-10-31 13:33:52 UTC (rev 20572)
+++ trunk/devel/Makefile	2015-10-31 13:36:35 UTC (rev 20573)
@@ -363,6 +363,7 @@
 SUBDIR += p5-Time-HiRes
 SUBDIR += p5-Time-Local
 SUBDIR += p5-TimeDate
+SUBDIR += p5-Types-Serialiser
 SUBDIR += p5-UNIVERSAL-moniker
 SUBDIR += p5-UNIVERSAL-require
 SUBDIR += p5-Variable-Magic

Added: trunk/devel/p5-Types-Serialiser/Makefile
===================================================================
--- trunk/devel/p5-Types-Serialiser/Makefile	                        (rev 0)
+++ trunk/devel/p5-Types-Serialiser/Makefile	2015-10-31 13:36:35 UTC (rev 20573)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+
+PORTNAME=	Types-Serialiser
+PORTVERSION=	1.0
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:MLEHMANN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Simple data types for common serialisation formats
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-Types-Serialiser/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/devel/p5-Types-Serialiser/distinfo
===================================================================
--- trunk/devel/p5-Types-Serialiser/distinfo	                        (rev 0)
+++ trunk/devel/p5-Types-Serialiser/distinfo	2015-10-31 13:36:35 UTC (rev 20573)
@@ -0,0 +1,2 @@
+SHA256 (Types-Serialiser-1.0.tar.gz) = 7ad3347849d8a3da6470135018d6af5fd8e58b4057cd568c3813695f2a04730d
+SIZE (Types-Serialiser-1.0.tar.gz) = 6238


Property changes on: trunk/devel/p5-Types-Serialiser/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/devel/p5-Types-Serialiser/pkg-descr
===================================================================
--- trunk/devel/p5-Types-Serialiser/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-Types-Serialiser/pkg-descr	2015-10-31 13:36:35 UTC (rev 20573)
@@ -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/


Property changes on: trunk/devel/p5-Types-Serialiser/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/devel/p5-Types-Serialiser/pkg-plist
===================================================================
--- trunk/devel/p5-Types-Serialiser/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-Types-Serialiser/pkg-plist	2015-10-31 13:36:35 UTC (rev 20573)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Types/Serialiser.pm
+%%SITE_PERL%%/Types/Serialiser/Error.pm
+%%PERL5_MAN3%%/Types::Serialiser.3.gz
+%%PERL5_MAN3%%/Types::Serialiser::Error.3.gz


Property changes on: trunk/devel/p5-Types-Serialiser/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