[39940] trunk/dports/net
simon at macports.org
simon at macports.org
Sat Sep 13 07:55:52 PDT 2008
Revision: 39940
http://trac.macports.org/changeset/39940
Author: simon at macports.org
Date: 2008-09-13 07:55:52 -0700 (Sat, 13 Sep 2008)
Log Message:
-----------
net/libudns: New port, DNS resolver library.
Added Paths:
-----------
trunk/dports/net/libudns/
trunk/dports/net/libudns/Portfile
Added: trunk/dports/net/libudns/Portfile
===================================================================
--- trunk/dports/net/libudns/Portfile (rev 0)
+++ trunk/dports/net/libudns/Portfile 2008-09-13 14:55:52 UTC (rev 39940)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem 1.0
+
+name libudns
+version 0.0.9
+categories net
+platforms darwin
+maintainers simon openmaintainer
+description DNS resolver library
+long_description UDNS is a stub DNS resolver library with ability to \
+ perform both syncronous and asyncronous DNS queries.
+
+homepage http://www.corpit.ru/mjt/udns.html
+master_sites http://www.corpit.ru/mjt/udns/
+checksums md5 78843added6f6b690bc6019ab8ef03c9 \
+ sha1 9792ac12619d23d3086f960561428238c41a25e0 \
+ rmd160 c2d79b97cda87614a644da6a1be2d55f354d8a22
+distname udns_${version}
+worksrcdir udns-${version}
+
+configure.pre_args {}
+
+destroot {
+ xinstall -W ${worksrcpath} dnsget ex-rdns rblcheck \
+ ${destroot}${prefix}/bin
+
+ xinstall -W ${worksrcpath} udns.h \
+ ${destroot}${prefix}/include
+ xinstall -W ${worksrcpath} libudns.a \
+ ${destroot}${prefix}/lib
+
+ xinstall -W ${worksrcpath} dnsget.1 rblcheck.1 \
+ ${destroot}${prefix}/share/man/man1
+ xinstall -W ${worksrcpath} udns.3 \
+ ${destroot}${prefix}/share/man/man3
+}
+
+livecheck.check regex
+livecheck.regex {version of the library is (\d+(?:\.\d+)*)}
Property changes on: trunk/dports/net/libudns/Portfile
___________________________________________________________________
Added: svn:keyword
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080913/aff69c8c/attachment.html
More information about the macports-changes
mailing list