pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-Oracle Initial import of p5-DBD-Oracl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfbb28b2f3bf
branches:  trunk
changeset: 473013:bfbb28b2f3bf
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Apr 15 10:48:43 2004 +0000

description:
Initial import of p5-DBD-Oracle 1.14 into the NetBSD packages collection.

DBD::Oracle is a Perl module which works with the DBI module to
provide access to Oracle databases.

diffstat:

 databases/p5-DBD-Oracle/DESCR    |   2 ++
 databases/p5-DBD-Oracle/Makefile |  25 +++++++++++++++++++++++++
 databases/p5-DBD-Oracle/PLIST    |   1 +
 databases/p5-DBD-Oracle/distinfo |   4 ++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 4280136dd4af -r bfbb28b2f3bf databases/p5-DBD-Oracle/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBD-Oracle/DESCR     Thu Apr 15 10:48:43 2004 +0000
@@ -0,0 +1,2 @@
+DBD::Oracle is a Perl module which works with the DBI module to
+provide access to Oracle databases.
diff -r 4280136dd4af -r bfbb28b2f3bf databases/p5-DBD-Oracle/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBD-Oracle/Makefile  Thu Apr 15 10:48:43 2004 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/15 10:48:43 grant Exp $
+
+DISTNAME=      DBD-Oracle-1.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+COMMENT=       Perl DBI/DBD driver for Oracle databases
+
+USE_BUILDLINK3=        yes
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/DBD/Oracle/.packlist
+
+.if !defined(ORACLE_HOME)
+PKG_FAIL_REASON+=      "You must set ORACLE_HOME to the location of your Oracle installation"
+.elif !exists(${ORACLE_HOME})
+PKG_FAIL_REASON+=      "The location of ORACLE_HOME does not exist"
+.endif
+
+BUILDLINK_PASSTHRU_DIRS+=      ${ORACLE_HOME}
+
+.include "../../databases/p5-DBI/buildlink3.mk"
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4280136dd4af -r bfbb28b2f3bf databases/p5-DBD-Oracle/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBD-Oracle/PLIST     Thu Apr 15 10:48:43 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/15 10:48:43 grant Exp $
diff -r 4280136dd4af -r bfbb28b2f3bf databases/p5-DBD-Oracle/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBD-Oracle/distinfo  Thu Apr 15 10:48:43 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/15 10:48:43 grant Exp $
+
+SHA1 (DBD-Oracle-1.14.tar.gz) = b017c9e91619b04c4db4ad09b4cd806048aded8e
+Size (DBD-Oracle-1.14.tar.gz) = 199667 bytes



Home | Main Index | Thread Index | Old Index