diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-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 |
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 |