Port details |
- shairplay Portable AirPlay server implementation
- 0.9.0.20150921 audio =3 0.9.0.20150921Version of this port present on the latest quarterly branch.
- Maintainer: mickael.maillot@gmail.com
- Port Added: 2015-02-28 14:14:39
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: xcb-util-image, autoconf, libssh, p5-MIME-Tools, woff2
- License: BSD3CLAUSE LGPL21 MIT
- WWW:
- https://github.com/juhovh/shairplay
- Description:
- Shairplay is a free portable AirPlay server implementation similar to
ShairPort. Currently only AirPort Express emulation is supported.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- shairplay>0:audio/shairplay
- To install the port:
- cd /usr/ports/audio/shairplay/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/shairplay
- pkg install shairplay
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shairplay
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (juhovh-shairplay-0.9.0.20150921-498bc5b_GH0.tar.gz) = 047049b7a377e7ccf4212fe164da822d6d28534a4c0ea4f99d0ac4ec54816a64
SIZE (juhovh-shairplay-0.9.0.20150921-498bc5b_GH0.tar.gz) = 291276
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libao.so : audio/libao
- libdns_sd.so : net/mDNSResponder
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for shairplay-0.9.0.20150921:
====> Options available for the single ZEROCONF: you have to select exactly one of them
AVAHI=off: Zeroconf support via Avahi
MDNSRESPONDER=on: Zeroconf support via mDNSResponder
===> Use 'make config' to modify these settings
- Options name:
- audio_shairplay
- USES:
- autoreconf gmake libtool pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.0.20150921 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.0.20150921 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.0.20150921 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.0.20150921 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.9.0.20150921 21 Oct 2015 14:16:50 |
mat |
Update to latest github version.
PR: 203896
Submitted by: maintainer
Sponsored by: Absolight |
0.9.0.20140422_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.9.0.20140422 06 May 2015 12:57:56 |
mat |
Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.9.0.20140422 28 Feb 2015 14:14:23 |
jbeich |
Add new port: audio/shairplay
PR: 196299
Differential Revision: https://reviews.freebsd.org/D1900
Submitted by: mickael.maillot@gmail.com
Shairplay is a free portable AirPlay server implementation similar to
ShairPort. Currently only AirPort Express emulation is supported.
WWW: https://github.com/juhovh/shairplay |