diff options
author | martti <martti@pkgsrc.org> | 2002-03-20 11:33:04 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-20 11:33:04 +0000 |
commit | 20be89b3b2e0bab1e8a1840fc88137009f836df2 (patch) | |
tree | 181d5862abe493d22935d404a4214c54f734799c /databases/p5-DBD-mysql | |
parent | c3a6f4ced4e12f62ca0ada6928a8a4472ddb09a7 (diff) | |
download | pkgsrc-20be89b3b2e0bab1e8a1840fc88137009f836df2.tar.gz |
Updated p5-DBD-mysql to 1.2219
Changes since 2.2216 are missing, here is the changes from 1.2215 to 1.2216 :
* Portability changes for mSQL 3 and MySQL 4.
* Added transaction support for MySQL.
(Bob Lyons <lyons@nextrials.com>)
* dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for
a not existing mysql_maxlength, which should read
mysql_max_length. (Paul DuBois <paul@snake.net>)
* Fixed installation problem when a directory was specified,
but did not exist. (Will Partain <partain@dcs.gla.ac.uk>)
* Fixed that mysql_errno wasn't used properly. (Chris Adams
<cmadams@hiwaay.net>)
* Fixed test suite problem, when user name and password
have been interpolated. (Bruno Hivert (LMC)
<lmcbrhi@lmc.ericsson.se>)
* mysql_insertid and mysql_affectedrows are no longer treated
as integers, but longs. Thanks to Michael G Schwern
<schwern@pobox.com>.
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r-- | databases/p5-DBD-mysql/DESCR | 19 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 12 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/distinfo | 6 |
3 files changed, 19 insertions, 18 deletions
diff --git a/databases/p5-DBD-mysql/DESCR b/databases/p5-DBD-mysql/DESCR index 72de65e8b24..d5e2b205770 100644 --- a/databases/p5-DBD-mysql/DESCR +++ b/databases/p5-DBD-mysql/DESCR @@ -1,10 +1,11 @@ Mysql.pm and DBD::mysql implement two different approaches to -communicate with an mysql server. DBD::mysql is built -upon the DBI, the generic Perl Database Interface. It brings you an -identical interface to a broad variety of databases and is in this -regard comparable to ODBC. The advantage of the DBI approach is -portability and interoperability. Mysql.pm is the elder species. -It was written before DBI was available but inspired by an early -draft of the DBI specification. As has been been circulating longer -it are more mature and pretty stable. It is also more complete -than DBD::mysql. +communicate with an mysql server. DBD::mysql is built upon the DBI, +the generic Perl Database Interface. It brings you an identical +interface to a broad variety of databases and is in this regard +comparable to ODBC. + +The advantage of the DBI approach is portability and interoperability. +Mysql.pm is the elder species. It was written before DBI was +available but inspired by an early draft of the DBI specification. +As has been been circulating longer it are more mature and pretty +stable. It is also more complete than DBD::mysql. diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index 8cf01451267..b8d68fc708d 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.14 2001/10/18 15:20:07 veego Exp $ +# $NetBSD: Makefile,v 1.15 2002/03/20 11:33:04 martti Exp $ # -DISTNAME= Msql-Mysql-modules-1.2215 -PKGNAME= p5-DBD-mysql-1.2215 +DISTNAME= Msql-Mysql-modules-1.2219 +PKGNAME= p5-DBD-mysql-1.2219 SVR4_PKGNAME= p5dmy CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} MAINTAINER= bad@netbsd.org HOMEPAGE= http://www.mysql.com/ -COMMENT= perl DBI/DBD driver for MySQL databases +COMMENT= Perl DBI/DBD driver for MySQL databases -DEPENDS+= mysql-client>=3.23.35:../../databases/mysql-client DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI -DEPENDS+= {p5-Data-Dumper>=2.101,perl>=5.6.1nb2}:../../lang/perl5 DEPENDS+= p5-Data-ShowTable-3.3:../../devel/p5-Data-ShowTable USE_PERL5= # defined @@ -35,4 +33,6 @@ MAKE_PARAMS+= --mysql-libdir=${MYSQL_LIBDIR} do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} +.include "../../databases/mysql-client/buildlink.mk" +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo index 285cf6b0216..ed8dd726ba2 100644 --- a/databases/p5-DBD-mysql/distinfo +++ b/databases/p5-DBD-mysql/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 16:11:01 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/03/20 11:33:04 martti Exp $ -SHA1 (Msql-Mysql-modules-1.2215.tar.gz) = d0b0c9a90c869b803fcf2b3348ee0f085ca70a4b -Size (Msql-Mysql-modules-1.2215.tar.gz) = 191882 bytes +SHA1 (Msql-Mysql-modules-1.2219.tar.gz) = 23d9b4b44e5c02930b7b1f60dd70a99ad25e966f +Size (Msql-Mysql-modules-1.2219.tar.gz) = 195634 bytes |