diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-18 22:08:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-18 22:08:47 +0000 |
commit | 78e586a46b8f7c9e73f281ce23393947cfcc8486 (patch) | |
tree | e4cd80976c178c43d11c50f1cf2336adda409850 /net | |
parent | cbae7b693829c2ddc7e6cb9a68a40e34a0c75e5c (diff) | |
download | ports-78e586a46b8f7c9e73f281ce23393947cfcc8486.tar.gz ports-78e586a46b8f7c9e73f281ce23393947cfcc8486.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-coherence/Makefile | 29 | ||||
-rw-r--r-- | net/py-coherence/distinfo | 3 | ||||
-rw-r--r-- | net/py-coherence/pkg-descr | 5 |
4 files changed, 0 insertions, 38 deletions
diff --git a/net/Makefile b/net/Makefile index 846d5ab8f0e7..98f2f9123911 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1018,7 +1018,6 @@ SUBDIR += py-cloudflare-scrape SUBDIR += py-cloudflare-scrape-js2py SUBDIR += py-cloudscraper - SUBDIR += py-coherence SUBDIR += py-confluent-kafka SUBDIR += py-cymruwhois SUBDIR += py-dpkt diff --git a/net/py-coherence/Makefile b/net/py-coherence/Makefile deleted file mode 100644 index 0dd6cca6d6c1..000000000000 --- a/net/py-coherence/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Yuri Victorovich <yuri@rawbw.com> -# $FreeBSD$ - -PORTNAME= Coherence -PORTVERSION= 0.6.6.2 -PORTREVISION= 1 -CATEGORIES= net python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= DLNA/UPnP media server and framework for the digital living - -LICENSE= PD -LICENSE_FILE= ${WRKSRC}/LICENCE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3:devel/py-configobj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>8.2:devel/py-twisted@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Louie>0:devel/py-louie@${PY_FLAVOR} - -USE_GITHUB= yes -GH_ACCOUNT= coherence-project -GH_TAGNAME= 4d5ee5f - -USES= python:2.7 -USE_PYTHON= distutils concurrent autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/net/py-coherence/distinfo b/net/py-coherence/distinfo deleted file mode 100644 index 76b0ad2e804d..000000000000 --- a/net/py-coherence/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464287285 -SHA256 (coherence-project-Coherence-0.6.6.2-4d5ee5f_GH0.tar.gz) = 7e8cdca3cbba3585cf5819776d79dd43a13144e37f538808e9ac540703f3fe8d -SIZE (coherence-project-Coherence-0.6.6.2-4d5ee5f_GH0.tar.gz) = 353670 diff --git a/net/py-coherence/pkg-descr b/net/py-coherence/pkg-descr deleted file mode 100644 index f3ded4e3b932..000000000000 --- a/net/py-coherence/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Coherence is a framework written in Python, providing a variety of UPnP -MediaServer and UPnP MediaRenderer implementations for instant use. - -WWW: http://coherence-project.org -WWW: https://pypi.org/project/Coherence/ |