pkgsrc/databases
minskim dfe67ee574 Update ruby-activerecord to 2.1.1.
Changes:

* Set config.active_record.timestamped_migrations = false to have
  migrations with numeric prefix instead of UTC
  timestamp. #446.

* Fixed that create database statements would always include "DEFAULT
  NULL" [#334]

* change_column_default preserves the not-null constraint.  #617

* Add :tokenizer option to validates_length_of to specify how to split
  up the attribute string. #507. Example :

  # Ensure essay contains at least 100 words.
  validates_length_of :essay, :minimum => 100, :too_short => "Your
  essay must be at least %d words."), :tokenizer => lambda {|str|
  str.scan(/\w+/) }

* Always treat integer :limit as byte length.  #420

* Partial updates don't update lock_version if nothing changed.  #426

* Fix column collision with named_scope and :joins.  #46

* db:migrate:down and :up update schema_migrations.  #369

* PostgreSQL: support :conditions => [':foo::integer', { :foo => 1 }]
  without treating the ::integer typecast as a bind variable.

* MySQL: rename_column preserves column defaults.  #466

* Add :from option to calculations.  #397

* Add :validate option to associations to enable/disable the automatic
  validation of associated models. Resolves #301.

* PostgreSQL: use 'INSERT ... RETURNING id' for 8.2 and later.

