ports/79929: New Port: dns/py-twistedNames An DNS protocol implementation with client and server

Neal Nelson neal at nelson.name
Thu Apr 14 17:20:25 UTC 2005


>Number:         79929
>Category:       ports
>Synopsis:       New Port: dns/py-twistedNames 	An DNS protocol implementation with client and server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 14 17:20:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Neal Nelson
>Release:        5.4-STABLE
>Organization:
>Environment:
FreeBSD server.home 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Apr 13 13:16:17 CEST 2005     nealie at server.home:/usr/obj/usr/src/sys/SERVER  i386

>Description:
      Twisted Names is a DNS protocol implementation with client and server
>How-To-Repeat:
      
>Fix:
     # This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-twistedNames
#	py-twistedNames/pkg-descr
#	py-twistedNames/distinfo
#	py-twistedNames/Makefile
#	py-twistedNames/pkg-plist
#
echo c - py-twistedNames
mkdir -p py-twistedNames > /dev/null 2>&1
echo x - py-twistedNames/pkg-descr
sed 's/^X//' >py-twistedNames/pkg-descr << 'END-of-py-twistedNames/pkg-descr'
XTwisted Names is both a domain name server as well as a client resolver library. 
XTwisted Names comes with an "out of the box" nameserver which can read most 
XBIND-syntax zone files as well as a simple Python-based configuration format. 
XTwisted Names can act as an authoritative server, perform zone transfers from 
Xa master to act as a secondary, act as a caching nameserver, or any combination 
Xof these. Twisted Names' client resolver library provides functions to query 
Xfor all commonly used record types as well as a replacement for the blocking 
Xgethostbyname() function provided by the Python stdlib socket module.
X
XTwisted Names is available under the MIT Free Software licence. 
X
XWWW: http://twistedmatrix.com/
END-of-py-twistedNames/pkg-descr
echo x - py-twistedNames/distinfo
sed 's/^X//' >py-twistedNames/distinfo << 'END-of-py-twistedNames/distinfo'
XMD5 (TwistedNames-0.1.0.tar.bz2) = 1489cb84aa4abfd371441090e5e12f0e
XSIZE (TwistedNames-0.1.0.tar.bz2) = 28486
END-of-py-twistedNames/distinfo
echo x - py-twistedNames/Makefile
sed 's/^X//' >py-twistedNames/Makefile << 'END-of-py-twistedNames/Makefile'
X# New ports collection makefile for:	py-twistedNames
X# Date created:		14 April 2005
X# Whom:	      		Neal Nelson <neal at nelson.name>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	twistedNames
XPORTVERSION=	0.1.0
XCATEGORIES=	dns devel python
XMASTER_SITES=	http://twistedmatrix.com/downloads/Names/0.1/ \
X    http://tmrc.mit.edu/mirror/twisted/Names/0.2/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	TwistedNames-${PORTVERSION}
X
XMAINTAINER=	neal at nelson.name
XCOMMENT=	A DNS protocol implementation with client and server
X
XRUN_DEPENDS=    ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
X
XWRKSRC=		${WRKDIR}/TwistedNames-${PORTVERSION}
X
XUSE_BZIP2=	yes
XUSE_PYTHON=	2.2+
XUSE_PYDISTUTILS=	yes
X
XPLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
X
X.include <bsd.port.mk>
END-of-py-twistedNames/Makefile
echo x - py-twistedNames/pkg-plist
sed 's/^X//' >py-twistedNames/pkg-plist << 'END-of-py-twistedNames/pkg-plist'
X%%S%%/twisted/names/__init__.py
X%%S%%/twisted/names/__init__.pyc
X%%S%%/twisted/names/__init__.pyo
X%%S%%/twisted/names/authority.py
X%%S%%/twisted/names/authority.pyc
X%%S%%/twisted/names/authority.pyo
X%%S%%/twisted/names/cache.py
X%%S%%/twisted/names/cache.pyc
X%%S%%/twisted/names/cache.pyo
X%%S%%/twisted/names/client.py
X%%S%%/twisted/names/client.pyc
X%%S%%/twisted/names/client.pyo
X%%S%%/twisted/names/common.py
X%%S%%/twisted/names/common.pyc
X%%S%%/twisted/names/common.pyo
X%%S%%/twisted/names/dns.py
X%%S%%/twisted/names/dns.pyc
X%%S%%/twisted/names/dns.pyo
X%%S%%/twisted/names/hosts.py
X%%S%%/twisted/names/hosts.pyc
X%%S%%/twisted/names/hosts.pyo
X%%S%%/twisted/names/resolve.py
X%%S%%/twisted/names/resolve.pyc
X%%S%%/twisted/names/resolve.pyo
X%%S%%/twisted/names/root.py
X%%S%%/twisted/names/root.pyc
X%%S%%/twisted/names/root.pyo
X%%S%%/twisted/names/secondary.py
X%%S%%/twisted/names/secondary.pyc
X%%S%%/twisted/names/secondary.pyo
X%%S%%/twisted/names/server.py
X%%S%%/twisted/names/server.pyc
X%%S%%/twisted/names/server.pyo
X%%S%%/twisted/names/srvconnect.py
X%%S%%/twisted/names/srvconnect.pyc
X%%S%%/twisted/names/srvconnect.pyo
X%%S%%/twisted/names/tap.py
X%%S%%/twisted/names/tap.pyc
X%%S%%/twisted/names/tap.pyo
X%%S%%/twisted/names/test/__init__.py
X%%S%%/twisted/names/test/__init__.pyc
X%%S%%/twisted/names/test/__init__.pyo
X%%S%%/twisted/names/test/test_dns.py
X%%S%%/twisted/names/test/test_dns.pyc
X%%S%%/twisted/names/test/test_dns.pyo
X%%S%%/twisted/names/test/test_names.py
X%%S%%/twisted/names/test/test_names.pyc
X%%S%%/twisted/names/test/test_names.pyo
X%%S%%/twisted/names/test/test_rootresolve.py
X%%S%%/twisted/names/test/test_rootresolve.pyc
X%%S%%/twisted/names/test/test_rootresolve.pyo
X%%S%%/twisted/plugins/twisted_names.py
X%%S%%/twisted/plugins/twisted_names.pyc
X%%S%%/twisted/plugins/twisted_names.pyo
X at dirrm %%S%%/twisted/names/test
X at dirrm %%S%%/twisted/names
END-of-py-twistedNames/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list