Update to p5-DBI-1.15, from maintainer
This commit is contained in:
parent
471be4a28d
commit
a6d4f163cf
@ -1,13 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2000/08/21 02:57:38 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2001/04/02 15:57:11 avsm Exp $
|
||||
|
||||
DISTNAME= DBI-1.14
|
||||
PKGNAME= p5-DBI-1.14
|
||||
COMMENT= 'unified perl interface for database access'
|
||||
|
||||
DISTNAME= DBI-1.15
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
NEED_VERSION= 1.310
|
||||
NEED_VERSION= 1.378
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBI
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
MAINTAINER= Shell Hung <i@shellhung.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DBI-1.14.tar.gz) = a2d1dbf5cd083e08861bc596e3892bdb
|
||||
RMD160 (DBI-1.14.tar.gz) = 8329f60e92e0e3cd298bfcb297cdffb70a745ff8
|
||||
SHA1 (DBI-1.14.tar.gz) = 49145d37a5e6f341257b58215aef7784ab87d0b2
|
||||
MD5 (DBI-1.15.tar.gz) = b1e37f03bdbd91451102e1b8e4b093d4
|
||||
RMD160 (DBI-1.15.tar.gz) = 0e7d00e4c4a7f1090415f5d8ff5fe1c116dd0b1f
|
||||
SHA1 (DBI-1.15.tar.gz) = 8e53ccc4af93afc3cc77d7c08299002b748156f0
|
||||
|
@ -1,11 +1,11 @@
|
||||
The DBI interface allows perl programs to use DBD (Database Definition)
|
||||
drivers with a common set of routines. A program can then (theoretically)
|
||||
change from using mSQL to Oracle (for example) without changing the entire
|
||||
program around.
|
||||
drivers with a common set of routines. A program can then
|
||||
(theoretically) change from using mSQL to Oracle (for example)
|
||||
without changing the entire program around.
|
||||
|
||||
This DBI interface is not yet fully specified. The current development
|
||||
work is focused on writing drivers, such as DBD::Oracle, which also
|
||||
implement emulations of old perl4 database interfaces, e.g., oraperl.
|
||||
This strategy enables the DBI and drivers to serve a useful purpose
|
||||
whilst allowing the real interface to evolve with experience behind the
|
||||
emulation interface.
|
||||
whilst allowing the real interface to evolve with experience behind
|
||||
the emulation interface.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2001/01/08 23:41:10 avsm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2001/04/02 15:57:11 avsm Exp $
|
||||
bin/dbiproxy
|
||||
bin/dbish
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/Bundle/DBI.pm
|
||||
|
Loading…
Reference in New Issue
Block a user