# $Id: Portfile 145305 2016-01-31 13:34:13Z raimue@macports.org $ PortSystem 1.0 name debianutils version 4.7 categories sysutils platforms darwin license GPL-2+ maintainers raimue \ openmaintainer description Miscellaneous utilities from Debian long_description \ ${name} is a collection of miscellaneous utilities developed by the Debian \ project for their Linux distribution. This port provides the utilities \ run-parts and tempfile. # There are other tools provided by upstream, but they have been excluded from # this port for the following reasons: # add-shell, remove-shell Helper tool for debian packages # installkernel Only useful for building Linux kernel # ischroot Does not work on Mac OS X # savelog Excluded due to unknown SMAIL GENERAL PUBLIC LICENSE, # see http://packages.debian.org/changelogs/pool/main/d/debianutils/current/debianutils.copyright # which Unnecessary, /usr/bin/which is provided by the operating system homepage http://packages.qa.debian.org/d/debianutils.html master_sites debian:d/debianutils distname ${name}_${version} worksrcdir ${name}-${version} use_xz yes checksums rmd160 d94739ec2773502392e07c99b5921e37cd32fb89 \ sha256 a269cacd40f52f2fa5d5636357714a49e8538459c16d77772efaa23711fe53d9 build.target run-parts tempfile destroot { xinstall -W ${worksrcpath} run-parts ${destroot}${prefix}/sbin xinstall -W ${worksrcpath} run-parts.8 ${destroot}${prefix}/share/man/man8 xinstall -W ${worksrcpath} tempfile ${destroot}${prefix}/bin xinstall -W ${worksrcpath} tempfile.1 ${destroot}${prefix}/share/man/man1 } livecheck.type regex livecheck.regex ${name}_(\\d+(?:.\\d+)+).dsc