pkgsrc/databases
gdt 23e2413166 Update to 0.37. Headlines from NEWS:
- 0.37 | 2008-05-24

  - Configuration change: search $prefix for PostgreSQL headers/libs

  - Change to pg-get-connection

	This proc now returns #f if its arg's connection is no longer live.
	You should probably avoid it altogether; see following NEWS item.

  - Planned modesty

	Currently, Guile-PG exposes some accounting (implementation) details
	that it shouldn't.  These are the "serial number" of connection and
	result objects, and the link between a result object the connection
	object where it originated.  These details WILL BE REMOVED after
	2008-10-01; do NOT rely on them.  Practically speaking, this means
	`pg-get-connection' will be deleted and the external representation
	for the objects will drop the "N" field:

	until 2008-10-01:   #<PG-CONN:N:...>   and   #<PG-RESULT:N:...>
	after 2008-10-01:   #<PG-CONN:...>     and   #<PG-RESULT:...>

  - Tests issue SQL commands directly to CREATE and DROP the test database

	Previously "make check" required the commands createdb(1) and
        dropdb(1) (or destroydb(1) for older PostgreSQL versions) to be
        installed on the system.  Now, the test infrastructure uses Guile-PG
        module (database postgres) to connect to "template1" and issues SQL
	commands "CREATE DATABASE" and "DROP DATABASE" directly.

  - New (database postgres-meta) proc: information-schema-names
  - New (database postgres-meta) proc: information-schema-coldefs

	These procs describe Guile-PG's "standard introspection" support,
	as specified in the PostgreSQL 7.4.19 documentation (chapter 32,
	"The Information Schema").

	Additionally, loading the module defines type converters for
	`cardinal_number', `character_data' and `sql_identifier'.  The
	`time_stamp' type converter does not seem to be used and is not
	provided.

  - New pgtable-manager (and -worker) command: #:finish

	This closes the (internal) connection and arranges for all future
	invocations of the closure to signal a "dead connection" error.

  - Proc `gxrepl' closes connection when done

  - New support for #:FOO-all combiners in `parse+make-SELECT-tree'

	This (database postgres-qcons) proc now supports #:union-all,
	#:intersect-all and #:except-all, as combiners.

  - Maintenance uses autoconf 2.62, automake 1.10.1, libtool 2.2.2
