summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2004-01-19 23:33:25 +0000
committervanilla <vanilla@FreeBSD.org>2004-01-19 23:33:25 +0000
commit05455d73882588e045583ec7eecf0ed4fedd12b3 (patch)
treec182c799206f23dcca71693ae0895df074c125ce /databases
parentd4e7571b41f61ccb4a894f5711339775a094f045 (diff)
downloadFreeBSD-ports-05455d73882588e045583ec7eecf0ed4fedd12b3.zip
FreeBSD-ports-05455d73882588e045583ec7eecf0ed4fedd12b3.tar.gz
Add p5-DBI-Shell 11.93, interactive command shell for the DBI.
PR: 61564 Submitted by: dcf@aracnet.com
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/p5-DBI-Shell/Makefile35
-rw-r--r--databases/p5-DBI-Shell/distinfo1
-rw-r--r--databases/p5-DBI-Shell/pkg-descr10
-rw-r--r--databases/p5-DBI-Shell/pkg-plist11
5 files changed, 58 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index acc8b36..025a34c 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -133,6 +133,7 @@
SUBDIR += p5-DBD-mysql41
SUBDIR += p5-DBI
SUBDIR += p5-DBI-137
+ SUBDIR += p5-DBI-Shell
SUBDIR += p5-DBIWrapper
SUBDIR += p5-DBIx-AnyDBD
SUBDIR += p5-DBIx-Browse
diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile
new file mode 100644
index 0000000..482f7b9
--- /dev/null
+++ b/databases/p5-DBI-Shell/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: p5-DBI-Shell
+# Date created: Sun Jan 18 07:27:41 CST 2004
+# Whom: dcf@aracnet.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= DBI-Shell
+PORTVERSION= 11.93
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= DBI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dcf@aracnet.com
+COMMENT= Interactive command shell for the DBI
+
+PERL_CONFIGURE= yes
+
+MAN1= dbish.1
+MAN3= DBI::Format.3 DBI::Format::SQLMinus.3 DBI::Shell.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
+.else
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+.endif
+RUN_DEPENDS+= ${SITE_PERL}/Text/Reform.pm:${PORTSDIR}/textproc/p5-Text-Reform
+RUN_DEPENDS+= ${SITE_PERL}/IO/Tee.pm:${PORTSDIR}/devel/p5-IO-Tee
+
+.include <bsd.port.post.mk>
diff --git a/databases/p5-DBI-Shell/distinfo b/databases/p5-DBI-Shell/distinfo
new file mode 100644
index 0000000..f0c5c6b
--- /dev/null
+++ b/databases/p5-DBI-Shell/distinfo
@@ -0,0 +1 @@
+MD5 (DBI-Shell-11.93.tar.gz) = e9bc7baed5d2807a750789f28c7ff45e
diff --git a/databases/p5-DBI-Shell/pkg-descr b/databases/p5-DBI-Shell/pkg-descr
new file mode 100644
index 0000000..c57a0a8
--- /dev/null
+++ b/databases/p5-DBI-Shell/pkg-descr
@@ -0,0 +1,10 @@
+DBI::Shell
+==========
+
+The DBI::Shell module (and dbish command, if installed) provide a
+simple but effective command line interface for the Perl DBI
+module.
+
+Please note: DBI::Shell is very new, very experimental and very
+subject to change. Your mileage will vary. Interfaces will change
+with each release.
diff --git a/databases/p5-DBI-Shell/pkg-plist b/databases/p5-DBI-Shell/pkg-plist
new file mode 100644
index 0000000..95222c2
--- /dev/null
+++ b/databases/p5-DBI-Shell/pkg-plist
@@ -0,0 +1,11 @@
+%%SITE_PERL%%/DBI/Format.pm
+%%SITE_PERL%%/DBI/Shell/Completion.pm
+%%SITE_PERL%%/DBI/Shell/SQLMinus.pm
+%%SITE_PERL%%/DBI/Shell/Spool.pm
+%%SITE_PERL%%/DBI/Shell/Timing.pm
+%%SITE_PERL%%/DBI/Shell/FindSqlFile.pm
+%%SITE_PERL%%/DBI/Format/SQLMinus.pm
+%%SITE_PERL%%/DBI/Shell.pm
+@unexec rmdir %D/%%SITE_PERL%%/DBI/Shell 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/DBI/Format 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/DBI 2>/dev/null || true
OpenPOWER on IntegriCloud