update to version 1.59, add license comment and take over maintainership

tested & ok merdely@, approved by mjc@ (former maintainer)
This commit is contained in:
simon 2007-09-16 09:38:01 +00:00
parent a2205c3812
commit 91740b57d2
3 changed files with 53 additions and 11 deletions

View File

@ -1,17 +1,17 @@
# $OpenBSD: Makefile,v 1.45 2007/09/15 20:34:01 simon Exp $
# $OpenBSD: Makefile,v 1.46 2007/09/16 09:38:01 simon Exp $
SHARED_ONLY= Yes
COMMENT= unified perl interface for database access
MODULES= cpan
DISTNAME= DBI-1.53
PKGNAME= p5-${DISTNAME}
DISTNAME= DBI-1.59
CATEGORIES= databases
HOMEPAGE= http://dbi.perl.org/index.html
MAINTAINER= Michael Coulter <mjc@openbsd.org>
HOMEPAGE= http://dbi.perl.org/
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,5 +1,5 @@
MD5 (DBI-1.53.tar.gz) = 523+6zfrc0Y0KkkULTYXHQ==
RMD160 (DBI-1.53.tar.gz) = ekxxKjvK5BDCj+2c8TukhWlbkZ0=
SHA1 (DBI-1.53.tar.gz) = wevX4MQ6OqTvVzWACRLfmnQ9K+s=
SHA256 (DBI-1.53.tar.gz) = osZWLGBtFlYFzbDEFgZrm+lRsasfznST1GWV0OFhHsQ=
SIZE (DBI-1.53.tar.gz) = 423124
MD5 (DBI-1.59.tar.gz) = 95O9fhyncBi+HsFr+BYUzQ==
RMD160 (DBI-1.59.tar.gz) = 31UrZw8C4Im912cciAlz0NlPaLU=
SHA1 (DBI-1.59.tar.gz) = S0XXUUaY7LtUIuPYtn8dDeHPduQ=
SHA256 (DBI-1.59.tar.gz) = 49Jsq/hw6l20dNs5jmo9r25NPTvZ690obuAFed4uLng=
SIZE (DBI-1.59.tar.gz) = 489903

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.27 2007/01/07 00:43:09 espie Exp $
@comment $OpenBSD: PLIST,v 1.28 2007/09/16 09:38:01 simon Exp $
bin/dbilogstrip
bin/dbiprof
bin/dbiproxy
${P5ARCH}/
@ -8,6 +9,18 @@ ${P5ARCH}/DBD/
${P5ARCH}/DBD/DBM.pm
${P5ARCH}/DBD/ExampleP.pm
${P5ARCH}/DBD/File.pm
${P5ARCH}/DBD/Gofer/
${P5ARCH}/DBD/Gofer.pm
${P5ARCH}/DBD/Gofer/Policy/
${P5ARCH}/DBD/Gofer/Policy/Base.pm
${P5ARCH}/DBD/Gofer/Policy/classic.pm
${P5ARCH}/DBD/Gofer/Policy/pedantic.pm
${P5ARCH}/DBD/Gofer/Policy/rush.pm
${P5ARCH}/DBD/Gofer/Transport/
${P5ARCH}/DBD/Gofer/Transport/Base.pm
${P5ARCH}/DBD/Gofer/Transport/null.pm
${P5ARCH}/DBD/Gofer/Transport/pipeone.pm
${P5ARCH}/DBD/Gofer/Transport/stream.pm
${P5ARCH}/DBD/NullP.pm
${P5ARCH}/DBD/Proxy.pm
${P5ARCH}/DBD/Sponge.pm
@ -24,6 +37,14 @@ ${P5ARCH}/DBI/DBD/
${P5ARCH}/DBI/DBD.pm
${P5ARCH}/DBI/DBD/Metadata.pm
${P5ARCH}/DBI/FAQ.pm
${P5ARCH}/DBI/Gofer/
${P5ARCH}/DBI/Gofer/Execute.pm
${P5ARCH}/DBI/Gofer/Request.pm
${P5ARCH}/DBI/Gofer/Response.pm
${P5ARCH}/DBI/Gofer/Transport/
${P5ARCH}/DBI/Gofer/Transport/Base.pm
${P5ARCH}/DBI/Gofer/Transport/pipeone.pm
${P5ARCH}/DBI/Gofer/Transport/stream.pm
${P5ARCH}/DBI/Profile.pm
${P5ARCH}/DBI/ProfileData.pm
${P5ARCH}/DBI/ProfileDumper/
@ -35,6 +56,8 @@ ${P5ARCH}/DBI/PurePerl.pm
${P5ARCH}/DBI/Roadmap.pm
${P5ARCH}/DBI/SQL/
${P5ARCH}/DBI/SQL/Nano.pm
${P5ARCH}/DBI/Util/
${P5ARCH}/DBI/Util/_accessor.pm
${P5ARCH}/DBI/W32ODBC.pm
@comment ${P5ARCH}/Roadmap.pod
@comment ${P5ARCH}/TASKS.pod
@ -51,11 +74,24 @@ ${P5ARCH}/auto/DBI/dbd_xsh.h
${P5ARCH}/auto/DBI/dbi_sql.h
${P5ARCH}/auto/DBI/dbipport.h
${P5ARCH}/auto/DBI/dbivport.h
${P5ARCH}/auto/DBI/dbixs_rev.h
${P5ARCH}/dbixs_rev.pl
${P5ARCH}/goferperf.pl
@man man/man1/dbilogstrip.1
@man man/man1/dbiprof.1
@man man/man1/dbiproxy.1
@man man/man3p/Bundle::DBI.3p
@man man/man3p/DBD::DBM.3p
@man man/man3p/DBD::File.3p
@man man/man3p/DBD::Gofer.3p
@man man/man3p/DBD::Gofer::Policy::Base.3p
@man man/man3p/DBD::Gofer::Policy::classic.3p
@man man/man3p/DBD::Gofer::Policy::pedantic.3p
@man man/man3p/DBD::Gofer::Policy::rush.3p
@man man/man3p/DBD::Gofer::Transport::Base.3p
@man man/man3p/DBD::Gofer::Transport::null.3p
@man man/man3p/DBD::Gofer::Transport::pipeone.3p
@man man/man3p/DBD::Gofer::Transport::stream.3p
@man man/man3p/DBD::Proxy.3p
@man man/man3p/DBD::Sponge.3p
@man man/man3p/DBI.3p
@ -66,6 +102,12 @@ ${P5ARCH}/auto/DBI/dbivport.h
@man man/man3p/DBI::DBD.3p
@man man/man3p/DBI::DBD::Metadata.3p
@man man/man3p/DBI::FAQ.3p
@man man/man3p/DBI::Gofer::Execute.3p
@man man/man3p/DBI::Gofer::Request.3p
@man man/man3p/DBI::Gofer::Response.3p
@man man/man3p/DBI::Gofer::Transport::Base.3p
@man man/man3p/DBI::Gofer::Transport::pipeone.3p
@man man/man3p/DBI::Gofer::Transport::stream.3p
@man man/man3p/DBI::Profile.3p
@man man/man3p/DBI::ProfileData.3p
@man man/man3p/DBI::ProfileDumper.3p