pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBI-Shell Import p5-DBI-Shell from pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97021288d464
branches:  trunk
changeset: 469309:97021288d464
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Feb 22 01:38:58 2004 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (51 lines):

diff -r 9aa1e66ee5c4 -r 97021288d464 databases/p5-DBI-Shell/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBI-Shell/DESCR      Sun Feb 22 01:38:58 2004 +0000
@@ -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 -r 9aa1e66ee5c4 -r 97021288d464 databases/p5-DBI-Shell/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBI-Shell/Makefile   Sun Feb 22 01:38:58 2004 +0000
@@ -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@localhost
+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 -r 9aa1e66ee5c4 -r 97021288d464 databases/p5-DBI-Shell/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBI-Shell/PLIST      Sun Feb 22 01:38:58 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/22 01:38:58 minskim Exp $
diff -r 9aa1e66ee5c4 -r 97021288d464 databases/p5-DBI-Shell/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBI-Shell/distinfo   Sun Feb 22 01:38:58 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index