mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
17 lines
628 B
Plaintext
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
|