Shoutcast is Nullsoft's streaming audio server. It isn't open source, this is a binary port for 1386 versions of FreeBSD 4.x/5.x/6.x. There is an open source alternatvíe audio/icecast, but shoutcast is very famous, and I think it should have a place in the FreeBSD ports collection.
Sorry, there is some commented-out lines left in Makefile. I commented out them for testing purposes. #.if ${OSVERSION} >= 500000 #DISTNAME= ${PORTNAME}-1-9-5-freebsd5-elf #.if ${OSVERSION} >= 600000 #LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x #.endif #.elif ${OSVERSION} >= 400000 DISTNAME= ${PORTNAME}-1-9-5-freebsd4-elf #.else #BROKEN= "unsupported FreeBSD version" #.endif Please uncomment them before committing. Thanks. Gabor Kovesdan
State Changed From-To: open->closed Committed, thanks!