diff options
Diffstat (limited to 'databases/py-MySQLdb-devel')
-rw-r--r-- | databases/py-MySQLdb-devel/Makefile | 43 | ||||
-rw-r--r-- | databases/py-MySQLdb-devel/distinfo | 1 | ||||
-rw-r--r-- | databases/py-MySQLdb-devel/files/patch-ab | 13 | ||||
-rw-r--r-- | databases/py-MySQLdb-devel/pkg-comment | 1 | ||||
-rw-r--r-- | databases/py-MySQLdb-devel/pkg-descr | 15 | ||||
-rw-r--r-- | databases/py-MySQLdb-devel/pkg-plist | 32 |
6 files changed, 0 insertions, 105 deletions
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile deleted file mode 100644 index 132ff9422318..000000000000 --- a/databases/py-MySQLdb-devel/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: py-MySQLdb -# Date created: 04 April 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= py-MySQLdb -PORTVERSION= 0.3.5 -CATEGORIES= databases python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mysql-python -DISTNAME= MySQL-python-${PORTVERSION} - -MAINTAINER= sobomax@FreeBSD.org - -BUILD_DEPENDS= ${PYDISTUTILS} -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client - -USE_PYTHON= yes -SETUP_CMD= cd ${WRKSRC} && ${PYTHON_CMD} setup.py - -DOCS= README.MySQLmodule MANIFEST README - - -do-configure: - @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py - -do-build: - ${SETUP_CMD} build - -do-install: - ${SETUP_CMD} install -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/py-MySQLdb/examples -.for file in ${DOCS} - @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/py-MySQLdb -.endfor - @${INSTALL_MAN} \ - ${WRKSRC}/examples/* ${PREFIX}/share/doc/py-MySQLdb/examples -.endif - -.include <bsd.port.mk> diff --git a/databases/py-MySQLdb-devel/distinfo b/databases/py-MySQLdb-devel/distinfo deleted file mode 100644 index b5ce815458af..000000000000 --- a/databases/py-MySQLdb-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (MySQL-python-0.3.5.tar.gz) = 678d76103e52cd51e97572f65ead754a diff --git a/databases/py-MySQLdb-devel/files/patch-ab b/databases/py-MySQLdb-devel/files/patch-ab deleted file mode 100644 index 12b44feae719..000000000000 --- a/databases/py-MySQLdb-devel/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- setup.py.orig Tue Oct 31 21:28:16 2000 -+++ setup.py Wed Nov 1 13:51:41 2000 -@@ -32,8 +32,8 @@ - runtime_library_dirs = [] - extra_objects = [r'c:\mysql\lib\opt\mysqlclient.lib'] - elif os.name == "posix": # most Linux/UNIX platforms -- include_dirs = ['/usr/include/mysql'] -- library_dirs = ['/usr/lib/mysql'] -+ include_dirs = ['%%LOCALBASE%%/include/mysql'] -+ library_dirs = ['%%LOCALBASE%%/lib/mysql'] - # MySQL-3.23 seems to need libz - libraries = [mysqlclient, "z"] - # On some platorms, this can be used to find the shared libraries diff --git a/databases/py-MySQLdb-devel/pkg-comment b/databases/py-MySQLdb-devel/pkg-comment deleted file mode 100644 index f3e147950f10..000000000000 --- a/databases/py-MySQLdb-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Access a MySQL database through Python diff --git a/databases/py-MySQLdb-devel/pkg-descr b/databases/py-MySQLdb-devel/pkg-descr deleted file mode 100644 index 5c4095d67f35..000000000000 --- a/databases/py-MySQLdb-devel/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -You can easily access a MySQL database through the Python MySQL module. - -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 (database operations could cause all other threads to - block), - b) written for MySQL 3.21 (does not compile against newer versions without - patches), - c) apparently not actively maintained. - -MySQLdb is a completely new module, distributed free of charge under a license -derived from the Python license. - -WWW: http://dustman.net/andy/python/ diff --git a/databases/py-MySQLdb-devel/pkg-plist b/databases/py-MySQLdb-devel/pkg-plist deleted file mode 100644 index 7323b3ccf168..000000000000 --- a/databases/py-MySQLdb-devel/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/MySQLdb.py -lib/%%PYTHON_VERSION%%/site-packages/MySQLdb.pyc -lib/%%PYTHON_VERSION%%/site-packages/CompatMysqldb.py -lib/%%PYTHON_VERSION%%/site-packages/CompatMysqldb.pyc -lib/%%PYTHON_VERSION%%/site-packages/_mysql.so -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/CLIENT.py -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/CLIENT.pyc -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/CR.py -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/CR.pyc -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/ER.py -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/ER.pyc -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/FIELD_TYPE.py -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/FIELD_TYPE.pyc -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/FLAG.py -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/FLAG.pyc -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/REFRESH.py -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/REFRESH.pyc -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/_mysql_const/__init__.pyc -share/doc/py-MySQLdb/MANIFEST -share/doc/py-MySQLdb/README -share/doc/py-MySQLdb/README.MySQLmodule -share/doc/py-MySQLdb/examples/README -share/doc/py-MySQLdb/examples/dbtrainer0 -share/doc/py-MySQLdb/examples/dbtrainer1 -share/doc/py-MySQLdb/examples/dbtrainer2 -share/doc/py-MySQLdb/examples/dbtrainer3 -share/doc/py-MySQLdb/examples/dbtrainer4 -share/doc/py-MySQLdb/examples/test.sql -@dirrm share/doc/py-MySQLdb/examples -@dirrm share/doc/py-MySQLdb -@dirrm lib/%%PYTHON_VERSION%%/site-packages/_mysql_const |