diff options
-rw-r--r-- | diffstat/Makefile | 20 | ||||
-rw-r--r-- | diffstat/diffstat.license | 20 | ||||
-rw-r--r-- | diffstat/diffstat.p5m | 13 |
3 files changed, 53 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 diff --git a/diffstat/diffstat.license b/diffstat/diffstat.license new file mode 100644 index 0000000..0d7441f --- /dev/null +++ b/diffstat/diffstat.license @@ -0,0 +1,20 @@ +/****************************************************************************** + * Copyright 1994-2001,2002 by Thomas E. Dickey * + * All Rights Reserved. * + * * + * Permission to use, copy, modify, and distribute this software and its * + * documentation for any purpose and without fee is hereby granted, provided * + * that the above copyright notice appear in all copies and that both that * + * copyright notice and this permission notice appear in supporting * + * documentation, and that the name of the above listed copyright holder(s) * + * not be used in advertising or publicity pertaining to distribution of the * + * software without specific, written prior permission. * + * * + * THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD * + * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * + * FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE * + * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR * + * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * + ******************************************************************************/ diff --git a/diffstat/diffstat.p5m b/diffstat/diffstat.p5m new file mode 100644 index 0000000..dd10138 --- /dev/null +++ b/diffstat/diffstat.p5m @@ -0,0 +1,13 @@ +set name=pkg.fmri value=pkg:/text/$(name)@$(ips-version) +set name=pkg.summary value="$(summary)" +set name=info.upstream-url value="$(home)" +set name=info.source-url value="$(download)" + +license $(license-file) license=$(license) +dir path=usr +dir path=usr/bin +dir path=usr/share +dir path=usr/share/man +dir path=usr/share/man/man1 +file path=usr/bin/diffstat +file path=usr/share/man/man1/diffstat.1 |