1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add p5-DBI-Shell 11.93, interactive command shell for the DBI.

PR:		61564
Submitted by:	dcf@aracnet.com
This commit is contained in:
Vanilla I. Shu 2004-01-19 23:33:25 +00:00
parent 4808806462
commit 0af9b9f294
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98612
5 changed files with 58 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (DBI-Shell-11.93.tar.gz) = e9bc7baed5d2807a750789f28c7ff45e

View File

@ -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.

View File

@ -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