pkgsrc/databases
he 5d866bec29 Update from version 0.49nb1 to 0.53.
Pkgsrc changes:
 o Add perl>=5.10 as an alternative to p5-version

Upstream changes:

0.53 Wed Mar 25 15:27:03 EDT 2009
- Major bugfixes:
   * On rollback, flush the record cache.  This fixes a bug when SQLite
     reuses primary keys after rollback, and thus the record cache is
     wrong.
   * Apply filters to "default is ..." values, so "is boolean, default is
     0" works on postgres, for instance
   * $self->_new_collection_args is passed to the ->new constructor of a
     collection, not its ->new_item method

- Performance fixes:
   * Don't call accessor twice when we have values around
   * Don't create temporary variables we don't need around, just return
   * Optimize for the case when there are no output filters
   * Play with self/class only when passed argument is not a reference
   * In _do_search, separate prefetch and non-prefetch paths; the latter
     is a much tighter loop
   * Refactor first pass over results in prefetch path
   * Move a ->new_item call where we only need it
   * Jifty::DBI::Handle::SQLite - LOWER() in SQLite is expensive; it's
     easier just put COLLATE NOCASE on the column side.  Bump DBD::SQLite
     to 1.14 which gives us COLLATE NOCASE.
   * Cache on record table, not record class so subclasses also get
     cached correctly.  If the data in the underlying table changes,
     regardless of the class you're using, you want to load the new data.
   * Refactor _qualified_record_columns
   * call ->table for defaulting only when we actually want defaulting
   * Selay some method calls when possible in limit
   * Minor refactoring of _get_alias
   * grep before looping to loop over fewer values in load_from_hash
   * Cache load attempts in new_item in a local static cache
   * Cache filter class load attempts in _apply_filters
   * Save some slow Class::Accessor calls in Jifty::DBI::Filter
   * Stick aliases into COLUMNS as well, for faster lookup
   * Provide a faster load_from_hash for when we're being called from
     do_search

- Datetime fixes:
   * _formatter is *inheritable* class data.  If it happens to get set by
     the DateTime filter before getting set by one of its subclasses (the
     Date and Time filters), than it is stuck on the DateTime _formatter
     setting because the subclasses don't override it.  There are a
     couple solutions, the simplest being to check the value of _strptime
     and update/override _formatter if it is different, which is what
     I've done here.  (This may not be the most optimized solution.)
   * Require Time::Duration::Parse 0.06 to win us decimal durations like
     1.5h
   * Fix a broken regex that just happened to work because we only fed it
     correct data
   * Add date_only method in date and datetime filters
   * For date-only timestamps, set hour, minute, and second to zero
   * Include the datetime string we're trying to decode in parse failure
     cluck
   * Use DateTime's strptime since we don't want additional logic

- Documentation fixes:
   * Minor POD improvement for debian lintian in Jifty::DBI::Column
   * Adding an example of open_paren/close_paren and limit subclause.
   * Added documentation for "IS" on limit().
   * Additional docs for load_by_cols
   * Update record_class' docs

- Minor bugfixes:
   * Perltidy, primarily for indentation fixes
   * Update copyright year to 2009
   * collections can now clear_order_by
   * requires('perl' => '5.8.3') confuses M:I. the "correct" incantation
     is perl_version('5.8.3')
   * Add the ability to unload columns and prefetched values
   * Use $args{'collection'}->limit instead of
     $self->Jifty::DBI::Collection::limit so we don't break
   * We accept IN or = as operators for array ref. values, so match
     against that (and do it case insensitively to boot)
   * Allow validators to get extra arguments
   * Storable with non-bytea is OK if we base64
   * add double naming schema for record references, using name, name_by
   * fixed situation with 'column X_not_id refers_to M by "not_id"'
   * Aliases should be virtual
   * When we have group_by, the first column may not be enough to
     distinctify the rows.  But since they're grouped, they're all
     distinct by definition.
   * turn _handle _is_limited rows_per_page into accessors
   * Clean out fetched when we load_from_hash
   * Pass arguments database_Version to the super method
   * Don't chomp Collection or s if prev character is ':', die instead,
     it can happen for annon collections based either on JDBI::Collection
     or J::Collection
   * No need to setup the pager, its constructor does that for us;
     actually it's really questionable that we need to setup pager when
     there is no paging by default
   * Don't optimize left joins on mysql 5.0 and newer, may be other DBs
     can drop this too
   * $caller->COLUMNS should not contain virtual methods from plugins
   * Add "raw value" internal values
   * Plugin import must not call ->columns which causes incorrect
     caching.
