[70821] trunk/dports/archivers

perry at macports.org perry at macports.org
Sun Aug 22 13:01:27 PDT 2010


Revision: 70821
          http://trac.macports.org/changeset/70821
Author:   perry at macports.org
Date:     2010-08-22 13:01:26 -0700 (Sun, 22 Aug 2010)
Log Message:
-----------
Add new port archivers/xdelta.

Added Paths:
-----------
    trunk/dports/archivers/xdelta/
    trunk/dports/archivers/xdelta/Portfile

Added: trunk/dports/archivers/xdelta/Portfile
===================================================================
--- trunk/dports/archivers/xdelta/Portfile	                        (rev 0)
+++ trunk/dports/archivers/xdelta/Portfile	2010-08-22 20:01:26 UTC (rev 70821)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem          1.0
+
+name                xdelta
+version             3.0z
+categories          archivers
+maintainers         perry openmaintainer
+platforms           darwin
+
+description         open-source binary diff, differential compression tools, \
+                    VCDIFF (RFC 3284) delta compression
+long_description    ${description}
+license             GPLv2
+homepage            http://code.google.com/p/xdelta/
+
+livecheck.regex     "name=xdelta(.+)\.tar\.gz"
+livecheck.type      regex
+livecheck.url       ${homepage}
+
+distname            xdelta${version}
+master_sites        http://xdelta.googlecode.com/files/
+
+checksums           rmd160 05019804cf1e08709ef3581cf425a79937be17da
+
+use_configure       no
+
+build.target        xdelta3
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/xdelta3 ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/archivers/xdelta/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/20100822/6d994409/attachment-0001.html>


More information about the macports-changes mailing list