Files
Lawrence Velázquez 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

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}