- Add py-twistedNames, a DNS protocol implementation with client and server.

PR:		ports/79929
Submitted by:	Neal Nelson <neal@nelson.name>
This commit is contained in:
Florent Thoumie 2005-04-15 04:55:22 +00:00
parent 8d7a7e48d7
commit 116dcd0a33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133382
5 changed files with 101 additions and 0 deletions

View File

@ -75,6 +75,7 @@
SUBDIR += py-adns
SUBDIR += py-dns
SUBDIR += py-dnspython
SUBDIR += py-twistedNames
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += sheerdns

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: py-twistedNames
# Date created: 14 April 2005
# Whom: Neal Nelson <neal@nelson.name>
#
# $FreeBSD$
#
PORTNAME= twistedNames
PORTVERSION= 0.1.0
CATEGORIES= dns devel python
MASTER_SITES= http://twistedmatrix.com/downloads/Names/0.1/ \
http://tmrc.mit.edu/mirror/twisted/Names/0.2/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedNames-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= A DNS protocol implementation with client and server
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
WRKSRC= ${WRKDIR}/TwistedNames-${PORTVERSION}
USE_BZIP2= yes
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (TwistedNames-0.1.0.tar.bz2) = 1489cb84aa4abfd371441090e5e12f0e
SIZE (TwistedNames-0.1.0.tar.bz2) = 28486

View File

@ -0,0 +1,13 @@
Twisted Names is both a domain name server as well as a client resolver
library. Twisted Names comes with an "out of the box" nameserver which can
read most BIND-syntax zone files as well as a simple Python-based
configuration format. Twisted Names can act as an authoritative server,
perform zone transfers from a master to act as a secondary, act as a caching
nameserver, or any combination of these. Twisted Names' client resolver
library provides functions to query for all commonly used record types as
well as a replacement for the blocking gethostbyname() function provided by
the Python stdlib socket module.
Twisted Names is available under the MIT Free Software licence.
WWW: http://twistedmatrix.com/

View File

@ -0,0 +1,56 @@
%%S%%/twisted/names/__init__.py
%%S%%/twisted/names/__init__.pyc
%%S%%/twisted/names/__init__.pyo
%%S%%/twisted/names/authority.py
%%S%%/twisted/names/authority.pyc
%%S%%/twisted/names/authority.pyo
%%S%%/twisted/names/cache.py
%%S%%/twisted/names/cache.pyc
%%S%%/twisted/names/cache.pyo
%%S%%/twisted/names/client.py
%%S%%/twisted/names/client.pyc
%%S%%/twisted/names/client.pyo
%%S%%/twisted/names/common.py
%%S%%/twisted/names/common.pyc
%%S%%/twisted/names/common.pyo
%%S%%/twisted/names/dns.py
%%S%%/twisted/names/dns.pyc
%%S%%/twisted/names/dns.pyo
%%S%%/twisted/names/hosts.py
%%S%%/twisted/names/hosts.pyc
%%S%%/twisted/names/hosts.pyo
%%S%%/twisted/names/resolve.py
%%S%%/twisted/names/resolve.pyc
%%S%%/twisted/names/resolve.pyo
%%S%%/twisted/names/root.py
%%S%%/twisted/names/root.pyc
%%S%%/twisted/names/root.pyo
%%S%%/twisted/names/secondary.py
%%S%%/twisted/names/secondary.pyc
%%S%%/twisted/names/secondary.pyo
%%S%%/twisted/names/server.py
%%S%%/twisted/names/server.pyc
%%S%%/twisted/names/server.pyo
%%S%%/twisted/names/srvconnect.py
%%S%%/twisted/names/srvconnect.pyc
%%S%%/twisted/names/srvconnect.pyo
%%S%%/twisted/names/tap.py
%%S%%/twisted/names/tap.pyc
%%S%%/twisted/names/tap.pyo
%%S%%/twisted/names/test/__init__.py
%%S%%/twisted/names/test/__init__.pyc
%%S%%/twisted/names/test/__init__.pyo
%%S%%/twisted/names/test/test_dns.py
%%S%%/twisted/names/test/test_dns.pyc
%%S%%/twisted/names/test/test_dns.pyo
%%S%%/twisted/names/test/test_names.py
%%S%%/twisted/names/test/test_names.pyc
%%S%%/twisted/names/test/test_names.pyo
%%S%%/twisted/names/test/test_rootresolve.py
%%S%%/twisted/names/test/test_rootresolve.pyc
%%S%%/twisted/names/test/test_rootresolve.pyo
%%S%%/twisted/plugins/twisted_names.py
%%S%%/twisted/plugins/twisted_names.pyc
%%S%%/twisted/plugins/twisted_names.pyo
@dirrm %%S%%/twisted/names/test
@dirrm %%S%%/twisted/names