Last change
on this file was
151235,
checked in by toby@…, 9 years ago
|
diffstat 1.61
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.0 KB
|
Line | |
---|
1 | # $Id: Portfile 151235 2016-08-11 00:01:12Z toby@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name diffstat |
---|
6 | version 1.61 |
---|
7 | categories devel |
---|
8 | maintainers toby |
---|
9 | description Make histogram from diff-output |
---|
10 | long_description diffstat reads the output of diff and displays a histogram\ |
---|
11 | of the insertions, deletions, and modifications per-file.\ |
---|
12 | It is useful for reviewing large, complex patch files. |
---|
13 | homepage http://invisible-island.net/diffstat/ |
---|
14 | platforms darwin |
---|
15 | master_sites ftp://invisible-island.net/diffstat/ |
---|
16 | extract.suffix .tgz |
---|
17 | checksums rmd160 5b82895b521aa9b0ebbcac0b786df7cf1e7039de \ |
---|
18 | sha256 25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee |
---|
19 | |
---|
20 | configure.args --mandir=${prefix}/share/man |
---|
21 | |
---|
22 | test.run yes |
---|
23 | test.target check |
---|
24 | |
---|
25 | livecheck.type regex |
---|
26 | livecheck.url ftp://invisible-island.net/diffstat/ |
---|
27 | livecheck.regex > diffstat-(\[0-9\]+\.\[0-9\]+) |
---|
Note: See
TracBrowser
for help on using the repository browser.