[71359] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Fri Sep 10 03:39:40 PDT 2010


Revision: 71359
          http://trac.macports.org/changeset/71359
Author:   ryandesign at macports.org
Date:     2010-09-10 03:39:39 -0700 (Fri, 10 Sep 2010)
Log Message:
-----------
wait_on: new port, version 1.1; see #26427

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

Added: trunk/dports/sysutils/wait_on/Portfile
===================================================================
--- trunk/dports/sysutils/wait_on/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/wait_on/Portfile	2010-09-10 10:39:39 UTC (rev 71359)
@@ -0,0 +1,44 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                wait_on
+version             1.1
+categories          sysutils
+platforms           darwin
+maintainers         webfinish.com:kirk
+license             GPL-2
+
+description         waits until a file or directory is changed
+
+long_description    ${name} waits until a file is created, changed, or deleted \
+                    using kqueue. Provides a timeout to wait for changes.
+
+homepage            http://www.freshports.org/sysutils/wait_on/
+master_sites        freebsd
+worksrcdir          ${name}
+
+checksums           md5    6b5917ad6136fdd8295d2d1299db10d5 \
+                    sha1   9e3fb51b6324f5aca7664fb8165f61a52bd5bd61 \
+                    rmd160 5d14c616c805cef7d369b6fcb6c0377ba1d8ef1d
+
+use_configure       no
+
+variant universal {}
+if {[variant_isset universal]} {
+    set archflags ${configure.universal_cflags}
+} else {
+    set archflags ${configure.cc_archflags}
+}
+
+build.type          bsd
+build.args          PREFIX=${prefix} \
+                    CC="${configure.cc} ${archflags}"
+
+destroot.args       PREFIX=${prefix} \
+                    MANDIR=${prefix}/share/man/man
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     ${name} (\[0-9.\]+)


Property changes on: trunk/dports/sysutils/wait_on/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/20100910/f922e3c9/attachment.html>


More information about the macports-changes mailing list