This program emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods. It implements a server for the Apple RAOP protocol.
Responsible Changed From-To: freebsd-ports-bugs->avl I'll take it.
avl 2012-01-07 11:24:21 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/shairport Makefile distinfo pkg-descr audio/shairport/files shairport.in Log: This program emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods. It implements a server for the Apple RAOP protocol. ShairPort does not support AirPlay v2 (video and photo streaming). It supports multiple simultaneous streams, if your audio output chain (as detected by libao) does so. WWW: https://github.com/albertz/shairport PR: ports/163777 Submitted by: Miks Mikelsons <miks at cubesystems.lv> Revision Changes Path 1.1203 +1 -0 ports/audio/Makefile 1.1 +48 -0 ports/audio/shairport/Makefile (new) 1.1 +2 -0 ports/audio/shairport/distinfo (new) 1.1 +31 -0 ports/audio/shairport/files/shairport.in (new) 1.1 +8 -0 ports/audio/shairport/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!