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
15 lines
553 B
Plaintext
15 lines
553 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup {shout ruby-shout} 2.0 extconf.rb {README doc example.rb}
|
|
maintainers nomaintainer
|
|
description Send streaming MP3/Vorbis to an icecase server with libshout
|
|
long_description Send streaming MP3/Vorbis to an icecase server with libshout
|
|
categories-append audio
|
|
license LGPL
|
|
checksums md5 328e1300ef39baa8b385633deded824b
|
|
homepage http://www.dingoskidneys.com/~jaredj/shout.html
|
|
master_sites http://www.dingoskidneys.com/~jaredj/downloads/
|
|
platforms darwin
|
|
depends_lib-append port:libshout2
|