# $Id: Portfile 29789 2007-10-10 07:16:12Z ryandesign@macports.org $ 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 }