From 27fcce29a499f38e0b0a136a434d554d3e42ebec Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 22 Feb 2004 01:38:58 +0000 Subject: Import p5-DBI-Shell from pkgsrc-wip. Packaged by Eric Schnoebelen, improved by wiz@, and slightly modified by me. 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. --- databases/p5-DBI-Shell/DESCR | 4 ++++ databases/p5-DBI-Shell/Makefile | 26 ++++++++++++++++++++++++++ databases/p5-DBI-Shell/PLIST | 1 + databases/p5-DBI-Shell/distinfo | 4 ++++ 4 files changed, 35 insertions(+) create mode 100644 databases/p5-DBI-Shell/DESCR create mode 100644 databases/p5-DBI-Shell/Makefile create mode 100644 databases/p5-DBI-Shell/PLIST create mode 100644 databases/p5-DBI-Shell/distinfo (limited to 'databases') diff --git a/databases/p5-DBI-Shell/DESCR b/databases/p5-DBI-Shell/DESCR new file mode 100644 index 00000000000..9d935b1a617 --- /dev/null +++ b/databases/p5-DBI-Shell/DESCR @@ -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 diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile new file mode 100644 index 00000000000..252afa2fa0a --- /dev/null +++ b/databases/p5-DBI-Shell/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 01:38:58 minskim Exp $ +# + +DISTNAME= DBI-Shell-11.9 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5dbi +CATEGORIES= 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-IO-Tee>=0.64:../../devel/p5-IO-Tee +DEPENDS+= p5-Text-Reform>=1.11:../../textproc/p5-Text-Reform + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBI/Shell/.packlist + +BUILDLINK_DEPENDS.p5-DBI+= p5-DBI>=1.37 + +.include "../../databases/p5-DBI/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBI-Shell/PLIST b/databases/p5-DBI-Shell/PLIST new file mode 100644 index 00000000000..7324a89c826 --- /dev/null +++ b/databases/p5-DBI-Shell/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/22 01:38:58 minskim Exp $ diff --git a/databases/p5-DBI-Shell/distinfo b/databases/p5-DBI-Shell/distinfo new file mode 100644 index 00000000000..323ec65e7b5 --- /dev/null +++ b/databases/p5-DBI-Shell/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/22 01:38:58 minskim Exp $ + +SHA1 (DBI-Shell-11.9.tar.gz) = 983f0d798a232218d8fa6ae8c6a6ce22db3bf260 +Size (DBI-Shell-11.9.tar.gz) = 48285 bytes -- cgit v1.2.3