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

17 lines
628 B
Plaintext

PortSystem 1.0
PortGroup ruby 1.0
revision 2
ruby.setup {audiofile ruby-audiofile} 0.2.4 extconf.rb {README test.rb \
fail.rb audiofile.rd} sourceforge
maintainers nomaintainer
description A binding to the audofile library
long_description Reads and writes audio (wav, au, aiff, NeXT snd, etc \
but not ogg or mp3) and can divine information such as \
length, sample rate, etc.
categories-append audio
checksums md5 195665167f152c05ed56e0086735189a
homepage http://ruby-audiofile.sourceforge.net/
platforms darwin
depends_lib-append port:audiofile