aboutsummaryrefslogtreecommitdiff
path: root/audio/musicpd/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to latest upstream release (0.14.2)Ion-Mihai Tetcu2009-03-181-0/+0
| | | | | | | | | | | | | | | | | | | | | - Add new ffmpeg knob to options, and LIBDEPENDS for avcodec/avformat/avutil - change wording on id3tag knob to specify id3 v1/v2 instead of just v1 - change shoutcast wording to specify ogg (so that it is clearer) - change several configure args to sync with the upstream. This includes --enable-mpd-id3tag, --disable-ogg, --disable-shout are now: --disable-id3, --disable-oggvorbis, --disable-shout-ogg and added --disable-shout-mp3. - Removed outdated iconv knob as this is no longer a valid configure option in musicpd configure script - rename files/musicpd.sh.in --> files/musicpd.sh to follow current rc.d practices. PR: ports/131914 Submitted by: David Horn Approved by: maintainer Notes: svn path=/head/; revision=230370
* - Reindent OPTIONS for better readability, fix a typoAlexey Dokuchaev2008-12-051-10/+14
| | | | | | | | | | | | | | - Register missing dependency on libshout2 for Icecast/Shoutcast support - Style nit: s/ifdef/if defined/ - No need to define PKGMESSAGE, it happens automagically - Augment and reformat Makefile header, correct wrong date, fix COMMENT - Clean up pkg-message and port description - Correctly display message WRT port vs. package installation Approved by: maintainer timeout (one month) Notes: svn path=/head/; revision=223819
* - Fix depends (add options for samplerate, jack; check WITH_/WITHOUT_ flags ↵Dmitry Marakasov2008-09-061-0/+20
| | | | | | | | | | | | | | | | appropriately) - Respect NOPORTDOCS and thus fix plist for NOPORTDOCS case - Better pkg-message handling - Reorder variables in the Makefile in more canonical way PR: 126492 Submitted by: Henry Hu <henry dot hu dot sh at gmail dot com> Patch by: me Approved by: maintainer timeout Notes: svn path=/head/; revision=219990
* - rc script was not executed at boot due to empty REQUIRE and BEFORE. FixRong-En Fan2008-04-041-6/+4
| | | | | | | | | | | | | | that by using REQUIRE: LOGIN per Porter's Handbook. - While I'm here, change default variable assignment to the way suggested by Porter's Handbook. - Bump PORTREVISION PR: ports/121772 (based on) Submitted by: Justin Stallard <justin at isis.poly.edu> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=210474
* - Remove the old rc scriptMartin Wilke2006-11-081-29/+0
| | | | Notes: svn path=/head/; revision=176823
* - Update to 0.12.0Martin Wilke2006-11-082-34/+29
| | | | | | | | | PR: ports/103706 Submitted by: Stepan Zastupov (redchrom@gmail.com) Approved by: Maintainer in private mail Notes: svn path=/head/; revision=176819
* 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
* - Update to 0.10.2Kirill Ponomarev2004-03-253-40/+26
| | | | | | | | | | | | - Added support for MP4/AAC - IPv6 support deselectable - New sample configuration file with better defaults PR: ports/64717 Submitted by: maintainer Notes: svn path=/head/; revision=105260
* - Fix build on sparc64Kirill Ponomarev2004-03-101-0/+11
| | | | | | | | | PR: ports/64004 Submitted by: maintainer Noticed by: bento via kris Notes: svn path=/head/; revision=103507
* Add musicpd 0.9.1, a remote-controllable music-daemon.Munechika SUMIKAWA2003-10-083-0/+66
PR: 57518 Submitted by: Mark Reidel <ports@mark.reidel.info> Notes: svn path=/head/; revision=90611