p5-Resource's DBI and Net::LDAP resources are from this
version on split into separate modules.
PR: ports/48000
Submitted by: Erwin Lansing <erwin@lansing.dk>
upgrade to the PostgreSQL 7.3 series and provide an update to the 7.2
series, 7.2.4. :~] This port _will_ be removed and should EOL'ed in
about 6 months time. Since there is no future for these bits, ignore their
heritage commit an orphan for the 7 series. See the postgresql7 port for
future and past bits. This port is only intended to serve as a means of
postponing an inevitable upgrade to recent release.
DBAs, please plan and begin upgrading to 7.3.X, the grass really is greener.
Release notes:
http://developer.postgresql.org/docs/postgres/release-7-2-4.html
PR: ports/48025
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Fixes numerous bugs especially with various interface libraries and
pg_dump. All users are advised to upgrade. This update fixes all known
problems with the postgresql7 port. See release notes for details:
http://developer.postgresql.org/docs/postgres/release-7-3-2.html
A dump/restore is *not* required when upgrading to this version.
PR: ports/47983 [1], ports/47284 [2], ports/47808 [3]
Submitted by: maintainer [1]
Jason C. Wells [2]
Michel Oosterhof <m.oosterhof@xs4all.nl> [3]
zodb3 is different from zodb which is already in the database
ports collection.
The ZODB package is a Python object persistence system. It
provides the Z Object Database separately from Zope so it
can be used in non-Zope related Python applications to
provide transparent object-oriented persistency.
PR: ports/46108
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
This patch really only takes over maintainership from
ports@freebsd.org. Since I manage most of the postgresql
ports, I might as well take this one too, I guess?
I have verified that it builds with postgresql-7.3
PR: ports/45887
Submitted by: Palle Girgensohn <girgen@pingpong.net>
The goal of the PySQLite project is to develop a Python
extension for SQLite that conforms to the Python Database
API Specification 2.0. SQLite is a powerful embedded
relational database management system in a compact C library.
It offers support for a large subset of SQL92, multiple
tables, indices, transactions and triggers.
PR: ports/43571
Submitted by: Gerhard Häring <gerhard.haering@gmx.de>
o Really overwrite databases when OVERWRITE_DB is set.
o Automatically skip installing databases if they already exist
(unless OVERWRITE_DB is set).
PR: ports/47945
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
When you've got one of those nasty self-referential tables
that you want to bust out into a tree, this is the module
to check out. Assuming there are no horribly broken nodes
in your tree and (heaven forbid) any circular references
PR: ports/47660
Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
PR: ports/47659
Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Reviewed by:
Approved by: Obtained from: MFC after: CVS:
---------------------------------------------------------------------- CVS:
PR: Fill this in if a GNATS PR is affected by the
change. CVS: Submitted by: Fill this in if someone else sent
in the change. CVS: Reviewed by: Fill this in if someone else
reviewed your modification. CVS: Approved by: Fill this in if
you needed approval for this commit. CVS: Obtained from: Fill
this in if the change is from third party software. CVS: MFC after:
N [day[s]|week[s]|month[s]] CVS: Fill in to get MFC notification
later. (days assumed unless specified) CVS:
---------------------------------------------------------------------- CVS:
Enter Log. Lines beginning with `CVS:' are removed automatically
distinfo pkg-plist CVS:
----------------------------------------------------------------------
The purpose of DBIx::Browse is to handle the browsing of
relational tables.
DBIx::Browse transparently translates SELECTs, UPDATEs,
DELETEs and INSERTs from the desired "human view" to the
values needed for the ta- ble. This is the case when you
have related tables (1 to n) where the detail table has a
reference (FOREIGN KEY) to a generic table (i.e. Customers
and Bills) with some index (tipically an integer).
PR: ports/47624
Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
mysqlman cleanup and fetch update. I can take the maintainership
of this port, since I submitted. I had blackhole a while
ago on my e-mail alias that has been resolved.
PR: ports/47899
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Remove include/ and lib/ files from the package.
Add note to pkg-descr about this behaviour.
PR: ports/35364
Submitted by: Peter van Dijk <peter@dataloss.nl>