Remove expired port: it is outdated, and databases/py-MySQLdb is newer
This commit is contained in:
parent
3e6ecdd48d
commit
1ed255b4e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295797
6 changed files with 1 additions and 73 deletions
1
MOVED
1
MOVED
|
@ -3288,3 +3288,4 @@ editors/lazarus-qt4||2012-04-20|Never fully added. Use editors/lazarus instead
|
|||
net/socks5||2012-04-21|Removed
|
||||
games/netpanzer-data||2012-04-25|No longer needed
|
||||
www/typo344||2012-04-30|Has expired: Support will end in the near future, see http://typo3.org/download/packages/ for details
|
||||
databases/py-MySQLdb-devel|databases/py-MySQLdb|2012-05-01|Port is outdated, use databases/py-MySQLdb instead
|
||||
|
|
|
@ -655,7 +655,6 @@
|
|||
SUBDIR += pxtools
|
||||
SUBDIR += py-Elixir
|
||||
SUBDIR += py-MySQLdb
|
||||
SUBDIR += py-MySQLdb-devel
|
||||
SUBDIR += py-PyGreSQL
|
||||
SUBDIR += py-bsddb
|
||||
SUBDIR += py-bsddb3
|
||||
|
|
|
@ -1,52 +0,0 @@
|
|||
# New ports collection makefile for: py-MySQLdb
|
||||
# Date created: 04 April 2000
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MySQLdb
|
||||
DISTVERSION= 1.2.3c1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= SF/mysql-python/mysql-python-test/1.2.3c1
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= -devel
|
||||
DISTNAME= MySQL-python-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Access a MySQL database through Python
|
||||
|
||||
DEPRECATED= use databases/py-MySQLdb instead
|
||||
EXPIRATION_DATE= 2012-05-01
|
||||
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYEASYINSTALL_ARCHDEP= yes
|
||||
PYDISTUTILS_PKGNAME= MySQL_python
|
||||
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
|
||||
USE_MYSQL= yes
|
||||
|
||||
CONFLICTS= py*-MySQLdb-[0-9]*
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options
|
||||
OPTIONS= MYSQLCLIENT_R "Use libmysqlclient_r (thread safe)" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
.if defined(WITHOUT_MYSQLCLIENT_R)
|
||||
@${REINPLACE_CMD} -E -e "s|(threadsafe.*)True|\1 False|" \
|
||||
${WRKSRC}/site.cfg
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (MySQL-python-1.2.3c1.tar.gz) = 1faa4977e9850731e8b7f8a1d58b8627393a3744543788ec437fb45e06cfe401
|
||||
SIZE (MySQL-python-1.2.3c1.tar.gz) = 89831
|
|
@ -1,17 +0,0 @@
|
|||
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/
|
|
@ -1 +0,0 @@
|
|||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in a new issue