diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2017-04-30 15:47:51 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2017-04-30 15:47:51 +0000 |
commit | 68401688132997e52b1b9405b5aaa1e5ad6a48b3 (patch) | |
tree | b3b50e2c634467d93b8a02100f23093ca0cbeb86 /dns | |
parent | bd251adcb6a393657c39b0696f200ee64bacb408 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 2 | ||||
-rw-r--r-- | dns/py-adns/Makefile | 30 | ||||
-rw-r--r-- | dns/py-adns/distinfo | 2 | ||||
-rw-r--r-- | dns/py-adns/pkg-descr | 4 | ||||
-rw-r--r-- | dns/py-bonjour/Makefile | 27 | ||||
-rw-r--r-- | dns/py-bonjour/distinfo | 2 | ||||
-rw-r--r-- | dns/py-bonjour/pkg-descr | 3 |
7 files changed, 0 insertions, 70 deletions
diff --git a/dns/Makefile b/dns/Makefile index 1c53944caea4..eccd130b07d2 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -167,8 +167,6 @@ SUBDIR += powerdns SUBDIR += powerdns-recursor SUBDIR += public_suffix_list - SUBDIR += py-adns - SUBDIR += py-bonjour SUBDIR += py-dns SUBDIR += py-dnschain SUBDIR += py-dnspython diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile deleted file mode 100644 index 4916365b392a..000000000000 --- a/dns/py-adns/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Hye-Shik Chang <perky@fallin.lv> -# $FreeBSD$ - -PORTNAME= adns -PORTVERSION= 1.2.1 -PORTREVISION= 14 -CATEGORIES= dns python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= adns-python-${PORTVERSION} - -MAINTAINER= m.tsatsenko@gmail.com -COMMENT= Python Interface to adns, the asynchronous DNS library - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -LIB_DEPENDS= libadns.so:dns/adns - -PROJECTHOST= adns-python -USES= python -USE_PYTHON= distutils autoplist - -post-patch: - @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \ - -e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \ - ${WRKSRC}/setup.py - -.include <bsd.port.mk> diff --git a/dns/py-adns/distinfo b/dns/py-adns/distinfo deleted file mode 100644 index 763765144f1e..000000000000 --- a/dns/py-adns/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (adns-python-1.2.1.tar.gz) = 30f4ae0c40f6b09b0fad60c1aa4b4b9ff250e62f6e5e6cc112949f880359a23e -SIZE (adns-python-1.2.1.tar.gz) = 18252 diff --git a/dns/py-adns/pkg-descr b/dns/py-adns/pkg-descr deleted file mode 100644 index efd242c2f2ca..000000000000 --- a/dns/py-adns/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The adns module provides an interface to -the GNU adns asynchronous DNS resolver library. - -WWW: http://code.google.com/p/adns-python/ diff --git a/dns/py-bonjour/Makefile b/dns/py-bonjour/Makefile deleted file mode 100644 index 46560f700305..000000000000 --- a/dns/py-bonjour/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pybonjour -PORTVERSION= 1.1.1 -CATEGORIES= dns python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= jpaetzel@FreeBSD.org -COMMENT= Python interface to bonjour - -LICENSE= MIT - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= python -USE_PYTHON= distutils autoplist - -OPTIONS_SINGLE= ZEROCONF -OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER -OPTIONS_DEFAULT= MDNSRESPONDER -AVAHI_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns -MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder - -.include <bsd.port.mk> diff --git a/dns/py-bonjour/distinfo b/dns/py-bonjour/distinfo deleted file mode 100644 index c143c917f7fd..000000000000 --- a/dns/py-bonjour/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pybonjour-1.1.1.tar.gz) = 006175b0fa6ef555fe8970132db81332827662a680d5f64dcb005bfcc80299ad -SIZE (pybonjour-1.1.1.tar.gz) = 18672 diff --git a/dns/py-bonjour/pkg-descr b/dns/py-bonjour/pkg-descr deleted file mode 100644 index 1f207b6ffe21..000000000000 --- a/dns/py-bonjour/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -pybonjour is a python wrapper for interacting with Zeroconf - -WWW: https://code.google.com/p/pybonjour/ |