Hi, Attached the port update to rtunes 0.4. ChangeLog says:
- ported to FreeBSD, MacOSX, and Linux - added rtunes library for mplayer - configuration file parser outputs proper error messages if syntax errors are encountered The rtunes library for mplayer can be easily applied to the existing OpenBSD mplayer port. Check librtunes/README. The library itself doesn't get installed yet (but compiled). Maybe anyone has an idea how to build a rtunes FLAVOR for mplayer. Discussions with mplayer developers to implement the library into the official mplayer build were in place, but not sure if it will happen. Port tested on i386, sparc, sparc64, and zaurus. Please test and commit. Thanks. Regards, Marcus -- Marcus Glocker, [EMAIL PROTECTED], http://www.nazgul.ch -----------------
diff -urN -x CVS /usr/ports/audio/rtunes/Makefile rtunes/Makefile --- /usr/ports/audio/rtunes/Makefile Wed Apr 12 09:10:25 2006 +++ rtunes/Makefile Sun May 21 22:05:12 2006 @@ -2,7 +2,7 @@ COMMENT= "Streams audio to Apple AirPort Express device" -DISTNAME= rtunes-0.3 +DISTNAME= rtunes-0.4 CATEGORIES= audio net MASTER_SITES= http://www.nazgul.ch/dev/ @@ -20,10 +20,11 @@ NO_REGRESS= Yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rtunes ${PREFIX}/bin/rtunes - ${INSTALL_MAN} ${WRKSRC}/rtunes.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/rtunes.conf.5 ${PREFIX}/man/man5 + ${INSTALL_PROGRAM} ${WRKSRC}/rtunes/rtunes ${PREFIX}/bin/rtunes + ${INSTALL_MAN} ${WRKSRC}/rtunes/rtunes.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/rtunes/rtunes.conf.5 ${PREFIX}/man/man5 ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtunes - ${INSTALL_DATA} ${WRKSRC}/rtunes.conf ${PREFIX}/share/examples/rtunes + ${INSTALL_DATA} ${WRKSRC}/rtunes/rtunes.conf \ + ${PREFIX}/share/examples/rtunes .include <bsd.port.mk> diff -urN -x CVS /usr/ports/audio/rtunes/distinfo rtunes/distinfo --- /usr/ports/audio/rtunes/distinfo Wed Apr 12 09:10:25 2006 +++ rtunes/distinfo Mon May 22 19:57:27 2006 @@ -1,4 +1,4 @@ -MD5 (rtunes-0.3.tar.gz) = 3b549a9616a1db35d8b99d938bed4326 -RMD160 (rtunes-0.3.tar.gz) = 8a880223f27457db39998aa3499f93d2c280334a -SHA1 (rtunes-0.3.tar.gz) = 1b270910083d83e3d487f40119a244374dd9cce3 -SIZE (rtunes-0.3.tar.gz) = 13084 +MD5 (rtunes-0.4.tar.gz) = 5e820b3caec39477135e309a9323e422 +RMD160 (rtunes-0.4.tar.gz) = 127e68f8ddf8129706cf3dd245a44ef461ed1345 +SHA1 (rtunes-0.4.tar.gz) = b8015a332e737aec0eaeada5757de1c28a0876c3 +SIZE (rtunes-0.4.tar.gz) = 20608
