summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2003-02-23Patch file patch.3.3.11.1 has changed on master patch site.seb1-3/+3
Diff with previous version: 23c23 < * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $ --- > * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $ 32c32 < * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $ --- > * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $
2003-02-22Fix MASTER_SITES, pointed out by Robert Elz in PR pkg/20466.jmmv2-5/+6
Switch to use the .tar.bz2 distfile as most GNOME2 packages (suggested in the same PR).
2003-02-21Minor PLIST updates.mycroft1-6/+8
2003-02-21Update postgresql-* to 7.3.2. Contains numerous bug fixes, including remotemycroft3-7/+7
holes. Restore creation of OID column in CREATE TABLE AS / SELECT INTO Fix pg_dump core dump when dumping views having comments Dump DEFERRABLE/INITIALLY DEFERRED constraints properly Fix UPDATE when child table's column numbering differs from parent Increase default value of max_fsm_relations Fix problem when fetching backwards in a cursor for a single-row query Make backward fetch work properly with cursor on SELECT DISTINCT query Fix problems with loading pg_dump files containing contrib/lo usage Fix problem with all-numeric user names Fix possible memory leak and core dump during disconnect in libpgtcl Make plpython's spi_execute command handle nulls properly (Andrew Bosma) Adjust plpython error reporting so that its regression test passes again Work with bison 1.875 Handle mixed-case names properly in plpgsql's %type (Neil) Fix core dump in pltcl when executing a query rewritten by a rule Repair array subscript overruns (per report from Yichen Xie) Reduce MAX_TIME_PRECISION from 13 to 10 in floating-point case Correctly case-fold variable names in per-database and per-user settings Fix coredump in plpgsql's RETURN NEXT when SELECT into record returns no rows Fix outdated use of pg_type.typprtlen in python client interface Correctly handle fractional seconds in timestamps in JDBC driver Improve performance of getImportedKeys() in JDBC Make shared-library symlinks work standardly on HPUX (Giles) Repair inconsistent rounding behavior for timestamp, time, interval SSL negotiation fixes (Nathan Mueller) Make libpq's ~/.pgpass feature work when connecting with PQconnectDB Update my2pg, ora2pg Translation updates Add casts between types lo and oid in contrib/lo fastpath code now checks for privilege to call function
2003-02-21Add and enable mergeant.salo1-1/+2
2003-02-21Initial import of mergeant-0.10.0: GNOME2 GNOME-DB database front-endsalo6-0/+127
Mergeant is a GTK2/GNOME2 font-end for GNOME-DB database administrators and database application developers. It uses libgda/libgnomedb as the backend to access databases, so it can work with almost any database engine (mysql, postgresql, xml, etc...)" Partialy replaces obsoleted databases/gnome-db.
2003-02-21Remove gnome-db. It was superseded with newer libgnomedb and mergeantsalo6-186/+1
packages.
2003-02-20Mark as BROKEN: Does not compile anymore with recent libgnomedb. Obsoleted bysalo1-1/+3
mergeant. This package should be removed after mergeant package is created.
2003-02-18GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents thejmmv2-11/+3
configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv5-6/+11
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-17Add http://www.sqlite.org/ as download site.taca1-2/+3
2003-02-17convert to use test target from bsd.pkg.mkdillo1-5/+2
addresses PR pkg/19416
2003-02-17Update sqlite to version 2.8.0.agc3-7/+7
An update to 2.7.5 was provided in PR 19719 by Jarkko Torppa. Main changes are support for endian-neutral databases, and a huge number of bug fixes.
2003-02-17Add & enable pxtoolszuntum1-1/+2
2003-02-17Initial import of databases/pxtools (version 0.0.19)zuntum4-0/+31
The pxTools are a collection of tools to work with a Paradox-database. It consists of pxinfo, pxcsvdump, pxxmldump and pxsqldump. Provided by collver1@attbi.com in PR#19394, slightly modified by me.
2003-02-16Update to version 1.0.40. See changes below.seb25-494/+937
Packages changes: use buildlink2 and perl5/module.mk, documentation splitted in $PREFIX/share/doc/{rrdtool,html/rrdtool}/*. Okay'ed by wulf@. Changes since version 1.0.33: - bugfix, + enhancement, * contrib, = RELEASE --------------------------------------------- = 1.0.40 2002/10/11 -- Tobi - 2002/10/11 Jeffrey Wheat <jeff@nt.cetlink.net> updated php4 bindings to work with php 4.2.3 - 2002/10/07 Tomoyuki Murakami <tomoyuki@pobox.com> -z does not take an option - 2002/10/03 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar> fix for PREV() operator - 2002/08/01 Paul Clifford <paul.clifford@bbc.co.uk> fix for segfault in print_calc function + 2002/07/31 "Nenad Antic (EAB)" <Nenad.Antic@era.ericsson.se> rrdfetch manpage update - 2002/07/12 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar> PREV(xxx) match with DEF_NAM_FMT - 2002/07/12 Joerg Mertin <mertinj@europe.psi.com> fixed bindings for php4 - 2002/07/02 Philippe.Simonet@swisscom.com fixed DINF for win32 compile = 1.0.39 2002/06/20 -- Tobi + 2002/06/20 -- Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar> * new CDEF feature PREV(x) which allows for funky new filters to be created easily + 2002/06/14 -- "Shipway, Steve" <steve.shipway@eds.com> * Improved docs for rrd_resize - Tobi * increassed commandline buffer in rrd_tool.c to 100 kilo Byte * in rrd_graph replace rint by ceil ...its more portable * remove // comments and replace with /* .... */ * due to popular demand change strftime format to %V for weeks + 2002/05/24 -- Joe Griffin <joe.griffin@mscsoftware.com> * config.guess and config.sub updates for IA64 = 1.0.38 2002/05/22 -- Tobi - 2002/05/12 -- Tobi * fix for crash in restore when used with existing file - 2002/04/29 -- Alex * fix for PRINT template parser in rrd_graph ... - 2002/04/16 -- Milan Obuch <milan.obuch@in.nextra.sk> * fix for --alt-mrtg + 2002/05/01 Wolfgang Schrimm <Wolfgang.Schrimm@urz.uni-heidelberg.de> * new subcommand xport = 1.0.37 2002/04/13 -- Tobi - 2002/04/14 -- Thierry Nkaoua <tnka@linux-sottises.net> * do not change LC_ALL but just LC_TIME ... = 1.0.36 2002/04/13 -- Tobi + 2002/04/13 -- Milan Obuch <milan.obuch@in.nextra.sk> * added new options to rrdgraph. Check the manpage for --overlay, --background, --unit, GD (graph output format) + 2002/04/09 -- Tobi * added setlocale and tzset calls to rrd_graph - 2002/04/09 -- Tobi * removed description of --goodfor and --refresh from rrdcgi - 2002/04/02 -- Paul Vixie <paul@vix.com> * rrd restore should not burn down existing files - 2002/03/23 -- Oliver Cook <ollie@uk.clara.net> * kill segfault in diff code for non digit input - 2002/03/23 -- Ashok Mandala <chakri063@yahoo.com> * make sure CDEFs work properly even when none of the contributing data sources start at start of the cdef. + 2002/03/20 -- David Lee <t.d.lee@durham.ac.uk> * Allow link builds through the ../configure syntax = 1.0.35 2002/03/20 -- Tobi - 2002/03/20 -- Tobi * fixed longstanding off by 1 bug in CDEF for cases where RRDs with different step sizes were mixed in one CDEF - 2002/03/13 -- Tobi * Deal with cases where Config{cc} contains an absolute path to perls C compiler. - 2002/03/14 -- Matt Galvin <mgalvin@dandd.com> * new OS detector config files which can deal with macos X = 1.0.34 2002/03/12 -- Tobi - 2002/02/12 -- Tobi * replaced zlib 1.1.3 with 1.1.4 - 2002/02/06 -- Alexander Schwartz <alexander.schwartz@gmx.net> * allow rrdcgi to deal with umlauts - 2001/12/27 -- Tom.Bertelson@gecapital.com * fix overflow error in rrd_fetch - 2001/11/28 -- Richard A. Steenbergen <ras@e-gerbil.net> * allow + - and ' ' in printfsring - 2001/03/31 -- Tobi * added 'all' dependancy to site-perl-install rule as many seem to skip this step when instaling cricket ... probably an incomplete cricket doku. - 2001/03/02 -- Mike Franusich <mike@franusich.com> * filedescriptor leak fixed in rrd_open for faild open attempts. - 2001/03/01 -- Tobi * test if compiler perl wants to use for building its modules is available on the system * zlib wants to be linked with -fpic on HPUX or it breaks ...
2003-02-14Bump version to 0.10. Packages using this one have been just updated, so nojmmv1-2/+2
revision bump is required for them.
2003-02-14Update to 0.10. Changes since 0.8.199:jmmv7-111/+137
libgnomedb 0.10, 2003-01-27 --------------------------- - Added --disable-gtk-doc argument to configure (rodrigo) - Fixed .server file paths (rodrigo) - Fixed weird size of provider list in configuration dialog (rodrigo) - Fixed modal dialog on 'save as..' grid's menu item and made the code actually ask the user if he wants to overwrite existing files (rodrigo) - Re-Added GnomeDbIconList from the 1.4 version (rodrigo) - Implemented session management (rodrigo) - Replaced GnomeDbSqlEditor widget with a more generic GnomeDbEditor, to support many languages (rodrigo) - Removed obsolete config.h files all over (gonzalo) - Fixed alignment for grid's cells (rodrigo) - Improved look of error and login dialogs (rodrigo) - Remember values between GnomeDbDsnConfigDruid's pages (rodrigo) - Many improvements on GnomeDbGrid (rodrigo) - Updated translations: - de (cneumair) - es (pablodc) - it (algol) - no (kmaraas) - pt_BR (evandrofg) - sl (minmax) - sv (menthos) libgnomedb 0.9, 2002-12-10 -------------------------- - Splitted stock icons initialization from the main library init function, to have the GnomeDbLogin/GnomeDbLoginDialog widgets work correctly in Glade (rodrigo) - Updated translations: - be (dmitrym) - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - nl (adrighem) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html. - Honor PKG_SYSCONFDIR. - Register schema files using the new framework in GConf2 (schemas.mk).
2003-02-13Remove gtk-doc from here too.jmmv1-2/+1
2003-02-13Update to 0.10.0. Changes since 0.8.199:jmmv6-137/+150
libgda 0.10, 2003-01-27 ----------------------- - Added support for PostgreSQL 7.3 new features (vivien, gonzalo) - Added LANGUAGES schema to set of supported schemas (rodrigo) - Fixed TABLES schema retrieval on Oracle (rodrigo) - Fixed translatable strings (menthos, holger) - Improvements on FreeTDS provider (holger) - Added changes notifications in data models (rodrigo) - Added new schemas to test suite (rodrigo) - Fixed GdaTable class (rodrigo) - First working version of the MDB (MS Access files) provider (rodrigo) - Fixed retrieval of NUMERIC fields' info on PostgreSQL provider (santi) - Fixed circular calls in gda_data_model_describe_column (rodrigo) - Added man page for configuration tool (gonzalo) - Added build requirements for gda-sqlite and man page for gda-config-tool in SPEC file (david) - Fixed FreeTDS include path for RedHat (holger) - Made all plugins resident (rodrigo) - Implemented basic read-onlyness for MySQL connections (rodrigo) - Fixed AGGREGATES schema for MySQL (rodrigo) - Lots of work on the reporting engine (santi) - Added support for PostgreSQL's bytea type fields (gonzalo) - Added use of syslog for the log functions (rodrigo) - Fixed unref'ing problems on providers (gonzalo) - Added first working version of the LDAP provider (german) - Removed obsolete config.h files all over (gonzalo) - Added event notification framework to GdaClient, and converted error notification to the new system (rodrigo) - Implemented saving data models to XML (rodrigo) - First basic version of the xBase provider (rodrigo) - First GNOME 2 version of the ODBC provider (nick) - Added support for SSL in MySQL connections (rodrigo) - Added MONEY type (rodrigo) - Unified parameter names for providers' connection strings (gonzalo) - Updated translations: - cs (mitr) - de (cneumair, chrisime) - es (pablodc) - no (kmaraas) - sk (stano) - sl (minmax) - sv (menthos) libgda 0.9, 2002-12-10 ---------------------- - Fixed weird initialization of the MySQL structures (cleber) - Fixed #96758 (rodrigo) - Fixed #95985 (rodrigo) - Fixed #96810 (rodrigo) - Fixed bison problems in SQL parser (gonzalo) - Fixed DTD validation of config XML file (gonzalo) - Implemented most schemas for FreeTDS provider (holger) - Fixed crash on provider lookups in client library (gonzalo) - Documentation fixes and additions (gonzalo, calvaris) - Fixed #99997 (rodrigo) - Fixed #96810 (rodrigo) - First working version of the ported (from libgda 0.2.x) Sybase provider (holger) - Fixed #97669 (holger (FreeTDS part), rodrigo (Oracle part)) - Updated translations: - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html/libgda. - Avoid dependancy on gtk-doc.
2003-02-09attempt to clarify password instructionslukem1-5/+7
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+3
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-31Updated to p5-perl-ldap-0.2701shell3-12/+13
Changes : * contrib/tklkup: - Corrected default numbers for gui height and width. - Corrected error in gui height and width geometry initialization. * contrib/dot.tklkup: - Corrected default numbers for width and height. * contrib/tklkup: - Corrected an error in the rootDse subroutine. * contrib/tklkup: - Removed one of the mainwindow update commands in the schema display section, it was interfering with the automatic window sizing on window creation. * contrib/tklkup: - Replaced width and height test values with correct values. * contrib/tklkup: - Moved position of process message window. - Added main window height and width options. - Added busy indicator. Please see ChangeLog for more.
2003-01-31oops, share/mysql/mysql.server was missinglukem1-1/+2
2003-01-29add explicit reminder about ${MYSQL_DATADIR} ownershiplukem2-1/+8
2003-01-29As usual, prevent compiling SHA1 from blowing up on sparc64 by movingkleink3-3/+129
each round into a separate function. Bump to 2.0.27nb2.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam8-16/+18
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-27Depend on gnome1-dirs to handle shared directories.jmmv1-1/+3
2003-01-27Convert to buildlink2.jmmv1-4/+4
2003-01-24we need bsd.pkg.install.mk if we want to use it.grant1-1/+2
2003-01-21update psychopg to 1.0.14.drochner2-7/+6
This is a bugfix release, probably the last in the 1.0.x series.
2003-01-21also need to set the "mysql root" password on -h `hostname`lukem1-1/+3
2003-01-21install bin/mysql.server for people who won't or can't use etc/rc.d/mysqld.lukem4-7/+9
fixes rest of [pkg/19936].
2003-01-21- add rc.d script; based on [pkg/19055], with rework by me.lukem8-11/+153
- add support for MYSQL_USER and MYSQL_GROUP (user & group to run database as) - change ownership of $MYSQL_DATADIR to ${MYSQL_USER}:${MYSQL_GROUP} 700 - fix safe_mysqld to send all output to the error log and to NOT output random messages to the tty it was started on. - display a MESSAGE reminding people to change the password of the mysql 'root' user. - bump PKGREVISION (to 3.23.49nb2)
2003-01-20Don't install mysql.server as part of the client.lukem2-4/+4
Bump PKGREVISION. Fixes part of PR [pkg/19936].
2003-01-20add definitions for MYSQL_USER and MYSQL_GROUPlukem1-1/+7
2003-01-20fix typolukem1-2/+2
2003-01-20regen for patch change:wiz1-3/+3
23c23 < * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $ --- > * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $ 32c32 < * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $ --- > * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $ Requested in various PRs.
2003-01-20use native pthreads on NetBSD, if availablejdolecek1-9/+19
the explicit exits(/usr/include/pthread.h) here is not ideal, but this pkg didn't use pthread.buildlink2.mk before
2003-01-20need to include <signal.h> in my_pthread.h to be compilablejdolecek2-1/+14
with native NetBSD threads - header uses sigset_t and not all sources pulling the header pull <signal.h> before my_pthread.h
2003-01-19use automatic rc script handling.grant2-6/+5
2003-01-19Don't use pthread_attr_setstacksize unless _POSIX_THREAD_ATTR_STACKSIZEskrll3-2/+18
is defined. This lets openldap compile on -current. Fixes PR 19921. PKGREVISION++
2003-01-19Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" totron1-2/+2
use native threads on platforms which support them.
2003-01-17Add and enable py-bsddb3.gson1-1/+2
2003-01-17PyBSDDB 4.1.1, a Python extension module for Berkeley DB 3 and 4.gson6-0/+137
This NetBSD package includes the patches from bug reports #667340, #667343, and #669533, which are in the SourceForge pybsddb3 CVS but not yet in the 4.1.1 release; hence PKGREVISION=1.
2003-01-17Update p5-DBD-postgresql to 1.21mjl4-38/+43
- System tables no longer returned by tables(). - Fix table_attributes to handle removal of pg_relcheck in 7.3, - Properly reset transaction status after failed transaction when autocommit is off. Properly report transaction failure message. - New pg_bool_tf database handle that when set to true booleans are returned as 't'/'f' rather than 1/0. - Maintenance transferred to GBorg. - Added implementations of column_info() and table_info(), and primary_key_info(). - The POD formatting was cleaned up. - The preparser was updated to better handle escaped characters. - Added eg/lotest.pl as a demonstration of using large objects in buffers rather than files. - Added LISTEN/NOTIFY functionality. - Added constants for common PostgreSQL data types. - Fixed compile-time warnings.
2003-01-12- Fix installation of online documentation.tron4-23/+79
- Supply example configuration for Apache web server. - Search for configuration file in "${PKG_SYSCONFDIR}/phpmyadmin". - Rearrange directory structure so that the PHP files can be mapped into a web server's document space instead of copying them. - Bump package revision after above changes. These improvements are based on the patches supplied by Adrian Portelli in PR pkg/19708.
2003-01-11Updated databases/pgaccess to 0.98.8. Major changes from version 0.98.7jlam5-52/+214
include: * Completely redesigned interface, brighter and full of helpful icons and better widgets. * Connect to multiple databases on different hosts in one instance of the program. Forms, Reports, Queries, Scripts, and Diagrams can be copied between clusters. * Syntax highlighting. * Forms took a leap, with a snappy grid, more widgets, more fonts, more colors, simpler data source connection, tab order modification, and a removal of the 8k barrier. * The PgMonitor program was pulled under the umbrella, and can be run as a plugin from the main window menu.
2003-01-11Install the conversion modules and SQL script for postgresql. Bump thejlam2-2/+31
PKGREVISION of databases/postgresql-server to 1.
2003-01-09Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment.schmonz1-1/+3