[47579] trunk/dports/net

deric at macports.org deric at macports.org
Sat Feb 28 18:34:11 PST 2009


Revision: 47579
          http://trac.macports.org/changeset/47579
Author:   deric at macports.org
Date:     2009-02-28 18:34:10 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
New port: net/unbound-1.2.1, closes #17948.

Added Paths:
-----------
    trunk/dports/net/unbound/
    trunk/dports/net/unbound/Portfile

Added: trunk/dports/net/unbound/Portfile
===================================================================
--- trunk/dports/net/unbound/Portfile	                        (rev 0)
+++ trunk/dports/net/unbound/Portfile	2009-03-01 02:34:10 UTC (rev 47579)
@@ -0,0 +1,45 @@
+# $Id$
+
+PortSystem 1.0
+
+name			unbound
+version			1.2.1
+categories		net
+maintainers		macports.org:snc \
+				macports.org:deric
+description		Validating, recursive, and caching DNS resolver.
+homepage		http://www.unbound.net/
+platforms		darwin
+
+set	unbounduser		unbound
+set	unboundgroup	unbound
+
+long_description	Unbound is a validating, recursive, and caching DNS \
+					server software product from NLnet Labs, VeriSign Inc.,\
+					Nominet, and Kirei. It is distributed free of charge \
+					in open source form under the BSD license.\
+					Unbound is designed as a set of modular components \
+					that incorporate modern features, such as enhanced \
+					security (DNSSEC) validation, Internet Protocol \
+					Version 6 (IPv6), and a client resolver library API \
+					as an integral part of the architecture.
+
+master_sites		http://unbound.net/downloads/
+
+checksums			md5 5437f2a1e698d8aa73ba19a60662a654 \
+					sha1 996aea210b24f8c4bd1aa7a9584bc5b70b989b1b \
+					rmd160 c26d82d92e3342fe860d342a0717824b07d1c38d
+
+post-destroot {
+		addgroup ${unboundgroup}
+		set gid [existsgroup ${unboundgroup}]
+		adduser ${unbounduser} shell=/sbin/nologin gid=${gid} \
+				home=/dev/null \
+				realname=Unbound\ Resolver
+}
+
+# Make it run on boot
+startupitem.create	yes
+startupitem.name	unbound
+startupitem.start	${prefix}/sbin/unbound
+startupitem.stop	"/bin/kill \$(cat ${prefix}/etc/unbound/unbound.pid)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090228/ad2b0b7e/attachment-0001.html>


More information about the macports-changes mailing list