summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-13Add and enable py-dbxml-1.2.1.minskim1-1/+2
2004-02-13Import py-dbxml from pkgsrc-wip.minskim5-0/+62
This module is built using SWIG (http://www.swig.org) to produce a Python module that maps to the Berkeley DB XML C++ API fairly closely. At present, separate documentation for the Python API is not provided. Refer to the C++ API documentation and the Python examples for more information, or contact Sleepycat Support (support@sleepycat.com).
2004-02-13Add and enable dbxml-1.2.1.minskim1-1/+2
2004-02-13Import dbxml-1.2.1 from pkgsrc-wip.minskim8-0/+1486
Berkeley DB XML is an application-specific native XML data manager built on Berkeley DB, the world's most widely deployed data management engine. Berkeley DB XML provides fast, reliable, scalable and cost-effective storage and retrieval for native XML data and semi-structured data. Berkeley DB XML is supplied as a library that links directly into the application's address space. This provides superior performance by eliminating bottlenecks that occur in client-server systems.
2004-02-12bl3ifyjlam2-2/+18
2004-02-11bl3ifyxtraeme4-17/+74
2004-02-11USE_LANGUAGES=c c++abs1-1/+2
2004-02-11bl3ifyxtraeme2-4/+29
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam2-4/+4
and any pre-existing buildlink2.mk files.
2004-02-10Update py-bsddb3 to 4.1.6.minskim5-55/+27
Changes sinec 4.1.1: * Extended DB & DBEnv set_get_returns_none functionality to take a "level" instead of a boolean flag. The boolean 0 and 1 values still have the same effect. A value of 2 extends the "return None instead of raising an exception" behaviour to the DBCursor set methods. This will become the default behaviour in pybsddb 4.2. * Updated documentation for set_get_returns_none. Regenerated the stale html docs from the text documentation. * Fixed a typo in DBCursor.join_item method that made it crash instead of returning a value. Obviously nobody uses it. Wrote a test case for join and join_item. * Added the dbobj wrapper for DBEnv set_timeout method. * Updated README.txt * Added the DBEnv.set_timeout method. * code cleanup to use python 2.x features in .py files * the standalone pybsddb distribution will install a module called bsddb3 while the module included with python >= 2.3 will be known as bsddb. * Shared all .py and .c source with the Python project. * Fixed DBTxn objects to raise an exception if they are used after the underlying DB_TXN handle becomes invalid. (rather than potentially causing a segfault) * Fixed module to work when compiled against a python without thread support. * Do not attempt to double-close DB cursor's whos underlying DB has already been closed (fixes a segfault). * Close DB objects when DB.open fails to prevent an exception about databases still being open when calling DBEnv.close.
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-9/+8
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv2-4/+4
2004-02-08Override config.sub and config.guess. For mipseb support.sekiya1-1/+4
2004-02-08LTCONFIG_OVERRIDE is obsolete... use LIBTOOL_OVERRIDE instead. Also somejlam1-7/+7
minor whitespace nits.
2004-02-07Now that lang/perl5/module.mk fiddles with OTHERLDFLAGS fix the wayseb9-55/+151
RRDs.so shared perl module is built and thus fix runtime failure described in PR pkg/24292 by Michael van Elst <mlelstv at serpens dot de>. Also fix sparc64 compilation warnings and runtime failure due to time_t's size assumption: sizeof(time_t) != sizeof(long) on NetBSD/sparc64. While here bl3ify, this somewhat simplify the package, and provide a buildlink3.mk file. Bump PKGREVISION. With wulf@'s blessing.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam2-4/+4
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-06Update to 2.4.1:jmmv3-7/+6
2003-12-22 Bastien Nocera <hadess@hadess.net> * configure.in: update to 2.4.1 2003-12-22 Bastien Nocera <hadess@hadess.net> * gnome-vfs.keys.in: add more aliases for .zip files (Closes: #129510) 2003-12-22 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: * gnome-vfs.applications: * gnome-vfs.keys.in: * gnome-vfs.mime: application/x-flac is now audio/x-flac, image/svg is now image/svg+xml (Closes: #127667, #86748) 2003-12-22 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: better heuristics to detect RIFF CDXA video types (Closes: #129780) 2003-12-22 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: matching on "<title" brings too many false positive (HTML vs. XML) (Closes: #111234) 2003-12-09 Bastien Nocera <hadess@hadess.net> * gnome-vfs.keys.in: * gnome-vfs.mime: run check-mime.pl, run check-mime.pl, whip self, whip self, add bittorrent mime-type 2003-12-09 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: * gnome-vfs.keys.in: * gnome-vfs.mime: add DjVu support as image/x.djvu 2003-12-02 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: * gnome-vfs.keys.in: * gnome-vfs.mime: add support for application/x-gchempaint and application/x-gcrystal (Closes: #126293) 2003-12-01 Bastien Nocera <hadess@hadess.net> * man/Makefile.am: don't install the man page, it's outdated