The DBI Shell, or dbish , is a command-line tool that allows you to run
arbitrary SQL statements and diagnostics against databases without needing to write a complete Perl program. -- Programming the Perl DBI, chapter 8
This commit is contained in:
parent
f9cc02b521
commit
c3593a82d8
4 changed files with 34 additions and 0 deletions
4
p5-DBI-Shell/DESCR
Normal file
4
p5-DBI-Shell/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The DBI Shell, or dbish , is a command-line tool that allows you to run
|
||||
arbitrary SQL statements and diagnostics against databases without
|
||||
needing to write a complete Perl program.
|
||||
-- Programming the Perl DBI, chapter 8
|
25
p5-DBI-Shell/Makefile
Normal file
25
p5-DBI-Shell/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/07/13 03:42:23 schnoebe Exp $
|
||||
#
|
||||
|
||||
DISTNAME= DBI-Shell-11.9
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5dbi
|
||||
CATEGORIES= wip databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
|
||||
|
||||
MAINTAINER= eric@cirr.com
|
||||
HOMEPAGE= http://www.perldoc.com/perl5.6.1/lib/DBI/Shell.html
|
||||
COMMENT= Interactive command Shell for the Perl DBI
|
||||
|
||||
DEPENDS+= p5-DBI:../../databases/p5-DBI
|
||||
DEPENDS+= p5-IO-Tee:../../wip/p5-IO-Tee
|
||||
DEPENDS+= p5-Text-Reform:../../wip/p5-Text-Reform
|
||||
# DEPENDS+= p5-IO-Tee:../../devel/p5-IO-Tee
|
||||
# DEPENDS+= p5-Text-Reform:../../text/p5-Text-Reform
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBI/Shell/.packlist
|
||||
|
||||
.include "../../databases/p5-DBI/buildlink2.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-DBI-Shell/PLIST
Normal file
1
p5-DBI-Shell/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/13 03:42:23 schnoebe Exp $
|
4
p5-DBI-Shell/distinfo
Normal file
4
p5-DBI-Shell/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/07/13 03:42:23 schnoebe Exp $
|
||||
|
||||
SHA1 (DBI-Shell-11.9.tar.gz) = 983f0d798a232218d8fa6ae8c6a6ce22db3bf260
|
||||
Size (DBI-Shell-11.9.tar.gz) = 48285 bytes
|
Loading…
Reference in a new issue