Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

24 lines
659 B
Plaintext

PortSystem 1.0
name entropy
version 2.0
categories math
platforms darwin
license Permissive
maintainers nomaintainer
description calculate the entropy of a given file/stream
long_description Entropy is a program that will calculate the entropy of a \
given set of data. This program is mainly used to benchmark the \
efficiency of existing or developing compression algorithms.
homepage http://www.seccuris.com/
master_sites http://www.seccuris.com/documents/downloads/
checksums md5 7b8fc27d3517598f6012079864a2b795
patchfiles patch-Makefile
use_configure no
build.args CC=${configure.cc}
destroot.destdir PREFIX=${destroot}${prefix}