summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz6-271/+1
authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2004-01-09Fix the dynamic PLIST generated when building this package with pkgviewsjlam5-13/+72
by delaying installation of config files until INSTALL script time.
2004-01-09bl3ifyjlam1-10/+10
2004-01-09py-ZODB also runs with the unthreaded versions of Python 2.2 and 2.3.recht1-2/+2
Noted by Michal Pasternak (maintainer) in private email.
2004-01-07Added libpqxx-doc, documentation for libpqxx, a C++ interface tois1-1/+2
PostgreSQL-lib.
2004-01-07libpqxx-doc-2.1.3, documentation for libpqxxis3-0/+332
2004-01-07Split out Makefile.common, for the benefit of the -doc package.is2-6/+15
2004-01-07Make pkglint quiet.wiz1-1/+2
2004-01-07Don't build on a.out architectures, where the shared library versioningis1-2/+3
of this package is broken.
2004-01-07C++ interface to Postgresql-LIB (only for ELF due to broken versioning).is5-1/+104
2004-01-07Rework patch-al to let it compile on !NetBSD platforms.cube2-6/+6
2004-01-05bl3ifyjlam2-10/+10
2004-01-05bl3ifyjlam3-8/+16
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam7-14/+14
recommended by seb :)
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam1-12/+10
2004-01-04Use BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> instead ofjlam2-6/+4
BUILDLINK_{CPPFLAGS,LDFLAGS}.<pkg> where we're adding search directories. Using the former should do the right thing for pkgviews if we do binary package upgrades of dependencies by inserting the right default view directories into the search path as well.
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