You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
19 lines
501 B
Plaintext
19 lines
501 B
Plaintext
PortSystem 1.0
|
|
|
|
name lambda
|
|
version 0.1.4
|
|
categories math
|
|
platforms darwin
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
description A lambda calculus interpreter
|
|
long_description Lambda is a lambda calculus interpreter. It also will \
|
|
convert lambda expression into the combinators S, K, and I.
|
|
|
|
homepage http://66.47.116.75/~demo/lambda/
|
|
master_sites http://66.47.116.75/~demo/lambda/ freebsd
|
|
checksums md5 7987fed0e62a3b639eb09abb5a136d4c
|
|
|
|
configure.args --datadir=${prefix}/share/${name}
|
|
|