Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2013 14:53:22 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315305 - in head/databases: . p5-DBIx-Dump
Message-ID:  <201303261453.r2QErM3F095220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Mar 26 14:53:22 2013
New Revision: 315305
URL: http://svnweb.freebsd.org/changeset/ports/315305

Log:
  New port: databases/p5-DBIx-Dump:
  DBIx::Dump allows you to easily dump database data, retrieved using DBI,
  into a variety of formats including Excel, CSV, etc...
  
  WWW: http://search.cpan.org/dist/DBIx-Dump/

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

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Mar 26 14:48:17 2013	(r315304)
+++ head/databases/Makefile	Tue Mar 26 14:53:22 2013	(r315305)
@@ -388,6 +388,7 @@
     SUBDIR += p5-DBIx-DBHResolver
     SUBDIR += p5-DBIx-DBSchema
     SUBDIR += p5-DBIx-DataSource
+    SUBDIR += p5-DBIx-Dump
     SUBDIR += p5-DBIx-Ease
     SUBDIR += p5-DBIx-HA
     SUBDIR += p5-DBIx-Inspector

Added: head/databases/p5-DBIx-Dump/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Dump/Makefile	Tue Mar 26 14:53:22 2013	(r315305)
@@ -0,0 +1,20 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	DBIx-Dump
+PORTVERSION=	0.04
+CATEGORIES=	databases perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Module for dumping database (DBI) data into a variety of formats
+
+BUILD_DEPENDS=	p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		DBIx::Dump.3
+
+.include <bsd.port.mk>

Added: head/databases/p5-DBIx-Dump/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Dump/distinfo	Tue Mar 26 14:53:22 2013	(r315305)
@@ -0,0 +1,2 @@
+SHA256 (DBIx-Dump-0.04.tar.gz) = 1bc247dc8df31ad574949c004a701c7a71d68bd8d089ab3fa1504c7272304d1e
+SIZE (DBIx-Dump-0.04.tar.gz) = 3440

Added: head/databases/p5-DBIx-Dump/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Dump/pkg-descr	Tue Mar 26 14:53:22 2013	(r315305)
@@ -0,0 +1,4 @@
+DBIx::Dump allows you to easily dump database data, retrieved using DBI,
+into a variety of formats including Excel, CSV, etc...
+
+WWW: http://search.cpan.org/dist/DBIx-Dump/

Added: head/databases/p5-DBIx-Dump/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Dump/pkg-plist	Tue Mar 26 14:53:22 2013	(r315305)
@@ -0,0 +1,7 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/DBIx/Dump.pm
+%%SITE_PERL%%/DBIx/sample.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Dump/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Dump
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
+@dirrmtry %%SITE_PERL%%/DBIx



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303261453.r2QErM3F095220>