diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-30 18:15:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-30 18:15:13 +0800 |
commit | fbae624c93e246ce95bce4f266f62db4d198fa1b (patch) | |
tree | 80297ef8b26fa2be20b2165a2c72ee19d955aade /devel | |
parent | dadbb82669e65d2a5e4dce6abf52b2d7805acbb8 (diff) | |
download | freebsd-ports-gnome-fbae624c93e246ce95bce4f266f62db4d198fa1b.tar.gz freebsd-ports-gnome-fbae624c93e246ce95bce4f266f62db4d198fa1b.tar.zst freebsd-ports-gnome-fbae624c93e246ce95bce4f266f62db4d198fa1b.zip |
Remove devel/py-twisted152
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-twisted152/Makefile | 43 | ||||
-rw-r--r-- | devel/py-twisted152/pkg-descr | 12 |
3 files changed, 0 insertions, 56 deletions
diff --git a/devel/Makefile b/devel/Makefile index b0f5c2700c2d..7002c1793d3f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4904,7 +4904,6 @@ SUBDIR += py-twilio SUBDIR += py-twine SUBDIR += py-twisted - SUBDIR += py-twisted152 SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner diff --git a/devel/py-twisted152/Makefile b/devel/py-twisted152/Makefile deleted file mode 100644 index 30b6e2a49929..000000000000 --- a/devel/py-twisted152/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Johann Visagie <wjv@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= twisted -PORTVERSION= 15.2.1 -CATEGORIES= devel net python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 152 - -MAINTAINER= python@FreeBSD.org -COMMENT= Metaport of Twisted, an event-driven networking engine - -LICENSE= MIT - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:devel/py-twistedCore - -DEPRECATED= Use devel/py-twisted instead -EXPIRATION_DATE=2017-09-30 - -USES= metaport python:2 - -OPTIONS_DEFINE= CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS -OPTIONS_DEFAULT=CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS -CONCH_DESC= SSH and SFTP protocol -LORE_DESC= Documentation generator -MAIL_DESC= SMTP, IMAP and POP protocol -NAMES_DESC= DNS protocol -NEWS_DESC= NNTP protocol -PAIR_DESC= Twisted Pair can do low level TCP work -RUNNER_DESC= Process management -WEB_DESC= HTTP protocol -WORDS_DESC= Chat and Instant Messaging -CONCH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedConch>=${PORTVERSION}:security/py-twistedConch -LORE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedLore>=${PORTVERSION}:textproc/py-twistedLore -MAIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedMail>=${PORTVERSION}:mail/py-twistedMail -NAMES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:dns/py-twistedNames -NEWS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedNews>=${PORTVERSION}:news/py-twistedNews -PAIR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedPair>=${PORTVERSION}:net/py-twistedPair -RUNNER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedRunner>=${PORTVERSION}:devel/py-twistedRunner -WEB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWeb>=${PORTVERSION}:www/py-twistedWeb -WORDS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWords>=${PORTVERSION}:net-im/py-twistedWords - -.include <bsd.port.mk> diff --git a/devel/py-twisted152/pkg-descr b/devel/py-twisted152/pkg-descr deleted file mode 100644 index aaeee19d22cd..000000000000 --- a/devel/py-twisted152/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -From the README: - - Twisted is an event-based framework for Internet applications. It includes - a web server, a telnet server, a chat server, a news server, a generic - client and server for remote object access, and APIs for creating new - protocols and services. Twisted supports integration of the Tk, GTK+, Qt or - wxPython event loop with its main event loop. The Win32 event loop is also - supported, as is basic support for running servers on top of Jython. - -Twisted is based on an unconventional and somewhat Twisted design philosophy. - -WWW: http://twistedmatrix.com/ |