a9f9 FreshPorts -- audio/ices
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ices 2.0.2,1 audio on this many watch lists=4 search for ports that depend on this port
Vorbis streaming source client for icecast 2

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Jan 2003 16:56:54
Also Listed In: net
License: GPLv2


IceS2 is a streaming source client for icecast 2 servers. It provides flexible 
and powerful static and live streaming capabilities for Ogg Vorbis streams.

WWW: http://www.icecast.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/gmake
Required Libraries:
  1. audio/libogg
  2. audio/libshout2
  3. audio/libvorbis
  4. audio/speex
  5. multimedia/libtheora
  6. converters/libiconv
  7. textproc/libxml2
There are no ports dependent upon this port

To install the port: cd /usr/ports/audio/ices/ && make install clean
To add the package: pkg_add -r ices


Configuration Options
===> The following configuration options are available for ices-2.0.2,1:
     ALSA=off: ALSA audio architecture support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://downloads.xiph.org/releases/ices/
  3. http://svn.xiph.org/releases/ices/

Number of commits found: 31

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 08:50:47
Original commit files touched by this commit  2.0.2,1
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
22 Apr 2013 23:19:09
Original commit files touched by this commit  2.0.2,1
bapt search for other commits by this committer
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
06 Nov 2012 20:43:55
Original commit files touched by this commit  2.0.2,1
pawel search for other commits by this committer
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Add option for ALSA support

While here:
- Fix COMMENT
- Add missing deps that package links to

PR:		ports/171960
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
20 Sep 2012 00:01:36
Original commit files touched by this commit  2.0.2,1
jase search for other commits by this committer
- Update to 2.0.2

PR:		ports/171312
Submitted by:	Waitman Gobble <uzimac@da3m0n8t3r.com> (submitter)
Approved by:	flo (mentor)
19 Jul 2012 20:15:39
Original commit files touched by this commit  2.0.1_6,1
naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.0.1_5,1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
19 Mar 2011 12:38:54
Original commit files touched by this commit  2.0.1_5,1
miwi search for other commits by this committer
- Get Rid MD5 support
06 Jun 2010 20:44:03
Original commit files touched by this commit  2.0.1_5,1
naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
06 Jul 2009 21:26:00
Original commit files touched by this commit  2.0.1_4,1
naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
07 Sep 2008 00:36:27
Original commit files touched by this commit  2.0.1_3,1
linimon search for other commits by this committer
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.

Hat:    portmgr
28 Jul 2007 12:27:31
Original commit files touched by this commit  2.0.1_3,1
miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
12 Jun 2006 09:18:27
Original commit files touched by this commit  2.0.1_2,1
lofi search for other commits by this committer
Install ices0 as ices0 (and thus resolve a long-unnoticed conflict with ices),
clarify comment and pkg-descr to make clear that ices0 is for streaming mp3s,
add an rc-script, optionalize most dependencies, do not depend on lame by
default in order to enable the build of a binary package.

While here, modify comment of ices as well to make perfectly clear that ices
is for vorbis streaming.

Based on a submission by: "Dave" <dmehler26@woh.rr.com>
23 Feb 2006 10:40:45
Original commit files touched by this commit  2.0.1_2,1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:13:12
Original commit files touched by this commit  2.0.1_2
edwin search for other commits by this committer
SHA256ify

Approved by:            krion@
16 Jan 2006 22:52:39
Original commit files touched by this commit  2.0.1_2,1
lofi search for other commits by this committer
... and bump PORTREVISION, too.
16 Jan 2006 22:49:37
Original commit files touched by this commit  2.0.1_1,1
lofi search for other commits by this committer
Forgot to bump the shared lib revision here.
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.0.1_1,1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
04 Apr 2005 01:12:45
Original commit files touched by this commit  2.0.1_1,1
lofi search for other commits by this committer
You nasty little PORTEPOCH, come back here!
03 Apr 2005 23:02:54
Original commit files touched by this commit  2.0.1_1
lofi search for other commits by this committer
Update libshout2 to 2.1 and chase library revision bump.
03 Apr 2005 11:25:32
Original commit files touched by this commit  2.0.1
lofi search for other commits by this committer
Update to 2.0.1
26 Aug 2004 20:21:59
Original commit files touched by this commit  2.0.0,1
lofi search for other commits by this committer
Respect CFLAGS.

PR: 71001
Submitted by: "Paul Seniura" <pdseniura@techie.com>
25 Aug 2004 13:24:46
Original commit files touched by this commit  2.0.0,1
mat search for other commits by this committer
Update to 2.0.0

Approved by:    lofi (maintainer)
18 Mar 2004 01:41:17
Original commit files touched by this commit  2.0.b.2.20030811_2,1
lofi search for other commits by this committer
SIZEify.
14 Mar 2004 06:17:56
Original commit files touched by this commit  2.0.b.2.20030811_2,1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
04 Feb 2004 05:21:48
Original commit files touched by this commit  2.0.b.2.20030811_2,1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
20 Dec 2003 16:14:14
Original commit files touched by this commit  2.0.b.2.20030811_1,1
naddy search for other commits by this committer
Catch up with libogg/libvorbis version bump.
12 Aug 2003 22:24:45
Original commit files touched by this commit  2.0.b.2.20030811,1
lofi search for other commits by this committer
Update to a current snapshot.

Approved by:    arved (Mentor)
23 Mar 2003 22:35:31
Original commit files touched by this commit  20021112
arved search for other commits by this committer
USE_AUTOMAKE

PR:             49091
Submitted by:   Michael Nottebrock <michaelnottebrock@gmx.net>
05 Mar 2003 10:20:14
Original commit files touched by this commit  20021112
kris search for other commits by this committer
Switch to bzip2 distfile

PR:             ports/48833
Submitted by:   michaelnottebrock@gmx.net (maintainer)
21 Feb 2003 10:59:39
Original commit files touched by this commit  20021112
knu search for other commits by this committer
De-pkg-comment.
18 Jan 2003 16:56:25
Original commit files touched by this commit  20021112
arved search for other commits by this committer
Add ices, streaming source client for icecast 2 servers. It provides flexible
and powerful static and live streaming capabilities for Ogg Vorbis streams.

PR:             45249
Submitted by:   Michael Nottebrock <michaelnottebrock@gmx.net>

Number of commits found: 31

282a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 6
new 48 hours10
new 7 days29
new fortnight58
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0