diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-05 19:16:14 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-05 19:16:14 +0000 |
commit | 6c10339a396ba50387467fd3676a69a35bf37606 (patch) | |
tree | 225a4b18030e433d7d733fdc97fbfe7a82b821e5 | |
parent | databases/p5-DBIx-Class-AuditLog: create port (diff) |
databases/p5-DBIx-Class-InflateColumn-Serializer: create port
These modules help you store and access serialized data structures
in the columns of your DB from your DBIx::Classes.
WWW: https://metacpan.org/release/DBIx-Class-InflateColumn-Serializer
PR: 229082
Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
5 files changed, 44 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 84eb50deec3a..192abd0a51df 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -365,6 +365,7 @@ SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase SUBDIR += p5-DBIx-Class-InflateColumn-FS SUBDIR += p5-DBIx-Class-InflateColumn-IP + SUBDIR += p5-DBIx-Class-InflateColumn-Serializer SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader SUBDIR += p5-DBIx-Class-Migration diff --git a/databases/p5-DBIx-Class-InflateColumn-Serializer/Makefile b/databases/p5-DBIx-Class-InflateColumn-Serializer/Makefile new file mode 100644 index 000000000000..bba89be0dab0 --- /dev/null +++ b/databases/p5-DBIx-Class-InflateColumn-Serializer/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= DBIx-Class-InflateColumn-Serializer +PORTVERSION= 0.09 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Inflators to serialize data structures for DBIx::Class + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= p5-JSON-MaybeXS>=1.002005:converters/p5-JSON-MaybeXS \ + p5-DBIx-Class>=0:databases/p5-DBIx-Class \ + p5-namespace-clean>=0:devel/p5-namespace-clean \ + p5-YAML>=0:textproc/p5-YAML +TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-Test-Exception>=0:devel/p5-Test-Exception + +USES= perl5 + +NO_ARCH= yes +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-Class-InflateColumn-Serializer/distinfo b/databases/p5-DBIx-Class-InflateColumn-Serializer/distinfo new file mode 100644 index 000000000000..a1cdfaf13740 --- /dev/null +++ b/databases/p5-DBIx-Class-InflateColumn-Serializer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529226332 +SHA256 (DBIx-Class-InflateColumn-Serializer-0.09.tar.gz) = 6262b4871db6a6c45a0cbe7cde8f1b890b22c291add4ecc40caaeeab5a3a6f50 +SIZE (DBIx-Class-InflateColumn-Serializer-0.09.tar.gz) = 15767 diff --git a/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-descr b/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-descr new file mode 100644 index 000000000000..b1c78ca9498f --- /dev/null +++ b/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-descr @@ -0,0 +1,4 @@ +These modules help you store and access serialized data structures +in the columns of your DB from your DBIx::Classes. + +WWW: https://metacpan.org/release/DBIx-Class-InflateColumn-Serializer diff --git a/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-plist b/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-plist new file mode 100644 index 000000000000..88306308a15c --- /dev/null +++ b/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/DBIx/Class/InflateColumn/Serializer.pm +%%SITE_PERL%%/DBIx/Class/InflateColumn/Serializer/JSON.pm +%%SITE_PERL%%/DBIx/Class/InflateColumn/Serializer/Storable.pm +%%SITE_PERL%%/DBIx/Class/InflateColumn/Serializer/YAML.pm +%%PERL5_MAN3%%/DBIx::Class::InflateColumn::Serializer.3.gz +%%PERL5_MAN3%%/DBIx::Class::InflateColumn::Serializer::JSON.3.gz +%%PERL5_MAN3%%/DBIx::Class::InflateColumn::Serializer::Storable.3.gz +%%PERL5_MAN3%%/DBIx::Class::InflateColumn::Serializer::YAML.3.gz |