Date: Sat, 5 Jan 2019 19:16:15 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489367 - in head/databases: . p5-DBIx-Class-InflateColumn-Serializer Message-ID: <201901051916.x05JGFmQ054581@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Jan 5 19:16:14 2019 New Revision: 489367 URL: https://svnweb.freebsd.org/changeset/ports/489367 Log: 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> Added: head/databases/p5-DBIx-Class-InflateColumn-Serializer/ head/databases/p5-DBIx-Class-InflateColumn-Serializer/Makefile (contents, props changed) head/databases/p5-DBIx-Class-InflateColumn-Serializer/distinfo (contents, props changed) head/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-descr (contents, props changed) head/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-plist (contents, props changed) Modified: head/databases/Makefile (contents, props changed) Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Jan 5 19:09:13 2019 (r489366) +++ head/databases/Makefile Sat Jan 5 19:16:14 2019 (r489367) @@ -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 Added: head/databases/p5-DBIx-Class-InflateColumn-Serializer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Class-InflateColumn-Serializer/Makefile Sat Jan 5 19:16:14 2019 (r489367) @@ -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> Added: head/databases/p5-DBIx-Class-InflateColumn-Serializer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Class-InflateColumn-Serializer/distinfo Sat Jan 5 19:16:14 2019 (r489367) @@ -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 Added: head/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-descr Sat Jan 5 19:16:14 2019 (r489367) @@ -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 Added: head/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Class-InflateColumn-Serializer/pkg-plist Sat Jan 5 19:16:14 2019 (r489367) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901051916.x05JGFmQ054581>