pkgsrc/databases
tonnerre b4dba069ba Update Cassandra to version 0.7.0beta2.
Changes since 0.6.2:
 * always use UTF-8 for hint keys (CASSANDRA-1439)
 * remove cassandra.yaml dependency from Hadoop and Pig (CASSADRA-1322)
 * expose CfDef metadata in describe_keyspaces (CASSANDRA-1633)
 * restore use of mmap_index_only option (CASSANDRA-1241)
 * dropping a keyspace with no column families generated an error
   (CASSANDRA-1378)
 * rename RackAwareStrategy to OldNetworkTopologyStrategy, RackUnawareStrategy
   to SimpleStrategy, DatacenterShardStrategy to NetworkTopologyStrategy,
   AbstractRackAwareSnitch to AbstractNetworkTopologySnitch (CASSANDRA-1392)
 * merge StorageProxy.mutate, mutateBlocking (CASSANDRA-1396)
 * faster UUIDType, LongType comparisons (CASSANDRA-1386, 1393)
 * fix setting read_repair_chance from CLI addColumnFamily (CASSANDRA-1399)
 * fix updates to indexed columns (CASSANDRA-1373)
 * fix race condition leaving to FileNotFoundException (CASSANDRA-1382)
 * fix sharded lock hash on index write path (CASSANDRA-1402)
 * add support for GT/E, LT/E in subordinate index clauses (CASSANDRA-1401)
 * cfId counter got out of sync when CFs were added (CASSANDRA-1403)
 * less chatty schema updates (CASSANDRA-1389)
 * rename column family mbeans. 'type' will now include either
   'IndexColumnFamilies' or 'ColumnFamilies' depending on the CFS type.
   (CASSANDRA-1385)
 * disallow invalid keyspace and column family names. This includes name that
   matches a '^\w+' regex. (CASSANDRA-1377)
 * use JNA, if present, to take snapshots (CASSANDRA-1371)
 * truncate hints if starting 0.7 for the first time (CASSANDRA-1414)
 * fix FD leak in single-row slicepredicate queries (CASSANDRA-1416)
 * allow index expressions against columns that are not part of the
   SlicePredicate (CASSANDRA-1410)
 * config-converter properly handles snitches and framed support
   (CASSANDRA-1420)
 * remove keyspace argument from multiget_count (CASSANDRA-1422)
 * allow specifying cassandra.yaml location as (local or remote) URL
   (CASSANDRA-1126)
 * fix using DynamicEndpointSnitch with NetworkTopologyStrategy
   (CASSANDRA-1429)
 * Add CfDef.default_validation_class (CASSANDRA-891)
 * fix EstimatedHistogram.max (CASSANDRA-1413)
 * handle zero-length (or missing) rows during HH paging (CASSANDRA-1432)
 * include secondary indexes during schema migrations (CASSANDRA-1406)
 * fix commitlog header race during schema change (CASSANDRA-1435)
 * fix ColumnFamilyStoreMBeanIterator to use new type name (CASSANDRA-1433)
 * correct filename generated by xml->yaml converter (CASSANDRA-1419)
 * add CMSInitiatingOccupancyFraction=75 and UseCMSInitiatingOccupancyOnly
   to default JVM options
 * decrease jvm heap for cassandra-cli (CASSANDRA-1446)
 * ability to modify keyspaces and column family definitions on a live cluster
   (CASSANDRA-1285)
 * support for Hadoop Streaming [non-jvm map/reduce via stdin/out]
   (CASSANDRA-1368)
 * Move persistent sstable stats from the system table to an sstable component
   (CASSANDRA-1430)
 * remove failed bootstrap attempt from pending ranges when gossip times
   it out after 1h (CASSANDRA-1463)
 * eager-create tcp connections to other cluster members (CASSANDRA-1465)
 * enumerate stages and derive stage from message type instead of
   transmitting separately (CASSANDRA-1465)
 * apply reversed flag during collation from different data sources
   (CASSANDRA-1450)
 * make failure to remove comitlog segment non-fatal (CASSANDRA-1348)
 * correct ordering of drain operations so CL.recover is no longer
   necessary (CASSANDRA-1408)
 * removed keyspace from describe_splits method (CASSANDRA-1425)
 * rename check_schema_agreement to describe_schema_versions
   (CASSANDRA-1478)
 * fix QUORUM calculation for RF > 3 (CASSANDRA-1487)
 * remove tombstones during non-major compactions when bloom filter
   verifies that row does not exist in other sstables (CASSANDRA-1074)
 * nodes that coordinated a loadbalance in the past could not be seen by
   newly added nodes (CASSANDRA-1467)
 * exposed endpoint states (gossip details) via jmx (CASSANDRA-1467)
 * ensure that compacted sstables are not included when new readers are
   instantiated (CASSANDRA-1477)
 * by default, calculate heap size and memtable thresholds at runtime (CASSANDRA-1469)
 * fix races dealing with adding/dropping keyspaces and column families in
   rapid succession (CASSANDRA-1477)
 * clean up of Streaming system (CASSANDRA-1503, 1504, 1506)
 * add options to configure Thrift socket keepalive and buffer sizes (CASSANDRA-1426)
 * make contrib CassandraServiceDataCleaner recursive (CASSANDRA-1509)
 * min, max compaction threshold are configurable and persistent
   per-ColumnFamily (CASSANDRA-1468)
 * fix replaying the last mutation in a commitlog unnecessarily
   (CASSANDRA-1512)
 * invoke getDefaultUncaughtExceptionHandler from DTPE with the original
   exception rather than the ExecutionException wrapper (CASSANDRA-1226)
 * remove Clock from the Thrift (and Avro) API (CASSANDRA-1501)
 * Close intra-node sockets when connection is broken (CASSANDRA-1528)
 * RPM packaging spec file (CASSANDRA-786)
 * weighted request scheduler (CASSANDRA-1485)
 * treat expired columns as deleted (CASSANDRA-1539)
 * make IndexInterval configurable (CASSANDRA-1488)
 * add describe_snitch to Thrift API (CASSANDRA-1490)
 * MD5 authenticator compares plain text submitted password with MD5'd
   saved property, instead of vice versa (CASSANDRA-1447)
 * JMX MessagingService pending and completed counts (CASSANDRA-1533)
 * fix race condition processing repair responses (CASSANDRA-1511)
 * make repair blocking (CASSANDRA-1511)
 * create EndpointSnitchInfo and MBean to expose rack and DC (CASSANDRA-1491)
 * added option to contrib/word_count to output results back to Cassandra
   (CASSANDRA-1342)
 * rewrite Hadoop ColumnFamilyRecordWriter to pool connections, retry to
   multiple Cassandra nodes, and smooth impact on the Cassandra cluster
   by using smaller batch sizes (CASSANDRA-1434)
 * fix setting gc_grace_seconds via CLI (CASSANDRA-1549)
 * support TTL'd index values (CASSANDRA-1536)
 * make removetoken work like decommission (CASSANDRA-1216)
 * make cli comparator-aware and improve quote rules (CASSANDRA-1523,-1524)
 * sstable versioning (CASSANDRA-389)
 * switched to slf4j logging (CASSANDRA-625)
 * add (optional) expiration time for column (CASSANDRA-699)
 * access levels for authentication/authorization (CASSANDRA-900)
 * add ReadRepairChance to CF definition (CASSANDRA-930)
 * fix heisenbug in system tests, especially common on OS X (CASSANDRA-944)
 * convert to byte[] keys internally and all public APIs (CASSANDRA-767)
 * ability to alter schema definitions on a live cluster (CASSANDRA-44)
 * renamed configuration file to cassandra.xml, and log4j.properties to
   log4j-server.properties, which must now be loaded from
   the classpath (which is how our scripts in bin/ have always done it)
   (CASSANDRA-971)
 * change get_count to require a SlicePredicate. create multi_get_count
   (CASSANDRA-744)
 * re-organized endpointsnitch implementations and added SimpleSnitch
   (CASSANDRA-994)
 * Added preload_row_cache option (CASSANDRA-946)
 * add CRC to commitlog header (CASSANDRA-999)
 * removed deprecated batch_insert and get_range_slice methods (CASSANDRA-1065)
 * add truncate thrift method (CASSANDRA-531)
 * http mini-interface using mx4j (CASSANDRA-1068)
 * optimize away copy of sliced row on memtable read path (CASSANDRA-1046)
 * replace constant-size 2GB mmaped segments and special casing for index
   entries spanning segment boundaries, with SegmentedFile that computes
   segments that always contain entire entries/rows (CASSANDRA-1117)
 * avoid reading large rows into memory during compaction (CASSANDRA-16)
 * added hadoop OutputFormat (CASSANDRA-1101)
 * efficient Streaming (no more anticompaction) (CASSANDRA-579)
 * split commitlog header into separate file and add size checksum to
   mutations (CASSANDRA-1179)
 * avoid allocating a new byte[] for each mutation on replay (CASSANDRA-1219)
 * revise HH schema to be per-endpoint (CASSANDRA-1142)
 * add joining/leaving status to nodetool ring (CASSANDRA-1115)
 * allow multiple repair sessions per node (CASSANDRA-1190)
 * optimize away MessagingService for local range queries (CASSANDRA-1261)
 * make framed transport the default so malformed requests can't OOM the
   server (CASSANDRA-475)
 * significantly faster reads from row cache (CASSANDRA-1267)
 * take advantage of row cache during range queries (CASSANDRA-1302)
 * make GCGraceSeconds a per-ColumnFamily value (CASSANDRA-1276)
 * keep persistent row size and column count statistics (CASSANDRA-1155)
 * add IntegerType (CASSANDRA-1282)
 * page within a single row during hinted handoff (CASSANDRA-1327)
 * push DatacenterShardStrategy configuration into keyspace definition,
   eliminating datacenter.properties. (CASSANDRA-1066)
 * optimize forward slices starting with '' and single-index-block name
   queries by skipping the column index (CASSANDRA-1338)
 * streaming refactor (CASSANDRA-1189)
 * faster comparison for UUID types (CASSANDRA-1043)
 * secondary index support (CASSANDRA-749 and subtasks)
 * fix key ordering in range query results with RandomPartitioner
   and ConsistencyLevel > ONE (CASSANDRA-1145)
 * fix for range query starting with the wrong token range (CASSANDRA-1042)
 * page within a single row during hinted handoff (CASSANDRA-1327)
 * fix compilation on non-sun JDKs (CASSANDRA-1061)
 * remove String.trim() call on row keys in batch mutations (CASSANDRA-1235)
 * Log summary of dropped messages instead of spamming log (CASSANDRA-1284)
 * add dynamic endpoint snitch (CASSANDRA-981)
 * fix streaming for keyspaces with hyphens in their name (CASSANDRA-1377)
 * fix errors in hard-coded bloom filter optKPerBucket by computing it
   algorithmically (CASSANDRA-1220
 * remove message deserialization stage, and uncap read/write stages
   so slow reads/writes don't block gossip processing (CASSANDRA-1358)
 * add jmx port configuration to Debian package (CASSANDRA-1202)
 * use mlockall via JNA, if present, to prevent Linux from swapping
   out parts of the JVM (CASSANDRA-1214)
 * avoid queuing multiple hint deliveries for the same endpoint
   (CASSANDRA-1229)
 * better performance for and stricter checking of UTF8 column names
   (CASSANDRA-1232)
 * extend option to lower compaction priority to hinted handoff
   as well (CASSANDRA-1260)
 * log errors in gossip instead of re-throwing (CASSANDRA-1289)
 * avoid aborting commitlog replay prematurely if a flushed-but-
   not-removed commitlog segment is encountered (CASSANDRA-1297)
 * fix duplicate rows being read during mapreduce (CASSANDRA-1142)
 * failure detection wasn't closing command sockets (CASSANDRA-1221)
 * cassandra-cli.bat works on windows (CASSANDRA-1236)
 * pre-emptively drop requests that cannot be processed within RPCTimeout
   (CASSANDRA-685)
 * add ack to Binary write verb and update CassandraBulkLoader
   to wait for acks for each row (CASSANDRA-1093)
 * added describe_partitioner Thrift method (CASSANDRA-1047)
 * Hadoop jobs no longer require the Cassandra storage-conf.xml
   (CASSANDRA-1280, CASSANDRA-1047)
 * log thread pool stats when GC is excessive (CASSANDRA-1275)
 * remove gossip message size limit (CASSANDRA-1138)
 * parallelize local and remote reads during multiget, and respect snitch
   when determining whether to do local read for CL.ONE (CASSANDRA-1317)
 * fix read repair to use requested consistency level on digest mismatch,
   rather than assuming QUORUM (CASSANDRA-1316)
 * process digest mismatch re-reads in parallel (CASSANDRA-1323)
 * switch hints CF comparator to BytesType (CASSANDRA-1274)
 * retry to make streaming connections up to 8 times. (CASSANDRA-1019)
 * reject describe_ring() calls on invalid keyspaces (CASSANDRA-1111)
 * fix cache size calculation for size of 100% (CASSANDRA-1129)
 * fix cache capacity only being recalculated once (CASSANDRA-1129)
 * remove hourly scan of all hints on the off chance that the gossiper
   missed a status change; instead, expose deliverHintsToEndpoint to JMX
   so it can be done manually, if necessary (CASSANDRA-1141)
 * don't reject reads at CL.ALL (CASSANDRA-1152)
 * reject deletions to supercolumns in CFs containing only standard
   columns (CASSANDRA-1139)
 * avoid preserving login information after client disconnects
   (CASSANDRA-1057)
 * prefer sun jdk to openjdk in debian init script (CASSANDRA-1174)
 * detect partioner config changes between restarts and fail fast
   (CASSANDRA-1146)
 * use generation time to resolve node token reassignment disagreements
   (CASSANDRA-1118)
 * restructure the startup ordering of Gossiper and MessageService to avoid
   timing anomalies (CASSANDRA-1160)
 * detect incomplete commit log hearders (CASSANDRA-1119)
 * force anti-entropy service to stream files on the stream stage to avoid
   sending streams out of order (CASSANDRA-1169)
 * remove inactive stream managers after AES streams files (CASSANDRA-1169)
 * allow removing entire row through batch_mutate Deletion (CASSANDRA-1027)
 * add JMX metrics for row-level bloom filter false positives (CASSANDRA-1212)
 * added a redhat init script to contrib (CASSANDRA-1201)
 * use midpoint when bootstrapping a new machine into range with not
   much data yet instead of random token (CASSANDRA-1112)
 * kill server on OOM in executor stage as well as Thrift (CASSANDRA-1226)
 * remove opportunistic repairs, when two machines with overlapping replica
   responsibilities happen to finish major compactions of the same CF near
   the same time.  repairs are now fully manual (CASSANDRA-1190)
 * add ability to lower compaction priority (default is no change from 0.6.2)
   (CASSANDRA-1181)
2010-10-16 11:52:43 +00:00
..
abook Update abook to 0.5.6. 2010-02-04 04:31:15 +00:00
adodb php4 support is gone. 2010-02-18 13:45:35 +00:00
apache-cassandra Update Cassandra to version 0.7.0beta2. 2010-10-16 11:52:43 +00:00
bdb-xml Make it not use included libtool in the configure phase. Makes it build 2009-07-17 18:26:30 +00:00
cdb From http://cr.yp.to/distributors.html: 2009-07-23 12:43:18 +00:00
clisp-gdbm Import CLISP gdbm module as databases/clisp-pgsql. 2010-07-09 19:20:17 +00:00
clisp-pgsql Import CLISP postgresql module as databases/clisp-pgsql. 2010-07-09 19:16:58 +00:00
couchdb Import couchdb-1.0.1 as databases/couchdb. 2010-09-21 12:11:39 +00:00
cstore Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
datadraw Fix DESTDIR. 2009-11-30 18:26:48 +00:00
db Drop NO_PKGTOOLS_REQD_CHECK, it is no longer relevant. 2009-09-09 16:59:17 +00:00
db3 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:36:19 +00:00
db4 Fixes build failure on MIPS arch, PR#43894. 2010-09-28 11:08:28 +00:00
db5 Changes 5.1.19: 2010-09-16 07:53:32 +00:00
db46 Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
dbh DESTDIR support 2010-01-29 16:51:38 +00:00
edb Explicitly disable GTK support. 2009-07-14 22:16:35 +00:00
freetds update master_sites 2010-02-07 17:41:46 +00:00
gdbm Added LICENSE information. 2010-01-24 17:11:17 +00:00
gdbm_primitive honor PKGMANDIR 2010-05-06 09:15:55 +00:00
geneweb Let geneweb build with ocaml 3.11 by not emitting errors on warnings 2009-09-06 13:04:19 +00:00
gigabase Import gigabase-3.79 as databases/gigabase. 2010-09-18 09:09:02 +00:00
gnats patch-ah was broken (wrong paths). 2009-11-17 04:37:01 +00:00
gnome-mime-data Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gourmet Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gq Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gramps Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gramps2 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gramps3 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gtksql DESTDIR support 2010-01-29 16:51:38 +00:00
guile-pg Update to 0.39. Resolves type errors vs newer pgsql. 2010-03-19 11:26:57 +00:00
iodbc Use DL_AUTO_VARS to fix build on Linux. From Aleksey Cheusov in PR 43516. 2010-06-25 22:06:47 +00:00
ipa_sdb Mark as destdir ready. 2008-07-14 12:55:56 +00:00
java-db3 Mark as user-destdir-ready. 2010-03-08 09:57:02 +00:00
java-qdbm Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
java-tokyocabinet Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
jdb DESTDIR support 2010-01-29 16:51:38 +00:00
jdbc-mysql5 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
jdbc-mysql31 I'm guessing this file probably shouldn't be here... 2009-07-31 16:21:27 +00:00
jdbc-postgresql83 Updated databases/jdbc-postgresql83 to 605 2009-10-20 11:02:55 +00:00
jdbc-postgresql84 Added databases/jdbc-postgresql84 version 701 2009-10-20 10:59:18 +00:00
kmysqladmin Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
krecipes Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
lbdb DESTDIR support 2010-01-29 16:51:38 +00:00
ldapvi Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
libcassandra Update libcassandra to version 20101010. Changes since 20100501: 2010-10-16 11:43:30 +00:00
libdbi Initial import of libdbi and its drivers for mysql, postgresql and sqlite 2010-03-10 23:55:48 +00:00
libdbi-driver-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
libdbi-driver-pgsql postgresql82 had been gone away from pkgsrc, 2010-10-13 10:24:22 +00:00
libdbi-driver-sqlite Initial import of libdbi and its drivers for mysql, postgresql and sqlite 2010-03-10 23:55:48 +00:00
libdbi-driver-sqlite3 Initial import of libdbi and its drivers for mysql, postgresql and sqlite 2010-03-10 23:55:48 +00:00
libgda Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
libgda-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
libgda-postgres Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
libgnomedb Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libpqxx Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
libpqxx-doc Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
lua-sqlite Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
lua-tokyocabinet Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
luma Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
mergeant Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
metakit-lib Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
myodbc Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
mysql5-client Restrict dependency to the intended 5.0 client. 2010-09-23 15:22:43 +00:00
mysql5-server Update mysql5-{client,server} package to 5.0.91. 2010-06-02 13:34:45 +00:00
mysql51-client Update mysql51-{client,server} package to 5.1.51, MySQL 5.1.51. 2010-10-06 12:37:58 +00:00
mysql51-server Update mysql51-{client,server} package to 5.1.51, MySQL 5.1.51. 2010-10-06 12:37:58 +00:00
mysqlcc Drop support of mysql4. 2010-09-23 14:24:34 +00:00
mytop Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
nss_ldap Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
ocaml-mysql Don't mess with ldconf. 2010-02-19 22:21:30 +00:00
odbc-postgresql Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
openldap Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-client Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-cloak Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-doc Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-nops Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-server Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
openldap-smbk5pwd Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
oraedit Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
p5-AddressBook Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-AnyEvent-BDB Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Apache-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-BDB Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
p5-BerkeleyDB Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
p5-Catalyst-Model-DBIC-Schema Updating databases/p5-Catalyst-Model-DBIC-Schema from 0.40nb1 to 0.43 2010-09-05 15:55:12 +00:00
p5-Catalyst-Model-RDBO Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CatalystX-CRUD Updating databases/p5-CatalystX-CRUD from 0.48nb1 to 0.51 2010-09-05 15:20:19 +00:00
p5-CatalystX-CRUD-Model-RDBO Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CDB_File Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-DBI-AbstractSearch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-DBI-Pg - Fix build with Perl 5.12.1 by using Module::Build (compatibility 2010-08-24 05:23:17 +00:00
p5-Class-DBI-Plugin Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Table Reset maintainer. 2010-09-28 13:21:29 +00:00
p5-DB_File Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DB_File-Lock Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-CSV Updating databases/p5-DBD-CSV from 0.30 to 0.31 2010-09-22 20:59:53 +00:00
p5-DBD-DB2 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-Google Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-Mock Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
p5-DBD-ODBC Updating databases/p5-DBD-ODBC from 1.23nb1 to 1.25 2010-09-22 21:14:39 +00:00
p5-DBD-Oracle Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-PgPP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-postgresql Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-SQLite Updating databases/p5-DBD-SQLite from 1.29nb1 to 1.31 2010-09-17 05:05:45 +00:00
p5-DBD-SQLite2 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-Sybase Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-XBase Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBI Updating databases/p5-DBI from 1.613nb1 to 1.615 2010-09-22 20:51:29 +00:00
p5-DBI-Shell Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBICx-Deploy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBICx-MapMaker Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBICx-TestDatabase Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIWrapper Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Abstract Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-Cursor-Cached Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-DigestColumns Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-DynamicDefault Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-EncodedColumn Updating databases/p5-DBIx-Class-EncodedColumn from 0.00009nb1 to 0.00010 2010-09-02 06:02:20 +00:00
p5-DBIx-Class-Fixtures Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-InflateColumn-IP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-IntrospectableM2M Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-Loader Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-RDBOHelpers Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-Schema-Loader Updating databases/p5-DBIx-Class-Schema-Loader from 0.07001nb1 to 0.07002 2010-09-21 21:50:50 +00:00
p5-DBIx-Class-TimeStamp Updating databases/p5-DBIx-Class-TimeStamp from 0.13 to 0.14 2010-09-07 04:41:56 +00:00
p5-DBIx-Class-UUIDColumns Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-Validation Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Connector Updating databases/p5-DBIx-Connector from 0.35nb1 to 0.40 2010-09-22 21:17:15 +00:00
p5-DBIx-ContextualFetch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Datasource Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-DBSchema Updating databases/p5-DBIx-DBSchema from 0.38nb1 to 0.39 2010-09-02 06:16:33 +00:00
p5-DBIx-Schema Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-SearchBuilder Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBM-Deep Updating databases/p5-DBM-Deep from 2.0001 to 2.0004 2010-09-23 22:13:39 +00:00
p5-gdbm Updating databases/p5-gdbm to be in sync with lang/perl5 (5.12.1) 2010-08-27 05:32:59 +00:00
p5-Ima-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Jifty-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MARC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MARC-Record Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MLDBM Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MLDBM-Sync Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-Cassandra Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-MySQL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ORLite Updating databases/p5-ORLite from 1.44 to 1.45 2010-08-20 06:30:10 +00:00
p5-ORLite-Migrate Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Palm Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-perl-ldap Updating databases/p5-perl-ldap from 0.39nb1 to 0.40.01 2010-09-09 21:12:07 +00:00
p5-postgresql Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-qdbm Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Rose-DB Updating databases/p5-Rose-DB from 0.758nb1 to 0.762 2010-09-07 05:57:23 +00:00
p5-Rose-DB-Object Updating databases/p5-Rose-DB-Object from 0.786nb1 to 0.789 2010-09-07 06:03:27 +00:00
p5-Rose-DBx-AutoReconnect Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Rose-DBx-Garden Update databases/p5-Rose-DBx-Garden from 0.17nb1 to 0.18 2010-09-07 06:06:54 +00:00
p5-Rose-DBx-Garden-Catalyst Updating databases/p5-Rose-DBx-Garden-Catalyst from 0.14nb1 to 0.15 2010-09-07 06:28:27 +00:00
p5-Rose-DBx-Object-MoreHelpers Updating databases/p5-Rose-DBx-Object-MoreHelpers from 0.06nb1 to 0.08 2010-09-07 06:21:42 +00:00
p5-Rose-DBx-TestDB Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-RRD-Simple Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
p5-Search-QueryParser Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Search-QueryParser-SQL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sort-SQL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SQL-Abstract Updating databases/p5-SQL-Abstract from 1.67nb1 to 1.68 2010-09-17 05:36:02 +00:00
p5-SQL-Abstract-Limit Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SQL-ReservedWords Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SQL-Statement Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SQL-Translator Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-sybperl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Template-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-tokyocabinet Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-tokyotyrant Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-YAML-MLDBM Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
palm-db-tools Correct minor build problems under Ubuntu 10.04. 2010-08-11 12:21:56 +00:00
pear-DB Update pear-DB package from 1.7.6 to 1.7.13 2010-02-06 15:48:16 +00:00
pear-MDB2 Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend 2010-02-04 16:36:05 +00:00
pear-MDB2_Driver_mysql Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend 2010-02-04 16:36:05 +00:00
pear-MDB2_Driver_pgsql Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend 2010-02-04 16:36:05 +00:00
pear-MDB2_Driver_sqlite Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more 2010-03-15 16:45:59 +00:00
pgadmin3 Changes 1.12.0: 2010-09-22 12:53:28 +00:00
pgpool
pgtcl Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
pgtclng Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
php-dba Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-dbase use PHP_VERSIONS_ACCEPTED=52 rather then PHP_VERSIONS_REQD=5 for packages, 2010-03-21 11:20:41 +00:00
php-dbx use PHP_VERSIONS_ACCEPTED=52 rather then PHP_VERSIONS_REQD=5 for packages, 2010-03-21 11:20:41 +00:00
php-ldap Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-mssql Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
php-mysqli Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
php-oci8 DESTDIR ready 2010-06-27 20:38:04 +00:00
php-pdo Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more. 2010-03-16 11:54:31 +00:00
php-pdo_dblib Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more. 2010-03-16 11:54:31 +00:00
php-pdo_mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
php-pdo_pgsql Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more. 2010-03-16 11:54:31 +00:00
php-pdo_sqlite Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more. 2010-03-16 11:54:31 +00:00
php-pgsql Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-sqlite Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more 2010-03-15 16:45:59 +00:00
phpldapadmin Use plain CONF_FILES. Bump revision. 2010-02-19 20:38:40 +00:00
phpmyadmin Update "phpmyadmin" package to version 2.11.11. Changes since 2.11.10.1: 2010-09-07 22:44:07 +00:00
phppgadmin Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:36:19 +00:00
postgresql-postgis Fix path to proj after its reimport. 2010-03-14 16:32:15 +00:00
postgresql83 Changes 8.3.12: 2010-10-07 15:52:40 +00:00
postgresql83-adminpack Changes 8.3.10: 2010-04-12 09:53:50 +00:00
postgresql83-client Changes 8.3.12: 2010-10-07 15:52:40 +00:00
postgresql83-plperl Changes 8.3.12: 2010-10-07 15:52:40 +00:00
postgresql83-plpython Changes 8.3.10: 2010-04-12 09:53:50 +00:00
postgresql83-pltcl Changes 8.3.10: 2010-04-12 09:53:50 +00:00
postgresql83-server Changes 8.3.12: 2010-10-07 15:52:40 +00:00
postgresql84 Changes 8.4.5: 2010-10-07 15:53:22 +00:00
postgresql84-adminpack Changes 8.4.3: 2010-04-12 09:58:38 +00:00
postgresql84-client Changes 8.4.5: 2010-10-07 15:53:22 +00:00
postgresql84-dblink databases/postgresql84-dblink is a contributed module for PostgreSQL to 2010-08-04 06:04:41 +00:00
postgresql84-pgcrypto Add PostgreSQL 8.4 pgcrypto module, providing cryptographic functions 2010-08-01 17:44:04 +00:00
postgresql84-plperl Changes 8.4.5: 2010-10-07 15:53:22 +00:00
postgresql84-plpython Changes 8.4.4: 2010-05-20 12:36:38 +00:00
postgresql84-pltcl Changes 8.4.4: 2010-05-20 12:36:38 +00:00
postgresql84-server Changes 8.4.5: 2010-10-07 15:53:22 +00:00
postgresql90 Changes 9.0.1: 2010-10-07 15:53:54 +00:00
postgresql90-adminpack Changes 9.0: 2010-09-21 07:50:46 +00:00
postgresql90-client Changes 9.0.1: 2010-10-07 15:53:54 +00:00
postgresql90-dblink Changes 9.0: 2010-09-21 07:50:46 +00:00
postgresql90-docs Changes 9.0.1: 2010-10-07 15:53:54 +00:00
postgresql90-pgcrypto Changes 9.0: 2010-09-21 07:50:46 +00:00
postgresql90-plperl Changes 9.0: 2010-09-21 07:50:46 +00:00
postgresql90-plpython Changes 9.0.1: 2010-10-07 15:53:54 +00:00
postgresql90-pltcl Changes 9.0.1: 2010-10-07 15:53:54 +00:00
postgresql90-server Changes 9.0: 2010-09-21 07:50:46 +00:00
pxtools
py-bdb-xml Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
py-bsddb3 Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
py-cassa Doesn't work with Python 2.4 2010-06-30 10:25:14 +00:00
py-cx_Oracle Import py-cx_Oracle-5.0.2, a Python binding for Oracle. 2010-02-11 13:13:24 +00:00
py-elixir Import databases/py-elixir version 0.7.0, 2009-11-18 14:57:42 +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-ldap Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-metakit update master_sites 2010-02-07 17:41:46 +00:00
py-mssql Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-mysqldb Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
py-pgnotify Change MAINTAINER to OWNER on some of my packages. 2009-03-18 18:37:59 +00:00
py-PgSQL Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
py-postgresql Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
py-psycopg2 MASTER_SITES and HOMEPAGE have changed 2010-09-09 14:32:26 +00:00
py-sqlalchemy Add MSSQL as an option to SQLAlchemy. It merely adds a dependency for 2010-05-02 14:13:09 +00:00
py-sqlite remove dead mirrors. 2010-04-17 16:41:11 +00:00
py-sqlite2 back conditional PLIST for python<2.5, it was lost at updated to 2.6.0. 2010-10-02 06:11:03 +00:00
py-sqlite3 Fix RCS ID 2010-02-19 17:15:11 +00:00
py-sybase Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-table Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
qdbm * Add patches for Ruby 1.9. 2010-09-10 04:07:52 +00:00
qdbm-cgi Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
qdbm-plus Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
quicklist Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
rdb DESTDIR support 2010-01-29 17:30:09 +00:00
rrdtool Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
rrdtool12 Reset maintainer. 2010-09-28 13:21:29 +00:00
ruby-activeldap Update databases/ruby-activeldap to 1.2.2. 2010-09-10 04:09:42 +00:00
ruby-activerecord Update databases/ruby-activerecord package to 2.3.10. 2010-10-15 11:35:19 +00:00
ruby-activerecord-cassandra Remove empty value of LICENSE. 2010-09-23 09:22:13 +00:00
ruby-activerecord-odbc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:11:12 +00:00
ruby-activerecord3 Update databases/ruby-activerecord3 to 3.0.1. 2010-10-15 11:43:27 +00:00
ruby-acts-as-versioned Since databases/ruby-acts-as-versioned 0.2.3 isn't compatible with Ruby on 2010-10-15 11:55:42 +00:00
ruby-arel Importing of databases/ruby-arel 1.0.1. 2010-09-12 04:15:05 +00:00
ruby-cassandra * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:14:08 +00:00
ruby-data_objects Importing databases/ruby-data_objects 0.10.2. 2010-09-11 23:55:08 +00:00
ruby-datamapper Correct HOMEPAGE; www.datamapper.org isn't exist but datamapper.org. 2010-09-23 02:26:46 +00:00
ruby-dbd-mysql Update databases/ruby-dbd-mysql to 0.4.4. 2010-09-10 04:23:25 +00:00
ruby-dbd-odbc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:24:49 +00:00
ruby-dbd-pg Update databases/ruby-dbd-pg to 0.3.9. 2010-09-10 04:29:12 +00:00
ruby-dbd-sqlite * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:24:49 +00:00
ruby-dbd-sqlite3 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:24:49 +00:00
ruby-dbi Update databases/ruby-dbi package to 0.4.5. 2010-09-10 04:22:08 +00:00
ruby-dm-aggregates Importing ruby-dm-aggregates 1.0.2. 2010-09-11 23:49:48 +00:00
ruby-dm-constraints Importing databases/ruby-dm-constraints 1.0.2. 2010-09-11 23:50:47 +00:00
ruby-dm-core Importing ruby-dm-core 1.0.2. 2010-09-11 23:48:54 +00:00
ruby-dm-migrations Importing databases/ruby-dm-migrations 1.0.2. 2010-09-11 23:51:32 +00:00
ruby-dm-serializer Importing databases/ruby-dm-serializer 1.0.2. 2010-09-11 23:52:09 +00:00
ruby-dm-timestamps Importing databases/ruby-dm-timestamps 1.0.2. 2010-09-11 23:52:44 +00:00
ruby-dm-transactions Importing databases/ruby-dm-transactions 1.0.2. 2010-09-11 23:53:11 +00:00
ruby-dm-types Importing databases/ruby-dm-types 1.0.2. 2010-09-11 23:53:41 +00:00
ruby-dm-validations Importing databases/ruby-dm-validations 1.0.2. 2010-09-11 23:54:24 +00:00
ruby-do_sqlite3 Importing databases/ruby-do_sqlite3 0.10.2. 2010-09-11 23:56:31 +00:00
ruby-gdbm Remove RUBY_HAS_ARCHLIB. 2010-09-10 03:30:05 +00:00
ruby-ldap * Update MASTER_SITES and HOMEPAGE. 2010-09-10 04:31:57 +00:00
ruby-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
ruby-odbc Update ruby-odbc package to 0.99992. 2010-09-23 02:28:18 +00:00
ruby-pg Update databases/ruby-pg to 0.9.0. 2010-09-10 04:36:01 +00:00
ruby-postgres-pr Update databases/ruby-postgres-pr to 0.9.0. 2010-09-10 04:38:01 +00:00
ruby-postgresql * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:42:58 +00:00
ruby-qdbm * Add patches for Ruby 1.9. 2010-09-10 04:07:52 +00:00
ruby-sequel Update databases/ruby-sequel 3.15.0. 2010-09-10 04:45:46 +00:00
ruby-sqlite * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:52:59 +00:00
ruby-sqlite3 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:53:25 +00:00
ruby-tokyocabinet * Remove RUBY_HAS_ARCHLIB. 2010-09-10 04:54:04 +00:00
ruby-tokyotyrant * Avoid to use "ftools" which has deprecated in ruby19. 2010-09-10 04:56:04 +00:00
ruby-vapor * Remove default value of PKGNAME. 2010-09-10 04:58:14 +00:00
sdbm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
shared-mime-info Update to 0.71: 2010-02-07 16:08:02 +00:00
slony1 Changes 2.0.4: 2010-08-27 08:03:16 +00:00
sqlite update to 2.8.17 2009-07-22 16:37:26 +00:00
sqlite3 Changes 3.7.2: 2010-08-27 09:50:21 +00:00
sqlite3-tcl Changes 3.7.2: 2010-08-27 09:50:21 +00:00
sqlitebrowser Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
sqlrelay Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
sqlsharpgtk recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
sqsh sqsh has moved to sourceforge. update master_sites. 2010-04-19 19:21:39 +00:00
sqsh-motif
sqsh-x11
tcl-fbsql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
tcl-gdbm Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
tdb Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
tinycdb Update tinycdb to 0.77. 2010-09-11 08:26:04 +00:00
tokyocabinet Update tokyocabinet to 1.4.46. 2010-08-06 04:36:50 +00:00
tokyotyrant Update tokyotyrant to 1.1.41. 2010-08-06 04:39:22 +00:00
unixodbc It seems that unixODBC 2.3.0 dosen't build drivers/driver-conf 2010-05-10 16:52:22 +00:00
xsqlmenu Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
yap2lc Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
yasql Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
Makefile Retire PostgreSQL 8.2 to keep with the list of three supported 2010-10-12 16:52:36 +00:00