svn commit: r311594 - in head/databases: . p5-DBIx-Class-InflateColumn-Authen-Passphrase
Martin Wilke
miwi at FreeBSD.org
Mon Feb 4 09:42:19 UTC 2013
Author: miwi
Date: Mon Feb 4 09:42:16 2013
New Revision: 311594
URL: http://svnweb.freebsd.org/changeset/ports/311594
Log:
Provides inflation and deflation for Authen::Passphrase instances from
and to either RFC 2307 or crypt encoding.
WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-Authen-Passphrase/
PR: ports/174734
Submitted by: Frank Wall <fw at moov.de>
Added:
head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/
head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/Makefile (contents, props changed)
head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/distinfo (contents, props changed)
head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/pkg-descr (contents, props changed)
head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/pkg-plist (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Mon Feb 4 09:39:57 2013 (r311593)
+++ head/databases/Makefile Mon Feb 4 09:42:16 2013 (r311594)
@@ -356,6 +356,7 @@
SUBDIR += p5-DBIx-Class-EncodedColumn
SUBDIR += p5-DBIx-Class-Fixtures
SUBDIR += p5-DBIx-Class-FrozenColumns
+ SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase
SUBDIR += p5-DBIx-Class-InflateColumn-FS
SUBDIR += p5-DBIx-Class-InflateColumn-IP
SUBDIR += p5-DBIx-Class-IntrospectableM2M
Added: head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/Makefile Mon Feb 4 09:42:16 2013 (r311594)
@@ -0,0 +1,25 @@
+# Created by Frank Wall <fw at moov.de>
+# $FreeBSD$
+
+PORTNAME= DBIx-Class-InflateColumn-Authen-Passphrase
+PORTVERSION= 0.01
+CATEGORIES= databases perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= DBIx
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= fw at moov.de
+COMMENT= Inflate/deflate columns to Authen::Passphrase instances
+
+RUN_DEPENDS= p5-DBIx-Class-DynamicDefault>=0.03:${PORTSDIR}/databases/p5-DBIx-Class-DynamicDefault \
+ p5-DBIx-Class>=0.08009:${PORTSDIR}/databases/p5-DBIx-Class \
+ p5-Authen-Passphrase>=0:${PORTSDIR}/security/p5-Authen-Passphrase
+BUILD_DEPENDS:= p5-DBIx-Class-DynamicDefault>=0.03:${PORTSDIR}/databases/p5-DBIx-Class-DynamicDefault \
+ p5-DBIx-Class>=0.08009:${PORTSDIR}/databases/p5-DBIx-Class \
+ p5-Authen-Passphrase>=0:${PORTSDIR}/security/p5-Authen-Passphrase
+
+PERL_CONFIGURE= yes
+
+MAN3= DBIx::Class::InflateColumn::Authen::Passphrase.3
+
+.include <bsd.port.mk>
Added: head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/distinfo Mon Feb 4 09:42:16 2013 (r311594)
@@ -0,0 +1,2 @@
+SHA256 (DBIx-Class-InflateColumn-Authen-Passphrase-0.01.tar.gz) = 62609ff5baa51139d2f7a9f9bc6701a3e00f4cf4739a150f942bc84bfe6dc0de
+SIZE (DBIx-Class-InflateColumn-Authen-Passphrase-0.01.tar.gz) = 11532
Added: head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/pkg-descr Mon Feb 4 09:42:16 2013 (r311594)
@@ -0,0 +1,4 @@
+Provides inflation and deflation for Authen::Passphrase instances from
+and to either RFC 2307 or crypt encoding.
+
+WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-Authen-Passphrase/
Added: head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/pkg-plist Mon Feb 4 09:42:16 2013 (r311594)
@@ -0,0 +1,11 @@
+%%SITE_PERL%%/DBIx/Class/InflateColumn/Authen/Passphrase.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/InflateColumn/Authen/Passphrase/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/InflateColumn/Authen/Passphrase
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/InflateColumn/Authen
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/InflateColumn
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+ at dirrmtry %%SITE_PERL%%/DBIx/Class/InflateColumn/Authen
+ at dirrmtry %%SITE_PERL%%/DBIx/Class/InflateColumn
More information about the svn-ports-all
mailing list