summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-05The long awaited update libtool to 1.5.2.skrll1-2/+1
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-02-05Note that this package uses C and C++.jlam1-1/+2
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam2-10/+8
simpler to understand.
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam2-10/+8
value outside of buildlink-related files.
2004-02-05Support a new global variable:jlam2-2/+18
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
2004-02-02These packages need a C++ compiler.jlam1-2/+2
2004-02-01Fix typo in previous commit (LIBEPQ -> LIBPQ). This closes PR pkg/24290.xtraeme1-2/+2
2004-01-31Compilation of the tryulong32.c configuration test takes ~forever onkristerw3-6/+22
arm/gcc 2.95.3. Add a workaround.
2004-01-30Use PLIST_SUBST in two files, which were not installed in FreeBSD.xtraeme2-4/+12
2004-01-29Category is databases not database.xtraeme1-2/+2
2004-01-28There's no need to use 'USE_X11BASE' in quickview package, we'll usextraeme1-3/+3
USE_X11 instead, bump PKGREVISION.
2004-01-27We want to buildlink all of the contents of the arch-dependent directoryjlam1-1/+4
for Perl5 modules.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-3/+3
2004-01-25USE_GNU_TOOLS+=m4 instead of BUILD_DEPENDS.grant1-4/+2
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam6-14/+14
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv4-7/+8
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22avoid tickling a bmake bug.grant1-3/+5
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant19-38/+38
2004-01-21Make the postgresql packages consistently install the PL/<foo> languagejlam1-1/+3
modules into ${PREFIX}/lib/postgresql, even if ${PREFIX} contains the strings "pgsql" or "postgres" (postgresql's Makefile.global is stupid that way).
2004-01-21Update to version 1.0beta1. This packages now use GTK2.cube7-33/+95
Most noticable changes (refer to ChangeLog for the complete set, since it is very long): * Support for extensibleObject objects * Allow LDAP URIs * NT passwords, LMHASH passwords * GTK2 environment * UTF-8 support
2004-01-21Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested tojlam2-3/+7
build and install properly using Heimdal.
2004-01-21Whitespacejlam1-3/+3
2004-01-21Put back MAKE_ENV settings lost in previous commit that told Makefile.PLjlam1-1/+6
where the PostgreSQL headers and libraries were located.
2004-01-21bl3ifyjlam1-3/+6