summaryrefslogtreecommitdiff
path: root/databases/py-MySQL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainer. Maintainer has not responded to multiple emailsMark Linimon2004-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. Notes: svn path=/head/; revision=101720
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Make version detection routines more flexible to cope with python2.3.Hye-Shik Chang2003-08-011-3/+7
| | | | Notes: svn path=/head/; revision=86160
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Update Dominik Rothert's (MAINTAINER) email address.Bill Fenner2002-10-221-1/+1
| | | | | | | Submitted by: Dr. Jurgen K. Lang <jkl@astorit.de> Notes: svn path=/head/; revision=68600
* Update MASTER_SITESDavid W. Chapman Jr.2002-07-091-1/+3
| | | | | | | | PR: 40068 Submitted by: svenasse@polaris.ca Notes: svn path=/head/; revision=62705
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53949
* Unbroke with python 2.2.Maxim Sobolev2002-01-092-2/+311
| | | | Notes: svn path=/head/; revision=52809
* Unbreak with python2.1.Maxim Sobolev2001-05-031-1/+6
| | | | Notes: svn path=/head/; revision=42198
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-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). Notes: svn path=/head/; revision=37401
* Use USE_PYTHON.Maxim Sobolev2000-09-192-4/+3
| | | | Notes: svn path=/head/; revision=32835
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-081-2/+2
| | | | | | | on python1.5:lang/python15. Notes: svn path=/head/; revision=32438
* Actually display ${PKGMESSAGE}, which I added some time ago, upon installation.Maxim Sobolev2000-06-011-4/+5
| | | | Notes: svn path=/head/; revision=29036
* Add a warning message that this software is not maintained and could becameMaxim Sobolev2000-05-261-0/+10
| | | | | | | obsolete in the nearest future. Notes: svn path=/head/; revision=28769
* Cleanup of build process of the py-MySQL port. Previously port usedVanilla I. Shu2000-04-232-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> Notes: svn path=/head/; revision=27932
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27418
* Python MySQL module allows you to access easily a MySQL databaseChris D. Faulhaber2000-01-146-0/+81
via Python. PR: 13583 Submitted by: Dominik Rothert <dr@domix.de> Notes: svn path=/head/; revision=24722