aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2013-03-26 22:53:22 +0800
committerzi <zi@FreeBSD.org>2013-03-26 22:53:22 +0800
commitf8b12ecf3a2601b4d3936370bebbec45c1f1116d (patch)
treeba2947d925dde7bdfb0605312ddc02ea77497f7f
parent0e51d8e5ba9b492dcedcbe651daeb6db96b68691 (diff)
downloadfreebsd-ports-gnome-f8b12ecf3a2601b4d3936370bebbec45c1f1116d.tar.gz
freebsd-ports-gnome-f8b12ecf3a2601b4d3936370bebbec45c1f1116d.tar.zst
freebsd-ports-gnome-f8b12ecf3a2601b4d3936370bebbec45c1f1116d.zip
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/
-rw-r--r--databases/Makefile1
-rw-r--r--databases/p5-DBIx-Dump/Makefile20
-rw-r--r--databases/p5-DBIx-Dump/distinfo2
-rw-r--r--databases/p5-DBIx-Dump/pkg-descr4
-rw-r--r--databases/p5-DBIx-Dump/pkg-plist7
5 files changed, 34 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 59f14d60389f..fc1369890b76 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -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
diff --git a/databases/p5-DBIx-Dump/Makefile b/databases/p5-DBIx-Dump/Makefile
new file mode 100644
index 000000000000..3a574b1b0748
--- /dev/null
+++ b/databases/p5-DBIx-Dump/Makefile
@@ -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>
diff --git a/databases/p5-DBIx-Dump/distinfo b/databases/p5-DBIx-Dump/distinfo
new file mode 100644
index 000000000000..404110f1ca80
--- /dev/null
+++ b/databases/p5-DBIx-Dump/distinfo
@@ -0,0 +1,2 @@
+SHA256 (DBIx-Dump-0.04.tar.gz) = 1bc247dc8df31ad574949c004a701c7a71d68bd8d089ab3fa1504c7272304d1e
+SIZE (DBIx-Dump-0.04.tar.gz) = 3440
diff --git a/databases/p5-DBIx-Dump/pkg-descr b/databases/p5-DBIx-Dump/pkg-descr
new file mode 100644
index 000000000000..beae72963a7a
--- /dev/null
+++ b/databases/p5-DBIx-Dump/pkg-descr
@@ -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/
diff --git a/databases/p5-DBIx-Dump/pkg-plist b/databases/p5-DBIx-Dump/pkg-plist
new file mode 100644
index 000000000000..5707fcad2e13
--- /dev/null
+++ b/databases/p5-DBIx-Dump/pkg-plist
@@ -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