summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2000-05-03Replace hard coded 'i386-netbsd' by ${MACHINE_ARCH}-${LOWER_OPSYS}. Fixesrh3-7/+7
PR 9774 by Michael Wolfson. Adapt for new installation directory structure of postgresql package.
2000-04-28Fix location of tk-postgresqlrh1-2/+2
2000-04-28Remove quicklist entirely from databases. Oops.garbled2-18/+1
2000-04-28Remove this package.. it allready exists in misc.garbled7-52/+0
2000-04-27Upgrade JDB to 1.7.bad5-31/+24
From the change log: 1.7, 5-Jan-00 - NEW: dbcolize now detects and rejects lines that contain embedded copies of the field separator - NEW: configure tries harder to prevent people from improperly configuring/installing jdb - NEW: tcpdump_to_db converter (incomplete) - NEW: tabdelim_to_db converter: from spreadsheet tab-delimited files to db - BUG FIX: dbjoin used to produce incorrect output if there were extra, unmatched values in the 2nd table. - BUG FIX: the sample commands in the usage strings now all should explicitly include the source of data (typically from "cat foo.jdb |"). - DOCUMENTATION BUG FIX: dbcolmovingstats had incorrect sample output. 1.6, 24-May-99 - NEW: dbsort, dbstats, dbmultistats now run in constant memory (using tmp files if necessary) - NEW: dbcolmovingstats does moving means over a series of data - NEW: dbcol has a -v option to get all columns except those listed - NEW: dbmultistats does quartitles and medians - NEW: dbstripextraheaders now also cleans up bogus comments before the fist header - BUG FIX: dbcolneaten works better with double-space-separated data
2000-04-27Update pgaccess to 0.98.5. Changes are bugfixes and a few more languagerh3-7/+13
translations. Depend on tk-postgresql instead of postgresql and fix location of pgtksh to make this work again (after the restructuring of our postgres package layout).
2000-04-26Add and enable quicklistgarbled1-1/+2
2000-04-26Add pkg for quicklist 0.8.6:garbled8-0/+68
a GTK free-form database, that is easy to use.
2000-04-21Update to reflect reality.jwise1-2/+2
2000-04-21Make this work with the new locations for PostgreSQL include files. Mindjwise3-2/+16
you, people _should_ be using databases/p5-DBI and databases/p5-DBD-postgresql instead...
2000-04-19Add explicit --with-named-curses-libs="-lcurses" to avoid accidentaljdolecek1-2/+2
implicit usage of ncurses in case ncurses are installed. mysql clients seem to work just just fine with old 1.4.1 curses.
2000-04-09Adapt to new postgresql include/library locations.jlam8-64/+26
2000-04-09Put headers into /include/pgsql.jlam3-40/+45
2000-04-05replaced hardcoded operating systems names with ${LOWER_OPSYS} variablewulf1-7/+7
2000-04-05replaced hardcoded architecture names with ${MACHINE_ARCH} variablewulf1-7/+7
2000-03-28Depend on "p5-Data-Dumper" 2.10 or newer.tron1-2/+2
2000-03-18Note addition of tcl-postgresql and tk-postgresqljlam1-1/+3
2000-03-18tk-postgreql: Tk interface to PostgreSQLjlam4-0/+40
2000-03-18tcl-postgresql: Tcl interface to PostgreSQLjlam4-0/+48
2000-03-18Missed this patchjlam1-0/+41
2000-03-18Change structure of postgresql package. Shared library build is nowjlam35-841/+782
unlibtoolized. Things now install into ${PREFIX} instead of ${PREFIX}/${PGSQL_USER} to match hier(7) expectations. The Tcl and Tk interfaces are now split out into separate packages. This closes the following PRs: 7384, 8747, 8789, 9272, 9461.
2000-03-16defuzzwiz2-6/+4
2000-03-11regen checksumtsarna1-2/+2
2000-03-11Update to use py-mysqldb 0.1.3tsarna2-7/+9
Changes: - better SQL quoting Changes for py-mysqldb 0.1.3 that I forgot to note: - Fixes a coredump at exit under some conditions - Improved backwards compatability with MySQLmodule.
2000-03-11Update to 0.1.3tsarna2-6/+6
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-05Regen.kleink1-1/+2
2000-03-05Always test for -D__architecture__ rather than -Darchitecture; newer toolchainskleink1-0/+24
(i.e. ELF on former a.out ports) are namespace-clean wrt. this, and the latter predefine implies the former.
2000-02-27make makepatchsumtsarna1-0/+3
2000-02-27Update to use py-mysqldb. Bump version to 1.1.3nb1.tsarna2-9/+156
2000-02-26Replace broken py-mysql with py-mysqldbtsarna7-57/+2
2000-02-26MySQLdb, a new, improved MySQL interface for Python. Features:tsarna6-0/+46
- Compatibility with MySQL 3.22 - Compliance with Python database API version 2.0 - Thread-safety - Thread-friendliness (threads will not block each other)
2000-02-25Seem that I was a bit hasty with the previous change. This backs outdarcy2-9/+5
that change and makes the correct one which is to simply remove the -Wl flag as cc can handle -R by itself.
2000-02-25Add missing NetBSD tag to the patch file.dmcmahill2-2/+4
Regen (out of date) patch-sum
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-9/+2
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-24Python builds it's public Makefile so that the module gets linkeddarcy2-5/+9
with ld on a.out systems and cc on ELF systems so we need to check and only add the -Wl flag if on a.out systems.
2000-02-22Convert "/usr/pkg" -> "${PREFIX}".cjones1-25/+23
2000-02-20Hmmm. I thought I'd committed this a long time ago...jwise3-8/+20
Split PGSQL_USE_TCL into PGSQL_USE_TCL and PGSQL_USE_TK so that postgres can be built with tcl support on a machine without tk (such as a machine without X installed...)
2000-02-19Add and enable p5-DBD-postgresqljwise1-1/+2
2000-02-19Initial import of p5-DBD-postgresql-0.93, the DBD/DBI driver for Postgresql.jwise7-0/+46
2000-02-19add and enable oraeditjdolecek1-1/+2
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc3-9/+9
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
2000-02-15Update for mysql-client-3.22.32.bad4-8/+8
2000-02-15Update mysql to 3.22.32.bad23-1107/+33
This includes a security fix for the remote password checking protocol. Other wise it's just the regular bunch of bugfixes. See appendix D of the manual.
2000-02-05RCS tag addedwiz1-0/+2
2000-02-04Correct SHLIB_LINK redefinition and update patch checksums (patch-ak wasjlam2-5/+5
out of synch)
2000-01-31forgot to change here when committing:jdolecek1-2/+2
Python is required, fix grammar
2000-01-31Add package for oraedit 0.1.3.jdolecek5-0/+35
oraedit is capable of editing functions, procedure, package bodies and specification, type body and specifications as well as views stored in Oracle. The only thing required is working sqlplus client or working rsh/ssh connection to a computer with one (and Python, of course). Documentation is currently not present, you have to figure out usage yourself ATM, sorry.
2000-01-19Add and enable jdbc-postgresqljwise1-1/+2
2000-01-19Initial import of jdbc-postgresql-6.5.3, a type 4 JDBC driver for PostgreSQL.jwise4-0/+77
This shares a distfile and a checksum file with the postgresql package. It uses a different workaround for the postgres jdbc Makefile than in that package's patch-an, but I am leaving that patch there for documentation purposes. (That way `cd pkgsrcs/databases/postgresql ; make patch' DTRT for people looking at the sources).