[46628] trunk/dports/sysutils/daemontools/Portfile

blb at macports.org blb at macports.org
Sun Feb 8 20:17:04 PST 2009


Revision: 46628
          http://trac.macports.org/changeset/46628
Author:   blb at macports.org
Date:     2009-02-08 20:16:59 -0800 (Sun, 08 Feb 2009)
Log Message:
-----------
sysutils/daemontools - whitespace changes

Modified Paths:
--------------
    trunk/dports/sysutils/daemontools/Portfile

Modified: trunk/dports/sysutils/daemontools/Portfile
===================================================================
--- trunk/dports/sysutils/daemontools/Portfile	2009-02-09 04:06:21 UTC (rev 46627)
+++ trunk/dports/sysutils/daemontools/Portfile	2009-02-09 04:16:59 UTC (rev 46628)
@@ -1,57 +1,56 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
+name                daemontools
+version             0.76
+revision            1
+categories          sysutils
+platforms           darwin
+maintainers         nomaintainer
+description         collection of tools for managing UNIX services
+long_description \
+   daemontools is an extensive collection of tools for managing UNIX \
+   services. It includes tools for starting, restarting, stopping, \
+   monitoring and logging any services that you might wish to run.
 
-name			daemontools
-version			0.76
-revision		1
-categories		sysutils
-platforms		darwin
-maintainers		nomaintainer
-description		collection of tools for managing UNIX services
-long_description	daemontools is an extensive collection of tools for \
-					managing UNIX services. It includes tools for starting, \
-					restarting, stopping, monitoring and logging any services \
-					that you might wish to run.
+homepage            http://cr.yp.to/daemontools.html
+master_sites        http://cr.yp.to/daemontools/ \
+                    http://smarden.org/pape/djb/manpages/:man
+distfiles-append    ${distname}-man.tar.gz:man
+checksums           ${distname}.tar.gz md5 1871af2453d6e464034968a0fbcb2bfc \
+                    ${distname}-man.tar.gz md5 2d3858a48f293c87202f76cd883438ee
 
-homepage		http://cr.yp.to/daemontools.html
-master_sites	http://cr.yp.to/daemontools/ \
-				http://smarden.org/pape/djb/manpages/:man
-distfiles-append	${distname}-man.tar.gz:man
-checksums		${distname}.tar.gz md5 1871af2453d6e464034968a0fbcb2bfc \
-				${distname}-man.tar.gz md5 2d3858a48f293c87202f76cd883438ee
+worksrcdir          admin/${worksrcdir}
 
-worksrcdir		admin/${worksrcdir}
+use_configure       no
 
-use_configure	no
-
-build.cmd		package/compile
+build.cmd           package/compile
 build.target
 
-pre-build   {
-        system "cd ${workpath}/${worksrcdir} && echo x >>src/trypoll.c"
+pre-build {
+   system "cd ${workpath}/${worksrcdir} && echo x >>src/trypoll.c"
 }
-post-build	{
-	system "cd ${workpath}/daemontools-man && gzip *.8"
+post-build {
+   system "cd ${workpath}/daemontools-man && gzip *.8"
 }
 
-destroot	{
-	xinstall -m 755 -s -W ${worksrcpath}/command envdir envuidgid fghack \
-		multilog pgrphack readproctitle setlock setuidgid softlimit supervise \
-		svc svok svscan svstat tai64n tai64nlocal \
-		${destroot}${prefix}/sbin
-	xinstall -m 755 -W ${worksrcpath}/command svscanboot \
-		${destroot}${prefix}/sbin
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/src CHANGES TODO \
-		${destroot}${prefix}/share/doc/${name}
+destroot {
+   xinstall -m 755 -s -W ${worksrcpath}/command envdir envuidgid fghack \
+      multilog pgrphack readproctitle setlock setuidgid softlimit supervise \
+      svc svok svscan svstat tai64n tai64nlocal ${destroot}${prefix}/sbin
+   xinstall -m 755 -W ${worksrcpath}/command svscanboot \
+      ${destroot}${prefix}/sbin
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath}/src CHANGES TODO \
+      ${destroot}${prefix}/share/doc/${name}
 
-	xinstall -m 755 -d ${destroot}${prefix}/share/man/man8
-	xinstall -m 644 -W ${workpath}/daemontools-man envdir.8.gz envuidgid.8.gz \
-		fghack.8.gz multilog.8.gz pgrphack.8.gz readproctitle.8.gz \
-		setlock.8.gz setuidgid.8.gz softlimit.8.gz supervise.8.gz svc.8.gz \
-		svok.8.gz svscan.8.gz svscanboot.8.gz svstat.8.gz tai64n.8.gz \
-		tai64nlocal.8.gz ${destroot}${prefix}/share/man/man8
-	xinstall -m 644 ${workpath}/daemontools-man/README \
-		${destroot}${prefix}/share/doc/${name}/README_MANPAGES
+   xinstall -m 755 -d ${destroot}${prefix}/share/man/man8
+   xinstall -m 644 -W ${workpath}/daemontools-man envdir.8.gz envuidgid.8.gz \
+      fghack.8.gz multilog.8.gz pgrphack.8.gz readproctitle.8.gz \
+      setlock.8.gz setuidgid.8.gz softlimit.8.gz supervise.8.gz svc.8.gz \
+      svok.8.gz svscan.8.gz svscanboot.8.gz svstat.8.gz tai64n.8.gz \
+      tai64nlocal.8.gz ${destroot}${prefix}/share/man/man8
+   xinstall -m 644 ${workpath}/daemontools-man/README \
+      ${destroot}${prefix}/share/doc/${name}/README_MANPAGES
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090208/e33d9a74/attachment.html>


More information about the macports-changes mailing list