[52587] trunk/dports/net/unbound/Portfile

snc at macports.org snc at macports.org
Fri Jun 19 06:35:26 PDT 2009


Revision: 52587
          http://trac.macports.org/changeset/52587
Author:   snc at macports.org
Date:     2009-06-19 06:35:26 -0700 (Fri, 19 Jun 2009)
Log Message:
-----------
whitespace changes

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

Modified: trunk/dports/net/unbound/Portfile
===================================================================
--- trunk/dports/net/unbound/Portfile	2009-06-19 13:32:15 UTC (rev 52586)
+++ trunk/dports/net/unbound/Portfile	2009-06-19 13:35:26 UTC (rev 52587)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -2,42 +3,42 @@
 
-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
+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
+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.
+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/
+master_sites        http://unbound.net/downloads/
 
-checksums			md5 5437f2a1e698d8aa73ba19a60662a654 \
-					sha1 996aea210b24f8c4bd1aa7a9584bc5b70b989b1b \
-					rmd160 c26d82d92e3342fe860d342a0717824b07d1c38d
+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
+    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)"
+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/20090619/1e53a878/attachment.html>


More information about the macports-changes mailing list