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/pkg-comment | 1 | ||||
-rw-r--r-- | databases/py-MySQLdb-devel/pkg-descr | 15 | ||||
-rw-r--r-- | databases/py-MySQLdb-devel/pkg-plist | 25 |
5 files changed, 0 insertions, 85 deletions
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile deleted file mode 100644 index b3d983747f6b..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.2.2 -CATEGORIES= databases python -MASTER_SITES= http://dustman.net/andy/python/MySQLdb/${PORTVERSION}/ -DISTNAME= MySQLdb-${PORTVERSION} - -MAINTAINER= sobomax@FreeBSD.org - -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client -RUN_DEPENDS= python:${PORTSDIR}/lang/python - -FETCH_BEFORE_ARGS= -b -ALL_TARGET= _mysqlmodule.o - -pre-configure: - @${LN} -s ${LOCALBASE}/lib/python1.5/config/Makefile.pre.in ${WRKSRC}/ - -do-configure: - @cd ${WRKSRC} && ${MAKE} -f Makefile.pre.in boot - -post-build: - @-${LOCALBASE}/bin/python \ - ${LOCALBASE}/lib/python1.5/compileall.py ${WRKSRC} 2>/dev/null - -post-install: - @${INSTALL_DATA} \ - ${WRKSRC}/MySQLdb.pyc ${PREFIX}/lib/python1.5/site-packages -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/py-MySQLdb/examples - @${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/py-MySQLdb - @${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 465606e1f562..000000000000 --- a/databases/py-MySQLdb-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (MySQLdb-0.2.2.tar.gz) = 39228c0e0f55cd88aea9eb1d15c732f5 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 63472e045e94..000000000000 --- a/databases/py-MySQLdb-devel/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -lib/python1.5/site-packages/MySQLdb.pyc -lib/python1.5/site-packages/_mysqlmodule.so -share/doc/py-MySQLdb/MySQLdb-1.html -share/doc/py-MySQLdb/MySQLdb-2.html -share/doc/py-MySQLdb/MySQLdb-3.html -share/doc/py-MySQLdb/MySQLdb-4.html -share/doc/py-MySQLdb/MySQLdb-5.html -share/doc/py-MySQLdb/MySQLdb-6.html -share/doc/py-MySQLdb/MySQLdb-7.html -share/doc/py-MySQLdb/MySQLdb-FAQ-1.html -share/doc/py-MySQLdb/MySQLdb-FAQ-2.html -share/doc/py-MySQLdb/MySQLdb-FAQ-3.html -share/doc/py-MySQLdb/MySQLdb-FAQ.html -share/doc/py-MySQLdb/MySQLdb-FAQ.sgml -share/doc/py-MySQLdb/MySQLdb.html -share/doc/py-MySQLdb/MySQLdb.sgml -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 |