[69838] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Sat Jul 17 19:57:00 PDT 2010


Revision: 69838
          http://trac.macports.org/changeset/69838
Author:   ryandesign at macports.org
Date:     2010-07-17 19:56:56 -0700 (Sat, 17 Jul 2010)
Log Message:
-----------
utimer: new port, version 0.4

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

Added: trunk/dports/sysutils/utimer/Portfile
===================================================================
--- trunk/dports/sysutils/utimer/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/utimer/Portfile	2010-07-18 02:56:56 UTC (rev 69838)
@@ -0,0 +1,43 @@
+# $Id$
+
+PortSystem                  1.0
+
+name                        utimer
+version                     0.4
+set branch                  [join [lrange [split ${version} .] 0 1] .]
+categories                  sysutils
+platforms                   darwin
+maintainers                 ryandesign
+
+description                 multifunction command-line timer
+
+long_description            µTimer (\"utimer\", pronounced \"micro-timer\") \
+                            is a multifunction timer (command-line only). \
+                            It provides a timer (e.g. count from 0 to 4 \
+                            minutes), a countdown (e.g. count from 10 minutes \
+                            to 0), and a stopwatch.
+
+homepage                    http://utimer.codealpha.net/
+master_sites                http://launchpad.net/utimer/${branch}/${version}/+download/
+
+checksums                   md5     5fc82bcea449bdc3527a6833a1196641 \
+                            sha1    b9590ef4ff6bb8ecf64bb703f50f1bfeddf3fbdd \
+                            rmd160  046be734e2f1aaa2af13cbfc2236059c484965dc
+
+depends_lib                 path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                            port:intltool
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        README \
+        ${docdir}
+}
+
+livecheck.type              regex
+livecheck.url               http://launchpad.net/utimer/+download
+livecheck.regex             ${name}-(\[0-9.\]+)\\.tar


Property changes on: trunk/dports/sysutils/utimer/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/20100717/58aca033/attachment-0001.html>


More information about the macports-changes mailing list