mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
24 lines
659 B
Plaintext
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}
|