1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Vanilla I. Shu
8ee05fcbde Cleanup of build process of the py-MySQL port. Previously port used
custom Makefile for this purpose, which led to resulting module
being bloated (~600K) by linking all Python code from libpython1.5
into it. With this patch the module will use standard Python's way
to build supplemental modules, which should generally be cleaner.
Other good sideeffect is that after this patch resulting module
is only 20K in size.

PR:		ports/17893
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-23 16:24:06 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Michael Haro
3da86c6aa2 update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:49:07 +00:00
Chris D. Faulhaber
fc74f2e3ae Python MySQL module allows you to access easily a MySQL database
via Python.

PR:		13583
Submitted by:	Dominik Rothert <dr@domix.de>
2000-01-14 15:00:08 +00:00