SUMMARY="Display a histogram of diff changes" DESCRIPTION="Reads the output of diff and displays a histogram of the \ insertions, deletions, and modifications per-file. It is useful for \ reviewing large, complex files." HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html" COPYRIGHT="1994-2016 Thomas E. Dickey" LICENSE="Diffstat" REVISION="2" SOURCE_URI="ftp://ftp.invisible-island.net/diffstat/diffstat-1.61.tgz" CHECKSUM_SHA256="25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee" ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" diffstat = $portVersion cmd:diffstat = $portVersion " REQUIRES=" haiku " BUILD_REQUIRES=" haiku_devel cmd:diff " BUILD_PREREQUIRES=" cmd:gcc cmd:make " BUILD() { runConfigure --omit-dirs docDir ./configure make $jobArgs } INSTALL() { mkdir -p $binDir make install } TEST() { make check }