summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam7-63/+45
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam7-0/+176
buildlink3 framework.
2004-01-03Bump package revisions for tiff update.reed9-18/+18
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-01Look inside db.h if it belongs to db3 or db4 (as it does on somewiz1-1/+7
Linux distributions). Based on a patch by Min Sik Kim in PR 23944.
2004-01-01Update to version 0.241.salo2-5/+5
Changes: 0.241: ====== - XBase: codepage option to XBase->create added, suggested by Chris Greenhill. 0.240: ====== - XBase: delete_record/undelete_record now corrctly returns false when the delete fails, problem reported by Boris Kocak. 0.234: ====== - Added test to Makefile.PL and note to INSTALL about case insensitive clash with Xbase.pm, suggested by Michael Higgins and Jan from AS. - Added documentation / comments about datetime, suggested by John Freed. - Xbase: Added the recompute_lastrecno parameter, suggested by Kevin J. Rice. Added EOF to create, suggested by Ilya Sandler.
2003-12-30Whitespace fixescjep1-7/+7
2003-12-30Whitespace fixcjep1-2/+1
2003-12-30Whitespace fixescjep1-2/+2
2003-12-30Further changes for FreeBSD support from Michal Pasternakcjep26-80/+135
2003-12-29Add #include's necessary for this to build on FreeBSD.cjep21-1/+209
From Michal Pasternak in PR#23828.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv2-4/+4
( We really need non-recursive dependancies... *sigh* )
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-23This needs readline's buildlink to build on !NetBSD systems, fromxtraeme3-4/+6
Michal Pasternak in PR pkg/23855. Bump PKGREVISION.
2003-12-21Added mysqlccmartti1-1/+2
2003-12-21MySQL Control Center (also known as MySQLCC) is a platform-independent GUImartti7-0/+107
administration client for the MySQL database server.
2003-12-21Export some missed libraries and hide obsolete headers for Buildlink2.uebayasi1-3/+3
Min Sik Kim in PR pkg/23818.
2003-12-20Update to 0.30:veego2-5/+5
* Documentation updates * Fixed bug checking return value of client_step in bind() * Fixed bug in Entry.pm causing method calls on unblessed references
2003-12-20Added mysql4-client and mysql4-servermartti1-1/+3
2003-12-20MySQL is a SQL (Structured Query Language) database server. SQL is themartti17-0/+556
most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries.
2003-12-20MySQL is a SQL (Structured Query Language) database server. SQL is themartti7-0/+249
most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
2003-12-19Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,sketch1-1/+2
which has changed for Solaris installs.
2003-12-15Remove first chunk of this patch -- it only brings troublewiz2-12/+3
and is not useful.
2003-12-15Update digest of patch-aa because of RCS Id change by previous commit.bad1-2/+2
2003-12-15Update jdb to 1.12 plus the patch for the problem with trailing spaces inbad5-20/+49
dbstats from Heidemann's web page. Changes since 1.7 apart from bugfixes: 1.12, 30-Oct-02 - NEW: dbcolmultiscale - NEW: dbcol has -r option for "relaxed error checking" - NEW: dbcolneaten has new -e option to strip end-of-line spaces - NEW: dbrow finally has a -v option to negate the test - NEW: db_to_html_table: simple conversion to html tables - NEW: dblib now has a function dblib_text2html() that will 1.11, 2-Nov-01 - NEW: dbcolneaten now supports "field specifiers" that allow some control over how wide columns should be - OPTIMIZATION: dbsort now tries hard to be filesystem cache-friendly 1.10, 10-Apr-01 - NEW: dbstats now includes a -S option to optimize work on pre-sorted data (inspired by code contributed by Haobo Yu) 1.9, 6-Nov-00 - NEW: dbfilesplit, split a single input file into multiple output files. 1.8, 28-Jun-00 - NEW: dbrowuniq now optionally checks for uniqueness only on certain fields - NEW: dbrowsplituniq makes one pass through a file and splits it into separate files based on the given fields - NEW: converter for "crl" format network traces - NEW: anywhere you use arbitrary code (like dbroweval), _last_foo now maps to the last row's value for field _foo. - OPTIMIZATION: comment processing slightly changed so that dbmultistats now is much faster on files with lots of comments.
2003-12-14Update to 2.4.0 from Min Sik Kim PR pkg/23714.xtraeme4-185/+26
Changes: o Support more languages. o Provide mime database only; o Icons have been moved to gnome-icon-theme.
2003-12-14Bump revision to track GNOME 2.2 -> 2.4 update.jmmv2-6/+5
2003-12-14add php4-mssql 4.3.4 - PHP4 module for access to MS SQL databases, usingjdolecek1-1/+2
FreeTDS library. Brought from pkgsrc-wip
2003-12-14add php4-mssql - PHP4 module for access to MS SQL databases using FreeTDSjdolecek2-0/+16
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-12-13Bump PKGREVISION for atk library major bump.wiz3-6/+6
2003-12-08Work around a f77 ICE on NetBSD/sparc64 1.6* by "disabling" f77seb3-2/+110
completely. Please note that a Fortran compiler is not needed by this package but configure -libtool in fact- tickles it if one is found. Also fix build for older NetBSD/sparc64 compiler by patching SHA1 code the usual way.
2003-12-07Forgot to commit this with patch-aa change.epg1-2/+2
2003-12-07Fix install when BSD_INSTALL_PROGRAM uses the -s option. Can't useepg1-4/+6
BSD_INSTALL_PROGRAM because some of the programs in the list are interpreted scripts and others machine executables.
2003-12-07Make this work with DB 4.2 and bump PKGREVISION.epg3-9/+32
2003-12-07Update to 4.2.52.epg6-440/+460
Clean up Makefile. Set MAINTAINER to tech-pkg@NetBSD.org (previous maintainer, Alex Newman, says he no longer maintains this). Changes are too many to list.
2003-12-06+ py-ZODBrecht1-1/+2
2003-12-06initial import of py-ZODB 3.2 provided by Michal Pasternakrecht5-0/+532
via pkgsrc-wip The ZODB package is a Python object persistence system. It provides the Z Object Database separately from Zope so it can be used in non-Zope related Python applications to provide transparent object-oriented persistency.
2003-12-04Add a patch and bump PKGREVISION for a patch by Christian Limpach for aagc3-3/+38
problem noted on current-users by Murray Armfield. The problem was: "Just try executing slapindex to get quite a verbose libpthread invalid mutex message. slapd still core dumps on shutdown." Thanks to Christian for fixing this.
2003-12-04+=, not =grant1-2/+2
2003-12-04provide BUILDLINK_LDFLAGS.db and BUILDLINK_LIBS.db.grant1-1/+7
2003-12-04USE_GNU_TOOLS=awk. fixes build on Solarisgrant1-1/+3
2003-11-30Update HOMEPAGE.jmmv1-2/+2
2003-11-14Convert to buildlink2. Use LIBTOOL_OVERRIDE.wiz1-10/+10
Fix build with xpkgwedge. s/USE_X11BASE/USE_X11/ and bump PKGREVISION for that.
2003-11-14Add 'ulimit -n 4096' to increase the number of FDs postgresql can use. This ↵explorer2-3/+5
is what we do for mysql-server as well. Bump to nb3.
2003-11-12PKGREVISION++ after openssl update.jschauma9-11/+18
2003-11-12PKGREVISION++ due to devel/popt update.salo6-10/+13
2003-11-08Update PHP to 4.3.4jdolecek1-3/+3
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
2003-11-05Version the distfile based on our package name, since the distfile changesagc2-4/+5
without modifying a version number (it doesn't seem to have one). Modifications to the distfile reviewed by myself and found to be benign.
2003-11-03Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE. Set USE_GCC_SHLIB.gavan1-2/+3
Fixes linking on Solaris.
2003-11-03Set USE_GCC_SHLIB. Fixes compiling on Solaris.gavan1-1/+2