[98188] trunk/dports/archivers
jmr at macports.org
jmr at macports.org
Thu Sep 27 17:57:37 PDT 2012
Revision: 98188
http://trac.macports.org//changeset/98188
Author: jmr at macports.org
Date: 2012-09-27 17:57:37 -0700 (Thu, 27 Sep 2012)
Log Message:
-----------
New port: xdelta1 (#35395)
Added Paths:
-----------
trunk/dports/archivers/xdelta1/
trunk/dports/archivers/xdelta1/Portfile
Added: trunk/dports/archivers/xdelta1/Portfile
===================================================================
--- trunk/dports/archivers/xdelta1/Portfile (rev 0)
+++ trunk/dports/archivers/xdelta1/Portfile 2012-09-28 00:57:37 UTC (rev 98188)
@@ -0,0 +1,40 @@
+# -*- 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 xdelta1
+version 1.1.4
+categories archivers
+platforms darwin
+license GPL-2+
+maintainers gmx.de:Torsten.Maehne openmaintainer
+
+description Xdelta -- A binary delta generator (old stable maintenance release)
+long_description \
+ Xdelta is an application program designed to compute changes \
+ between files. These changes (deltas) are similar to the output \
+ of the \"diff\" program in that they may be used to store and \
+ transmit only the changes between files. However, unlike diff, \
+ the output of Xdelta is not expressed in a human-readable \
+ format--Xdelta can also also apply these deltas to a copy \
+ of the original file. Xdelta uses a fast, linear algorithm and \
+ performs well on both binary and text files. This is a port of the \
+ old stable Xdelta-1.1 maintenance release series. New development \
+ happens in the Xdelta-3.0 release series, which is available via \
+ the \"xdelta\" port.
+
+homepage http://code.google.com/p/xdelta/
+master_sites http://xdelta.googlecode.com/files/
+distname xdelta-${version}
+
+checksums md5 1b896c01ebf0e353b7e3c3071b05f496 \
+ sha1 7cfc3e4ea6b27d199de02906beb6c80a04facb91 \
+ rmd160 394a1e46a48328eed951fccb7b4b16b1feb682cc
+
+depends_lib port:glib1 \
+ port:zlib
+
+configure.args --mandir=${prefix}/share/man
+
+livecheck.name xdelta
Property changes on: trunk/dports/archivers/xdelta1/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/20120927/869f6ddf/attachment-0001.html>
More information about the macports-changes
mailing list