diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-02 20:03:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-02 20:03:10 +0000 |
commit | d78b21ad4b7cde7105bca5f7c01149afa6191f4a (patch) | |
tree | c7bf37545324c355034503e4e0526771f87b23bc | |
parent | - Update to 3.01 (diff) |
- 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/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Types-Serialiser/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Types-Serialiser/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Types-Serialiser/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Types-Serialiser/pkg-plist | 9 |
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1b933c20a2fd..b27264a29ef3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Types-Serialiser/Makefile b/devel/p5-Types-Serialiser/Makefile new file mode 100644 index 000000000000..66a0acbf3732 --- /dev/null +++ b/devel/p5-Types-Serialiser/Makefile @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Types-Serialiser +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MLEHMANN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@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> diff --git a/devel/p5-Types-Serialiser/distinfo b/devel/p5-Types-Serialiser/distinfo new file mode 100644 index 000000000000..fbcce0a7b0bd --- /dev/null +++ b/devel/p5-Types-Serialiser/distinfo @@ -0,0 +1,2 @@ +SHA256 (Types-Serialiser-0.03.tar.gz) = 0b0632fac459cf9aee1f70172b0e7de84f26a1adc0b60c5732274a0ba6c29a76 +SIZE (Types-Serialiser-0.03.tar.gz) = 5401 diff --git a/devel/p5-Types-Serialiser/pkg-descr b/devel/p5-Types-Serialiser/pkg-descr new file mode 100644 index 000000000000..c58d19e4d8ae --- /dev/null +++ b/devel/p5-Types-Serialiser/pkg-descr @@ -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/ diff --git a/devel/p5-Types-Serialiser/pkg-plist b/devel/p5-Types-Serialiser/pkg-plist new file mode 100644 index 000000000000..766ce47c7535 --- /dev/null +++ b/devel/p5-Types-Serialiser/pkg-plist @@ -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 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Types/Serialiser +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Types +@dirrmtry %%SITE_PERL%%/Types/Serialiser +@dirrmtry %%SITE_PERL%%/Types |