# $Id$ PortSystem 1.0 name streamripper version 1.63.1 revision 1 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 e214f038f308bdad87d2bf80c55e8e62 \ sha1 13c01412c4abeb5cb044370a75eb76fc5704a228 \ rmd160 ba27680fd2eac34c466d1cf67ce82aa125003cdc depends_lib port:glib2 \ 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} }