summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2008-10-11+ tokyotyrantobache1-1/+2
2008-10-11Import tokyotyrant-1.1.4 as databases/tokyotyrant.obache6-0/+117
Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications. The server features high concurrency due to thread-pool modeled implementation and the epoll/kqueue mechanism of the modern Linux/*BSD kernel. The server and its clients communicate with each other by simple binary protocol on TCP/IP. Protocols compatible with memcached and HTTP/1.1 are also supported so that almost all principal platforms and programming languages can use Tokyo Tyrant. High availability and high integrity are also featured due to hot such mechanisms as hot backup, update logging, and replication. As for now, the server works on Linux, FreeBSD, Mac OS X only.
2008-10-09Don't leak build user in install scripts.joerg1-4/+4
2008-10-07Updated databases/rrdtool to 1.3.4martti3-8/+9
* detect short/truncated files on open (rrdtool used to crash later on some platforms) * stop rrd_resize from altering the original file (mmap side effect) * fix VDEF and SHIFT use. Now it returns correct data and does not crash anymore. * fix rrd_xport when used on datasources with different resolutions. This has been broken from day 1 of this tools exsitance. * fixed default prefix for ruby install * added rpath for perl bindings on bsd * do not [fm]advise past the end of the file since this causes crashes on sparc.
2008-10-06Update tokyocabinet to 1.3.11.obache5-21/+30
2008-09-23 Mikio Hirabayashi * tchdb.c (tchdbputimpl): performance of the ADDINT mode was improved. * tcbdb.c (tcbdbleafaddrec): performance of the ADDINT mode was improved. * tcfdb.c (tcfdbputimpl): performance of the ADDINT mode was improved. * tcutil.c (tcpagealign): new function. * tchdb.c (tchdbsetxmsiz): the parameter is now rounded up to multiple of the page size. * tcfdb.c (tcfdbtune): the parameter is now rounded up to multiple of the page size. * tchdb.c (tcseekwrite, tcseekread, tcseekreadtry): page border handling was added. - Release: 1.3.11 2008-09-20 Mikio Hirabayashi * tcutil.c (tcunlock): new function. * tchdb.c (tchdbsetmutex): useless locking was eliminated. * tcbdb.c (tcbdbsetmutex): useless locking was eliminated. * tcfdb.c (tcfdbsetmutex): useless locking was eliminated. - Release: 1.3.10 2008-09-10 Mikio Hirabayashi * tchdb.c (tchdblockallrecords, tchdbunlockallrecords): new functions. * tcfdb.c (tcfdblockallrecords, tcfdbunlockallrecords): new functions. - Release: 1.3.9
2008-10-06Changes 1.2.15:adam2-6/+6
* Fix to STORE TRIGGER - store trigger was running against all nodes upon subscription * Portability changes to some tools/ scripts, fixing some "bash-isms" * Fix to switch statement in slonik.c; unknown how it broke * Fix memory leak
2008-10-06Changes 8.1.14:adam4-8/+12
Bug-fix release, see HISTORY for details.
2008-10-06Changes 8.2.10:adam4-9/+14
Bug-fix release, see HISTORY for details.
2008-10-06Changes 8.3.4:adam4-8/+14
Bug-fix release, see HISTORY for details.
2008-10-06Changes 3.6.3:adam3-9/+7
* Fix for a bug in SELECT DISTINCT logic that was introduced by the prior version. * Other minor bug fixes.
2008-10-03Don't write to /etc, the init script is handled via the RC framework.joerg2-1/+14
2008-10-03Needs pkg-config.joerg1-2/+2
2008-10-03Install only the newer PostgreSQL 7.1+ driver. Add DESTDIR support.joerg3-4/+21
Bump revision.
2008-10-02Suppress detection of readline.h.obache1-1/+2
Configure failed to detect pkgsrc readline.h and disabled.
2008-09-29Require OpenSSL to build plugins.obache1-1/+2
2008-09-24This version of bdb-xml requires db<4.7. Depend on db46 instead of db4.minskim4-13/+13
This fixes the build error shown on Joerg's bulk builds on NetBSD-current. Bump PKGREVISION.
2008-09-22Alway use Berkeley DB 4.6.21 provided by the "db46" package.tron2-17/+6
Berkeley DB 4.7.x is not officially supported by OpenLDAP yet and there have been various reports of problems with this combination. Bump package revision.
2008-09-22py-sqlite2 does not require disable-threadsafe but expect to existobache2-9/+5
load-extension these days. OKed by wiz to commit. Bump PKGREVISION.
2008-09-21The self test put testdb on current directory, cd ${WRKDIR} first.obache1-2/+2
2008-09-20I'll take maintainership.sketch1-2/+2
2008-09-19Integrate non-shared Makefile.common into Makefile.wiz3-71/+56
Some pkglint cleanup.
2008-09-19Remove another leftover qt2 user.wiz6-92/+1
2008-09-18try to deal with incompatible changes in py-bsddb3-4.7.2drochner2-4/+40
(I'm not sure commenting out DB_TXN_NOSYNC is the best solution, but it seems to work for me at least.) approved by gdt
2008-09-18-deal with an incompatible change in py-bsddb3-4.7.2drochner3-8/+17
-remove py-xml bl3, this is not needed afaict -pull in desktop-file-utils/bl3 because we install a .desktop file bump PKGREVISION
2008-09-18bump BUILDLINK_API_DEPENDS to the new revisiondrochner1-3/+3
(The dependency is already there, due to the propagated db4 dependency. Just make it explicit.)
2008-09-18Update "phpmyadmin" package to version 2.11.9.1. Changes since 2.11.8.1:tron2-6/+6
- bug #2031221 [auth] Links to version number on login screen - bug #2032707 [core] PMA does not start if ini_set() is disabled - bug #2004915 [bookmarks] Saved queries greater than 1000 chars not displayed - bug #2037381 [export] Export type "replace" does not work - bug #2037375 [export] DROP PROCEDURE needs IF EXISTS - bug #2045512 [export] Numbers in Excel export + [lang] Norwegian UTF-8 original file remerged - bug #2074250 [parser] Undefined variable seen_from - [security] Code execution vulnerability This update fixes the security vulnerability reported in PMASA-2008-7.
2008-09-18Remove another qt2 application, noted by joerg@.wiz6-90/+1
2008-09-18Needs msgfmt, intltool and drop forcing pkgsrc gettext. Bump revision.joerg1-5/+3
2008-09-18Fix path to Perl interpreter in the installed scripts. Bump packagetron1-1/+8
revision because of this fix.
2008-09-18Update mysql5-server pacakge to 5.0.67.taca12-227/+546
This is security fix. For complete changes, please refer http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html. Here is a part of it. Functionality added or changed: Security Enhancement: To enable stricter control over the location from which user-defined functions can be loaded, the plugin_dir system variable has been backported from MySQL 5.1. If the value is non-empty, user-defined function object files can be loaded only from the directory named by this variable. If the value is empty, the behavior that is used before 5.0.67 applies: The UDF object files must be located in a directory that is searched by your system's dynamic linker. (Bug#37428) Important Change: Incompatible Change: The FEDERATED storage engine is now disabled by default in the .cnf files shipped with MySQL distributions (my-huge.cnf, my-medium.cnf, and so forth). This affects server behavior only if you install one of these files. (Bug#37069) Cluster API: Important Change: Because NDB_LE_MemoryUsage.page_size_kb shows memory page sizes in bytes rather than kilobytes, it has been renamed to page_size_bytes. The name page_size_kb is now deprecated and thus subject to removal in a future release, although it currently remains supported for reasons of backward compatibility. See The Ndb_logevent_type Type, for more information about NDB_LE_MemoryUsage. (Bug#30271) Important Change: Some changes were made to CHECK TABLE ... FOR UPGRADE and REPAIR TABLE with respect to detection and handling of tables with incompatible .frm files (files created with a different version of the MySQL server). These changes also affect mysqlcheck because that program uses CHECK TABLE and REPAIR table, and thus also mysql_upgrade because that program invokes mysqlcheck.
2008-09-18Update mysql5-client pacakge to 5.0.67.taca10-49/+58
For complete changes, please refer http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html. Here is a part of it. Functionality added or changed: Security Enhancement: To enable stricter control over the location from which user-defined functions can be loaded, the plugin_dir system variable has been backported from MySQL 5.1. If the value is non-empty, user-defined function object files can be loaded only from the directory named by this variable. If the value is empty, the behavior that is used before 5.0.67 applies: The UDF object files must be located in a directory that is searched by your system's dynamic linker. (Bug#37428) Important Change: Incompatible Change: The FEDERATED storage engine is now disabled by default in the .cnf files shipped with MySQL distributions (my-huge.cnf, my-medium.cnf, and so forth). This affects server behavior only if you install one of these files. (Bug#37069) Cluster API: Important Change: Because NDB_LE_MemoryUsage.page_size_kb shows memory page sizes in bytes rather than kilobytes, it has been renamed to page_size_bytes. The name page_size_kb is now deprecated and thus subject to removal in a future release, although it currently remains supported for reasons of backward compatibility. See The Ndb_logevent_type Type, for more information about NDB_LE_MemoryUsage. (Bug#30271) Important Change: Some changes were made to CHECK TABLE ... FOR UPGRADE and REPAIR TABLE with respect to detection and handling of tables with incompatible .frm files (files created with a different version of the MySQL server). These changes also affect mysqlcheck because that program uses CHECK TABLE and REPAIR table, and thus also mysql_upgrade because that program invokes mysqlcheck.
2008-09-17Fix a bug on some platforms which causes the installation to fail.adrianp4-12/+26
Thanks to Peter Avalos for debugging and joerg@ for pointing it out.
2008-09-16Add p5-MARC-Record.he1-1/+2
2008-09-16Import p5-MARC-Record version 2.0.0 from pkgsrc-wip.he3-0/+24
This is primarily so that p5-Net-Z3950-ZOOM can compile without having pkgsrc-wip checked out (oops!). MARC::Record provides yet another collection of routines to process MARC records.
2008-09-16Revert ruby-datamapper to 0.3.2 previous commit, it wasn't completed.taca2-6/+6
2008-09-15Updated databases/rrdtool to 1.3.3martti2-6/+6
While 1.3.2 did fix the data corruption bug, and was much faster with creating graphs, it did break badly when you tried to supply your own font names and sizes. 1.3.3 fixes this regression. * Do not crash when user tries to select a font in rrdgraph * Another attempt at makeing it compile out-of-the box on solaris 8
2008-09-15Update ruby-sqlite3 package to 1.2.4.taca3-8/+13
Release Name: 1.2.4 Notes: This release only updates the generated C file to reflect the compatibility changes that were made to the SWIG file. Binary builds (e.g., Windows) are not affected, and need no update. In general, you will not need this update unless you are using a version of Ruby prior to 1.8.6. Release Name: 1.2.3 Notes: Mostly, this release just fixes the permissions issue on *nix platforms on the database.rb and translator.rb files. It also has a few optimizations and compatibility fixes. Changes: === 1.2.3 / 26 Aug 2008 * Fix incorrect permissions on database.rb and translator.rb [Various] * Avoid using Object#extend for greater speedups [Erik Veenstra] * Ruby 1.9 compatibility tweaks for Array#zip [jimmy88@gmail.com] * Fix linking against Ruby 1.8.5 [Rob Holland <rob@inversepath.com>]
2008-09-15Update ruby-datamapper package to 0.9.5.taca2-6/+6
No changes are available, please see http://www.datamapper.org/.
2008-09-15Update ruby-activerecord to 2.1.1.minskim3-9/+14
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-15Point HOMEPAGE to RubyForge's project page since previous one has gone.taca1-3/+2
2008-09-13Update to 4.7.2, because 4.6.4 does not support db4-4.7.x.dholland3-11/+10
Changes: (from http://www.jcea.es/programacion/pybsddb.htm, some things are hyperlinks) bsddb3-4.7.2: RELEASED. (20080807). Testsuite verified in Unix 32 bit Python 2.3-2.6b2 and Berkeley DB 4.0-4.7. If you are going to use replication (Replication Manager or Base Replication), you should use Berkeley DB 4.6 or up. Previous Berkeley DB versions are unsupported, when using these functionalities. Available in PYPI. Changes: * Solved a race condition in Replication Manager testcode. * Changing any python code, automatically regenerates the Python3 version. The master version is Python2. * Compatibility with Python 3.0. * Solved a crash when DB handle creation fails. STINNER Victor - http://bugs.python.org/issue3307 * Improve internal error checking, as suggested by Neal Norwitz when reviewing commit 63207 in Python SVN. * Routines without parameters should be defined so, as suggested by Neal Norwitz when reviewing commit 63207 in Python SVN. The resulting code is (marginally) faster, smaller and clearer. * Routines with a simple object parameter are defines so, as suggested by Neal Norwitz when reviewing commit 63207 in Python SVN. The resulting code is (marginally) faster, smaller and clearer. * Routines taking objects as arguments can parse them better, as suggested by Neal Norwitz when reviewing commit 63207 in Python SVN. The resulting code is (marginally) faster, smaller and clearer. * Improve testsuite behaviour under MS Windows. * Use ABC (Abstract Base Classes) under Python 2.6 and 3.0. * Support for "relative imports". * Replication testcode behaves better in heavily loaded machines. bsddb3-4.7.1: RELEASED. (20080702). Testsuite verified in Unix 32 bit Python 2.3-2.6b1 and Berkeley DB 4.0-4.7. If you are going to use replication (Replication Manager or Base Replication), you should use Berkeley DB 4.6 or up. Previous Berkeley DB versions are unsupported, when using these functionalities. Available in PYPI. Changes: * Workaround a problem with un-initialized threads with the replication callback. * Export "DBRepUnavailError" exception. * Get rid of Berkeley DB 3.3 support. Rationale: http://mailman.argo.es/pipermail/pybsddb/2008-March/000019.html * Better integration between Python test framework and bsddb3. * Improved Python 3.0 support in the C code. * Iteration over the database, using the legacy interface, now raises a RuntimeError if the database changes while iterating. http://bugs.python.org/issue2669 - gregory.p.smith * Create "set_private()" and "get_private()" methods for DB and DBEnv objects, to allow applications to link an arbitrary object to a DB/DBEnv. Useful for callbacks. * Support some more base replication calls: "DB_ENV->rep_start", "DB_ENV->rep_sync", "DB_ENV->rep_set_config", "DB_ENV->rep_get_config", "DB_ENV->rep_set_limit", "DB_ENV->rep_get_limit", "DB_ENV->rep_set_request", "DB_ENV->rep_get_request". * Support more base replication calls: "DB_ENV->rep_elect", "DB_ENV->rep_set_transport" and "DB_ENV->rep_process_message". Support also related flags. bsddb3-4.7.0: RELEASED. (20080522). Testsuite verified in Unix 32 bit Python 2.3-2.6a3 and Berkeley DB 4.0-4.7. bsddb3 4.7.0 compiles against Berkeley DB 4.0-4.7. If you are upgrading your Berkeley DB environment at the same time, be sure to read the BDB upgrade notes carefully. From this release, the only supported Berkeley DB versions are 4.x. Support for Berkeley DB 3.3 is deprecated and will be deleted. Mailing list thread discussing this. Available in PYPI. Changes: * Support for Berkeley DB 4.7. * Support "DB_ENV->log_set_config", and related flags. * Complete the Berkeley DB Replication Manager support: "DB_ENV->repmgr_site_list" and related flags. "DB_ENV->repmgr_stat", "DB_ENV->repmgr_stat_print" and related flags. * Solved an old crash when building with debug python. (Neal Norwitz) * Extend the testsuite driver to check also against Python 2.6 (a3). * Support for RPC client service. bsddb3-4.6.5: The work on this release is transfered to 4.7.0, since Oracle just published Berkeley DB 4.7.25. (20080521)
2008-09-12Update from version 0.01 to 0.03.he2-8/+8
Pkgsrc changes: o Adjust dependencies to track package requirements Upstream changes: 0.03 Thu, 11 Sep 2008 18:42:48 +0200 Florian Ragwitz (1): Require DBIx::Class >= 0.08009. 0.02 Wed, 10 Sep 2008 23:02:57 +0200 Florian Ragwitz (4): Another SYNOPSIS example. Test accessor handling. Test behaviour when columns with default values are set explicitly. Improve documentation. Tests for always_update. Document always_update. Implement always_update.
2008-09-12Set MAINTAINER to pkgsrc-users@NetBSD.org for these packages,he1-2/+2
as per private communication with previous maintainer. No associated version bump.
2008-09-12Add NetBSD-specific warning for stacksize ulimit on 64-bit platforms.ghen1-0/+14
2008-09-12Rename MESSAGE to MESSAGE.common (for addition of platform-specific ↵ghen1-1/+1
MESSAGE.NetBSD).
2008-09-11Update from version 11.93 to 11.95, discussed in general terms with maintainer.he2-7/+6
Upstream changes (somewhat unclear, no updated Changes file...): 11.93-11.95: o Document configuration options
2008-09-11+sqlsharpgtk subdirkefren1-1/+2
2008-09-11Initial import of sqlsharpgtk-0.4, GUI client for entering and running SQLkefren5-0/+140
commands and scripts. Database objects, such as, tables and table columns can be browsed.
2008-09-11Update from version 0.12 to 0.13.he2-8/+9
Pkgsrc changes: o Adjust dependencies, 0.29 of CatalystX::CRUD now required o Canonicalize HOMEPAGE Upstream changes: 0.13 23 Aug 2008 * support new *_related methods in core API
2008-09-11Update from version 0.28 to 0.29.he2-8/+9
Pkgsrc changes: o Sort dependencies according to list in upstream package o Add overlooked dependency on p5-Class-Accessor Upstream changes: 0.29 23 Aug 2008 * fix typos in the Tutorial * add relationship methods to Controller, ModelAdapter and Model core API. * added sugary alias methods for read(), update() and delete() to match CRUD. * refactored REST controller to support related methods and provide better HTTP status checks and responses.