2009-04-12 10:35:45 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
db3 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
db4 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
db46 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
dbh Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
edb Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
freetds Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gdbm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gourmet Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
gq needs intltool 2008-06-01 15:32:31 +00:00
gramps Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +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-mysql5 Change HOMEPAGE 2009-02-11 23:04:38 +00:00
jdbc-mysql31 MySQL provides connectivity for client applications developed in the Java 2009-02-11 23:10:16 +00:00
jdbc-postgresql81 Use INSTALLATION_DIRS 2009-02-18 10:56:09 +00:00
jdbc-postgresql82 Use INSTALLATION_DIRS 2009-02-18 10:56:09 +00:00
jdbc-postgresql83 Use INSTALLATION_DIRS 2009-02-18 10:56:09 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libpqxx Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +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
lua-tokyocabinet Bump PKGREVISION from tokyocabinet's ABI changes. 2009-03-21 05:34:57 +00:00
luma Changes 2.3: 2007-12-16 15:07:18 +00:00
mergeant Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
metakit-lib Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
myodbc Update to mysql-connector-odbc-3.51.26r1127 (from 3.51.12). Most 2008-11-11 20:29:27 +00:00
mysql4-client Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
mysql4-server Update from version 4.1.22nb2 to 4.1.22nb3. 2009-02-05 13:46:36 +00:00
mysql5-client Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
mysql5-server Upgrade from version 5.0.67 to 5.0.67nb1. 2009-02-04 21:17:45 +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 bugfix in openldap-nops: if the changeset gets void, prevent other overlays 2009-03-16 21:08:44 +00:00
openldap-client Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
openldap-cloak This slapd overlay allows cloaking of selected attribute, for instance 2009-03-14 19:41:54 +00:00
openldap-doc Update openldap-doc to 2.4.15 too (hi manu! ;-)). 2009-03-07 23:30:29 +00:00
openldap-nops Add missing DESTDIR 2009-02-25 20:31:41 +00:00
openldap-server @dirrm share/examples/openldap is in openldap-client (for ldap.conf). 2009-02-18 09:25:37 +00:00
openldap-smbk5pwd Fix dependency 2009-01-31 17:45:00 +00:00
oraedit Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +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 Update from version 0.36nb1 to 0.38. 2009-02-24 20:31:18 +00:00
p5-Catalyst-Model-DBIC-Schema Update from version 0.21nb1 to 0.23. 2009-04-12 09:48:06 +00:00
p5-Catalyst-Model-RDBO updated to 0.07 2008-12-11 17:40:54 +00:00
p5-CatalystX-CRUD Update from version 0.37 to 0.39. 2009-01-18 22:59:30 +00:00
p5-CatalystX-CRUD-Model-RDBO Update from version 0.17 to 0.19. 2008-12-17 00:13:42 +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 Update from version 1.819 to 1.820. 2009-04-12 10:21:25 +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 Update from version 0.51 to 0.51nb1. 2009-04-12 10:17:28 +00:00
p5-DBD-Mock Import p5-DBD-Mock version 1.39. 2009-01-11 13:50:20 +00:00
p5-DBD-mysql Update to 4.010: 2008-11-05 15:07:10 +00:00
p5-DBD-Oracle Update from version 1.19nb1 to 1.22. 2008-12-18 01:13:03 +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 PkgSrc changes: 2009-04-11 21:37:46 +00:00
p5-DBD-SQLite PkgSrc changes: 2009-04-11 21:25:38 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +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 Update from version 0.01nb1 to 0.02. 2008-12-17 00:19:22 +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 Updated databases/p5-DBIx-Class to 0.08013 2009-04-10 09:48:06 +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-IntrospectableM2M Added databases/p5-DBIx-Class-IntrospectableM2M version 0.001001 2008-11-25 14:37:56 +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 Update from version 0.7 to version 0.8 2008-12-03 05:44:50 +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 Update from version 0.06 to version 0.07. 2009-01-31 11:34:49 +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 Update from version 0.0013nb1 to 0.0014. 2008-12-17 00:30:39 +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 Update from version 0.49nb1 to 0.53. 2009-04-12 10:35:45 +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 Removed unnecessary and confusing text from the DESCR. It had been 2009-03-04 00:09:30 +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 pkgsrc changes: 2009-02-25 21:23:14 +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-AutoReconnect Uhm, fix the package name to be p5-*. 2008-12-17 01:12:28 +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 Fix broken DEPENDS. 2009-03-28 17:01:05 +00:00
p5-Rose-DBx-Object-MoreHelpers Update from version 0.02 to version 0.06 2008-11-30 21:30:12 +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 Update from version 0.005nb1 to 0.007. 2008-12-20 16:38:22 +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 Updated databases/p5-SQL-Abstract to 1.51 2009-04-10 09:43:22 +00:00
p5-SQL-Abstract-Limit Update from version 0.12nb1 to version 0.14.1 (upstream version 0.141) 2009-02-15 17:41:46 +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 PkgSrc changes: 2009-03-10 17:38:24 +00:00
p5-SQL-Translator Update from version 0.09002 to 0.09004. 2009-02-24 21:46:27 +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 Update p5-tokyocabinet to 1.24, for tokyocabinet-1.4.10. 2009-03-21 05:33:12 +00:00
p5-tokyotyrant Update p5-tokyotyrant to 1.8, for tokyotyrant-1.1.17. 2009-03-21 05:37:46 +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 Updated databases/pear-MDB2 to 2.5.0b2 2009-01-19 20:13:17 +00:00
pear-MDB2_Driver_mysql Updated databases/pear-MDB2_Driver_mysql to 1.5.0b2 2009-01-19 20:13:38 +00:00
pear-MDB2_Driver_pgsql Updated databases/pear-MDB2_Driver_pgsql to 1.5.0b2 2009-01-19 20:14:00 +00:00
pear-MDB2_Driver_sqlite Updated databases/pear-MDB2_Driver_sqlite to 1.5.0b2 2009-01-19 20:14:16 +00:00
pgadmin3 Handle debug files correctly. 2009-03-23 00:51:47 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
php-pdo_dblib The php_pdo* packages have not kept step with PHP changes. The PDO 2009-03-13 10:57:20 +00:00
php-pdo_mysql Remove redundant distinfo missed from last commit 2009-03-13 13:23:05 +00:00
php-pdo_odbc The php_pdo* packages have not kept step with PHP changes. The PDO 2009-03-13 10:57:20 +00:00
php-pdo_pgsql The php_pdo* packages have not kept step with PHP changes. The PDO 2009-03-13 10:57:20 +00:00
php-pdo_sqlite The php_pdo* packages have not kept step with PHP changes. The PDO 2009-03-13 10:57:20 +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.4. Changes since 2.11.9.3: 2008-12-15 09:11:49 +00:00
phppgadmin Update to 4.2.2 2009-01-13 14:40:40 +00:00
postgresql81 Changes 8.1.17: 2009-03-20 16:02:02 +00:00
postgresql81-client Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
postgresql81-plperl Changes 8.1.15: 2008-11-04 09:52:29 +00:00
postgresql81-plpython Changes 8.1.17: 2009-03-20 16:02:02 +00:00
postgresql81-pltcl Changes 8.1.13: 2008-06-20 08:27:57 +00:00
postgresql81-server Changes 8.1.16: 2009-02-07 17:43:54 +00:00
postgresql81-tsearch2 Changes 8.1.13: 2008-06-20 08:27:57 +00:00
postgresql82 Changes 8.2.13: 2009-03-20 16:02:13 +00:00
postgresql82-adminpack Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql82-client Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
postgresql82-plperl Changes 8.2.11: 2008-11-04 09:52:39 +00:00
postgresql82-plpython Changes 8.2.13: 2009-03-20 16:02:13 +00:00
postgresql82-pltcl Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql82-server Changes 8.2.12: 2009-02-07 17:44:40 +00:00
postgresql82-tsearch2 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql83 Changes 8.3.7: 2009-03-20 16:02:41 +00:00
postgresql83-adminpack Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql83-client Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
postgresql83-plperl Changes 8.3.5: 2008-11-04 09:52:50 +00:00
postgresql83-plpython Changes 8.3.7: 2009-03-20 16:02:41 +00:00
postgresql83-pltcl Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql83-server Changes 8.3.6: 2009-02-07 17:55:42 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-gdbm Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-IndexedCatalog Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-ldap Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-metakit Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-mssql Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-mysqldb Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-pgnotify Change MAINTAINER to OWNER on some of my packages. 2009-03-18 18:37:59 +00:00
py-PgSQL Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-postgresql Change MAINTAINER to OWNER on some of my packages. 2009-03-18 18:37:59 +00:00
py-psycopg Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-psycopg2 Remove unused buildlink3.mk file, use a normal dependency for the Python 2009-03-05 21:00:00 +00:00
py-sqlalchemy Import the SQLAlchemy Python module. SQLAlchemy is a customizable object 2008-09-04 20:42:28 +00:00
py-sqlite Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
py-sqlite2 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-sqlite3 Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-sybase Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-table Change MAINTAINER to OWNER on some of my packages. 2009-03-18 18:37:59 +00:00
py-ZODB Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
qdbm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +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 Updated databases/rrdtool to 1.3.7 2009-04-08 18:41:25 +00:00
rrdtool12 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
ruby-activeldap Oops, missing PLIST file. 2008-06-23 01:59:59 +00:00
ruby-activerecord Update rails packages to 2.3.1. 2009-04-07 17:13:26 +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.21, for tokyocabinet-1.4.10. 2009-03-21 05:33:56 +00:00
ruby-tokyotyrant Update ruby-tokyotyrant to 1.4, for tokyotyrant-1.1.17. 2009-03-21 05:38:25 +00:00
ruby-vapor Switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 14:42:24 +00:00
sdbm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
shared-mime-info Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
slony1 Changes 1.2.15: 2008-10-06 09:54:42 +00:00
sqlite Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
sqlite3 Changes 3.6.12: 2009-04-10 08:44:03 +00:00
sqlite3-tcl Require a new enough sqlite3. 2009-02-09 16:44:35 +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 Bump PKGREVISION following the update of textproc/icu, and the 2009-03-25 22:37:12 +00:00
sqsh Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
tinycdb Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
tokyocabinet Update tokyocabinet to 1.4.11. 2009-03-21 05:32:04 +00:00
tokyotyrant Make it build on DragonFly. 2009-04-07 19:18:05 +00:00
unixodbc Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +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 + pgadmin3 2009-03-23 00:52:33 +00:00