diff options
author | drochner <drochner@pkgsrc.org> | 2003-07-25 11:49:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-07-25 11:49:53 +0000 |
commit | 46c1fa8fc5d2f0efe6d439ce159df6e36231039d (patch) | |
tree | 87d4abcd00164eac1b8fb1fc02b36b1f65066074 /net/py-adns | |
parent | 0a1b43f154c36b3db3ae2c0b710d75bcb6bb8b96 (diff) | |
download | pkgsrc-46c1fa8fc5d2f0efe6d439ce159df6e36231039d.tar.gz |
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
Diffstat (limited to 'net/py-adns')
-rw-r--r-- | net/py-adns/DESCR | 2 | ||||
-rw-r--r-- | net/py-adns/Makefile | 19 | ||||
-rw-r--r-- | net/py-adns/PLIST | 8 | ||||
-rw-r--r-- | net/py-adns/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
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 |