diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-13 20:45:13 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-13 20:45:13 +0400 |
commit | 135c50cb24211d6cf5873bdb3bb972aaad10f42b (patch) | |
tree | 5db4cd414a95c415cc4d72f5e485b7ff8a0c56c2 /diffstat/Makefile | |
parent | 31d35ce0420d91d64218f9af0e9e8d46c04b9b96 (diff) | |
download | cibs-pkgs-135c50cb24211d6cf5873bdb3bb972aaad10f42b.tar.gz |
diffstat
Diffstat (limited to 'diffstat/Makefile')
-rw-r--r-- | diffstat/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/diffstat/Makefile b/diffstat/Makefile new file mode 100644 index 0000000..49ba92c --- /dev/null +++ b/diffstat/Makefile @@ -0,0 +1,20 @@ +include /usr/share/cibs/rules/ips.mk +include /usr/share/cibs/rules/archive.mk +include /usr/share/cibs/rules/autotools.mk +include /usr/share/cibs/rules/64.mk + +summary := reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file +license := MIT +license-file := diffstat.license + + +name := diffstat +home := http://invisible-island.net/$(name)/ +version := 1.55 +archive := $(name)-$(version).tgz +download := ftp://invisible-island.net/$(name)/$(archive) +checksum := \ + md5:630d5278f1cd874dc3cc68cff3fddecf \ + sha1:625650a9f1a27edbb98316adb3013e57c8e2e23a \ + sha256:59a46c75a99f2c373a81880051adc43a17b71c55478691e702c61c13c6d61b55 \ + size:235836 |