You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -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
20 lines
593 B
Plaintext
20 lines
593 B
Plaintext
PortSystem 1.0
|
|
|
|
name libds
|
|
version 1.5.3
|
|
categories devel
|
|
license GPL-2
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description provides interfaces for data structures, simple threading
|
|
long_description LibDS provides interfaces for data structures, and simple \
|
|
threading routines in a way that is consistent across \
|
|
platforms.
|
|
|
|
homepage http://yallara.cs.rmit.edu.au/~malsmith/products/libds/
|
|
master_sites http://yallara.cs.rmit.edu.au/~malsmith/C0A00201/libds/
|
|
checksums md5 1f231fa20cfc9cec03b0329a6968c7f2
|
|
use_bzip2 yes
|
|
|
|
destroot.destdir prefix=${destroot}${prefix}
|