aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-MySQL
Commit message (Collapse)AuthorAgeFilesLines
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-2/+1
| | | | MAKE_ENV
* - Fix with non-default pythonpav2007-07-311-1/+1
|
* - Make Python 2.5.1 the default Python versionalexbl2007-07-302-2/+4
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - Deprecategabor2006-12-171-2/+1
| | | | | | - Set EXPIRATION_DATE Approved by: erwin (mentor)
* - Remove bad site:jmelo2006-07-251-2/+1
| | | | * http://web.tryc.on.ca/mysql/Downloads/Contrib/
* - Add SHA256pav2005-11-241-0/+1
|
* SIZEify.trevor2004-03-181-0/+1
|
* Reset maintainer. Maintainer has not responded to multiple emailslinimon2004-02-221-1/+1
| | | | | about one of his other ports which has been broken for some time (textproc/latte). Possibly that email account is no longer active.
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Make version detection routines more flexible to cope with python2.3.perky2003-08-021-3/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update Dominik Rothert's (MAINTAINER) email address.fenner2002-10-231-1/+1
| | | | Submitted by: Dr. Jurgen K. Lang <jkl@astorit.de>
* Update MASTER_SITESdwcjr2002-07-091-1/+3
| | | | | PR: 40068 Submitted by: svenasse@polaris.ca
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Unbroke with python 2.2.sobomax2002-01-092-2/+311
|
* Unbreak with python2.1.sobomax2001-05-031-1/+6
|
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* Use USE_PYTHON.sobomax2000-09-192-4/+3
|
* Don't break package building on Satoshi's cluster. Explicitly dependtg2000-09-081-2/+2
| | | | on python1.5:lang/python15.
* Actually display ${PKGMESSAGE}, which I added some time ago, upon installation.sobomax2000-06-011-4/+5
|
* Add a warning message that this software is not maintained and could becamesobomax2000-05-261-0/+10
| | | | obsolete in the nearest future.
* Cleanup of build process of the py-MySQL port. Previously port usedvanilla2000-04-242-8/+11
| | | | | | | | | | | | 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>
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
|
* Python MySQL module allows you to access easily a MySQL databasejedgar2000-01-146-0/+81
via Python. PR: 13583 Submitted by: Dominik Rothert <dr@domix.de>