[103627] trunk/dports/sysutils

raimue at macports.org raimue at macports.org
Sun Mar 3 09:33:06 PST 2013


Revision: 103627
          https://trac.macports.org/changeset/103627
Author:   raimue at macports.org
Date:     2013-03-03 09:33:06 -0800 (Sun, 03 Mar 2013)
Log Message:
-----------
sysutils/debianutils:
New port providing run-parts and tempfile

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

Added: trunk/dports/sysutils/debianutils/Portfile
===================================================================
--- trunk/dports/sysutils/debianutils/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/debianutils/Portfile	2013-03-03 17:33:06 UTC (rev 103627)
@@ -0,0 +1,45 @@
+# $Id$
+
+PortSystem          1.0
+
+name                debianutils
+version             4.3.4
+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}
+
+checksums           rmd160  697baf6edf7e6fd51577ce447d47ab4d769aa5ec \
+                    sha256  1739976cb62b85e641ee36859a87dfb8e4c3214e1043b6bb00b56b87e96a19f5
+
+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


Property changes on: trunk/dports/sysutils/debianutils/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130303/4d04997d/attachment.html>


More information about the macports-changes mailing list