diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-01 12:34:28 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-01 12:34:28 +0800 |
commit | 3f334cb2a0f4eaec5fa770d7fbaa6df5c425a91b (patch) | |
tree | f3c00313515c6ee018c39de3663cab116b01fae0 /net | |
parent | c2b1473fa8382d29e3b2835edceefd22f145bdeb (diff) | |
download | freebsd-ports-gnome-3f334cb2a0f4eaec5fa770d7fbaa6df5c425a91b.tar.gz freebsd-ports-gnome-3f334cb2a0f4eaec5fa770d7fbaa6df5c425a91b.tar.zst freebsd-ports-gnome-3f334cb2a0f4eaec5fa770d7fbaa6df5c425a91b.zip |
audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client Disappeared from CPAN
editors/doxymacs Depends on www/w3-4, which is DEPRECATED
graphics/libart Does not fetch, no more public distfiles
java/jboss4 Does not build with new ant
korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED
korean/texinfo Depends on korean/hlatex, which is DEPRECATED
korean/hlatex No more public distfiles
mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid Disappeared from CPAN
multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex Upstream disapeared and distfile is not available
net/py-timeoutsocket Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG Unmaintained and not used anymore
textproc/javacc No more public distfiles
www/w3-4/Makefile Upstream disapeared and distfile is not available
www/commonist Depends on textproc/javacc, which is DEPRECATED
www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons Upstream disapear and distfile is no more available
x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap No more public distfiles
x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-timeoutsocket/Makefile | 24 | ||||
-rw-r--r-- | net/py-timeoutsocket/distinfo | 2 | ||||
-rw-r--r-- | net/py-timeoutsocket/pkg-descr | 9 | ||||
-rw-r--r-- | net/py-timeoutsocket/pkg-plist | 3 |
5 files changed, 0 insertions, 39 deletions
diff --git a/net/Makefile b/net/Makefile index 7a57c7e432e6..2fb36976b979 100644 --- a/net/Makefile +++ b/net/Makefile @@ -885,7 +885,6 @@ SUBDIR += py-soapy SUBDIR += py-spreadmodule SUBDIR += py-suds - SUBDIR += py-timeoutsocket SUBDIR += py-tofu SUBDIR += py-twistedPair SUBDIR += py-twitter diff --git a/net/py-timeoutsocket/Makefile b/net/py-timeoutsocket/Makefile deleted file mode 100644 index 60a1f02a5a4c..000000000000 --- a/net/py-timeoutsocket/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: timeoutsocket -# Date created: 23 April 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= timeoutsocket -PORTVERSION= 1.23 -CATEGORIES= net python -MASTER_SITES= CENKES -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Timeout mechanism for TCP connections - -# Depended on by www/newsfeed -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-10-31 - -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -.include <bsd.port.mk> diff --git a/net/py-timeoutsocket/distinfo b/net/py-timeoutsocket/distinfo deleted file mode 100644 index 9b2e5a3ad29c..000000000000 --- a/net/py-timeoutsocket/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (timeoutsocket-1.23.tar.gz) = 754c991ff9d83d7566931311efe044c5483d4ad85099f0ab1155beb242626e53 -SIZE (timeoutsocket-1.23.tar.gz) = 4081 diff --git a/net/py-timeoutsocket/pkg-descr b/net/py-timeoutsocket/pkg-descr deleted file mode 100644 index ae3d8cb8f1dc..000000000000 --- a/net/py-timeoutsocket/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -timeoutsocket enables a timeout mechanism on all TCP connections. It -does this by inserting a shim into the socket module. After this module -has been imported, all socket creation goes through this shim. As a -result, every TCP connection will support a timeout. - -The beauty of this method is that it immediately and transparently -enables the entire python library to support timeouts on TCP sockets. - -WWW: http://www.timo-tasi.org/python/timeoutsocket.py diff --git a/net/py-timeoutsocket/pkg-plist b/net/py-timeoutsocket/pkg-plist deleted file mode 100644 index ec49c91bed66..000000000000 --- a/net/py-timeoutsocket/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/timeoutsocket.py -%%PYTHON_SITELIBDIR%%/timeoutsocket.pyc -%%PYTHON_SITELIBDIR%%/timeoutsocket.pyo |