summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2009-02-27fix a botch in last update which broke build of sqlite3-tcl.drochner2-4/+4
(Please give the pkgs you commit a least a minimal testing. Since sqlite3-tcl is needed to run the sqlite selftests the least I'd expect is to build that as well.)
2009-02-25pkgsrc changes:sno1-2/+2
perl-ldap requires a newer URI::ldap that 1.08 (seen in META.yml)
2009-02-25pkgsrc changes:sno1-1/+5
- add dependencies as they were noted in META.yml during the upstream changes
2009-02-25Add missing DESTDIRmanu1-2/+2
2009-02-24Update from version 0.09002 to 0.09004.he2-6/+6
Upstream changes: # ---------------------------------------------------------- # 0.09004 2009-02-13 # ---------------------------------------------------------- * Add support for temporary tables in Pg (nachos) * Create Trigger support for SQLite * GraphViz producer improvements # ---------------------------------------------------------- # 0.09003 2009-02-07 # ---------------------------------------------------------- <BORKED RELEASE DELETED OFF CPAN>
2009-02-24Update from version 1.17 to 1.19.he3-26/+10
Pkgsrc changes: o Added new needed dependencies o Removed no-longer-needed patch-aa Upstream changes: Version 1.19, released February 6th, 2009 ------------------------------------------ * Fixed OUTER JOIN behaviour * Added version info to all *.pm files to allow CPAN::Reporter find updates * Correct META-Files * Fixed reported bugs: Version 1.18_02, no public release ----------------------------------- Additional (profiled) optimizations for complicated where clauses Version 1.18_01, released January 12th, 2009 --------------------------------------------- No code changes within SQL::Statement - but deliver and execute additional tests.
2009-02-24Update from version 0.36nb1 to 0.38.he2-7/+6
Upstream changes: 0.38 21st February 2009 * Fixed typo in BerkleyDB.pod that broke t/pod.t 0.37 18th February 2009 * Included CDS section to the pod. * Various documentation patches from RT#42243
2009-02-23Update to 4.7.5:wiz3-7/+10
4.7.5: * Add support for "DB_EID_INVALID" and "DB_EID_BROADCAST" flags. * Add support for "DB_SEQUENCE->stat_print()". The binding support for "DB_SEQUENCE" is now complete. * Add support for "DB_ENV->txn_stat_print()". * Add support for "DB_ENV->get_timeout()". * Document that "DB_ENV->txn_stat()" accepts a flag. * Unlock the GIL when doing "DB_ENV->set_tx_max()" and "DB_ENV->set_tx_timestamp()". * Add support for "DB_ENV->get_tx_max()". * Add support for "DB_ENV->get_tx_timestamp()". * Add support for "DB_TXN_WAIT" flag. * Add support for "DB_TXN->set_timeout()". * Add support for "DB_TXN->set_name()" and "DB_TXN->get_name()". Under Python 3.0, the name is an Unicode string. The binding support for "DB_TXN" is now complete. * Add support for "DB_REP_PERMANENT", "DB_REP_CONF_NOAUTOINIT", "DB_REP_CONF_DELAYCLIENT", "DB_REP_CONF_BULK", "DB_REP_CONF_NOWAIT", "DB_REP_LEASE_EXPIRED", "DB_REP_CONF_LEASE", "DB_REPMGR_CONF_2SITE_STRICT", "DB_REP_ANYWHERE", "DB_REP_NOBUFFER" and "DB_REP_REREQUEST" flags. 4.7.4: * Under Python 3.0, "bsddb.db.DB_VERSION_STRING", "bsddb.db.__version__" and "bsddb.db.cvsid" must return (unicode) strings instead of bytes. Solved. * Use the new (20081018) trove classifiers in PyPI to identify Python supported versions. * In "DB_ENV->rep_set_timeout()" and "DB_ENV->rep_get_timeout()", support flags "DB_REP_LEASE_TIMEOUT". * In "DB_ENV->rep_set_timeout()" and "DB_ENV->rep_get_timeout()", support flags "DB_REP_HEARTBEAT_MONITOR" and "DB_REP_HEARTBEAT_SEND". These flags are used in the Replication Manager framework, ignored if using Base Replication. * Implements "DB->exists()". * Add support for "DB_IMMUTABLE_KEY" flag. * Add support for "DB_REP_LOCKOUT" exception. * Support returning a list of strings in "associate()" callback. (Kung Phu) * Testsuite and Python 3.0 compatibility for "associate()" returning a list. In particular, in Python 3.0 the list must contain bytes. * Implements "DBEnv->fileid_reset()". (Duncan Findlay) * Implements "DB->compact()". (Gregory P. Smith) Berkeley DB 4.6 implementation is buggy, so we only support this function from Berkeley DB 4.7 and newer. We also support related flags "DB_FREELIST_ONLY" and "DB_FREE_SPACE".
2009-02-23Update to 0.60:wiz4-29/+14
shared-mime-info 0.60 (2009-02-21) * Mime-type Changes: - Add alias for SMIL - Fix SMIL detection - Add Annodex mime-type - Only use .ogg for audio Ogg files - Fix RDF mime-type - Oasis mime-type fixes - Make PICTURES match a picture CD but not "pictures" - Add alias for application/zip - Add Microsoft Document Imaging format - Add magic for 7z archives - Add cb7 comic book archives - Add magic for XCF files - Remove application/x-msi magic - Add audio/x-gsm mime-type - Add MS cab mime-type - Add FictionBook mime-type - Fix PKCS#12 bundles definition (not text files) - Add PKCS#7 and PkiPath mime-types - Add application/vnd.ms-wpl mime-type - Add more aliases for media types - Add alias for text/x-csv - Fix comment for Gnucash files - Make Javascript a sub-class of C - Add *.vapi as a glob for Vala files - Fix image/fits to match IANA - Add Office 2007/OpenXML documents mime-types - Add Pocket Word and AportisDoc document types - Fix MS ICO, and Photoshop image to match IANA * Other changes: - Regenerate the pot file when needed - Some clarifications in the spec - Build fix when srcdir != builddir
2009-02-22Update to 1.819:wiz2-7/+6
1.819 18 February 2009 * t/db-recno.t fails if run in a path that contains spaces [rt.cpan.org #43288] 1.818 21 January 2009 * Updated Makefile.PL for Strawberry Perl. Patch suggested by David Golden. * Remove IRIX notes from README. The page referenced doesn't exist anymore.
2009-02-21patch from upstream: sqlite3 fails to build when tcl is not installed.tnn3-4/+24
Also set ac_cv_prog_TCLSH_CMD="" so the configure script won't find tcl.
2009-02-19Update tokyotyrant to 1.1.16.obache6-29/+29
Changes: 2009-02-16 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrdb.h: the macro "RDBITOPT" was added. * mycond.h, mycond.c, ttutil.c: Solaris portability was added thanks to tamtam. - Release: 1.1.16
2009-02-18Changes 3.6.11:adam3-14/+14
* Added the hot-backup interface. * Added new commands ".backup" and ".restore" to the CLI. * Added new methods backup and restore to the TCL interface. * Improvements to the syntax bubble diagrams * Various minor bug fixes
2009-02-18Use INSTALLATION_DIRSabs3-10/+6
2009-02-18@dirrm share/examples/openldap is in openldap-client (for ldap.conf).ghen1-2/+1
2009-02-18Update tokyocabinet to 1.4.7.obache3-8/+8
Changes: 2009-02-15 Mikio Hirabayashi <mikio@users.sourceforge.net> * tctdb.c (tctdbsetindex): "TDBITOPT" option was added. - Release: 1.4.7
2009-02-16DESTDIR supportjoerg3-7/+20
2009-02-16Supports DESTDIR. Use pkgsrc-users@NetBSD.org.joerg1-2/+4
2009-02-16DISTFILE was replaced silently (db filename extensions in samples were changed).obache2-5/+7
Bump PKGREVISION.
2009-02-16DISTFILE was replaced silently (db filename extensions in samples were changed).obache2-5/+7
Bump PKGREVISION.
2009-02-15Update from version 0.08010nb1 to version 0.08012.seb2-16/+16
Pkgsrc changes: - adjust run and build dependencies - group dependencies by type (run vs build) - sort dependencies as in upstream's Makefile.PL - whitespace to tab fix Upstream changes: 0.08012 2009-02-13 12:00:00 (UTC) - Add omitted dependencies in Makefile.PL 0.08011 2009-02-11 16:30:00 (UTC) - Maintenance release introducing compatibilty with upcoming versions of SQL::Translator and SQL::Abstract
2009-02-15Update from version 0.12nb1 to version 0.14.1 (upstream version 0.141)seb2-10/+10
Approved by MAINTAINER. Pkgsrc changes: - fix HOMEPAGE - adjust build dependencies - reset MAINTAINER to pkgsrc-users@NetBSD.org as per MAINTAINER's request Upstream changes: 0.141 22nd December 2008, 22:13 - fixed pod syntax 0.14 22nd December 2008, 14:48 - added support for Informix, provided by Paul Falbe. 0.13 21st December 2008, 23:20 - updated test suite to play with the latest release of SQL::Abstract. Patches supplied by the SQL::Abstract dev team.
2009-02-15No need DIST_SUBDIR anymore.obache2-6/+5
2009-02-15Update ruby-tokyotyrant to 1.3, for tokyotyrant-1.1.15.obache2-6/+6
2009-02-15Update p5-tokyotyrant to 1.7, for tokyotyrant-1.1.15.obache2-7/+6
2009-02-15Update tokyotyrant to 1.1.15, for tokyocabinet-1.4.6.obache3-10/+9
2009-02-15Update ruby-tokyocabinet to 1.20, for tokyocabinet-1.4.6.obache2-7/+7
2009-02-15Update p5-tokyocabinet to 1.23, for tokyocabinet-1.4.6.obache2-7/+7
2009-02-15Update tokyocabinet to 1.4.6.obache3-8/+8
Changes: 2009-02-13 Mikio Hirabayashi <mikio@users.sourceforge.net> * tctdb.c (tctdbgenuidimpl): the meta data format was normalized to the big endian. * tctdb.c (tctdbsetuidseed): new function. * tcadb.c (tcadbmisc): "get" function of the table database was enhanced. - Release: 1.4.6
2009-02-14Update from version 0.38 to version 0.39.seb2-9/+8
Pkgsrc changes: - Depend on net/p5-IO-Socket-INET6 instead of the identical and soon to be removed net/p5-INET6 Upstream changes: perl-ldap 0.39 -- Mon Oct 27 15:02:37 CDT 2008 ============================================== Bug Fixes * Several fixes to the handling of IntermediateMessage and LDAP Content synchronisation * Fix dsmt test to not fail on win32 * Fix Net::LDAP::Util to not cause Undefined subroutine &Net::LDAP::Util::ldap_error_desc
2009-02-12distfile was replaced silently (some document was changed).obache2-5/+7
bump PKGREVISION.
2009-02-12Update p5-tokyotyrant to 1.6, for tokyotyrant-1.1.14.obache2-6/+6
2009-02-12Update tokyocabinet to 1.4.5.obache4-12/+12
Changes: 2009-02-02 Mikio Hirabayashi <mikio@users.sourceforge.net> * tchdb.c (tchdbput, tchdbget, tchdbout): bugs related to race condition were fixed. * tchdb.c (tchdbputimpl): bugs related to race condition were fixed. * tchmttest.c (runrace, procrace): new functions. * tcbmttest.c (runrace, procrace): new functions. - Release: 1.4.5
2009-02-11+jdbc-mysql31adrianp1-1/+2
2009-02-11MySQL provides connectivity for client applications developed in the Javaadrianp5-0/+57
programming language via a JDBC driver, which is called MySQL Connector/J. MySQL Connector/J is a JDBC Type 4 driver. Different versions are available that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type 4 designation means that the driver is pure-Java implementation of the MySQL protocol and does not rely on the MySQL client libraries.
2009-02-11Change HOMEPAGEadrianp1-2/+2
2009-02-11Fix PKGNAME change falloutadrianp2-9/+9
2009-02-11set PKGNAMEadrianp1-1/+2
2009-02-11+jdbc-mysql5adrianp1-1/+2
2009-02-11MySQL provides connectivity for client applications developed in the Javaadrianp4-0/+51
programming language via a JDBC driver, which is called MySQL Connector/J. MySQL Connector/J is a JDBC Type 4 driver. Different versions are available that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type 4 designation means that the driver is pure-Java implementation of the MySQL protocol and does not rely on the MySQL client libraries.
2009-02-11Update to Metakit 2.4.9.7:joerg8-123/+23
- better UTF8 support in file & property names - bugfixes - Python 2.5 support for 64bit platforms
2009-02-11Sort PYTHON_VERSIONS_ACCEPTED.joerg1-2/+2
2009-02-11Fix for ssl support on OpenSolarisadrianp1-1/+12
2009-02-10Fixes typo (redundant `G'!).obache1-2/+2
2009-02-10Add missing *.lua files to PLIST.obache2-2/+6
Bump PKGREVISION.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg5-7/+10
changed runtime dependencies now.
2009-02-09Remove Python 2.1 support.joerg4-11/+4
2009-02-09Don't use libtclstub84 for sqlite3-tcl, but libtcl84 itself.joerg2-1/+15
2009-02-09Require a new enough sqlite3.joerg1-2/+2
2009-02-09Update ruby-tokyocabinet to 1.19, for tokyocabinet-1.4.4.obache3-11/+11