summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2006-01-13Update abook to 0.5.5tonio3-7/+15
0.5.5 - i18n support (Cedric Duval) - French translation (Cedric Duval) - Swedish translation (Susanna Bjorverud) - palmcsv import filter (Marc Tardif) - use better common code for csv filters (Marc Tardif) - translation HOWTO (Cedric Duval) - wanderlust export filter (Josef Schugt) - create a backup at save time - editor undo fix - ui_readline limit fix
2006-01-13Fix errno.joerg8-1/+117
2006-01-12Fix PLIST for update of qdbm.joerg1-2/+1
2006-01-12Added tinycdb.rillig1-1/+2
2006-01-11Update to 1.8.40, provided by OBATA Akio in PR 32364.wiz5-13/+31
2006-01-08 Mikio Hirabayashi - Configuration for VC++ was to build DLL. - Release: 1.8.40 2006-01-04 Mikio Hirabayashi - The advanced API was enhanced. - Release: 1.8.39 2006-01-01 Mikio Hirabayashi - The advanced API was enhanced. - Release: 1.8.38 2005-12-26 Mikio Hirabayashi - Functions to set the size of the free block pool were added. - Commands line tools were enhanced. - Release: 1.8.37 2005-12-24 Mikio Hirabayashi - Free block pool was enhanced. - Commands line tools were enhanced. - Release: 1.8.36 2005-11-30 Mikio Hirabayashi - The utility API was enhanced. - The extended advanced API was enhanced. - All stat calls were replaced with lstat calls. - Release: 1.8.35
2006-01-10Make compile with db4-4.4.x. Remove BROKEN.wiz4-8/+49
2006-01-10Mark as broken: does not compile against db4-4.4.x, and nowiz1-2/+2
newer version out yet.
2006-01-10Update patch-aa so this compiles with db4-4.4.x.wiz3-8/+6
No PKGREVISION bump, since there already was one for this.
2006-01-09Update to adodb-4.7.0adrianp3-8/+15
No available changelog Does include a fix for a known security issue: http://secunia.com/advisories/17418/ "disclose system information, execute arbitrary SQL code, and potentially compromise a vulnerable system."
2006-01-09Update mysql5-{client,server} to 5.0.18.xtraeme12-57/+83
Too many changes to list... more information via: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-18.html
2006-01-09Update to version 0.27. This is necessary to support bdb 4.4...cube2-7/+6
0.27 1st Novemver 2005 * Added support for Berkeley DB 4.4 * Fixed decondary key issue with recno databases * Added libscan to Makefile.PL * The logic for set_mutexlocks was inverted when using Berkeley DB 4.x Bug spotted by Zefram <zefram@fysh.org> * Transactional rename/remove added. Patch supplied by Zefram <zefram@fysh.org>
2006-01-09Remove MYSQL_VERSIONS_ACCEPTED, mysql-4.0.x was removed.xtraeme1-3/+1
2006-01-08MySQL 4.0 no longer support, remove it to unbreak bulk builds.joerg1-2/+2
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme12-27/+25
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08Add missing extra header files, they are needed at least to buildxtraeme4-4/+22
the php-pdo package. Bump PKGREVISION.
2006-01-08Don't install the extra header files, they are needed to build somextraeme4-7/+20
packages so they belong to mysql-client. Bump PKGREVISION.
2006-01-08conflict with postgres81abs2-4/+4
2006-01-08Upgrade postgresql80-client, postgresql80-server, postgresql to 8.0.5abs3-11/+14
Changes since 8.0.4: * Fix race condition in transaction log management There was a narrow window in which an I/O operation could be initiated for the wrong page, leading to an Assert failure or data corruption. * Fix bgwriter problems after recovering from errors (Tom) The background writer was found to leak buffer pins after write errors. While not fatal in itself, this might lead to mysterious blockages of later VACUUM commands. * Prevent failure if client sends Bind protocol message when current transaction is already aborted * /contrib/ltree fixes (Teodor) * AIX and HPUX compile fixes (Tom) * Retry file reads and writes after Windows NO_SYSTEM_RESOURCES error (Qingqing Zhou) * Fix intermittent failure when log_line_prefix includes %i * Fix psql performance issue with long scripts on Windows (Merlin Moncure) * Fix missing updates of pg_group flat file * Fix longstanding planning error for outer joins This bug sometimes caused a bogus error "RIGHT JOIN is only supported with merge-joinable join conditions". * Postpone timezone initialization until after postmaster.pid is created This avoids confusing startup scripts that expect the pid file to appear quickly. * Prevent core dump in pg_autovacuum when a table has been dropped * Fix problems with whole-row references (foo.*) to subquery results
2006-01-07databases/mysql-client does not exist anymore. Provide a replacement usingrillig1-2/+2
mk/mysql.buildlink3.mk.
2006-01-07Disabled bindings for tcl and python. Without it the buildwulf1-1/+3
process may fail if these packages are installed and found by the configure process.
2006-01-07Remove mysql-server and mysql-client packages. Ok by wiz + xtraeme.ghen1-3/+1
2006-01-07Remove mysql-server and mysql-client (versions 4.0.26), becauseghen26-1046/+0
1) they will not be maintained anymore 2) their package directory names where confusing (mysql4-* have a more recent version) These package directories may be used for meta-pkgs in the future (pulling in the latest mysql?-* packages).
2006-01-07Initial import of tinycdb-0.75, a very fast and simple package forschmonz5-0/+74
creating and reading constant data bases, a data structure introduced by Dan J. Bernstein in his cdb package. It may be used to speed up searches in a sequence of (key,value) pairs with very big number of records. Example usage is indexing a big list of users - where a search will require linear reading of a large /etc/passwd file, and for many other tasks. It's usage/API is similar to ones found in BerkeleyDB, gdbm and traditional *nix dbm/ndbm libraries, and is compatible in great extent to cdb-0.75 package by Dan Bernstein. CDB is a constant database, that is, it cannot be updated at a runtime, only rebuilt. Rebuilding is atomic operation and is very fast - much faster than of many other similar packages. Once created, CDB may be queried, and a query takes very little time to complete.
2006-01-07Conflicts with the to-be-added-shortly tinycdb package: both installschmonz1-1/+3
include/cdb.h and lib/libcdb.a.
2006-01-06Use SUBST framework.joerg1-4/+9
2006-01-06Clean up own directories.salo2-3/+16
Bump PKGREVISION.
2006-01-06Install all directories in "libraries" to make e.g. the importtron2-5/+17
functionality work. Bump package revision because of this fix. This fixes PR pkg/32466 by Konrad Neuwirth.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz17-31/+34
2006-01-06Update to 4.4.16:wiz8-52/+237
New in Berkeley DB 4.4: * In-memory replication * Client-to-client replication * Delayed client synchronization * Synchronization throttling * Master election speed-ups * Hot backup utility * Online Btree compaction * Online Btree disk space reclamation * Online abandoned lock removal * Automated recovery serialization * Transactional Application Developer's Guide
2006-01-05DragonFly support.joerg2-7/+26
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen2-2/+10
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2006-01-04Remove "BROKEN_IN=pkgsrc-2005Q4".reed1-3/+1
This packages fine with recent fixes.
2006-01-04Bump PKGREVISION, because location of freetds provided shared libraryreed1-4/+3
was changed in recent freetds installation change. Remove subdirectory "freetds" from the buildlink directory used during build. Get rid of forced "BUILDLINK_DEPENDS.freetds=freetds-0.61*". This dated back over two years ago to initial import of this package which was one month after freetds was updated from 0.60 to 0.61. This package appears to build and package fine (using py23-sybase-0.36nb3 and python23-2.3.5nb5 today).
2006-01-04Bump PKGREVISION. (The freetds libraries used are in a new locationreed1-3/+4
due to freetds installation changes and may also depend on gettext-lib.) Include buildlink for gettext-lib, because CTlib.so uses libintl.so (noticed on build failure on DragonFly and then saw on NetBSD 2.1 too). Remove freetds subdirectory from the buildlink directory used during build. (This is because of recent installation changes for freetds.)
2006-01-04Bump PKGREVISION, since location of shared libraries (libtds and libct)reed1-3/+3
used by this were moved from my recent changes to the freetds installation. Fix build by removing the subdirectory "freetds" from the buildlink directory it uses.
2006-01-04In the Makefile.common, remove the freetds subdirectory for thereed4-8/+10
path to the buildlink files. This is due to changes I made to the freetds installation. Fix "man" to PKGMANDIR while I am here. Bump PKGREVISION for all three packages (as the location of libct is uses is different due to the freetds change). I didn't test sqsh-motif packaging, as I couldn't get openmotif to build at this time.
2006-01-04In a configure argument remove the freetds subdirectory reference.reed1-3/+3
Bump PKGREVISION, since the freetds shared library is in a different place since my freetds packaging change. Remove a blank line.
2006-01-04Do bump PKGREVISION. The shared library it uses is in a different placereed1-1/+2
since my freetds package changes.
2006-01-04For a configure argument, remove freetds subdirectory since myreed1-2/+2
recent freetds package changes. Didn't bump PKGREVISION. The resulting library doesn't appear to reference freetds location.
2006-01-04rename revertedabs8-130/+0
2006-01-04Import jdbc-postgresql81 into pkgsrc:abs4-0/+65
This is a pure Java (Type IV) JDBC driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The driver provides a reasonably complete implementation of the JDBC 3 specification in addition to some PostgreSQL specific extensions.
2006-01-04The trend is too entrenched to buck - switch back to jdbc-postgresl??abs1-3/+3
2006-01-04postgresql80-jdbc / postgresql81-jdbcabs1-2/+3
2006-01-04Import postgresql81-jdbcabs4-0/+65
This is a pure Java (Type IV) JDBC driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The driver provides a reasonably complete implementation of the JDBC 3 specification in addition to some PostgreSQL specific extensions.
2006-01-04Re-import jdbc-postgresql80 as postgresql80-jdbc to match all otherabs4-0/+65
postgresql80-* packages
2006-01-04reduce diffs with (about to be imported) jdbc-postgresl81.abs1-9/+9
No functional change.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz3-9/+6
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Remove:adrianp1-2/+1
databases/acid
2006-01-03databases/acid has now been replace by security/base.adrianp7-216/+0
BASE is a fork of ACID that is under current developement where as ACID has not had an update for a number of years now and suffers from current security issues.
2006-01-03Bump PKGREVISION for PLIST change.wiz2-2/+4