Bug 163777 - New port: audio/shairport. AirPort Express emulation.
Summary: New port: audio/shairport. AirPort Express emulation.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexander Logvinov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 12:20 UTC by User &
Modified: 2012-01-07 11:30 UTC (History)
1 user (show)

See Also:


Attachments
shairport.shar (474.33 KB, text/plain)
2012-01-02 12:20 UTC, User &
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description User & 2012-01-02 12:20:10 UTC
	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.
Comment 1 Alexander Logvinov freebsd_committer freebsd_triage 2012-01-04 00:49:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avl

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-07 11:24:38 UTC
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"
Comment 3 Alexander Logvinov freebsd_committer freebsd_triage 2012-01-07 11:25:40 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!