Commit Graph

583 Commits

Author SHA1 Message Date
shell
3697ce6b20 Updated to p5-DBIx-XHTML_Table-1.22 2003-06-14 10:08:57 +00:00
shell
c6a6ae37f7 Updated to p5-DBI-1.37 2003-06-14 10:05:39 +00:00
avsm
b2055466bd +p5-DBD-CSV 2003-05-29 18:18:25 +00:00
avsm
eba95df152 initial import of p5-DBD-CSV-0.2002
From Chris Kuethe <ckuethe@ualberta.ca> with fixes from me
--
The DBD::CSV module is yet another driver for the DBI (Database
independent interface for Perl). This one is based on the SQL
"engine" SQL::Statement and the abstract DBI driver DBD::File and
implements access to so-called CSV files (Comma separated values).
Such files are mostly used for exporting MS Access and MS Excel
data.
2003-05-29 18:17:47 +00:00
naddy
26e9f4a91d Enable SASL support. From maintainer Sebastian Stark <seb@todesplanet.de>. 2003-05-27 23:49:13 +00:00
jcs
b61f9dee4e build with new freetds 2003-05-24 06:34:37 +00:00
markus
8959625d4f add p5-pgsql 2003-05-21 13:25:17 +00:00
markus
1782884ed8 Pgsql_perl5 is an interface between Larry Wall's language perl version 5 and
the database PostgreSQL (previously Postgres95). This has been done by using
the Perl5 application programming interface for C extensions which calls the
Postgres programmer's interface LIBPQ.
ok naddy@, and lebel@ some time ago.
2003-05-21 13:24:08 +00:00
pvalchev
56b04f708e these innobase libraries are used only as static helper libraries to
link mysql, and are not actually supposed to be installed anywhere,
especially not some random location outside of fake...

discussed w/ naddy, ok by maintainer brad
2003-05-21 07:04:54 +00:00
lebel
95cdf8cdfe PERMIT_*_CDROM can't be Yes:
The license says:

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement
is hereby granted, provided that the above copyright notice and this
paragraph and the following two paragraphs appear in all copies.

noticed by markus@
2003-05-20 13:52:00 +00:00
jcs
9e5bc37306 freetds-0.61 2003-05-18 16:57:18 +00:00
sturm
ca4bae8577 - don't hardcode /etc, use SYSCONFDIR instead
- don't change SYSCONFDIR, use CONFDIR/SUBST_VARS instead and if neccessary
  use "CONFIGURE_STYLE=gnu old" and explicitly set --sysconfdir=${CONFDIR}
a few more to come...
2003-05-12 18:02:44 +00:00
brad
a78c2dff0f argh! use SYSCONFDIR instead of hardcoded /etc. 2003-05-11 18:46:33 +00:00
sturm
513331d819 - don't hardcode /etc, use SYSCONFDIR
- remove Jolan Luff as MAINTAINER
2003-05-02 18:17:02 +00:00
david
e940a671b3 unbreak gnats "www" flavor
from MAINTAINER Jolan Luff <jolan@lithely.net> with tweak by me
2003-04-24 02:00:40 +00:00
avsm
fdbea8357f increase a buffer size to avoid overflow; jcs@ ok 2003-04-16 08:29:17 +00:00
avsm
c4574d65d9 incomplete format string; bug #287 filed with mysql - brad@ ok 2003-04-14 14:27:43 +00:00
shell
0dd67028ea remove perllocal.pod, thanks naddy@ 2003-04-10 13:53:13 +00:00
pvalchev
a598333af9 switch MASTER_SITES & HOMEPAGE to the gnu sites where it was redirected anyway
from new maintainer Jolan Luff <jolan@cryptonomicon.org>
2003-04-06 03:41:55 +00:00
sturm
077de38968 new MAINTAINER Sebastian Stark <seb@todesplanet.de>
mail to Olivier Lemaire, the old MAINTAINER, is undeliverable
2003-04-03 14:29:36 +00:00
sturm
ae8e267857 update to 0.6.0
- fix dependencies
- project is hosted at sourceforge now
- some cleanup

