pkgsrc/databases
mjl c27b786f57 Update p5-DBI to 1.34
Fixed DBI::DBD docs to refer to DBI::DBD::Metadata
  Fixed disconnect_all() to not be required by drivers.
  Added $okay = $h->can($method_name) to check if a method exists.
  Added DBD::*::*->install_method($method_name, \%attr) so driver private
    methods can be 'installed' into the DBI dispatcher and no longer
    need to be called using $h->func(..., $method_name).
  Enhanced $dbh->clone() and documentation.
  Removed old DBI::Shell from distribution and added Tom Lowery's improved
    version to the Bundle::DBI file.
  Updated minimum version numbers for modules in Bundle::DBI.
  Added $dbh2 = $dbh1->clone to make a new connection to the database
    that is identical to the original one. clone() can be called even after
    the original handle has been disconnected. See the docs for more details.
  Fixed unescaping of newlines in DBI::ProfileData
  Fixed Taint bug with fetchrow_hashref
  Fixed $dbh->{Active} for DBD::Proxy
  Fixed STORE to not clear error during nested DBI call
  Fixed DBI::PurePerl error clearing behaviour.
  Fixed problem that meant ShowErrorStatement could show wrong statement
  Changed Apache::DBI hook to check for $ENV{MOD_PERL} instead of
    $ENV{GATEWAY_INTERFACE} thanks to Ask Bjoern Hansen.
  No longer tries to dup trace logfp when an interpreter is being cloned.
  Database handles no longer inherit shared $h->err/errstr/state storage
    from their drivers, so each $dbh has it's own $h->err etc. values
    and is no longer affected by calls made on other dbh's.
    Now when a dbh is destroyed it's err/errstr/state values are copied
    up to the driver so checking $DBI::errstr still works as expected.
  Documentation changes:
    Documented $high_resolution_time = dbi_time() function.
    Documented that bind_col() can take an atribute hash.
    Clarified documentation for ParamValues attribute hash keys.
    Many good DBI documentation tweaks
      including a major update to the DBI::DBD driver author guide.
    Clarified that execute() should itself call finish() if it's
      called on a statement handle that's still active.
    Clarified $sth->{ParamValues}. Driver authors please note.
    Removed "NEW" markers on some methods and attributes and
      added text to each giving the DBI version it was added in,
      if it was added after DBI 1.21 (Feb 2002).
  Fixed to work with 5.005_03 (I've not tested it).
  Reenabled taint tests (accidentally left disabled)
  Improved docs for FetchHashKeyName attribute
  Fixed core dump if fetchrow_hashref given bad argument (name of attribute
    with a value that wasn't an array reference)
  Fixed some compiler warnings
  Updated Steven Hirsch's enhanced proxy work (seems I left out a bit).
  The fetchall_arrayref method, when called with a $maxrows parameter,
    no longer gives an error if called again after all rows have been
    fetched. This simplifies application logic when fetching in batches.
    Also added batch-fetch while() loop example to the docs.
  The proxy now supports non-lazy (synchronous) prepare, positioned
    updates (for selects containing 'for update'), PlRPC config set
    via attributes, and accurate propagation of errors
  The DBI_AUTOPROXY env var can now hold the full dsn of the proxy driver
    plus attributes, like "dbi:Proxy(proxy_foo=>1):host=...".
  Added TaintIn & TaintOut attributes to give finer control over
    tainting
  The RootClass attribute no longer ignores failure to load a module,
    but also doesn't try to load a module if the class already exists
  HandleError attribute works for connect failures
  The connect() RaiseError/PrintError message now includes the username.
  Changed "last handle unknown or destroyed" warning to be a trace message.
  Removed undocumented $h->event() method.
  Further enhancements to DBD::PurePerl accuracy.
  The CursorName attribute now defaults to undef and not an error.
2003-03-06 12:53:05 +00:00
..
cdb Update my email address. 2002-07-22 00:13:13 +00:00
db Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment. 2003-01-09 13:11:10 +00:00
db3 What's going on there ? Either the previous file patch.3.3.11.1 was 2003-02-26 12:56:55 +00:00
db4 Mechanical conversion to use java-vm.mk. 2002-12-31 15:44:28 +00:00
edb allow this to build by replacing the use of LTCONFIG_OVERRIDE with 2002-12-19 12:41:02 +00:00
freetds Instead of including bsd.pkg.install.mk directly in a package Makefile, 2003-01-28 22:03:00 +00:00
gdbm Remove patch file obsoleted by last update of this package. 2002-11-01 17:04:45 +00:00
gdbm_primitive Use PKGNAME_NOREV instead of homebrewn version (hi salo!). 2002-12-18 19:41:16 +00:00
geneweb Instead of including bsd.pkg.install.mk directly in a package Makefile, 2003-01-28 22:03:00 +00:00
gnats Test for useradd rather than user. The package then installs cleanly on 2003-01-05 14:39:41 +00:00
gnome-mime-data Instead of including bsd.pkg.install.mk directly in a package Makefile, 2003-01-28 22:03:00 +00:00
gq gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have 2003-02-05 05:06:32 +00:00
gtksql Bump PKGREVISION due to increase in the major number of libpq.so between 2003-01-05 20:14:20 +00:00
gtranscript Convert to buildlink2. 2003-01-27 19:42:51 +00:00
guile-pg Use the right interface of Buildlinked directory. 2003-01-07 12:52:44 +00:00
iodbc Note conflict with forthcoming unixodbc package. 2001-11-05 08:23:27 +00:00
java-db3 Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as 2002-12-26 20:52:09 +00:00
jdb buildlink1 -> buildlink2 2002-11-15 00:26:44 +00:00
jdbc-postgresql Updated databases/jdbc-postgresql to 7.3.1. Changes from version 7.2.3 2003-01-02 18:46:39 +00:00
kmysqladmin buildlink1 -> buildlink2 2002-09-20 11:22:06 +00:00
kpsql Bump PKGREVISION due to increase in the major number of libpq.so between 2003-01-05 20:14:20 +00:00
libgda Use the omf.mk file provided by the scrollkeeper package to automatically 2003-02-18 14:55:54 +00:00
libgnomedb GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the 2003-02-18 20:52:05 +00:00
mergeant Fix MASTER_SITES, pointed out by Robert Elz in PR pkg/20466. 2003-02-22 10:32:50 +00:00
metakit-lib metakit is an embedded database library. 2002-12-04 18:47:15 +00:00
myodbc Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
mysql-client Don't install mysql.server as part of the client. 2003-01-20 23:20:36 +00:00
mysql-server attempt to clarify password instructions 2003-02-09 08:18:58 +00:00
mytop Use buildlink2. Use perl5/module.mk. 2002-10-27 22:51:06 +00:00
odbc-postgresql Note the locations of the common distinfo file and patches directory. 2002-10-20 04:19:17 +00:00
openldap convert to use test target from bsd.pkg.mk 2003-02-17 15:27:58 +00:00
openldap1 use automatic PLIST handling. 2002-12-25 12:37:48 +00:00
oraedit Strip the ".buildlink" from the names of the python application and 2002-09-21 23:46:45 +00:00
p5-AddressBook Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
p5-Apache-DBI Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
p5-DBD-CSV Update p5-DBD-CSV to 0.2002 2003-03-03 11:15:08 +00:00
p5-DBD-mysql Noop commit, just tweaking style. 2002-12-02 22:59:37 +00:00
p5-DBD-postgresql Update p5-DBD-postgresql to 1.21 2003-01-17 16:41:37 +00:00
p5-DBD-Sybase Use perl5/module.mk (including PERL5_LDFLAGS). 2002-10-27 19:41:53 +00:00
p5-DBI Update p5-DBI to 1.34 2003-03-06 12:53:05 +00:00
p5-DBIx-Datasource Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
p5-DBIx-SearchBuilder Update p5-DBIx-SearchBuilder to 0.76 2003-01-02 15:36:33 +00:00
p5-gdbm Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
p5-MLDBM Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
p5-MLDBM-Sync Use buildlink2. Use perl5/module.mk. 2002-10-20 23:35:09 +00:00
p5-perl-ldap Updated to p5-perl-ldap-0.2701 2003-01-31 11:14:46 +00:00
p5-postgresql Bump PKGREVISION due to increase in the major number of libpq.so between 2003-01-05 20:14:20 +00:00
p5-SQL-Statement Update p5-SQL-Statement to 1.005 2003-03-03 11:09:44 +00:00
pgaccess Updated databases/pgaccess to 0.98.8. Major changes from version 0.98.7 2003-01-11 23:04:11 +00:00
php3-ldap buildlink1 -> buildlink2. 2002-10-09 11:55:53 +00:00
php3-mysql buildlink1 -> buildlink2. 2002-10-09 11:55:53 +00:00
php3-pgsql Bump PKGREVISION due to increase in the major number of libpq.so between 2003-01-05 20:14:20 +00:00
php4-dba Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
php4-dbase - make this work with apache2 2002-11-05 07:33:13 +00:00
php4-filepro - make this work with apache2 2002-11-05 07:33:13 +00:00
php4-ldap Updated php to 4.2.3 2002-10-14 06:21:05 +00:00
php4-mysql Define USE_BUILDLINK2 so that this actually knows about the dependency 2003-01-02 23:35:43 +00:00
php4-odbc Updated php to 4.2.3 2002-10-14 06:21:05 +00:00
php4-pgsql Bump PKGREVISION due to increase in the major number of libpq.so between 2003-01-05 20:14:20 +00:00
phpmyadmin - Fix installation of online documentation. 2003-01-12 14:04:57 +00:00
phppgadmin ${PKG_PREFIX} -> ${PREFIX}, fix a typo. 2002-09-18 16:11:18 +00:00
postgresql Update postgresql-* to 7.3.2. Contains numerous bug fixes, including remote 2003-02-21 16:09:51 +00:00
postgresql-client Updated databases/postgresql to 7.3.1. 2003-01-05 20:12:07 +00:00
postgresql-docs Minor PLIST updates. 2003-02-21 16:32:07 +00:00
postgresql-lib Updated databases/postgresql to 7.3.1. 2003-01-05 20:12:07 +00:00
postgresql-plperl Updated databases/postgresql to 7.3.1. 2003-01-05 20:12:07 +00:00
postgresql-pltcl Updated databases/postgresql to 7.3.1. 2003-01-05 20:12:07 +00:00
postgresql-server Update postgresql-* to 7.3.2. Contains numerous bug fixes, including remote 2003-02-21 16:09:51 +00:00
pxtools Initial import of databases/pxtools (version 0.0.19) 2003-02-17 14:42:10 +00:00
py-bsddb3 PyBSDDB 4.1.1, a Python extension module for Berkeley DB 3 and 4. 2003-01-17 19:26:04 +00:00
py-gdbm for the Python-version-selection magic to work properly, extension.mk 2002-12-10 15:08:19 +00:00
py-ldap Attempt to make this work with python 2.2. Also use buildlink2 for 2003-01-04 18:16:22 +00:00
py-metakit Python frontend for the metakit database lib 2002-12-04 18:48:09 +00:00
py-mysqldb Unused. 2002-10-10 12:31:30 +00:00
py-postgresql Bump PKGREVISION due to increase in the major number of libpq.so between 2003-01-05 20:14:20 +00:00
py-psycopg update psychopg to 1.0.14. 2003-01-21 19:38:22 +00:00
quicklist Convert to buildlink2. 2002-10-21 14:47:00 +00:00
rdb buildlink1 -> buildlink2 2002-11-15 00:39:53 +00:00
rrdtool Update to version 1.0.40. See changes below. 2003-02-16 23:08:55 +00:00
ruby-gdbm Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
ruby-mysql buildlink1 -> buildlink2. 2002-10-10 11:49:40 +00:00
ruby-postgresql Bump PKGREVISION due to increase in the major number of libpq.so between 2003-01-05 20:14:20 +00:00
sdbm Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
sqlite Add http://www.sqlite.org/ as download site. 2003-02-17 16:23:08 +00:00
sqsh buildlink1 -> buildlink2. 2002-10-12 09:40:38 +00:00
tcl-gdbm Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
tcl-postgresql Updated databases/postgresql to 7.3.1. 2003-01-05 20:12:07 +00:00
tdb Initial import of tdb, version 1.0.6. Description follows: 2002-11-29 19:19:12 +00:00
tk-postgresql Updated databases/postgresql to 7.3.1. 2003-01-05 20:12:07 +00:00
unixodbc Instead of including bsd.pkg.install.mk directly in a package Makefile, 2003-01-28 22:03:00 +00:00
unixodbc-DataManager buildlink1 -> buildlink2 2002-09-20 21:32:05 +00:00
unixodbc-ODBCConfig buildlink1 -> buildlink2 2002-09-20 21:32:05 +00:00
xmysql Bump PKGREVISION on packages that depend on x11/xforms, since there 2002-12-28 21:22:53 +00:00
xmysqladmin Bump PKGREVISION on packages that depend on x11/xforms, since there 2002-12-28 21:22:53 +00:00
xsqlmenu Bump PKGREVISION on packages that depend on x11/xforms, since there 2002-12-28 21:22:53 +00:00
zope-mysql buildlink1 -> buildlink2. 2002-10-10 12:31:08 +00:00
Makefile Add and enable mergeant. 2003-02-21 11:59:46 +00:00