aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-10-28 20:45:48 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-10-28 20:45:48 +0000
commit0092cff44356b718545795d414970d2440c3188c (patch)
tree8a6888c6f33cce34c6301bb6fdefa055a32addc0
parent33eb4d6ebbbb169fd5d7ec02d191c126afe779ba (diff)
downloadports-0092cff44356b718545795d414970d2440c3188c.tar.gz
ports-0092cff44356b718545795d414970d2440c3188c.zip
Notes
-rw-r--r--MOVED2
-rw-r--r--databases/Makefile1
-rw-r--r--databases/py-mssql/Makefile32
-rw-r--r--databases/py-mssql/distinfo2
-rw-r--r--databases/py-mssql/files/patch-mssqldbmodule.c10
-rw-r--r--databases/py-mssql/pkg-descr4
-rw-r--r--net/Makefile1
-rw-r--r--net/py-medusa/Makefile40
-rw-r--r--net/py-medusa/distinfo2
-rw-r--r--net/py-medusa/pkg-descr8
10 files changed, 2 insertions, 100 deletions
diff --git a/MOVED b/MOVED
index 2c3efa8efd73..68cf032a9b47 100644
--- a/MOVED
+++ b/MOVED
@@ -7898,3 +7898,5 @@ net/ntp-rc|net/ntp|2015-10-21|ntp-4.2.8p4 has gone GA
x11-wm/clementine|x11-wm/clementine-wm|2015-10-23|add suffix so the port is not mixed up with audio/clementine-player
www/twig||2015-10-25|Has expired: Upstream vanished, php3 and php4 are long unsupported
misc/ruby-progressbar|devel/rubygem-ruby-progressbar|2015-10-25|Has expired: Abandoned upstream, superseded by devel/rubygem-ruby-progressbar
+databases/py-mssql|databases/py-pymssql|2015-10-28|Broken with current FreeTDS
+net/py-medusa||2015-10-28|Abandoned upstream, last release was in 2005
diff --git a/databases/Makefile b/databases/Makefile
index 20bb55969483..e5905ac487d7 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -740,7 +740,6 @@
SUBDIR += py-kyotocabinet
SUBDIR += py-leveldb
SUBDIR += py-memcached
- SUBDIR += py-mssql
SUBDIR += py-mysql-connector-python
SUBDIR += py-mysql-connector-python2
SUBDIR += py-mysql2pgsql
diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile
deleted file mode 100644
index 94181c4ccf6a..000000000000
--- a/databases/py-mssql/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Hye-Shik Chang <perky@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= mssql
-PORTVERSION= 1.0.2
-PORTREVISION= 3
-CATEGORIES= databases python
-MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pymssql-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python database interface for simple MS-SQL access
-
-BROKEN= Broken with current FreeTDS. Please use databases/py-pymssql instead
-DEPRECATED= Broken with current FreeTDS. Please use databases/py-pymssql instead
-EXPIRATION_DATE=2015-10-28
-
-LICENSE= LGPL21 # or later
-LICENSE_FILE= ${WRKSRC}/lgpl.txt
-
-LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds
-
-USES= dos2unix python:2
-USE_PYTHON= autoplist distutils
-
-DOS2UNIX_FILES= mssqldbmodule.c
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_mssql.so
-
-.include <bsd.port.mk>
diff --git a/databases/py-mssql/distinfo b/databases/py-mssql/distinfo
deleted file mode 100644
index 1cfa44faff52..000000000000
--- a/databases/py-mssql/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pymssql-1.0.2.tar.gz) = c8befb3ec227fb3d1141558ddb1590549a493b677fa2fc85ee3e8dc9ad9a4f7b
-SIZE (pymssql-1.0.2.tar.gz) = 175469
diff --git a/databases/py-mssql/files/patch-mssqldbmodule.c b/databases/py-mssql/files/patch-mssqldbmodule.c
deleted file mode 100644
index 85dce3115f30..000000000000
--- a/databases/py-mssql/files/patch-mssqldbmodule.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- mssqldbmodule.c.orig 2014-09-22 16:55:37.023477894 +0200
-+++ mssqldbmodule.c 2014-09-22 16:55:28.247483584 +0200
-@@ -85,7 +85,6 @@
- #define SQLTEXT SYBTEXT
-
- #define BYTE unsigned char
--typedef unsigned char *LPBYTE;
- #endif
-
- #define TYPE_STRING 1
diff --git a/databases/py-mssql/pkg-descr b/databases/py-mssql/pkg-descr
deleted file mode 100644
index 06e12884d159..000000000000
--- a/databases/py-mssql/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-PyMSSQL is a MS-SQL database adapter for the Python programming
-language. It was written from scratch using FreeTDS library.
-
-WWW: http://pymssql.sourceforge.net/
diff --git a/net/Makefile b/net/Makefile
index 330fc396c9fc..9c7be3a670a5 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -936,7 +936,6 @@
SUBDIR += py-libdnet
SUBDIR += py-libnet
SUBDIR += py-maxminddb
- SUBDIR += py-medusa
SUBDIR += py-miniupnpc
SUBDIR += py-msrplib
SUBDIR += py-ndg_httpsclient
diff --git a/net/py-medusa/Makefile b/net/py-medusa/Makefile
deleted file mode 100644
index b8bdc395321b..000000000000
--- a/net/py-medusa/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Hye-Shik Chang <perky@fallin.lv>
-# $FreeBSD$
-
-PORTNAME= medusa
-PORTVERSION= 0.5.4
-PORTREVISION= 1
-CATEGORIES= net devel python
-MASTER_SITES= CHEESESHOP/source/m/${PORTNAME}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= python
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Asynchronous socket-based server framework for Python
-
-DEPRECATED= Abandoned upstream, last release was in 2005
-EXPIRATION_DATE= 2015-10-28
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-
-PORTDOCS= *
-PORTEXAMPLES= *
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for doc in CHANGES.txt INSTALL.txt LICENSE.txt README.txt TODO.txt
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
-.endfor
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR})
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-.for exdir in demo test thread
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${exdir} ${STAGEDIR}${EXAMPLESDIR})
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net/py-medusa/distinfo b/net/py-medusa/distinfo
deleted file mode 100644
index e402552e5bb2..000000000000
--- a/net/py-medusa/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (python/medusa-0.5.4.tar.gz) = ab7fc4c9afd28b3aaf575aca5bb07005d228a0cad5b1787a521ffca63cfe4317
-SIZE (python/medusa-0.5.4.tar.gz) = 107744
diff --git a/net/py-medusa/pkg-descr b/net/py-medusa/pkg-descr
deleted file mode 100644
index c3fefefb6372..000000000000
--- a/net/py-medusa/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Medusa is an architecture for building long-running, high-performance
-network servers in Python. Medusa is in use now in several
-mission-critical applications, ranging from custom web servers at
-extremely high-traffic sites to distributed data processing systems.
-It is an elegant and efficient solution to a difficult programming
-problem.
-
-WWW: https://pypi.python.org/pypi/medusa/