- We don't print messages durring install.
- It's typical to show INSTALL_ macros run durring install.
- Changed spaces to a tab for the last piece of code, we ran into a
problem with PostgreSQL when it was not a tab.
--
Ok'd by: maintainer
o add tcl and c++ flavors
o use PFRAG.<flavor> instead of PLIST-<flavor>
o make proper .so.MAJOR.MINOR dynlibs with makefile and configure
patches
o fix reference to shared libraries in a few tcl test scripts
o use a patch to makefile.in instead of a port makefile tweak
to create libdb3.a instead of libdb-3.1.a
o sync libtool patches
o remove some sleepycat's marketing speech from DESCR
o take over MAINTAINER
o clarify license a bit
lots of thanks to Nils Nordman <nino@nforced.com> and naddy@ for
running the huge test set. (it takes days.)
naddy@ ok
Maintainer : Maurice Nonnekes <maurice@amaze.nl>
---
psycopg is a PostgreSQL database adapter for the Python programming
language (just like pygresql and popy.) It was written from scratch
with the aim of being very small and fast, and stable as a rock.
Submitted by Joshua Stein <jcs@rt.fm>.
Sqsh (pronounced skwish) is short for SQshelL. It is intended as
a replacement for the venerable 'isql' program supplied by Sybase.
Submitted by Joshua Stein <jcs@rt.fm>.
FreeTDS is a project to document and implement the TDS (Tabular
DataStream) protocol. TDS is used by Sybase and Microsoft for
client to database server communications.
- .else if -> .elif
- remove unnecessary symlinks used on "other" ELF-based systems which were
intentionally removed awhile back
--
Ok'd by: Brandon Palmer <bpalmer@crimelabs.net>