summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim5-10/+10
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv4-11/+12
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-08Remove info files entries from PLIST.seb1-9/+1
2004-03-07Updated mysql-server to 4.0.18martti10-49/+51
* Bug fixes
2004-03-07Updated mysql-client to 4.0.18martti3-10/+14
* Bug fixes
2004-03-07NetBSD-current needs -lcrypto when linking in Heimdal.markd2-1/+15
2004-03-07Add a conflict on sysutils/coreutils if GNU_PROGRAM_PREFIX == "g".recht1-1/+9
Addresses PR 23941 by Chris Pinnock.
2004-03-06- add and enable gnats4recht1-2/+3
- sort
2004-03-06initial import of gnats 4.0recht7-0/+159
GNATS was designed as a tool for software maintainers. It consists of several utilities which, when used in concert, formulate and administer a database of Problem Reports grouped by site-defined problem categories. It allows a support organization to keep track of problems (hence the term Problem Report) in an organized fashion. Essentially, GNATS acts as an active archive for field-separated textual data.
2004-03-06Fix typo: =gnats/ should be :=gnats/ in MASTER_SITE_GNUrecht1-2/+2
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam14-89/+94
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-04Update py-bsddb3 to 4.2.4.minskim4-33/+7
Changes: * changed DB and DBEnv set_get_returns_none() default from 1 to 2. * cleaned up compatibility iterator interface. * the legacy compatibility dict-like interface now support iterators and generators and allows multithreaded access to the database. * fixed a tuple memory leak when raising "object has been closed" exceptions for DB, DBEnv and DBCursor objects. I doubt much previous code triggered this. * use of a closed DBCursor now raises a DBCursorClosedError exception subclass of DBError rather than a boring old DBError. * added DBCursor.get_current_size() method to return the length in bytes of the value pointed to by the cursor without reading the actual data. * Standalone pybsddb builds now use a _pybsddb dynamic/shared library rather than _bsddb. This allows for pybsddb to be built, installed and used on python >= 2.3 which includes an older version of pybsddb as its bsddb library. * Can now compile and link with BerkeleyDB 4.2.x (when its released). * the legacy bsddb module supports the iterator interface on python 2.3. * Support the DBEnv.set_shm_key() method. * Fixed setup.py include/{db4,db3} header file searching (SF bug #789740).
2004-03-03update to 3.2.1recht3-113/+120
provided by Michal Pasternak in PR 24657 What's new in ZODB3 3.2.1? ========================== Release-date: 12-Feb-2004 The storage comparison matrix (Doc/storages.html) was updated. It now has current information about Adaptable Persistence (Ape): http://hathaway.freezope.org/Software/Ape. What's new in ZODB3 3.2.1 release candidate 1? ============================================== Release-date: 20-Jan-2004 FileStorage ----------- Fixed a serious bug in the new pack implementation. If pack was called on the storage and passed a time earlier than a previous pack time, data could be lost. In other words, if there are any two pack calls, where the time argument passed to the second call was earlier than the first call, data loss could occur. The bug was fixed by causing the second call to raise a StorageError before performing any work. ZEO --- Fixed a bug in the ZEO authentication implementation that could cause a properly authenticated connection to fail unexpectedly with a ValueError -- "Received message without HMAC." Fixed a bug in the ZEO server's getInvalidations() method. If it had the requested invalidations, it would send all the invalidations in its queue rather than just the requested ones. This didn't affect correctness of the cache, but did cause it to throw out valid data. Fixed a bug that prevented the -m / --monitor argument from working. Fixed and enhanced the zeopasswd.py script. It now runs as a script and supports command-line arguments for all the options that can be specified in the configuration file. What's new in ZODB3 3.2.1 beta 1 ================================ Release-date: 18-Nov-2003 This code in this release should be identical to the code in Zope 2.7.0 beta 3. Changed the ZEO server and control process to work with a single configuration file; this is now the default way to configure these processes. (It's still possible to use separate configuration files.) The ZEO configuration file can now include a "runner" section used by the control process and ignored by the ZEO server process itself. If present, the control process can use the same configuration file. Fixed a performance problem in the logging code for the ZEO protocol. The logging code could call repr() on arbitrarily long lists, even though it only logged the first 60 bytes; worse, it calls repr() even if logging is currently disabled. Fixed to call repr() on individual elements until the limit is reached. ReadConflictErrors have an experimental new method, ignore(). If a database connection raises a read conflict, the current transaction was eventually be aborted. If the ignore() method is called, it will allow a transaction to commit after receiving a read conflict. This method should be used with great care, because ignoring read conflicts may allow inconsistent data to be written to the database. Several bare string exceptions were changed to raise exception objects. All these exceptions were in fairly obscure parts of the code. Bug fix for Acquisition in ExtensionClass. Zope Collector #1056: aq_acquire() ignored the default argument. The zdaemon.Daemon module was removed, because it is no longer used by zdaemon. The ZEO test suite is more robust. A variety of small changes were made that make it less likely to fail on slow or loaded machines.
2004-03-03category is 'databases', not 'database'jdolecek1-2/+2
2004-03-02Remove info files entries from PLIST.seb1-2/+1
2004-03-01Not used any more.minskim1-30/+0
2004-02-26Add and enable py-IndexedCatalog.minskim1-1/+2
2004-02-26Import py-IndexedCatalog from pkgsrc-wip. Packaged by Michal Pasternak,minskim4-0/+137
and slightly modified by me. IndexedCatalog is an extension to the Zope Object Database (ZODB) that provides indexing and allows queries for objects based on attributes. Which is accomplished by indexing all fields by type (string/integer/float) and by a simple query language.
2004-02-25Add buildlink3.mk. Requested by the maintainer in PR pkg/24549.minskim1-0/+22
2004-02-25Add missing header files to PLIST. Bump PKGREVISION.minskim2-2/+6
2004-02-25bl3ifyminskim1-2/+2
2004-02-24Point to a couple of useful URLs. Requested by Michal Pasternak insnj1-2/+8
PR pkg/24549. Also slightly change some wording.
2004-02-24Remove 3 from PKGNAME, per request from the maintainer.wiz1-2/+2
2004-02-24adapt patch from FreeBSD ports to fix build on FreeBSD 5.2:grant2-1/+26
http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/mysql41-server/files/patch-sql::mysqld.cc?rev=1.1 from Michal Pasternak in PR pkg/24447.
2004-02-22Add and enable p5-DBI-Shell.minskim1-1/+2
2004-02-22Import p5-DBI-Shell from pkgsrc-wip. Packaged by Eric Schnoebelen,minskim4-0/+35
improved by wiz@, and slightly modified by me. The DBI Shell, or dbish, is a command-line tool that allows you to run arbitrary SQL statements and diagnostics against databases without needing to write a complete Perl program.
2004-02-22bl3ify and enable pkgviews installation.minskim1-3/+5
2004-02-21s/adminster/administer/snj1-2/+2
2004-02-21The OpenLDAP libraries don't need the Kerberos libraries.jlam1-4/+1
2004-02-21Refine comment a bit to be more precise.jlam1-2/+2
2004-02-21Enable linking against shared libraries, and correctly enable detection ofjlam1-1/+4
the Kerberos libraries.
2004-02-20unusedjmmv2-71/+0
2004-02-20Reenable the use of GNU pth on systems without native pthreads. Bumpjlam3-12/+32
the PKGREVISION. The fix was provided by Nick Hudson and modifies the libldap initialization routine to call the GNU pth initialization routine before using it. The resulting slapd/slurpd passes the test suite included in the OpenLDAP sources. This fixes PR 24473.
2004-02-20bl3ify, add explicit dependencies on everything used directly by this packagejmmv1-5/+14
and use pkgsrc intltool.
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz1-2/+1
2004-02-19If the threads are non-native, then don't build openldap with threadsjlam2-7/+22
support. The slapd built without threads passes all of its test except for the replication test, which is because slurpd is not built (slurpd requires threads). Bump the PKGREVISION. This is in response to PR 24473. As a debugging aid in case someone attempts to really fix the PR, if _OPENLDAP_REQUIRE_THREADS is "yes", then openldap will forcibly build using GNU pth if native threads aren't available.
2004-02-19Convert to buildlink3.wiz2-2/+24
2004-02-18+etc/rc.d/slurpdjlam1-1/+2
2004-02-18Forgot to add PKG_INSTALLATION_TYPES for pkgviewsheinz1-1/+3
2004-02-18Depend on Data::Dumper >= 2.08heinz1-2/+2
2004-02-18Update of p5-MLDBM to 2.01.heinz3-21/+8
Changes since version 2.0: ========================== item 2.01 (07 July 2002) New testing method MLDBM::_compare($a, $b) used in t/*.t scripts to verify data structures are identical. In perl 5.8.0 RC2, the order of hashes changed, making the prior hard coded test case string comparisons invalid, so created this more flexible method for testing that should work in future releases, without relying on specific hash ordering.
2004-02-14Add and enable shared-mime-info.jmmv1-1/+2
2004-02-14Initial import of shared-mime-info, version 0.13:jmmv5-0/+447
Many programs and desktops use the MIME system to represent the types of files. Frequently, it is necessary to work out the correct MIME type for a file. This is generally done by examining the file's name or contents, and looking up the correct MIME type in a database. For interoperability, it is useful for different programs to use the same database so that different programs agree on the type of a file, and new rules for determining the type apply to all programs. This package contains the core database of common types and the update-mime-database command used to extend it.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv5-10/+10
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam21-48/+23
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-3/+3
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-02-14Update databases/openldap to 2.1.25 (latest stable release as ofjlam7-42/+60
20031217. Changes from version 2.1.22 include many bug fixes including memory leaks, adding lutil_passwd extensions, and adding config file keywords to control the replication daemon.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-02-13s/independant/independent/snj1-1/+1