Ticket #35395: Portfile

File Portfile, 1.7 KB (added by maehne (Torsten Maehne), 12 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                xdelta1
7version             1.1.4
8categories          archivers
9platforms           darwin
10license             GPL-2
11maintainers         gmx.de:Torsten.Maehne openmaintainer
12
13description         Xdelta -- A binary delta generator (old stable maintenance release)
14long_description \
15    Xdelta is an application program designed to compute changes \
16    between files. These changes (deltas) are similar to the output \
17    of the \"diff\" program in that they may be used to store and \
18    transmit only the changes between files. However, unlike diff, \
19    the output of Xdelta is not expressed in a human-readable \
20    format--Xdelta can also also apply these deltas to a copy \
21    of the original file. Xdelta uses a fast, linear algorithm and \
22    performs well on both binary and text files. This is a port of the \
23    old stable Xdelta-1.1 maintenance release series. New development \
24    happens in the Xdelta-3.0 release series, which is available via \
25    the \"xdelta\" port.
26
27homepage            http://code.google.com/p/xdelta/
28master_sites        http://xdelta.googlecode.com/files/
29distname            xdelta-${version}
30
31checksums           md5     1b896c01ebf0e353b7e3c3071b05f496 \
32                    sha1    7cfc3e4ea6b27d199de02906beb6c80a04facb91 \
33                    rmd160  394a1e46a48328eed951fccb7b4b16b1feb682cc
34
35depends_lib         port:glib1 \
36                    port:zlib
37
38configure.args      --mandir=${prefix}/share/man
39
40livecheck.type      googlecode
41livecheck.name      xdelta