- Add py-dns3 3.0.4

This directory contains a Python module that implements a DNS (Domain
Name Server) client, plus additional modules that define some symbolic
constants used by DNS (dnstype, dnsclass, dnsopcode).

WWW: http://pydns.sourceforge.net/
WWW: https://launchpad.net/py3dns
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-23 12:13:11 +00:00
parent 7a660f28cd
commit e01844530d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345699
4 changed files with 34 additions and 0 deletions

View file

@ -139,6 +139,7 @@
SUBDIR += powerdns-recursor
SUBDIR += py-adns
SUBDIR += py-dns
SUBDIR += py-dns3
SUBDIR += py-dnspython
SUBDIR += py-easyzone
SUBDIR += py-idnkit2

25
dns/py-dns3/Makefile Normal file
View file

@ -0,0 +1,25 @@
# Created by: Mark Linimon <linimon@lonesome.com>
# $FreeBSD$
PORTNAME= dns
PORTVERSION= 3.0.4
CATEGORIES= dns python
MASTER_SITES= https://launchpadlibrarian.net/146975379/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 3
DISTNAME= py3dns-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= DNS (Domain Name Service) library for Python 3
LICENSE= CNRI
LICENSE_NAME= CNRI LICENSE AGREEMENT
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS=yes
USE_PYTHON= 3
.include <bsd.port.mk>

2
dns/py-dns3/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (py3dns-3.0.4.tar.gz) = a487285f725e7c01c4e1e7d511e56ccbc4c1ae5b34eaa5dd09990fec944fae53
SIZE (py3dns-3.0.4.tar.gz) = 27524

6
dns/py-dns3/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
This directory contains a Python module that implements a DNS (Domain
Name Server) client, plus additional modules that define some symbolic
constants used by DNS (dnstype, dnsclass, dnsopcode).
WWW: http://pydns.sourceforge.net/
WWW: https://launchpad.net/py3dns