[49593] trunk/dports/python

blb at macports.org blb at macports.org
Sun Apr 12 19:53:11 PDT 2009


Revision: 49593
          http://trac.macports.org/changeset/49593
Author:   blb at macports.org
Date:     2009-04-12 19:53:11 -0700 (Sun, 12 Apr 2009)
Log Message:
-----------
New port - python/py26-dns, module for performing DNS queries from python

Added Paths:
-----------
    trunk/dports/python/py26-dns/
    trunk/dports/python/py26-dns/Portfile

Removed Paths:
-------------
    trunk/dports/python/py26-dns/Portfile

Deleted: trunk/dports/python/py26-dns/Portfile
===================================================================
--- trunk/dports/python/py25-dns/Portfile	2009-04-12 13:52:41 UTC (rev 49578)
+++ trunk/dports/python/py26-dns/Portfile	2009-04-13 02:53:11 UTC (rev 49593)
@@ -1,27 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python25 1.0
-
-name			py25-dns
-version			2.3.1
-categories		python net
-maintainers		nomaintainer
-platforms		darwin freebsd
-description		module for performing DNS queries from python
-long_description	py-dns provides a module for performing DNS queries \
-				from python applications. 
-
-homepage		http://pydns.sourceforge.net/
-master_sites	sourceforge:pydns
-checksums		md5 a2ee77b46d17f8f355ff7784cea76d2c
-distname		pydns-${version}
-extract.suffix	.tar.gz
-
-post-destroot   {
-	xinstall -m 644 -W ${worksrcpath} CREDITS.txt README-guido.txt \
-		README.txt ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/tests test.py test2.py test4.py \
-		test5.py testPackers.py testsrv.py \
-		${destroot}${prefix}/share/doc/${name}/examples
-}

Copied: trunk/dports/python/py26-dns/Portfile (from rev 49591, trunk/dports/python/py25-dns/Portfile)
===================================================================
--- trunk/dports/python/py26-dns/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-dns/Portfile	2009-04-13 02:53:11 UTC (rev 49593)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name			py26-dns
+version			2.3.3
+categories		python net
+maintainers		nomaintainer
+platforms		darwin freebsd
+description		module for performing DNS queries from python
+long_description	py-dns provides a module for performing DNS queries \
+				from python applications. 
+
+homepage		http://pydns.sourceforge.net/
+master_sites	sourceforge:pydns
+checksums		md5     40001fb178de5920e7d67c000a782d6a \
+				sha1    f34f125143b0db145e9d4c876b653db69a04f24a \
+				rmd160  948bc070d4fca6ba7d39296b088df939f8c58656
+distname		pydns-${version}
+
+post-destroot   {
+	xinstall -m 644 -W ${worksrcpath} CREDITS.txt README-guido.txt \
+		README.txt ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath}/tests test.py test2.py test4.py \
+		test5.py testPackers.py testsrv.py \
+		${destroot}${prefix}/share/doc/${name}/examples
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090412/93b94541/attachment.html>


More information about the macports-changes mailing list