Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-04-05 | replaced hardcoded operating systems names with ${LOWER_OPSYS} variable | wulf | 1 | -7/+7 | |
2000-04-05 | replaced hardcoded architecture names with ${MACHINE_ARCH} variable | wulf | 1 | -7/+7 | |
2000-03-28 | Depend on "p5-Data-Dumper" 2.10 or newer. | tron | 1 | -2/+2 | |
2000-03-18 | Note addition of tcl-postgresql and tk-postgresql | jlam | 1 | -1/+3 | |
2000-03-18 | tk-postgreql: Tk interface to PostgreSQL | jlam | 4 | -0/+40 | |
2000-03-18 | tcl-postgresql: Tcl interface to PostgreSQL | jlam | 4 | -0/+48 | |
2000-03-18 | Missed this patch | jlam | 1 | -0/+41 | |
2000-03-18 | Change structure of postgresql package. Shared library build is now | jlam | 35 | -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-16 | defuzz | wiz | 2 | -6/+4 | |
2000-03-11 | regen checksum | tsarna | 1 | -2/+2 | |
2000-03-11 | Update to use py-mysqldb 0.1.3 | tsarna | 2 | -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-11 | Update to 0.1.3 | tsarna | 2 | -6/+6 | |
2000-03-09 | remove trailing `.' | wiz | 1 | -1/+1 | |
2000-03-05 | Regen. | kleink | 1 | -1/+2 | |
2000-03-05 | Always test for -D__architecture__ rather than -Darchitecture; newer toolchains | kleink | 1 | -0/+24 | |
(i.e. ELF on former a.out ports) are namespace-clean wrt. this, and the latter predefine implies the former. | |||||
2000-02-27 | make makepatchsum | tsarna | 1 | -0/+3 | |
2000-02-27 | Update to use py-mysqldb. Bump version to 1.1.3nb1. | tsarna | 2 | -9/+156 | |
2000-02-26 | Replace broken py-mysql with py-mysqldb | tsarna | 7 | -57/+2 | |
2000-02-26 | MySQLdb, a new, improved MySQL interface for Python. Features: | tsarna | 6 | -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-25 | Seem that I was a bit hasty with the previous change. This backs out | darcy | 2 | -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-25 | Add missing NetBSD tag to the patch file. | dmcmahill | 2 | -2/+4 | |
Regen (out of date) patch-sum | |||||
2000-02-25 | remove commented out SUBDIR += lines for packages that never got | wiz | 1 | -9/+2 | |
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories. | |||||
2000-02-24 | Python builds it's public Makefile so that the module gets linked | darcy | 2 | -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-22 | Convert "/usr/pkg" -> "${PREFIX}". | cjones | 1 | -25/+23 | |
2000-02-20 | Hmmm. I thought I'd committed this a long time ago... | jwise | 3 | -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-19 | Add and enable p5-DBD-postgresql | jwise | 1 | -1/+2 | |
2000-02-19 | Initial import of p5-DBD-postgresql-0.93, the DBD/DBI driver for Postgresql. | jwise | 7 | -0/+46 | |
2000-02-19 | add and enable oraedit | jdolecek | 1 | -1/+2 | |
2000-02-15 | When multi-line dependencies occur, use a "DEPENDS+= package" format | agc | 3 | -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-15 | Update for mysql-client-3.22.32. | bad | 4 | -8/+8 | |
2000-02-15 | Update mysql to 3.22.32. | bad | 23 | -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-05 | RCS tag added | wiz | 1 | -0/+2 | |
2000-02-04 | Correct SHLIB_LINK redefinition and update patch checksums (patch-ak was | jlam | 2 | -5/+5 | |
out of synch) | |||||
2000-01-31 | forgot to change here when committing: | jdolecek | 1 | -2/+2 | |
Python is required, fix grammar | |||||
2000-01-31 | Add package for oraedit 0.1.3. | jdolecek | 5 | -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-19 | Add and enable jdbc-postgresql | jwise | 1 | -1/+2 | |
2000-01-19 | Initial import of jdbc-postgresql-6.5.3, a type 4 JDBC driver for PostgreSQL. | jwise | 4 | -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). | |||||
2000-01-18 | Patch to make the interfaces/jdbc directory usable, even though this package | jwise | 2 | -2/+15 | |
doesn't use it. Later tonight or tomorrow morning, I will commit a jdbc-postgresql package which will share DISTFILE and patch goo with this package. All this may eventually be replaced if the client stuff is factored out of the postgresql package, but that's not me. | |||||
2000-01-17 | Redo this patch with less context to avoid a RCS keyword. | bad | 2 | -28/+17 | |
``This time for sure!'' | |||||
2000-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -2/+2 | |
2000-01-08 | minimal fixes to keep pkglint happy | wiz | 3 | -4/+4 | |
2000-01-06 | Add argument so that the shared library is found under ELF systems | darcy | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 14 | -14/+14 | |
1999-12-29 | Regen. | bad | 1 | -2/+3 | |
1999-12-29 | Use mit-pthreads/stdio/xprintf.c instead of printf.c because the latter | bad | 1 | -0/+13 | |
isn't thread safe. | |||||
1999-12-29 | Restore a line that was lost in my previous commit. | bad | 1 | -7/+11 | |
1999-12-28 | changed PKGNAME to p5-${DISTNAME} | wiz | 1 | -2/+2 | |
1999-12-28 | replaced some commands by their ${COMMAND} counterparts | wiz | 2 | -7/+7 | |
1999-12-28 | better PKGNAME generation from DISTNAME | wiz | 1 | -3/+3 | |
1999-12-28 | RCS tag added | wiz | 1 | -0/+1 | |