from Sebastian Stark < stark at daasi dot de >
MAINTAINER unreachable
2003-04-01 20:30:05 +00:00
wilfried
b176f5a9b2 update to mysqlcc-0.9.1 2003-04-01 14:26:08 +00:00
shell
6addba902c Updated to p5-DBI-1.35 2003-03-30 06:11:20 +00:00
pvalchev
ce247b03da now that this was converted to use qt-mt, also use qmake-mt instead of
qmake, which would not be installed (in some cases it's installed but by
coincidence and relying on that is wrong)
2003-03-02 19:05:45 +00:00
wilfried
f0ed2696d1 update MASTER_SITES 2003-03-01 09:15:50 +00:00
pvalchev
caa8ddabbe "the the", "of of"; from David Krause 2003-02-24 06:50:05 +00:00
naddy
e0112048dd Update to 7.3.2. Change flavor no_tcl -> tcl.
From: Peter Galbavy <peter.galbavy@knowtion.net>
2003-02-12 17:09:03 +00:00
lebel
5ae9bb3d99 update databases/py-psycopg to 1.0.14; from MAINTAINER 2003-02-10 14:59:41 +00:00
jcs
5952d50210 oops, common.h slipped back into PLIST with the last update
this file is part of the test suite which shouldn't be installing
things anyway, so stub out the install targets so none of these
files get back into PLIST in the future

unbreak and bump pkgname to freetds-0.60p1
2003-02-08 17:21:41 +00:00
espie
6651de6844 Broken: does install a /usr/local/include/common.h file.
Yeah, right...
2003-02-08 13:18:48 +00:00
margarida
d5a55e5dfd Fix xpm conflict with xmysqladmin 2003-02-02 22:22:38 +00:00
brad
999d519077 upgrade to MySQL 3.23.55
STABILITY FIX:
Fixed double free'd pointer bug in mysql_change_user() handling, that
enabled a specially hacked version of MySQL client to crash mysqld.
Note, that one needs to login to the server by using a valid user
account to be able to exploit this bug.
2003-01-29 16:35:55 +00:00
wilfried
f2b9536afc update to mysqlcc-0.8.9
Fixed a Security Bug under Unix / Linux platforms;  Previously, all
configuration and connection files where world-readable.

Various other bugfixes
2003-01-28 22:15:38 +00:00
wilfried
f561000cf3 update to DBD-mysqlPP-0.04
- Added local quote() method
- Added practical placeholder
- Require Net::MySQL v0.08
2003-01-28 18:20:37 +00:00
brad
207714a5c4 add #!/bin/sh 2003-01-20 19:15:31 +00:00
wilfried
4ff98d6e6b use threaded qt 2003-01-14 09:40:24 +00:00
wilfried
88002c5bbc sync with qt3-port 2003-01-14 09:39:48 +00:00
todd
1e5dc1cf11 add no_tcl flavor, for those not building all of ports,
not wanting to install x to have a database; from brad@,
prodded by Ben Lindstrom
2003-01-08 21:33:21 +00:00
todd
45119a5d02 PKGNAME-tcl= .. from naddy@ .. thanks! 2003-01-03 14:24:55 +00:00
todd
d4832d8f34 build depends on tcl too 2003-01-02 14:48:23 +00:00
todd
90ed63e5cf add tcl multi-package to postgresql 2003-01-02 07:15:34 +00:00
fgsch
8b5f0695ca chau NEED_VERSION. 2002-12-29 19:37:52 +00:00
margarida
912510dcc6 Update to version 1.10
Take MAINTAINER.

brad@ ok
2002-12-29 18:28:25 +00:00
brad
af78bcf1db sloppy update. this port used to install ALL the headers for a good reason. 2002-12-18 05:13:15 +00:00
naddy
d8afbbbb5c no more postgres flavors 2002-12-17 19:25:55 +00:00
naddy
8eb8b90598 Update to 7.3.
From: Peter Galbavy <peter.galbavy@knowtion.net>
2002-12-17 16:38:53 +00:00
wilfried
3a6feec07c update to mysqlcc-0.8.7 2002-12-16 14:55:37 +00:00
brad
b14ce80e80 need this too. 2002-12-14 23:57:37 +00:00
brad
d320bc2c54 upgrade to MySQL 3.23.54 2002-12-14 23:56:43 +00:00
pvalchev
fe4e7c5df9 getc returns int, not char; ok maintainers 2002-12-13 07:38:04 +00:00