[29943] trunk/dports/net/throttled/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 15 13:10:19 PDT 2007


Revision: 29943
          http://trac.macosforge.org/projects/macports/changeset/29943
Author:   nox at macports.org
Date:     2007-10-15 13:10:19 -0700 (Mon, 15 Oct 2007)

Log Message:
-----------
throttled: Whitespace changes.

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

Modified: trunk/dports/net/throttled/Portfile
===================================================================
--- trunk/dports/net/throttled/Portfile	2007-10-15 19:41:20 UTC (rev 29942)
+++ trunk/dports/net/throttled/Portfile	2007-10-15 20:10:19 UTC (rev 29943)
@@ -1,46 +1,47 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name		throttled
-version		0.3.2
-categories	net
-maintainers	nomaintainer at macports.org
-description	network bandwidth throttle daemon
-platforms	darwin freebsd
-long_description	throttled is a bandwidth throttle daemon for Mac OS X, \
-			FreeBSD, and Linux which allows you to put a cap on \
-			your upstream bandwidth and keep your download speeds \
-			high even when your server is sending out at full speed.
+name            throttled
+version         0.3.2
+categories      net
+maintainers     nomaintainer at macports.org
+description     network bandwidth throttle daemon
+platforms       darwin freebsd
+long_description \
+    throttled is a bandwidth throttle daemon for Mac OS X, FreeBSD, and Linux \
+    which allows you to put a cap on your upstream bandwidth and keep your download \
+    speeds high even when your server is sending out at full speed.
 
-homepage	http://www.intrarts.com/throttled.html
-master_sites	http://www.intrarts.com/Files/
-extract.suffix	.tgz
-patchfiles	patch-throttled-startup.diff
+homepage        http://www.intrarts.com/throttled.html
+master_sites    http://www.intrarts.com/Files/
+extract.suffix  .tgz
+patchfiles      patch-throttled-startup.diff
 
-checksums	md5 d3e48c06ed3c8a4bf0017a37c213f4cb
+checksums       md5 d3e48c06ed3c8a4bf0017a37c213f4cb
 
-depends_run	path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup
+depends_run     path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup
 
-post-extract	{
-	file copy ${filespath}/throttled.sh ${worksrcpath}
+post-extract {
+    file copy ${filespath}/throttled.sh ${worksrcpath}
 }
 
-configure	{
-	reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/throttled-startup \
-		${worksrcpath}/throttled.sh
+configure {
+    reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/throttled-startup \
+        ${worksrcpath}/throttled.sh
 }
 
 build.target
-build.dir	${worksrcpath}/src
+build.dir       ${worksrcpath}/src
 
-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/etc/rc.d \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 755 -s ${worksrcpath}/src/throttled ${destroot}${prefix}/sbin
-	xinstall -m 644 ${worksrcpath}/throttled.sh ${destroot}${prefix}/etc/rc.d/
-	xinstall -m 644 ${worksrcpath}/throttled-startup \
-		${destroot}${prefix}/etc/throttled.conf.sample
-	xinstall -m 644 -W ${worksrcpath} README.txt COPYING.txt \
-		${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/etc/rc.d \
+        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -s ${worksrcpath}/src/throttled ${destroot}${prefix}/sbin
+    xinstall -m 644 ${worksrcpath}/throttled.sh ${destroot}${prefix}/etc/rc.d/
+    xinstall -m 644 ${worksrcpath}/throttled-startup \
+        ${destroot}${prefix}/etc/throttled.conf.sample
+    xinstall -m 644 -W ${worksrcpath} README.txt COPYING.txt \
+        ${destroot}${prefix}/share/doc/${name}
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071015/c1076d2e/attachment-0001.html


More information about the macports-changes mailing list