# $Id$ PortSystem 1.0 name streamripper version 1.62.3 categories audio net platforms darwin maintainers css@macports.org description separate tracks via Shoutcasts title-streaming long_description Streamripper started as a way to separate \ tracks via Shoutcasts title-streaming feature. This has \ now been expanded into a much more generic feature, where \ part of the program only tries to hint at where one track \ starts and another ends, thus allowing a mp3 decoding \ engine to scan for a silent mark, which is used to find \ an exact track separation. homepage http://streamripper.sourceforge.net/ master_sites ${homepage}/files/ sourceforge:${name} checksums md5 127eb52355d0d10183ee22c44b5a9039 \ sha1 48c1f28cc545603d320fbc7b7309dc1f262e3451 depends_lib port:libiconv \ port:libogg \ port:libvorbis configure.args --with-ogg=${prefix} --with-vorbis=${prefix} \ --with-libiconv-prefix=${prefix} \ --with-included-argv \ --with-included-libmad \ --with-included-tre \ --mandir=${prefix}/share/man pre-destroot { file attributes ${worksrcpath}/install-sh -permissions +rx } post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README THANKS \ ${destroot}${prefix}/share/doc/${name} } platform darwin 8 { configure.compiler gcc-4.0 }