[29181] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 17 00:22:16 PDT 2007


Revision: 29181
          http://trac.macosforge.org/projects/macports/changeset/29181
Author:   boeyms at macports.org
Date:     2007-09-17 00:22:16 -0700 (Mon, 17 Sep 2007)

Log Message:
-----------
sysutils/jobpool: new port

Added Paths:
-----------
    trunk/dports/sysutils/jobpool/
    trunk/dports/sysutils/jobpool/Portfile

Added: trunk/dports/sysutils/jobpool/Portfile
===================================================================
--- trunk/dports/sysutils/jobpool/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/jobpool/Portfile	2007-09-17 07:22:16 UTC (rev 29181)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem      1.0
+name            jobpool
+version         0.1
+platforms       darwin
+categories      sysutils
+maintainers     boeyms openmaintainer
+description     Jobpool is a shell script utility for running jobs in parallel
+long_description \
+    Jobpool is a shell script utility for running jobs in parallel. It \
+    manages a queue of jobs by ensuring that no more than J jobs run at one \
+    time, and does so portably and with low overhead.  (Currently the only \
+    available documentation is the webpage for this utility, so this port \
+    downloads and installs it as well.)
+homepage        http://www.cs.mu.oz.au/~mgnb/jobpool/
+master_sites    ${homepage}
+distfiles-append    index.html
+checksums \
+    ${distname}${extract.suffix} \
+        md5     53e619d476bda1e0ab1ad13d8fbbd819 \
+        sha1    ea2d97277fb464eae9c65751dfc39cbc178aeae1 \
+        rmd160  4312513effe9e3f75026a90f79e8ccceb38ea7e6 \
+    index.html \
+        md5 5d57f268c2b0115e09e0e78dddb70451 \
+        sha1    4bc63cd03dcf315c9fa4388181753f13a763533d \
+        rmd160  364a2f76f8ded6bb3d6af73445fe7520a9cb8844
+use_configure   no
+build.target    jobpool
+destroot {
+    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${distpath}/index.html \
+        ${destroot}${prefix}/share/doc/${name}/${name}.html
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070917/8782bad0/attachment.html


More information about the macports-changes mailing list