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

Port details
ices0 0.4_10 audio on this many watch lists=6 search for ports that depend on this port
MP3 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: 12 Oct 2004 01:50:26
Also Listed In: net
License: not specified in port


IceS0 is an mp3 streaming source client for icecast 2 servers. It provides 
flexible and powerful static and live streaming capabilities and can transcode 
various audio formats to mp3 on-the-fly.

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. lang/python
  2. devel/gmake
  3. lang/perl5.12
Required To Run:
  1. lang/python
  2. lang/perl5.12
Required Libraries:
  1. audio/libshout2
  2. textproc/libxml2
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for ices-0.4_10:
     FAAD=off: FAAD AAC decoder
     FLAC=off: FLAC lossless audio codec
     PYTHON=on: Python bindings
     VORBIS=off: Ogg Vorbis audio codec
===> Use 'make config' to modify these settings

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

Number of commits found: 28

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
13 Mar 2013 11:54:26
Original commit files touched by this commit  0.4_10
danfe search for other commits by this committer
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
05 Aug 2012 23:19:40
Original commit files touched by this commit  0.4_10
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
05 Jun 2012 07:44:36
Original commit files touched by this commit  0.4_10
erwin search for other commits by this committer
Fix inclusion of options.mk in previous revision

Submitted by:   pointyhat
01 Jun 2012 06:57:16
Original commit files touched by this commit  0.4_10
bapt search for other commits by this committer
Convert to new options framework
14 Jan 2012 22:27:02
Original commit files touched by this commit  0.4_10
netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.4_9
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
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.
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.4_9
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  0.4_9
miwi search for other commits by this committer
- Get Rid MD5 support
02 Sep 2010 21:17:34
Original commit files touched by this commit  0.4_9
wxs search for other commits by this committer
Reset to ports@. Thanks Frank for your work on these ports.

Discussed on:   ports@
06 Jun 2010 20:44:03
Original commit files touched by this commit  0.4_9
naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
27 Mar 2010 04:30:05
Original commit files touched by this commit  0.4_8
dougb search for other commits by this committer
Remove the remaining examples of quotes around /etc/rc.subr
15 Jul 2009 16:56:10
Original commit files touched by this commit  0.4_8
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
08 Mar 2009 13:54:44
Original commit files touched by this commit  0.4_8
gabor search for other commits by this committer
- Pass maintainership to Frank Steinborn

Submitted by:   Frank Steinborn <steinex@nognu.de> (via irc)
21 Feb 2009 15:51:15
Original commit files touched by this commit  0.4_8
miwi search for other commits by this committer
- Chase audio/faad shlib bump
07 Sep 2008 00:36:27
Original commit files touched by this commit  0.4_7
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
07 Apr 2008 20:37:24
Original commit files touched by this commit  0.4_7
naddy search for other commits by this committer
Update to FLAC 1.2.1.  This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:     119476
15 Oct 2007 17:39:53
Original commit files touched by this commit  0.4_6
lofi search for other commits by this committer
Patch to support the new FLAC API as of FLAC 1.1.3.

Submitted by: naddy
28 Jul 2007 12:27:31
Original commit files touched by this commit  0.4_6
miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
10 Jul 2006 18:32:32
Original commit files touched by this commit  0.4_5
dougb search for other commits by this committer
Remove a new crop of the long-spurious FreeBSD KEYWORDs.
04 Jul 2006 10:21:20
Original commit files touched by this commit  0.4_5
lofi search for other commits by this committer
Sometimes, --with/without-foo doesn't scale very well.
12 Jun 2006 09:18:27
Original commit files touched by this commit  0.4_4
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  0.4_3
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  0.4_3
edwin search for other commits by this committer
SHA256ify

Approved by:            krion@
08 Jan 2006 21:58:20
Original commit files touched by this commit  0.4_3
lofi search for other commits by this committer
Chase libshout2 shared library version bump.
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.4_2
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.
03 Apr 2005 23:02:54
Original commit files touched by this commit  0.4_2
lofi search for other commits by this committer
Update libshout2 to 2.1 and chase library revision bump.
16 Mar 2005 14:50:13
Original commit files touched by this commit  0.4_1
naddy search for other commits by this committer
new version of libFLAC
12 Oct 2004 01:43:48
Original commit files touched by this commit  0.4
lofi search for other commits by this committer
Add ices0, a treaming source client for icecast 2.

Number of commits found: 28

2859
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24542
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 2
new 48 hours8
new 7 days30
new fortnight60
new month217

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