* Added SQL escaping for :limit and :offset in MySQL
2008-09-15 05:38:29 +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 Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +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 Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
gramps3 Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +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 Make PostgreSQL 8.2 the default version. Bump all packages using it. 2008-03-13 17:38:48 +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 Mark as destdir ready. 2008-07-14 12:55:56 +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 GNU readline was removed from DragonFly base now and it needs the same treatment 2008-07-02 14:10:04 +00:00
mysql5-server Add patch from <http://lists.mysql.com/commits/43206> to fix the 2008-07-01 09:22:59 +00:00
mysqlcc Only accept mysql-4.1 again. 2008-03-26 13:24:02 +00:00
mytop Mark as destdir ready. 2008-07-14 12:55:56 +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 Update openldap packages to 2.4.11. 2008-07-19 21:08:42 +00:00
openldap-doc ftp.matrix.com.br is not resolved anymore. 2008-08-23 12:43:40 +00:00
openldap-server Add NetBSD-specific warning for stacksize ulimit on 64-bit platforms. 2008-09-12 11:29:23 +00:00
oraedit Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +00:00
p5-AddressBook Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
p5-Apache-DBI Update p5-Apache-DBI to version 1.07. 2008-06-20 14:45:22 +00:00
p5-BerkeleyDB Bump PKGREVISION for db4 shlib name change (4.6 -> 4.7). 2008-09-07 11:24:27 +00:00
p5-Catalyst-Model-DBIC-Schema Update from version 0.20 to 0.21. 2008-09-11 11:14:26 +00:00
p5-Catalyst-Model-RDBO Added databases/p5-Catalyst-Model-RDBO version 0.06 2008-07-15 09:13:41 +00:00
p5-CatalystX-CRUD Update from version 0.28 to 0.29. 2008-09-11 12:13:22 +00:00
p5-CatalystX-CRUD-Model-RDBO Update from version 0.12 to 0.13. 2008-09-11 12:19:05 +00:00
p5-CDB_File Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Class-DBI Update p5-Class-DBI to v3.0.17. 2008-06-20 14:53:35 +00:00
p5-Class-DBI-AbstractSearch Update Class-DBI-AbstractSearch to version 0.07. 2008-06-20 15:40:27 +00:00
p5-Class-DBI-Pg Update from version 0.06 to 0.09. 2008-07-17 14:22:44 +00:00
p5-Data-Table Updated databases/p5-Data-Table to 1.54 2008-08-12 09:41:27 +00:00
p5-DB_File Update from version 1.815 to 1.817. Changes: 2008-07-22 22:30:56 +00:00
p5-DB_File-Lock Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBD-CSV Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBD-Google Add a HOMEPAGE, pointing into http://search.cpan.org/dist/ 2008-07-14 18:51:42 +00:00
p5-DBD-mysql Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBD-Oracle Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-DBD-PgPP Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBD-postgresql Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBD-SQLite 1.14 2007-10-29 21:53:25 +00:00
p5-DBD-SQLite2 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-DBD-Sybase Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBD-XBase Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBI updated to 1.607 2008-07-24 09:28:47 +00:00
p5-DBI-Shell Set MAINTAINER to pkgsrc-users@NetBSD.org for these packages, 2008-09-12 14:36:29 +00:00
p5-DBICx-Deploy Fix dependency. 2008-09-08 03:25:43 +00:00
p5-DBICx-MapMaker Initial import of p5-DBICx-MapMaker version 0.01 in the NetBSD 2008-09-07 22:38:51 +00:00
p5-DBICx-TestDatabase Fix dependency pattern on p5-DBD-SQLite. 2008-09-07 20:52:42 +00:00
p5-DBIWrapper Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBIx-Abstract Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBIx-Class Added databases/p5-DBIx-Class version 0.08010 2008-07-15 08:41:32 +00:00
p5-DBIx-Class-DigestColumns Added databases/p5-DBIx-Class-DigestColumns version 0.06000 2008-07-15 08:41:47 +00:00
p5-DBIx-Class-DynamicDefault Update from version 0.01 to 0.03. 2008-09-12 14:52:40 +00:00
p5-DBIx-Class-Fixtures Initial import of p5-DBIx-Class-Fixtures version 1.001001 in the 2008-08-29 20:15:22 +00:00
p5-DBIx-Class-InflateColumn-IP Initial import of p5-DBIx-Class-InflateColumn-IP version 0.02001 2008-09-02 21:49:14 +00:00
p5-DBIx-Class-Loader Added databases/p5-DBIx-Class-Loader version 0.21 2008-07-15 08:42:03 +00:00
p5-DBIx-Class-Schema-Loader Added databases/p5-DBIx-Class-Schema-Loader version 0.04005 2008-07-15 08:42:20 +00:00
p5-DBIx-Class-TimeStamp Initial import of p5-DBIx-Class-TimeStamp version 0.06 in the NetBSD 2008-09-10 23:02:36 +00:00
p5-DBIx-Class-UUIDColumns Added databases/p5-DBIx-Class-UUIDColumns version 0.02005 2008-07-15 08:42:34 +00:00
p5-DBIx-Class-Validation - This Perl module's build requires the DateTime::Format::MySQL 2008-07-16 00:47:20 +00:00
p5-DBIx-ContextualFetch Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBIx-Datasource Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBIx-DBSchema Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBIx-Schema Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-DBIx-SearchBuilder - updated to 1.53 2008-07-18 11:17:26 +00:00
p5-DBM-Deep Initial import of p5-DBM-Deep version 1.0013 in the NetBSD Packages 2008-08-23 20:10:02 +00:00
p5-gdbm Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Ima-DBI Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Jifty-DBI Initial import of p5-Jifty-DBI version 0.49 in the NetBSD Packages 2008-08-25 21:37:07 +00:00
p5-MARC Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-MLDBM Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-MLDBM-Sync Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Net-MySQL Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Palm Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-perl-ldap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-postgresql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-qdbm This package is DESTDIR ready. 2008-02-08 14:15:40 +00:00
p5-Rose-DB Updated databases/p5-Rose-DB to 0.744 2008-05-28 22:07:00 +00:00
p5-Rose-DB-Object Updated databases/Rose-DB-Object to 0.770 2008-05-28 22:05:02 +00:00
p5-Rose-DBx-Garden Added databases/p5-Rose-DBx-Garden version 0.14 2008-07-15 08:43:05 +00:00
p5-Rose-DBx-Garden-Catalyst Added databases/p5-Rose-DBx-Garden-Catalyst version 0.08 2008-07-15 09:14:31 +00:00
p5-Rose-DBx-Object-MoreHelpers Import p5-Rose-DBx-Object-MoreHelpers version 0.02. 2008-09-11 11:53:31 +00:00
p5-Rose-DBx-TestDB Added databases/p5-Rose-DBx-TestDB version 0.04 2008-07-15 08:43:20 +00:00
p5-Sort-SQL Added databases/p5-Sort-SQL version 0.03 2008-07-14 09:34:26 +00:00
p5-SQL-Abstract Update from version 1.21 to 1.24. Changes: 2008-07-14 18:33:21 +00:00
p5-SQL-Abstract-Limit Import p5-SQL-Abstract-Limit version 0.12. 2008-06-20 15:15:30 +00:00
p5-SQL-ReservedWords Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-SQL-Statement updated to 1.15 2008-07-23 22:57:11 +00:00
p5-SQL-Translator Added databases/p5-SQL-Translator version 0.09000 2008-07-14 09:35:11 +00:00
p5-sybperl Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-tokyocabinet Import p5-tokyocabinet-1.16 as databases/p5-tokyocabinet. 2008-09-04 12:11:00 +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 Add patch for pear-MDB2 arbitrary file reading vulnerability (CVE-2007-5934). 2008-07-13 17:55:38 +00:00
pear-MDB2_Driver_mysql Add patch for pear-MDB2 arbitrary file reading vulnerability (CVE-2007-5934). 2008-07-13 17:55:38 +00:00
pear-MDB2_Driver_pgsql Add patch for pear-MDB2 arbitrary file reading vulnerability (CVE-2007-5934). 2008-07-13 17:55:38 +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.8.1. Changes since 2.11.7.1: 2008-07-29 18:59:51 +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.13: 2008-06-20 08:27:57 +00:00
postgresql81-client Changes 8.1.13: 2008-06-20 08:27:57 +00:00
postgresql81-plperl Mark as destdir ready. 2008-07-14 12:55:56 +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.13: 2008-06-20 08:27:57 +00:00
postgresql81-tsearch2 Changes 8.1.13: 2008-06-20 08:27:57 +00:00
postgresql82 Use standard OS template on IRIX. From PR 39391. 2008-08-23 15:42:18 +00:00
postgresql82-adminpack Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql82-client Changes 8.2.9: 2008-06-20 07:46:49 +00:00
postgresql82-plperl Add DESTDIR support. 2008-06-12 02:14:13 +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.9: 2008-06-20 07:46:49 +00:00
postgresql82-tsearch2 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql83 Changes 8.3.3: 2008-06-20 06:54:42 +00:00
postgresql83-adminpack Add DESTDIR support. 2008-06-12 02:14:13 +00:00
postgresql83-client Changes 8.3.3: 2008-06-20 06:54:42 +00:00
postgresql83-plperl Add DESTDIR support. 2008-06-12 02:14:13 +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.3: 2008-06-20 06:54: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 Update to 4.7.2, because 4.6.4 does not support db4-4.7.x. 2008-09-13 12:38:09 +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 Fix typo. 2008-09-10 12:40:58 +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 Updated databases/rrdtool to 1.3.2 2008-09-10 05:38:12 +00:00
rrdtool12 Imported the old rrdtool 1.2.x due to many private requests. This has 2008-07-28 19:48:03 +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 Update databases/ruby-datamapper pacakge to 0.3.2. 2008-06-22 15:49:33 +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-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.2. 2008-06-22 15:52:59 +00:00
ruby-tokyocabinet Import ruby-tokyocabinet-1.14 as databases/ruby-tokyocabinet. 2008-09-04 12:11:41 +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 revert to 0.30 -- 0.40 appears to be incompatible with gnome-vfs at least 2008-06-23 15:58:05 +00:00
slony1 Changes 1.2.14: 2008-06-20 06:55:33 +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 Changes 3.6.2: 2008-09-07 14:04:01 +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 Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
sqlsharpgtk Initial import of sqlsharpgtk-0.4, GUI client for entering and running SQL 2008-09-11 13:12:34 +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.8. 2008-09-05 07:15:25 +00:00
unixodbc Fix PLIST. The package also installs an older version of the PostgreSQL 2008-03-01 22:50:18 +00:00
unixodbc-DataManager Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +00:00
unixodbc-ODBCConfig Mechanical changes to add DESTDIR support to packages that install 2008-03-03 15:21:07 +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 +sqlsharpgtk subdir 2008-09-11 13:13:54 +00:00