Update to p5-DBI-1.15, from maintainer

This commit is contained in:
avsm 2001-04-02 15:57:11 +00:00
parent 471be4a28d
commit a6d4f163cf
4 changed files with 17 additions and 14 deletions

View File

@ -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 COMMENT= 'unified perl interface for database access'
PKGNAME= p5-DBI-1.14
DISTNAME= DBI-1.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5 CATEGORIES= databases perl5
NEED_VERSION= 1.310 NEED_VERSION= 1.378
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI MASTER_SITE_SUBDIR= DBI
MAINTAINER= ports@openbsd.org MAINTAINER= Shell Hung <i@shellhung.org>
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes

View File

@ -1,3 +1,3 @@
MD5 (DBI-1.14.tar.gz) = a2d1dbf5cd083e08861bc596e3892bdb MD5 (DBI-1.15.tar.gz) = b1e37f03bdbd91451102e1b8e4b093d4
RMD160 (DBI-1.14.tar.gz) = 8329f60e92e0e3cd298bfcb297cdffb70a745ff8 RMD160 (DBI-1.15.tar.gz) = 0e7d00e4c4a7f1090415f5d8ff5fe1c116dd0b1f
SHA1 (DBI-1.14.tar.gz) = 49145d37a5e6f341257b58215aef7784ab87d0b2 SHA1 (DBI-1.15.tar.gz) = 8e53ccc4af93afc3cc77d7c08299002b748156f0

View File

@ -1,11 +1,11 @@
The DBI interface allows perl programs to use DBD (Database Definition) The DBI interface allows perl programs to use DBD (Database Definition)
drivers with a common set of routines. A program can then (theoretically) drivers with a common set of routines. A program can then
change from using mSQL to Oracle (for example) without changing the entire (theoretically) change from using mSQL to Oracle (for example)
program around. without changing the entire program around.
This DBI interface is not yet fully specified. The current development This DBI interface is not yet fully specified. The current development
work is focused on writing drivers, such as DBD::Oracle, which also work is focused on writing drivers, such as DBD::Oracle, which also
implement emulations of old perl4 database interfaces, e.g., oraperl. implement emulations of old perl4 database interfaces, e.g., oraperl.
This strategy enables the DBI and drivers to serve a useful purpose This strategy enables the DBI and drivers to serve a useful purpose
whilst allowing the real interface to evolve with experience behind the whilst allowing the real interface to evolve with experience behind
emulation interface. the emulation interface.

View File

@ -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/dbiproxy
bin/dbish bin/dbish
libdata/perl5/site_perl/${ARCH}-openbsd/Bundle/DBI.pm libdata/perl5/site_perl/${ARCH}-openbsd/Bundle/DBI.pm