Port details |
- icecast Streaming mp3/ogg-vorbis audio server
- 2.4.4_2,1 audio =14 2.4.4_2,1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: wget, curl, lame, unzip, p5-libwww
- Also Listed In: net
- License: GPLv2
- WWW:
- https://icecast.org/
- Description:
- Icecast is a streaming mp3/ogg-vorbis audio server.
Icecast provides nearly all the functionality of the Shoutcast server.
It will accept encoding streams from encoders like winamp, shout and ices.
It can also add itself to a directory server such as our own
icecast.linuxpower.org or Nullsoft's yp.shoutcast.com.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/audio/icecast/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/icecast
- pkg install icecast
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: icecast
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1541182977
SHA256 (icecast/icecast-2.4.4.tar.gz) = 49b5979f9f614140b6a38046154203ee28218d8fc549888596a683ad604e4d44
SIZE (icecast/icecast-2.4.4.tar.gz) = 2360592
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- 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
- Library dependencies:
-
- libcurl.so : ftp/curl
- libogg.so : audio/libogg
- libspeex.so : audio/speex
- libtheora.so : multimedia/libtheora
- libvorbis.so : audio/libvorbis
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for icecast-2.4.4_2,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_icecast
- USES:
- cpe gmake gnome localbase pkgconfig ssl
- pkg-message:
- For install:
- To start icecast at system boot, copy
/usr/local/etc/icecast.xml.sample to /usr/local/etc/icecast.xml, customize
to your environment as desired and add:
icecast_enable="yes"
to /etc/rc.conf. See the icecast -h command for optional additional
flags. To specify an alternative config file for example add:
icecast_flags="-c /path/to/your/configuration.xml"
**********************************************************************
** Make sure the <changeowner> section in your configuration file **
** is NOT commented out. Icecast will refuse to run as root. **
** **
** Also make sure that the user you choose is able to write to your **
** configured log directory, otherwise icecast will refuse to run. **
**********************************************************************
- Master Sites:
- There is no master site for this port.
|
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) |
2.4.4_2,1 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 ) |
2.4.4_2,1 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.4.4_2,1 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.4.4_1,1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.4.4,1 25 Mar 2022 13:38:02 |
Po-Chuan Hsieh (sunpoet) |
audio/icecast: Use pkg-config to check libxml2 and libxslt
- Add libxml2 check
- Use pkg-config instead of xslt-config
PR: 262408
Reported by: Daniel Engberg <diizzy@FreeBSD.org> |
2.4.4,1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.4.4,1 30 Jun 2021 20:43:32 |
Po-Chuan Hsieh (sunpoet) |
audio/icecast: Cosmetic change |
2.4.4,1 10 Jun 2021 13:48:47 |
Christian Weisgerber (naddy) |
*/*: Add a backup master site to all Xiph.org ports
The downloads.xiph.org master site requires TLS1.3, which is not
supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org
as a backup to all Xiph.org ports.
PR: 256515
Reported by: Daniel Engberg |
2.4.4,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.4.4,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.4,1 09 Oct 2019 10:20:59 |
bapt |
Drop the ipv6 virtual category for a* category as it is not relevant anymore |
2.4.4,1 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
2.4.4,1 06 Nov 2018 21:09:42 |
sunpoet |
Update to 2.4.4
- Update MASTER_SITES
- Fix LIB_DEPENDS
- Use USES=gnome
Changes: https://gitlab.xiph.org/xiph/icecast-server/raw/release-2.4.4/ChangeLog |
2.4.3_1,1 03 Nov 2018 22:15:38 |
sunpoet |
Move audio/icecast2 to audio/icecast
- Clean up Makefile
- Bump PORTREVISION for package change |
1.3.12_2 18 Apr 2013 09:10:36 |
rene |
Remove expired ports:
2013-04-17 audio/icecast: Unmaintained upstream since 2004. Use audio/icecast2
instead
2013-04-18 net-im/gajim-devel: This port is outdated for two years, no distfile
available. Please use net-im/gajim instead
Feature safe: yes |
1.3.12_2 23 Mar 2013 05:14:41 |
eadler |
Add PORTSCOUT line
PR: misc/177291
Submitted by: chris petrik <c.petrik.sosa@gmail.com> |
1.3.12_2 17 Mar 2013 22:06:17 |
bdrewery |
- Deprecate. This has been unmaintained upstream since 2004.
Use audio/icecast2 instead.
PR: ports/177028
Approved by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer, via IRC) |
1.3.12_2 07 Mar 2013 03:25:11 |
bdrewery |
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt |
1.3.12_2 13 Dec 2012 04:31:59 |
araujo |
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Support USE_READLINE.
- Support PORTDOCS.
- Trim header.
PR: ports/171961
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.3.12_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.3.12_2 08 Jan 2010 01:29:12 |
pgollucci |
- SUB_FILES += pkg-message
PR: ports/142404
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
1.3.12_2 07 Sep 2008 00:36:27 |
linimon |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
1.3.12_2 17 Dec 2006 12:19:16 |
lofi |
Fix build with gcc41 |
1.3.12_2 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
1.3.12_2 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.3.12_2 14 Feb 2005 11:59:51 |
lofi |
Chase distfile relocation. |
1.3.12_2 13 Oct 2004 23:32:54 |
lofi |
Fix cross-site scripting vulnerability
(http://www.debian.org/security/2004/dsa-541).
Patches obtained from: Debian |
1.3.12_1 18 Mar 2004 01:44:07 |
lofi |
SIZEify, change email address. |
1.3.12_1 21 Oct 2003 11:24:02 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
1.3.12_1 28 Mar 2003 08:25:46 |
edwin |
Fix MASTER_SITES and take over maintainership.
PR: ports/50356
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by: Maintainer (zach@pabst.bendnet.com |
1.3.12_1 21 Feb 2003 10:59:39 |
knu |
De-pkg-comment. |
1.3.12_1 24 Nov 2002 06:42:43 |
kris |
Fix build on -current
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> |
1.3.12_1 21 Aug 2002 02:52:01 |
pat |
- Fix detection of libreadline and bump PORTREVISION [1]
- Allow port to compile on -current
Submitted by: David Yeske <dyeske@yahoo.com> [1]
Reviewed by: maintainer |
1.3.12 07 May 2002 16:58:00 |
jedgar |
Unmark FORBIDDEN. The security issues were corrected in the 1.3.12
release.
Noticed by: nectar |
1.3.12 07 May 2002 03:10:38 |
jedgar |
Mark FORBIDDEN due to multiple vulnerabilites:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-0784
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1083
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1229
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1230
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0177 |
1.3.12 28 Apr 2002 21:01:25 |
pat |
Update to 1.3.12
PR: 37541
Submitted by: maintainer |
15 Jan 2002 09:30:16 |
sobomax |
There is no pkg-install file, so that don't try to execute it. |
15 Jan 2002 09:28:31 |
sobomax |
Remove empty files. |
29 Dec 2001 19:44:06 |
petef |
Update to 1.3.11. |
20 Apr 2001 16:43:18 |
olgeni |
Oops. PORTREVISION=0 is not actually needed. |
20 Apr 2001 16:25:31 |
olgeni |
Update port to version 1.3.10. |
14 Mar 2001 18:38:01 |
kris |
Whoops, back goes the FORBIDDEN tag..after months of silence, icecast finally
released a new version the day we released the advisory for the old one, but
it turns out there are still other security problems unfixed in both. |
11 Mar 2001 07:21:53 |
kris |
Fix most of the format string abuses including those which are known to cause
a security vulnerabilities. Not fixed are a number of more subtle cases which
may or may not allow security violations (I don't have time to conduct a
thorough audit now), and which are difficult/impossible to fix anyway without
something like fmtcheck(). Document this in pkg-install and remove FORBIDDEN
tag. |
23 Jan 2001 01:55:17 |
jedgar |
Mark FORBIDDEN: Remotely exploitable buffer overflow |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |
05 Sep 2000 02:47:50 |
steve |
Update to version 1.3.7. |
11 Aug 2000 12:50:37 |
will |
Make these COMMENT files conform to Handbook standard. |
01 Jun 2000 18:11:35 |
will |
Update to 1.3.5. I cleaned up the Makefile in addition to the PR, and made
pkg/MESSAGE respect PREFIX (which made this port finally pass the mandatory
``portlint -ac'' test). |