aboutsummaryrefslogtreecommitdiff
path: root/audio/ices0
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Fix inclusion of options.mk in previous revisionErwin Lansing2012-06-051-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=298435
* Convert to new options frameworkBaptiste Daroussin2012-06-011-15/+13
| | | | Notes: svn path=/head/; revision=297923
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Reset to ports@. Thanks Frank for your work on these ports.Wesley Shields2010-09-021-1/+1
| | | | | | | Discussed on: ports@ Notes: svn path=/head/; revision=260447
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Remove the remaining examples of quotes around /etc/rc.subrDoug Barton2010-03-271-1/+1
| | | | Notes: svn path=/head/; revision=251564
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-5/+3
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=237892
* - Pass maintainership to Frank SteinbornGabor Kovesdan2009-03-081-1/+1
| | | | | | | Submitted by: Frank Steinborn <steinex@nognu.de> (via irc) Notes: svn path=/head/; revision=229675
* - Chase audio/faad shlib bumpMartin Wilke2009-02-211-1/+1
| | | | Notes: svn path=/head/; revision=228783
* Reset lofi due to not commits in over 3 months, PR backlog, and no responseMark Linimon2008-09-071-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=220034
* Update to FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-071-2/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=210771
* Patch to support the new FLAC API as of FLAC 1.1.3.Michael Nottebrock2007-10-152-3/+211
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=201509
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Remove a new crop of the long-spurious FreeBSD KEYWORDs.Doug Barton2006-07-101-1/+1
| | | | Notes: svn path=/head/; revision=167373
* Sometimes, --with/without-foo doesn't scale very well.Michael Nottebrock2006-07-041-4/+4
| | | | Notes: svn path=/head/; revision=166906
* Install ices0 as ices0 (and thus resolve a long-unnoticed conflict with ices),Michael Nottebrock2006-06-126-13/+105
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=165178
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Chase libshout2 shared library version bump.Michael Nottebrock2006-01-081-2/+2
| | | | Notes: svn path=/head/; revision=153104
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Update libshout2 to 2.1 and chase library revision bump.Michael Nottebrock2005-04-031-2/+2
| | | | Notes: svn path=/head/; revision=132387
* new version of libFLACChristian Weisgerber2005-03-161-1/+2
| | | | Notes: svn path=/head/; revision=131401
* Add ices0, a treaming source client for icecast 2.Michael Nottebrock2004-10-126-0/+366
Notes: svn path=/head/; revision=118739