aboutsummaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - make py*-MySQLdb ports actually conflict with each other [1]Ruslan Makhmatkhanov2014-02-091-56/+0
| | | | | | | | | | | | | | | while here: - do not use easy_install and add stage support - convert to auto-generated packing list - bump PORTREVISION - add py-MySQLdb56 port as a slave to py-MySQLdb PR: 177620 [1] (based on) Submitted by: Craig Leres <leres@ee.lbl.gov> Approved by: maintainer timeout (10 months) Notes: svn path=/head/; revision=343503
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* - modify port to install the egg file as an unzipped archiveDiane Bruce2012-07-181-1/+57
| | | | | | | | | | | otherwise www/google-appengine 1.7.0 will fail Submitted by: nivit Reviewed by: tj Obtained from: email via tj Notes: svn path=/head/; revision=301054
* - Update to 1.2.3Marcus Alves Grando2010-10-071-45/+1
| | | | | | | | PR: 151159 Submitted by: lwhsu Notes: svn path=/head/; revision=262562
* - Update to 1.2.1_p2 [1]Marcus Alves Grando2006-04-231-54/+45
| | | | | | | | | | - Use OPTIONS PR: 96117 [1] Submitted by: Soeren Straarup <xride___x12.dk> Notes: svn path=/head/; revision=160185
* - Update to 1.2.0Pav Lucistnik2005-02-081-3/+0
| | | | | | | | PR: ports/77245 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=128322
* - Update to 1.0.0Clement Laforet2004-07-091-12/+9
| | | | Notes: svn path=/head/; revision=113261
* [patch] databases/py-MySQLdb: take maintainership and misc improvement.Edwin Groothuis2003-10-061-12/+12
| | | | | | | | | | | | | * Use USE_MYSQL and BROKEN_WITH_MYSQL for 4.1.x since it doesn't work (thanks to Guy Middleton <guy@obstruction.com> for testing it with MySQL 4.0.x) * use %%DOCSDIR%% * take maintainership PR: ports/56579 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=90444
* Update to 0.9.0.Maxim Sobolev2001-07-121-29/+57
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk>, Johann Visagie <wjv@FreeBSD.ORG> Notes: svn path=/head/; revision=45066
* Update to 0.3.5.Maxim Sobolev2001-03-291-12/+18
| | | | Notes: svn path=/head/; revision=40561
* Update to 0.3.1.Maxim Sobolev2001-01-261-0/+1
| | | | Notes: svn path=/head/; revision=37603
* Update to 0.3.0.Maxim Sobolev2000-12-041-1/+1
| | | | Notes: svn path=/head/; revision=35637
* Update to 0.3.0b1.Maxim Sobolev2000-10-301-3/+3
| | | | Notes: svn path=/head/; revision=34444
* Use USE_PYTHON.Maxim Sobolev2000-09-191-2/+2
| | | | Notes: svn path=/head/; revision=32835
* Update to 0.2.2.Maxim Sobolev2000-06-241-0/+3
| | | | Notes: svn path=/head/; revision=29843
* Initial import of py-MySQLdb.Maxim Sobolev2000-05-261-0/+22
py-MySQLdb is a Python module to access MySQL databases, very similar to the one in ports/databases/py-MySQL, but unlike the latter it is actively maintained and conform to the DB-API v2.0. Therefore it should be used instead of the oldest one by all who want retain maintainability of their Python DB applications in the future. PR: 18383 Submitted by: sobomax Notes: svn path=/head/; revision=28765