svn commit: r378159 - in head/databases: . p5-DBIx-Introspector

Tom Judge tj at FreeBSD.org
Fri Jan 30 16:22:41 UTC 2015


Author: tj
Date: Fri Jan 30 16:22:39 2015
New Revision: 378159
URL: https://svnweb.freebsd.org/changeset/ports/378159
QAT: https://qat.redports.org/buildarchive/r378159/

Log:
  New port: databases/p5-DBIx-Introspector
  
  Detect what database you are connected to.

Added:
  head/databases/p5-DBIx-Introspector/
  head/databases/p5-DBIx-Introspector/Makefile   (contents, props changed)
  head/databases/p5-DBIx-Introspector/distinfo   (contents, props changed)
  head/databases/p5-DBIx-Introspector/pkg-descr   (contents, props changed)
  head/databases/p5-DBIx-Introspector/pkg-plist   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Jan 30 15:32:36 2015	(r378158)
+++ head/databases/Makefile	Fri Jan 30 16:22:39 2015	(r378159)
@@ -361,6 +361,7 @@
     SUBDIR += p5-DBIx-Ease
     SUBDIR += p5-DBIx-HA
     SUBDIR += p5-DBIx-Inspector
+    SUBDIR += p5-DBIx-Introspector
     SUBDIR += p5-DBIx-Log4perl
     SUBDIR += p5-DBIx-MySQLSequence
     SUBDIR += p5-DBIx-NoSQL

Added: head/databases/p5-DBIx-Introspector/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Introspector/Makefile	Fri Jan 30 16:22:39 2015	(r378159)
@@ -0,0 +1,23 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	DBIx-Introspector
+PORTVERSION=	0.001005
+CATEGORIES=	databases perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj at FreeBSD.org
+COMMENT=	Detect what database you are connected to
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
+		p5-Moo>=0:${PORTSDIR}/devel/p5-Moo
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/databases/p5-DBIx-Introspector/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Introspector/distinfo	Fri Jan 30 16:22:39 2015	(r378159)
@@ -0,0 +1,2 @@
+SHA256 (DBIx-Introspector-0.001005.tar.gz) = 96a94d2cc690c1fa8fd34113e3b084bf2a469a323a9780285aef92ddc381e63a
+SIZE (DBIx-Introspector-0.001005.tar.gz) = 16672

Added: head/databases/p5-DBIx-Introspector/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Introspector/pkg-descr	Fri Jan 30 16:22:39 2015	(r378159)
@@ -0,0 +1,3 @@
+Detect what database you are connected to.
+
+WWW: http://search.cpan.org/dist/DBIx-Introspector/

Added: head/databases/p5-DBIx-Introspector/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Introspector/pkg-plist	Fri Jan 30 16:22:39 2015	(r378159)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/DBIx/Introspector.pm
+%%SITE_PERL%%/DBIx/Introspector/Advent.pod
+%%SITE_PERL%%/DBIx/Introspector/Driver.pm
+%%PERL5_MAN3%%/DBIx::Introspector.3.gz
+%%PERL5_MAN3%%/DBIx::Introspector::Advent.3.gz
+ at dirrm %%SITE_PERL%%/DBIx/Introspector
+ at dirrmtry %%SITE_PERL%%/DBIx


More information about the svn-ports-all mailing list