source: trunk/dports/devel/diffstat/Portfile

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
3PortSystem 1.0
4
5name                    diffstat
6version                 1.61
7categories              devel
8maintainers             toby
9description             Make histogram from diff-output
10long_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.
13homepage                http://invisible-island.net/diffstat/
14platforms               darwin
15master_sites            ftp://invisible-island.net/diffstat/
16extract.suffix          .tgz
17checksums               rmd160 5b82895b521aa9b0ebbcac0b786df7cf1e7039de \
18                        sha256 25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee
19
20configure.args          --mandir=${prefix}/share/man
21
22test.run                yes
23test.target             check
24
25livecheck.type          regex
26livecheck.url           ftp://invisible-island.net/diffstat/
27livecheck.regex         > diffstat-(\[0-9\]+\.\[0-9\]+)
Note: See TracBrowser for help on using the repository browser.