aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast2
Commit message (Collapse)AuthorAgeFilesLines
* - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-221-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=261634
* - add reload command to rc scriptOlli Hauer2010-08-162-1/+4
| | | | | | | | | | | - connect to license framework PR: 147921 Submitted by: Ralf Gebhart <gebhart _at_ secnetix.de> Reviewed by: maintainer, glarkin (mentor) Notes: svn path=/head/; revision=259351
* - Fix package build when icecast.xml is absentSahil Tandon2010-06-102-5/+6
| | | | | | | | | | | | - Bump PORTREVISION PR: ports/146573 Submitted by: Takefu <takefu@airport.fm> Approved by: Sunpoet Hsieh <sunpoet@sunpoet.net> (maintainer) wxs@ (mentor) Notes: svn path=/head/; revision=256239
* 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
* - Add support for custom config file locationSahil Tandon2010-04-241-5/+11
| | | | | | | | | PR: ports/145779 Submitted by: Jille Timmermans <jille@quis.cx> Approved by: Sunpoet Hsieh (maintainer), wxs@ (mentor) Notes: svn path=/head/; revision=253180
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+1
| | | | Notes: svn path=/head/; revision=252125
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Correct login/LOGIN in rc scriptPav Lucistnik2010-02-122-3/+2
| | | | | | | | | | | - Minor cleanup PR: ports/143532 Submitted by: Mykola Dzham <i@levsha.me> Approved by: Sunpoet Hsieh <sunpoet@sunpoet.net> (maintainer) Notes: svn path=/head/; revision=249649
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-0/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Pass maintainership to submitterChin-San Huang2008-09-241-1/+1
| | | | | | | | PR: ports/127176 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> Notes: svn path=/head/; revision=220711
* - Update to 2.3.2Martin Wilke2008-09-074-41/+39
| | | | | | | | | | - Respect NO* PR: 126526 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=220130
* 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
* Chase libtheora lib versionMichael Johnson2007-10-091-2/+2
| | | | Notes: svn path=/head/; revision=201195
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Chase the shared library version of speex, bump the PORTREVISION.Jeremy Messenger2007-02-231-2/+2
| | | | Notes: svn path=/head/; revision=185771
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-132-1/+13
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* Fix passing of the -b option the the RC script.Erwin Lansing2006-08-032-3/+3
| | | | | | | | | PR: 101285 Submitted by: gabor Approved by: maintainer Notes: svn path=/head/; revision=169591
* Suggest copying the sample configuration file to the default locationMichael Nottebrock2006-06-061-2/+3
| | | | | | | | | in pkg-message. Requested by: Dave <dmehler26@woh.rr.com> Notes: svn path=/head/; revision=164597
* - Update PORTREVISION and libtheora version reflecting multimedia/libtheora ↵Marcus Alves Grando2006-05-071-3/+3
| | | | | | | | | update. - portlint(1) while here Notes: svn path=/head/; revision=161539
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Chase libshout2 shared library version bump.Michael Nottebrock2006-01-081-2/+3
| | | | Notes: svn path=/head/; revision=153104
* Update to 2.3.1Michael Nottebrock2005-12-132-3/+4
| | | | Notes: svn path=/head/; revision=151075
* 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 to 2.3.0Michael Nottebrock2005-09-264-19/+13
| | | | Notes: svn path=/head/; revision=143598
* Fix various issues with the rc-script and adjust pkg-message accordingly.Michael Nottebrock2005-06-223-8/+29
| | | | Notes: svn path=/head/; revision=137891
* Duh. Forgot to rename the sucker in CVS.Michael Nottebrock2005-06-081-2/+2
| | | | Notes: svn path=/head/; revision=137049
* Fix rcNG script.Michael Nottebrock2005-06-062-4/+2
| | | | | | | | | PR: ports/81932 Submitted by: Mike Benjamin <mikeb@mikeb.org> Correct fix pointed out by: flz Notes: svn path=/head/; revision=136906
* Update libshout2 to 2.1 and chase library revision bump.Michael Nottebrock2005-04-031-1/+2
| | | | Notes: svn path=/head/; revision=132387
* Update to 2.2.0Michael Nottebrock2005-01-153-6/+10
| | | | | | | | | PR: ports/76132, ports/76135 (based on) Submitted by: Benjamin Lee <webmaster@thetangent.us>, Frits Letteboerr <graver@graver.xs4all.nl> Notes: svn path=/head/; revision=126523
* USE_RC_SUBRMichael Nottebrock2004-12-121-0/+1
| | | | Notes: svn path=/head/; revision=123804
* Add a rc-script.Michael Nottebrock2004-12-104-1/+54
| | | | | | | Submitted by: "dave" <dmehler26@woh.rr.com> Notes: svn path=/head/; revision=123654
* Update to 2.1.0Michael Nottebrock2004-11-053-3/+14
| | | | | | | | PR: 73578 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> Notes: svn path=/head/; revision=120912
* Update to 2.0.2Michael Nottebrock2004-10-132-5/+5
| | | | Notes: svn path=/head/; revision=119327
* Update to 2.0.1 release, DOS vulnerability fix.Michael Nottebrock2004-06-242-4/+3
| | | | | | | http://people.freebsd.org/~eik/portaudit/8de7cf18-c5ca-11d8-8898-000d6111a684.html Notes: svn path=/head/; revision=112121
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to version 2.0.0Michael Nottebrock2004-01-083-5/+5
| | | | Notes: svn path=/head/; revision=97700
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-2/+2
| | | | Notes: svn path=/head/; revision=96269
* Update to latest beta release.Michael Nottebrock2003-12-113-7/+17
| | | | Notes: svn path=/head/; revision=95636
* Chase the libxslt shared lib version with a PORTREVISION bump.Joe Marcus Clarke2003-11-041-1/+2
| | | | Notes: svn path=/head/; revision=93101
* Bento fixes.Michael Nottebrock2003-08-181-2/+0
| | | | | | | | Notified by: kris (bento) Approved by: arved (Mentor) Notes: svn path=/head/; revision=87202
* Update to a current snapshot.Michael Nottebrock2003-08-124-36/+38
| | | | | | | Approved by: arved (Mentor) Notes: svn path=/head/; revision=86865
* Switch to bzip2 distfile.Kris Kennaway2003-03-052-1/+2
| | | | | | | | PR: ports/48834 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> (maintainer) Notes: svn path=/head/; revision=76912
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Add 'ipv6' on CATEGORIES. Icecast2 supports IPv6 streaming.Munechika SUMIKAWA2003-01-151-1/+1
| | | | Notes: svn path=/head/; revision=73196
* Textproc/libxslt is required in build.Munechika SUMIKAWA2003-01-151-1/+2
| | | | Notes: svn path=/head/; revision=73195
* Complete Repocopy from audio/libshout -> audio/libshout2, audio/icecast -> ↵Tilman Keskinoz2003-01-1510-144/+46
| | | | | | | | | | | | | audio/icecast2. Update to a development Snapshot of icecast2. The new icecast2 protocol supports ogg-vorbis streaming. PR: 45250, 45251 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Notes: svn path=/head/; revision=73192