[Midnightbsd-cvs] mports [19369] trunk/dns: add py dns

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 6 21:17:51 EDT 2015


Revision: 19369
          http://svnweb.midnightbsd.org/mports/?rev=19369
Author:   laffer1
Date:     2015-06-06 21:17:51 -0400 (Sat, 06 Jun 2015)
Log Message:
-----------
add py dns

Modified Paths:
--------------
    trunk/dns/Makefile

Added Paths:
-----------
    trunk/dns/py-dns/
    trunk/dns/py-dns/Makefile
    trunk/dns/py-dns/distinfo
    trunk/dns/py-dns/files/
    trunk/dns/py-dns/files/patch-DNS-Lib.py
    trunk/dns/py-dns/files/patch-DNS-Type.py
    trunk/dns/py-dns/pkg-descr

Modified: trunk/dns/Makefile
===================================================================
--- trunk/dns/Makefile	2015-06-07 01:15:39 UTC (rev 19368)
+++ trunk/dns/Makefile	2015-06-07 01:17:51 UTC (rev 19369)
@@ -23,6 +23,7 @@
 SUBDIR += p5-Net-DNS
 SUBDIR += p5-Net-DNS-Resolver-Programmable
 SUBDIR += pdnsd
+SUBDIR += py-dns
 SUBDIR += py-dnspython
 SUBDIR += samba-nsupdate
 SUBDIR += udns

Added: trunk/dns/py-dns/Makefile
===================================================================
--- trunk/dns/py-dns/Makefile	                        (rev 0)
+++ trunk/dns/py-dns/Makefile	2015-06-07 01:17:51 UTC (rev 19369)
@@ -0,0 +1,32 @@
+# Created by: Mark Linimon <linimon at lonesome.com>
+# $FreeBSD: head/dns/py-dns/Makefile 371188 2014-10-19 15:43:33Z mva $
+# $MidnightBSD$
+
+PORTNAME=	dns
+PORTVERSION=	2.3.6
+CATEGORIES=	dns python
+MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pydns-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	DNS (Domain Name Service) library for Python
+
+LICENSE=	cnri
+LICENSE_NAME=	CNRI LICENSE AGREEMENT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USES=		python:2
+USE_PYTHON=	distutils autoplist
+
+PORTDOCS=	README.txt README-guido.txt
+DOCSDIR=	${PREFIX}/share/doc/py-dns
+
+OPTIONS_DEFINE=	DOCS
+
+post-install:
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+
+.include <bsd.port.mk>


Property changes on: trunk/dns/py-dns/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/py-dns/distinfo
===================================================================
--- trunk/dns/py-dns/distinfo	                        (rev 0)
+++ trunk/dns/py-dns/distinfo	2015-06-07 01:17:51 UTC (rev 19369)
@@ -0,0 +1,2 @@
+SHA256 (pydns-2.3.6.tar.gz) = d3cf6fc4ec088e934cf2dd4d71080efdb5c09ae79cbb2512427eb0fc393f2417
+SIZE (pydns-2.3.6.tar.gz) = 28220


Property changes on: trunk/dns/py-dns/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/py-dns/files/patch-DNS-Lib.py
===================================================================
--- trunk/dns/py-dns/files/patch-DNS-Lib.py	                        (rev 0)
+++ trunk/dns/py-dns/files/patch-DNS-Lib.py	2015-06-07 01:17:51 UTC (rev 19369)
@@ -0,0 +1,15 @@
+--- DNS/Lib.py.orig	2011-03-16 23:06:39.000000000 +0300
++++ DNS/Lib.py	2011-03-29 12:42:45.000000000 +0400
+@@ -706,10 +706,10 @@
+ # added identifying header to top of each file
+ #
+ # Revision 1.7  2001/07/19 07:50:44  anthony
+-# Added SRV (RFC 2782) support. Code from Michael Str\xF6der.
++# Added SRV (RFC 2782) support. Code from Michael Ströder.
+ #
+ # Revision 1.6  2001/07/19 07:39:18  anthony
+-# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Str\xF6der.
++# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder.
+ #
+ # Revision 1.5  2001/07/19 07:34:19  anthony
+ # oops. glitch in storeRR (fixed now).


Property changes on: trunk/dns/py-dns/files/patch-DNS-Lib.py
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/py-dns/files/patch-DNS-Type.py
===================================================================
--- trunk/dns/py-dns/files/patch-DNS-Type.py	                        (rev 0)
+++ trunk/dns/py-dns/files/patch-DNS-Type.py	2015-06-07 01:17:51 UTC (rev 19369)
@@ -0,0 +1,11 @@
+--- DNS/Type.py.orig	2011-03-16 23:06:39.000000000 +0300
++++ DNS/Type.py	2011-03-29 12:44:27.000000000 +0400
+@@ -74,7 +74,7 @@
+ # added identifying header to top of each file
+ #
+ # Revision 1.3  2001/07/19 07:38:28  anthony
+-# added type code for SRV. From Michael Str\xF6der.
++# added type code for SRV. From Michael Ströder.
+ #
+ # Revision 1.2  2001/07/19 06:57:07  anthony
+ # cvs keywords added


Property changes on: trunk/dns/py-dns/files/patch-DNS-Type.py
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/py-dns/pkg-descr
===================================================================
--- trunk/dns/py-dns/pkg-descr	                        (rev 0)
+++ trunk/dns/py-dns/pkg-descr	2015-06-07 01:17:51 UTC (rev 19369)
@@ -0,0 +1,5 @@
+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/


Property changes on: trunk/dns/py-dns/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list