Port details |
- py-MySQLdb-devel Access a MySQL database through Python
- 1.2.3.c1_1 databases
=1 1.2.3.c1_1Version of this port present on the latest quarterly branch.
- DEPRECATED: use databases/py-MySQLdb instead
This port expired on: 2012-05-01
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-11-28 21:56:50
- Last Update: 2012-05-01 17:24:51
- SVN Revision: UNKNOWN
- People watching this port, also watch:: memcached, lsof, bash, nginx-devel, portupgrade
- Also Listed In: python
- License: not specified in port
- WWW:
- http://sourceforge.net/projects/mysql-python/
- Description:
- Python interface to MySQL
MySQLdb is an interface to the popular MySQL database server for Python.
The design goals are:
- Compliance with Python database API version 2.0
- Thread-safety
- Thread-friendliness (threads will not block each other)
- Compatibility with MySQL-3.22 and later
This module should be mostly compatible with an older interface
written by Joe Skinner and others. However, the older version is
a) not thread-friendly, b) written for MySQL 3.21, c) apparently
not actively maintained. No code from that version is used in
MySQLdb. MySQLdb is free software.
WWW: http://sourceforge.net/projects/mysql-python/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- py27-MySQLdb-devel>0:databases/py-MySQLdb-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-MySQLdb-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- easy_install-2.7 : devel/py-setuptools
- python2.7 : lang/python27
- Runtime dependencies:
-
- easy_install-2.7 : devel/py-setuptools
- python2.7 : lang/python27
- Library dependencies:
-
- mysqlclient.14 : databases/mysql41-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py25-MySQLdb-devel-1.2.3.c1_1:
MYSQLCLIENT_R=on (default) "Use libmysqlclient_r (thread safe)"
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.3.c1_1 01 May 2012 17:24:51 |
rm |
Remove expired port: it is outdated, and databases/py-MySQLdb is newer |
1.2.3.c1_1 05 Feb 2012 04:33:10 |
wen |
- Mark DEPRECATED and set EXPIRATION_DATE |
1.2.3.c1_1 01 Feb 2012 15:53:08 |
tabthorpe |
- Reassign to the heap |
1.2.3.c1_1 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.2.3.c1 25 Feb 2011 00:12:12 |
miwi |
- Move over to py25+ or above
- While here kick md5 support |
1.2.3.c1 13 Dec 2009 17:00:14 |
miwi |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
1.2.3.c1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.2.3.c1 25 Apr 2009 18:40:07 |
mnag |
- Update to 1.2.3c1 |
1.2.3.b1 22 Feb 2009 22:18:10 |
mnag |
- Update to 1.2.3b1
- UnIGNORE |
1.2.2.b2_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- 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 |
1.2.2.b2_1 30 Apr 2007 02:46:33 |
kris |
Change BROKEN to IGNORE to prevent package build |
1.2.2.b2_1 06 Apr 2007 03:07:35 |
mnag |
- Bump PORTREVISION
- Mark as broken since databases/py-MySQLdb have a more actually version. |
1.2.2.b2 31 Oct 2006 14:48:06 |
mnag |
- Update to 1.2.2b2 |
1.2.2.b1 21 Sep 2006 02:48:53 |
mnag |
- Update to 1.2.2b1 |
1.2.1.c8_1 25 Apr 2006 18:05:04 |
mnag |
- Bump PORTREVISION, to show message for users about newer databases/py-MySQLdb |
1.2.1.c8 23 Apr 2006 00:36:05 |
mnag |
- Convert to OPTIONS
- Mark as IGNORE while py-MySQLdb > py-MySQLdb-devel |
1.2.1.c8 29 Mar 2006 15:42:37 |
mnag |
- Update to 1.2.1c8 |
1.2.1.c7 16 Mar 2006 02:04:04 |
mnag |
- Update to 1.2.1c7 |
1.2.1.c3 09 Nov 2005 02:32:50 |
mnag |
Add SHA256 |
1.2.1.c3 16 Sep 2005 17:58:32 |
mnag |
Update my email
Approved by: pav (mentor) |
1.2.1.c3 20 May 2005 17:34:15 |
pav |
- Update to 1.2.1c3
PR: ports/81313
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) |
1.1.10_1 09 Feb 2005 18:56:12 |
pav |
- Change default mysql lib to libmysqlclient_r. WITHOUT_MYSQLCLIENT_R=yes use
libmysqlclient.
- Install more docs
- Update very old pkg-descr
PR: ports/77314
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) |
1.1.10 02 Feb 2005 15:14:19 |
pav |
- Update to 1.1.10
PR: ports/76969
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) |
1.1.9 29 Jan 2005 19:25:38 |
pav |
- Update to 1.1.9
- Remove SSL/CRYPTO options, because detects automatic now.
- Install new DOCs
PR: ports/76607
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) |
1.1.8 12 Jan 2005 22:14:23 |
edwin |
[MAINTAINER] Update port: databases/py-MySQLdb-devel to 1.1.8
Update port: databases/py-MySQLdb-devel to 1.1.8
- Change to 1.1.8
- Install more docs
PR: ports/75867
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> |
1.1.7 19 Dec 2004 00:00:51 |
pav |
- Convert hard py- into PKGNAMEPREFIX, add PKGNAMESUFFIX
- Convert OPTIONS to plain knobs
- Augment conflict with stable version
PR: ports/75221
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) |
1.1.7 28 Nov 2004 21:55:24 |
clement |
Add databases/py-MySQLdb-devel 1.1.7, devel version of py-MySQLdb
PR: ports/73562
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Repo-copied by: marcus |