aboutsummaryrefslogtreecommitdiff
path: root/audio/shairport
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems with missing libs when the linker enforces explicit linkingTijl Coosemans2014-08-101-0/+1
| | | | | | | | | (a* to d* categories) PR: 192062 Notes: svn path=/head/; revision=364564
* Stageify.Vanilla I. Shu2014-05-221-8/+4
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=354870
* Remove trailing whitespaces from category audioEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345395
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Convert to PORT_OPTIONS:MDOCS.Adam Weinberger2014-01-031-1/+3
| | | | | | | Holdout shame list: ruby, perl, python Notes: svn path=/head/; revision=338547
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-8/+3
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-6/+6
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300261
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Minimal version of Perl is 5.10.0+Alexander Logvinov2012-01-084-12/+54
| | | | | | | | | | | | | | | - Install README file - Add pkg-message with information about avahi_daemon and dbus [1] - Run as 'nobody' rather than root - Use command_interpreter instead of procname in rc script - Suppress the output from avahi-publish-service Pointed out by: swills Submitted by: Miks Mikelsons <miks at cubesystems.lv> (maintainer) [1] Approved by: maintainer Notes: svn path=/head/; revision=288749
* This program emulates an AirPort Express for the purpose of streaming musicAlexander Logvinov2012-01-074-0/+89
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> Notes: svn path=/head/; revision=288667