diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-01 00:57:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-01 00:57:23 +0000 |
commit | e095f78463023f59c04bdd21ffc95fada557410f (patch) | |
tree | ec5de6499c9c252b774be9acb5c807082d084bd2 /dns | |
parent | 2735d517c12b82760759a6519959aea6bc21d383 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/py-dns/Makefile | 32 | ||||
-rw-r--r-- | dns/py-dns/distinfo | 2 | ||||
-rw-r--r-- | dns/py-dns/files/patch-DNS-Lib.py | 15 | ||||
-rw-r--r-- | dns/py-dns/files/patch-DNS-Type.py | 11 | ||||
-rw-r--r-- | dns/py-dns/pkg-descr | 5 |
6 files changed, 0 insertions, 66 deletions
diff --git a/dns/Makefile b/dns/Makefile index 500fced48ed4..58fb49f6ec7b 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -180,7 +180,6 @@ SUBDIR += py-adns SUBDIR += py-aiodns SUBDIR += py-cloudflare - SUBDIR += py-dns SUBDIR += py-dns-lexicon SUBDIR += py-dnspython SUBDIR += py-dnspython2 diff --git a/dns/py-dns/Makefile b/dns/py-dns/Makefile deleted file mode 100644 index 489c3e7af095..000000000000 --- a/dns/py-dns/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Mark Linimon <linimon@lonesome.com> -# $FreeBSD$ - -PORTNAME= dns -PORTVERSION= 2.3.6 -PORTREVISION= 2 -CATEGORIES= dns python -MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pydns-${PORTVERSION} - -MAINTAINER= rm@FreeBSD.org -COMMENT= DNS (Domain Name Service) library for Python - -LICENSE= CNRI -LICENSE_NAME= CNRI LICENSE AGREEMENT -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -PORTDOCS= README.txt README-guido.txt -DOCSDIR= ${PREFIX}/share/doc/py-dns - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/dns/py-dns/distinfo b/dns/py-dns/distinfo deleted file mode 100644 index 99f466193e8b..000000000000 --- a/dns/py-dns/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pydns-2.3.6.tar.gz) = d3cf6fc4ec088e934cf2dd4d71080efdb5c09ae79cbb2512427eb0fc393f2417 -SIZE (pydns-2.3.6.tar.gz) = 28220 diff --git a/dns/py-dns/files/patch-DNS-Lib.py b/dns/py-dns/files/patch-DNS-Lib.py deleted file mode 100644 index c2e84e31f28a..000000000000 --- a/dns/py-dns/files/patch-DNS-Lib.py +++ /dev/null @@ -1,15 +0,0 @@ ---- DNS/Lib.py.orig 2011-03-16 23:06:39.000000000 +0300 -+++ DNS/Lib.py 2011-03-29 12:42:45.000000000 +0400 -@@ -706,10 +706,10 @@ - # added identifying header to top of each file - # - # Revision 1.7 2001/07/19 07:50:44 anthony --# Added SRV (RFC 2782) support. Code from Michael Ströder. -+# Added SRV (RFC 2782) support. Code from Michael Ströder. - # - # Revision 1.6 2001/07/19 07:39:18 anthony --# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder. -+# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder. - # - # Revision 1.5 2001/07/19 07:34:19 anthony - # oops. glitch in storeRR (fixed now). diff --git a/dns/py-dns/files/patch-DNS-Type.py b/dns/py-dns/files/patch-DNS-Type.py deleted file mode 100644 index 78fdfc4693ff..000000000000 --- a/dns/py-dns/files/patch-DNS-Type.py +++ /dev/null @@ -1,11 +0,0 @@ ---- DNS/Type.py.orig 2011-03-16 23:06:39.000000000 +0300 -+++ DNS/Type.py 2011-03-29 12:44:27.000000000 +0400 -@@ -74,7 +74,7 @@ - # added identifying header to top of each file - # - # Revision 1.3 2001/07/19 07:38:28 anthony --# added type code for SRV. From Michael Ströder. -+# added type code for SRV. From Michael Ströder. - # - # Revision 1.2 2001/07/19 06:57:07 anthony - # cvs keywords added diff --git a/dns/py-dns/pkg-descr b/dns/py-dns/pkg-descr deleted file mode 100644 index 7f8467fc8959..000000000000 --- a/dns/py-dns/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This directory contains a Python module that implements a DNS (Domain -Name Server) client, plus additional modules that define some symbolic -constants used by DNS (dnstype, dnsclass, dnsopcode). - -WWW: http://pydns.sourceforge.net/ |