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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name xdelta1 |
---|
7 | version 1.1.4 |
---|
8 | categories archivers |
---|
9 | platforms darwin |
---|
10 | license GPL-2 |
---|
11 | maintainers gmx.de:Torsten.Maehne openmaintainer |
---|
12 | |
---|
13 | description Xdelta -- A binary delta generator (old stable maintenance release) |
---|
14 | long_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 | |
---|
27 | homepage http://code.google.com/p/xdelta/ |
---|
28 | master_sites http://xdelta.googlecode.com/files/ |
---|
29 | distname xdelta-${version} |
---|
30 | |
---|
31 | checksums md5 1b896c01ebf0e353b7e3c3071b05f496 \ |
---|
32 | sha1 7cfc3e4ea6b27d199de02906beb6c80a04facb91 \ |
---|
33 | rmd160 394a1e46a48328eed951fccb7b4b16b1feb682cc |
---|
34 | |
---|
35 | depends_lib port:glib1 \ |
---|
36 | port:zlib |
---|
37 | |
---|
38 | configure.args --mandir=${prefix}/share/man |
---|
39 | |
---|
40 | livecheck.type googlecode |
---|
41 | livecheck.name xdelta |
---|