[88006] trunk/dports/devel

dports at macports.org dports at macports.org
Thu Dec 15 13:32:05 PST 2011


Revision: 88006
          http://trac.macports.org/changeset/88006
Author:   dports at macports.org
Date:     2011-12-15 13:32:05 -0800 (Thu, 15 Dec 2011)
Log Message:
-----------
tup: new port, v0.5 (#30432)

Added Paths:
-----------
    trunk/dports/devel/tup/
    trunk/dports/devel/tup/Portfile

Added: trunk/dports/devel/tup/Portfile
===================================================================
--- trunk/dports/devel/tup/Portfile	                        (rev 0)
+++ trunk/dports/devel/tup/Portfile	2011-12-15 21:32:05 UTC (rev 88006)
@@ -0,0 +1,50 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                tup
+version             0.5
+categories          devel
+maintainers         nomaintainer
+platforms           macosx
+description         A build system with amazingly fast incremental build cycle
+
+long_description    \
+    Tup is a file-based build system - it inputs a list of file changes    \
+    and a directed acyclic graph (DAG), then processes the DAG to execute  \
+    the appropriate commands required to update dependent files.  The DAG  \
+    is stored in an SQLite database.  By providing the file change log up  \
+    front and storing the dependencies in an efficient database structure, \
+    updates can be performed with very little overhead.
+
+homepage            http://gittup.org/tup/
+license             GPL-2
+master_sites        https://github.com/gittup/tup/tarball/v${version}
+
+checksums           rmd160  d66711df6d2bc334dd74d7c7b0fb8f0342e6c1fa \
+                    sha256  3594f7896956f89366e0cd8133d33dfcc00d3110cbb90eb5770b35385a5d0f77
+
+extract.mkdir       yes
+extract.post_args   "| tar --strip-components=1 -xf -"
+
+build.cmd           ./bootstrap.sh
+
+depends_build       port:pkgconfig
+depends_lib         path:lib/pkgconfig/fuse.pc:fuse4x \
+                    port:libiconv
+
+post-patch {
+    reinplace "s|`git describe`|\"${version}\"|g" ${worksrcpath}/Tupfile
+}
+
+use_configure no
+
+destroot {
+    file copy ${worksrcpath}/tup ${destroot}${prefix}/bin
+    file copy ${worksrcpath}/tup.1 ${destroot}${prefix}/share/man/man1/
+}
+
+livecheck.type      regex
+livecheck.url       https://github.com/gittup/tup/tags
+livecheck.regex     {<a href="/gittup/tup/tarball/v([0-9.]*)"}


Property changes on: trunk/dports/devel/tup/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/20111215/c240b252/attachment.html>


More information about the macports-changes mailing list