From 46c1fa8fc5d2f0efe6d439ce159df6e36231039d Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 25 Jul 2003 11:49:53 +0000 Subject: add adns-python-1.0.0, a Python binding to the GNU asynchronous DNS resolver library submitted by adam@monkeybyte.org per PR pkg/21729, also in pkgsrc-wip --- net/py-adns/DESCR | 2 ++ net/py-adns/Makefile | 19 +++++++++++++++++++ net/py-adns/PLIST | 8 ++++++++ net/py-adns/distinfo | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 net/py-adns/DESCR create mode 100644 net/py-adns/Makefile create mode 100644 net/py-adns/PLIST create mode 100644 net/py-adns/distinfo (limited to 'net') diff --git a/net/py-adns/DESCR b/net/py-adns/DESCR new file mode 100644 index 00000000000..28110a20fa4 --- /dev/null +++ b/net/py-adns/DESCR @@ -0,0 +1,2 @@ +The adns module provides an interface to the GNU adns asynchronous DNS +resolver library. diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile new file mode 100644 index 00000000000..573d15cc384 --- /dev/null +++ b/net/py-adns/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/25 11:49:53 drochner Exp $ +# + +DISTNAME= adns-python-1.0.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= net +MASTER_SITES= http://dustman.net/andy/python/adns-python/1.0.0/ + +MAINTAINER= adam@monkeybyte.org +HOMEPAGE= http://dustman.net/andy/python/adns-python/ +COMMENT= Python interface to the GNU asynchronous DNS resolver library + +PYDISTUTILSPKG= +USE_BUILDLINK2= yes + +.include "../../net/adns/buildlink2.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" + diff --git a/net/py-adns/PLIST b/net/py-adns/PLIST new file mode 100644 index 00000000000..e124536d5ff --- /dev/null +++ b/net/py-adns/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/25 11:49:53 drochner Exp $ +${PYSITELIB}/ADNS.pyc +${PYSITELIB}/ADNS.py +${PYSITELIB}/adns.so +${PYSITELIB}/hostmx.pyc +${PYSITELIB}/hostmx.py +${PYSITELIB}/rblcheck.pyc +${PYSITELIB}/rblcheck.py diff --git a/net/py-adns/distinfo b/net/py-adns/distinfo new file mode 100644 index 00000000000..4a3e895f927 --- /dev/null +++ b/net/py-adns/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/25 11:49:53 drochner Exp $ + +SHA1 (adns-python-1.0.0.tar.gz) = 2b31d754eda70c58cb224b8cc1d07243bb3e67b3 +Size (adns-python-1.0.0.tar.gz) = 17432 bytes -- cgit v1.2.3