2008-10-20 13:53:17 +00:00
..
abook Support user-destdir installation. 2008-03-06 22:16:20 +00:00
adodb Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +00:00
bdb-xml This version of bdb-xml requires db<4.7. Depend on db46 instead of db4. 2008-09-24 19:32:00 +00:00
cdb
cstore Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
db + Name the programs installed by the db(2) package db2_*. 2008-02-21 19:32:23 +00:00
db3 Fix 2008-05-01 23:41:21 +00:00
db4 Correct broken compatibility code. This should fix PR pkg/39499. 2008-09-07 13:35:17 +00:00
db46 Re-add Berkeley DB 4.6.21 as "db46" package. This package can coexist 2008-09-09 22:23:32 +00:00
dbh Fixed "test ==". 2006-10-11 19:08:02 +00:00
edb Don't build the GTK1 frontend. This makes EDB a lot more heavy 2008-06-23 16:14:34 +00:00
freetds update distinfo for patches 2008-09-02 00:58:31 +00:00
gdbm The package supports installation to DESTDIR (although it uses the 2007-08-26 15:59:24 +00:00
gdbm_primitive Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
geneweb Changes that should have been committed with recent upgrade to 5.01. 2008-06-15 22:55:22 +00:00
gnats Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
gnome-mime-data Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gourmet Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
gq needs intltool 2008-06-01 15:32:31 +00:00
gramps Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gramps2 -deal with an incompatible change in py-bsddb3-4.7.2 2008-09-18 16:56:55 +00:00
gramps3 try to deal with incompatible changes in py-bsddb3-4.7.2 2008-09-18 17:11:01 +00:00
gtksql Make PostgreSQL 8.2 the default version. Bump all packages using it. 2008-03-13 17:38:48 +00:00
guile-pg Update to 0.37. Headlines from NEWS: 2008-10-20 13:53:17 +00:00
iodbc Add full DESTDIR support. 2008-04-14 21:46:57 +00:00
ipa_sdb Mark as destdir ready. 2008-07-14 12:55:56 +00:00
java-db3 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
java-qdbm This package is DESTDIR ready. 2008-02-08 14:15:40 +00:00
jdb Fixed the paths to the Perl interpreter, which is needed for bulk builds 2006-06-18 12:02:00 +00:00
jdbc-postgresql81 Updated databases/jdbc-postgresql81 to 412 2008-07-16 20:54:50 +00:00
jdbc-postgresql82 Updated databases/jdbc-postgresql82 to 508 2008-07-16 20:56:00 +00:00
jdbc-postgresql83 Added databases/jdbc-postgresql83 version 603 2008-07-16 20:49:30 +00:00
kmysqladmin Changes 0.7.2: 2008-02-14 18:05:24 +00:00
krecipes Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
lbdb Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
ldapvi Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
libgda Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libgda-mysql Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libgda-postgres Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libgnomedb Require OpenSSL to build plugins. 2008-09-29 12:56:50 +00:00
libpqxx Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libpqxx-doc Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +00:00
lua-sqlite Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +00:00
luma Changes 2.3: 2007-12-16 15:07:18 +00:00
mergeant Mark as destdir ready. 2008-07-14 12:55:56 +00:00
metakit-lib Fix broken 64-bit build of py-metakit. 2008-08-02 21:32:30 +00:00
myodbc Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
mysql4-client Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
mysql4-server pkglint cleanup. 2008-03-26 13:27:16 +00:00
mysql5-client I'll take maintainership. 2008-09-20 07:13:22 +00:00
mysql5-server Update mysql5-server pacakge to 5.0.67. 2008-09-18 11:51:37 +00:00
mysqlcc Only accept mysql-4.1 again. 2008-03-26 13:24:02 +00:00
mytop Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
nss_ldap Add DESTDIR support. 2008-06-20 01:09:05 +00:00
ocaml-mysql Resign from maintaining a lot of packages, so everyone is free to update 2008-03-04 11:02:23 +00:00
odbc-postgresql This is too old, not on mirror servers. 2008-08-23 11:23:15 +00:00
openldap Fix build of openldap-server against BDB 4.7, using patches from upstream 2008-09-07 12:18:06 +00:00
openldap-client Implement builtin detection for openldap client. 2008-10-12 20:49:19 +00:00
openldap-doc ftp.matrix.com.br is not resolved anymore. 2008-08-23 12:43:40 +00:00
openldap-server Don't leak build user in install scripts. 2008-10-09 17:48:45 +00:00
oraedit Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +00:00
p5-AddressBook Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Apache-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-BerkeleyDB Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Catalyst-Model-DBIC-Schema Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Catalyst-Model-RDBO Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-CatalystX-CRUD Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-CatalystX-CRUD-Model-RDBO Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-CDB_File Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Class-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Class-DBI-AbstractSearch Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Class-DBI-Pg Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Data-Table Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DB_File Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DB_File-Lock Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-CSV Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-Google Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-mysql Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-Oracle Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-PgPP Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-postgresql Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-SQLite Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-SQLite2 Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-Sybase Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBD-XBase Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBI-Shell Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBICx-Deploy Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBICx-MapMaker Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBICx-TestDatabase Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIWrapper Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Abstract Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-DigestColumns Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-DynamicDefault Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-Fixtures Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-InflateColumn-IP Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-Loader Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-RDBOHelpers Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-Schema-Loader Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-TimeStamp Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-UUIDColumns Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Class-Validation Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-ContextualFetch Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Datasource Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-DBSchema Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-Schema Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBIx-SearchBuilder Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-DBM-Deep Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-gdbm Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Ima-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Jifty-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-MARC Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-MARC-Record Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-MLDBM Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-MLDBM-Sync Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-MySQL Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Palm Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-perl-ldap Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-postgresql Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-qdbm Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Rose-DB Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Rose-DB-Object Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Rose-DBx-Garden Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Rose-DBx-Garden-Catalyst Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Rose-DBx-Object-MoreHelpers Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Rose-DBx-TestDB Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Search-QueryParser Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Search-QueryParser-SQL Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Sort-SQL Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-SQL-Abstract Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-SQL-Abstract-Limit Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-SQL-ReservedWords Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-SQL-Statement Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-SQL-Translator Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-sybperl Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-tokyocabinet Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
palm-db-tools Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-DB Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pear-MDB2 Fix a bug on some platforms which causes the installation to fail. 2008-09-17 22:40:06 +00:00
pear-MDB2_Driver_mysql Fix a bug on some platforms which causes the installation to fail. 2008-09-17 22:40:06 +00:00
pear-MDB2_Driver_pgsql Fix an error that could occurr on some installs. 2008-10-19 18:36:19 +00:00
pear-MDB2_Driver_sqlite sqlite MDB2 driver 2008-04-30 21:07:17 +00:00
pgpool Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pgtcl Fix broken configure stage resulting from a stray quote that's apparently 2008-08-02 21:21:20 +00:00
pgtclng Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-dba Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-dbase Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-dbx Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-filepro Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-ldap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-mssql Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-mysql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-oci8 Initial import of php-oci8. 2007-12-04 00:31:41 +00:00
php-odbc Mark as broken - unixodbc is threaded and if the module is enabled 2006-10-20 21:53:33 +00:00
php-oracle Initial import of php-oracle. 2007-03-11 16:46:17 +00:00
php-pdo Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-pdo_dblib Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
php-pdo_mysql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-pdo_odbc mark as broken similarily to php-odbc 2006-11-06 21:36:14 +00:00
php-pdo_pgsql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-pdo_sqlite Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-pgsql Add DESTDIR support. 2008-06-20 01:09:05 +00:00
php-sqlite Add DESTDIR support. 2008-06-20 01:09:05 +00:00
php5-mysqli Add DESTDIR support. 2008-06-12 02:14:13 +00:00
phpldapadmin Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
phpmyadmin Update "phpmyadmin" package to version 2.11.9.1. Changes since 2.11.8.1: 2008-09-18 14:33:35 +00:00
phppgadmin Update to phppgadmin-4.1.3. Patch provided by Aleksej Saushev. 2008-01-30 10:07:34 +00:00
postgresql81 Changes 8.1.14: 2008-10-06 09:46:31 +00:00
postgresql81-client Changes 8.1.14: 2008-10-06 09:46:31 +00:00
postgresql81-plperl Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
postgresql81-plpython Changes 8.1.13: 2008-06-20 08:27:57 +00:00
postgresql81-pltcl Changes 8.1.13: 2008-06-20 08:27:57 +00:00
postgresql81-server Changes 8.1.14: 2008-10-06 09:46:31 +00:00
postgresql81-tsearch2 Changes 8.1.13: 2008-06-20 08:27:57 +00:00
postgresql82 Changes 8.2.10: 2008-10-06 09:45:55 +00:00
postgresql82-adminpack Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql82-client Changes 8.2.10: 2008-10-06 09:45:55 +00:00
postgresql82-plperl Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
postgresql82-plpython Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql82-pltcl Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql82-server Changes 8.2.10: 2008-10-06 09:45:55 +00:00
postgresql82-tsearch2 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql83 Changes 8.3.4: 2008-10-06 09:42:59 +00:00
postgresql83-adminpack Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql83-client Changes 8.3.4: 2008-10-06 09:42:59 +00:00
postgresql83-plperl Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
postgresql83-plpython Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql83-pltcl Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql83-server Changes 8.3.4: 2008-10-06 09:42:59 +00:00
pxtools Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-bdb-xml Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
py-bsddb3 bump BUILDLINK_API_DEPENDS to the new revision 2008-09-18 16:54:22 +00:00
py-gdbm Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-IndexedCatalog Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-ldap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-metakit Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
py-mssql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-mysqldb Update py-mysqldb to 1.2.2. 2008-08-06 17:16:49 +00:00
py-pgnotify Add DESTDIR support. 2008-06-20 01:09:05 +00:00
py-PgSQL Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-postgresql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-psycopg Python 2.1 version required for zope25-ZPsycopgDA. 2008-04-26 15:36:22 +00:00
py-psycopg2 psycopg-2.0.7: 2008-08-26 13:16:19 +00:00
py-sqlalchemy Import the SQLAlchemy Python module. SQLAlchemy is a customizable object 2008-09-04 20:42:28 +00:00
py-sqlite Add two master sites. 2008-09-06 16:09:35 +00:00
py-sqlite2 The self test put testdb on current directory, cd ${WRKDIR} first. 2008-09-21 09:24:52 +00:00
py-sqlite3 Import built-in sqlite support for Python 2.5. The python25 package contains 2008-08-27 00:28:57 +00:00
py-sybase Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-table Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-ZODB Add DESTDIR support. 2008-06-12 02:14:13 +00:00
qdbm Switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 14:42:24 +00:00
qdbm-cgi This package is DESTDIR ready. 2008-02-08 14:15:40 +00:00
qdbm-plus This package is DESTDIR ready. 2008-02-08 14:15:40 +00:00
quicklist Add DESTDIR support. 2008-06-20 01:09:05 +00:00
rdb Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
rrdtool Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
rrdtool12 Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
ruby-activeldap Oops, missing PLIST file. 2008-06-23 01:59:59 +00:00
ruby-activerecord Update ruby-activerecord to 2.1.1. 2008-09-15 05:38:29 +00:00
ruby-activerecord-odbc Update databases/ruby-activerecord-odbc to 2.0. Changes from version 1.4 2008-04-29 16:56:18 +00:00
ruby-acts-as-versioned Correct category name. 2008-04-30 18:02:02 +00:00
ruby-datamapper Revert ruby-datamapper to 0.3.2 previous commit, it wasn't completed. 2008-09-16 06:28:48 +00:00
ruby-gdbm Sort order with ruby-readline. 2008-06-20 15:43:14 +00:00
ruby-mysql Update ruby-mysql package to 2.7.6. 2008-06-22 15:51:14 +00:00
ruby-odbc Bump PKGREVISION of rubygem based packages which contain extention libraries. 2008-06-19 15:21:35 +00:00
ruby-pg Add the ruby-pg module, a newer replacement for ruby-postgres 2008-10-16 21:48:26 +00:00
ruby-postgres-pr Add RubyForge's project page as HOMEPAGE. 2008-08-15 16:03:51 +00:00
ruby-postgresql Point HOMEPAGE to RubyForge's project page since previous one has gone. 2008-09-15 02:03:48 +00:00
ruby-qdbm Switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 14:42:24 +00:00
ruby-sequel Add a build dependency on ruby-rspec since the Rakefiles in the 2008-05-01 17:51:13 +00:00
ruby-sequel-core Add a build dependency on ruby-rspec since the Rakefiles in the 2008-05-01 17:51:13 +00:00
ruby-sqlite3 Update ruby-sqlite3 package to 1.2.4. 2008-09-15 09:26:50 +00:00
ruby-tokyocabinet Update ruby-tokyocabinet to 1.15. 2008-10-13 05:56:11 +00:00
ruby-vapor Switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 14:42:24 +00:00
sdbm unbreak on case sensitive WRKOBJDIRS. 2008-08-21 19:12:53 +00:00
shared-mime-info Add more transations to PLIST. Bump rev. 2008-10-17 05:51:57 +00:00
slony1 Changes 1.2.15: 2008-10-06 09:54:42 +00:00
sqlite fix building on SunOS-5.8/sparc and probably other SunOS-5.[6-9] 2008-06-18 22:19:51 +00:00
sqlite3 Comment out LICENSE=public-domain because we aren't putting in free 2008-10-19 00:11:49 +00:00
sqlite3-tcl Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sqlitebrowser Make destdir ready. 2008-05-25 16:13:25 +00:00
sqlitemanager Fix two SQLitemanager vulnerabilities (arbitrary remote file inclusion and 2008-07-25 00:53:57 +00:00
sqlrelay Don't write to /etc, the init script is handled via the RC framework. 2008-10-03 18:14:46 +00:00
sqlsharpgtk Needs pkg-config. 2008-10-03 18:05:11 +00:00
sqsh Restructure the following packages: 2008-04-22 16:23:36 +00:00
sqsh-motif Mirror PKG_DESTDIR_SUPPORT setting from the included Makefile. This is 2008-04-24 15:20:06 +00:00
sqsh-x11 Mirror PKG_DESTDIR_SUPPORT setting from the included Makefile. This is 2008-04-24 15:20:06 +00:00
tcl-fbsql Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +00:00
tcl-gdbm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tdb Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tinycdb Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tokyocabinet Update tokyocabinet to 1.3.13. 2008-10-19 12:23:36 +00:00
tokyotyrant Update tokyotyrant to 1.1.6. 2008-10-19 12:36:01 +00:00
unixodbc Install only the newer PostgreSQL 7.1+ driver. Add DESTDIR support. 2008-10-03 16:43:27 +00:00
xsqlmenu Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +00:00
yap2lc Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
yasql Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +00:00
Makefile Spell ruby-pg correctly... 2008-10-19 11:27:06 +00:00