[57877] trunk/dports/sysutils/waitfor/Portfile
toby at macports.org
toby at macports.org
Thu Sep 17 19:22:03 PDT 2009
Revision: 57877
http://trac.macports.org/changeset/57877
Author: toby at macports.org
Date: 2009-09-17 19:21:58 -0700 (Thu, 17 Sep 2009)
Log Message:
-----------
whitespace, license
Modified Paths:
--------------
trunk/dports/sysutils/waitfor/Portfile
Modified: trunk/dports/sysutils/waitfor/Portfile
===================================================================
--- trunk/dports/sysutils/waitfor/Portfile 2009-09-18 02:07:33 UTC (rev 57876)
+++ trunk/dports/sysutils/waitfor/Portfile 2009-09-18 02:21:58 UTC (rev 57877)
@@ -2,32 +2,34 @@
PortSystem 1.0
-name waitfor
-version 0.5
-categories sysutils
-platforms darwin
-maintainers toby
-description waits until a url is available, a port is being listened to, etc.
-long_description utility that will wait until a url is available, until a \
- port is being listened to, until an amount of time has passed \
- or until a shell command succeeds.
+name waitfor
+version 0.5
+categories sysutils
+platforms darwin
+maintainers toby
+description waits until a url is available, a port is being listened to, etc.
+long_description \
+ utility that will wait until a url is available, until a \
+ port is being listened to, until an amount of time has passed \
+ or until a shell command succeeds.
+license GPLv2
-homepage http://www.hennessynet.com/waitfor/
-master_sites ${homepage}
-checksums md5 9c8759e26e8f5cb2345443a6523dfca3
+homepage http://www.hennessynet.com/waitfor/
+master_sites ${homepage}
+checksums md5 9c8759e26e8f5cb2345443a6523dfca3
-depends_run bin:python:python26
+depends_run bin:python:python26
-use_configure no
+use_configure no
-build {}
+build {}
destroot {
- xinstall -m 755 ${worksrcpath}/waitfor ${destroot}${prefix}/bin
- xinstall -m 644 ${worksrcpath}/waitfor.1 ${destroot}${prefix}/share/man/man1
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README waitfor.xml \
- ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 755 ${worksrcpath}/waitfor ${destroot}${prefix}/bin
+ xinstall -m 644 ${worksrcpath}/waitfor.1 ${destroot}${prefix}/share/man/man1
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README waitfor.xml \
+ ${destroot}${prefix}/share/doc/${name}
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090917/0a6e8e4d/attachment.html>
More information about the macports-changes
mailing list