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

32 lines
1.0 KiB
Plaintext

PortSystem 1.0
name e
version 0.02718
categories math
platforms darwin
license GPL-2
maintainers rodarmor.com:casey openmaintainer
description e is a command line expression evaluator.
long_description e is a command line expression evaluator. It was designed \
to be as small as possible, and quick to use.
homepage http://www.softnet.tuc.gr/~apdim/projects/e/
master_sites ${homepage}
checksums rmd160 084e13df470387926a403ba6c0ed8a9249f7865c \
sha256 932bbe804d13c0e0e1513407420c80ea5ec077d6a90c0c6cabda8c503958b3e7
installs_libs no
extract.post_args-append --exclude=e
use_configure no
build.target
destroot {
xinstall -m 755 -s ${worksrcpath}/e ${destroot}${prefix}/bin
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} EXAMPLES GPL GRAMMAR README \
${destroot}${prefix}/share/doc/${name}
}