Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2002 12:08:46 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43256: new port: pydns, simple DNS library for Python
Message-ID:  <200209221708.g8MH8keq074137@lonesome.lonesome.com>

next in thread | raw e-mail | index | archive | help

>Number:         43256
>Category:       ports
>Synopsis:       new port: pydns, simple DNS library for Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 22 10:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.6-RELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.6-RELEASE FreeBSD 4.6-RELEASE #2: Fri Aug 9 06:15:20 CDT 2002 linimon@lonesome.lonesome.com:/usr/src/sys/compile/XPS_R350 i386

>Description:
	New port for pydns, simple DNS library for Python.  This is an
	existing project hosted on SourceForge.  It is under the Python
	(CNRI) license.
>How-To-Repeat:
	n/a
>Fix:
	A sharfile is appended.

# 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:
#
#	.
#	./pkg-plist
#	./pkg-descr
#	./pkg-comment
#	./distinfo
#	./Makefile
#	./files
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Base.py
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Base.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Base.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Class.py
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Class.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Class.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Lib.py
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Lib.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Lib.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Opcode.py
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Opcode.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Opcode.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Status.py
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Status.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Status.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Type.py
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Type.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/Type.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/__init__.py
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/__init__.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/__init__.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/lazy.py
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/lazy.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/lazy.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/win32dns.py
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/win32dns.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/DNS/win32dns.pyo
X@dirrm lib/%%PYTHON_VERSION%%/site-packages/DNS
END-of-./pkg-plist
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XThis directory contains a Python module that implements a DNS (Domain
XName Server) client, plus additional modules that define some symbolic
Xconstants used by DNS (dnstype, dnsclass, dnsopcode).
X
XThis code is released under a Python-style license. 
X
XA mailing list is available at pydns-developer@lists.sourceforge.net.
X
XBugs and/or patches should go to the tracker on SourceForge:
XWWW: http://sourceforge.net/tracker/?group_id=31674
X
X- Mark Linimon
Xlinimon@lonesome.com
END-of-./pkg-descr
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XA DNS (Domain Name Server) library for Python
END-of-./pkg-comment
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (pydns-2.3.0.tgz) = b79616da9e88abce88edf82b369ee58d
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	pydns
X# Date created:				21 September 2002
X# Whom:                 		Mark Linimon (linimon@lonesome.com)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pydns
XPORTVERSION=	2.3.0
XPORTREVISION=	0
XCATEGORIES=	net python
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	pydns
XDISTNAME=	pydns-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	linimon@lonesome.com
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
XDOCS=		README.txt README-guido.txt
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	@${MKDIR} ${DOCSDIR}
X.for file in ${DOCS}
X	@${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209221708.g8MH8keq074137>