diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-01-19 23:33:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-01-19 23:33:25 +0000 |
commit | 0af9b9f2945f1ff8c64aed409f90679a2a83c11c (patch) | |
tree | 490a9e69a6d2e831961b88f5b68fff829e11c15b /databases/p5-DBI-Shell | |
parent | Add p5-IO-Tee 0.64, multiplex output to multiple output handles. (diff) |
Add p5-DBI-Shell 11.93, interactive command shell for the DBI.
PR: 61564
Submitted by: dcf@aracnet.com
Notes
Notes:
svn path=/head/; revision=98612
Diffstat (limited to 'databases/p5-DBI-Shell')
-rw-r--r-- | databases/p5-DBI-Shell/Makefile | 35 | ||||
-rw-r--r-- | databases/p5-DBI-Shell/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBI-Shell/pkg-descr | 10 | ||||
-rw-r--r-- | databases/p5-DBI-Shell/pkg-plist | 11 |
4 files changed, 57 insertions, 0 deletions
diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile new file mode 100644 index 000000000000..482f7b9c094b --- /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 000000000000..f0c5c6bfa01e --- /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 000000000000..c57a0a8835cc --- /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 000000000000..95222c2f0a15 --- /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 |