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

Port details
musicpd 0.17.3_1 audio on this many watch lists=19 search for ports that depend on this port
A remote-controllable music daemon
Maintained by: crees@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Oct 2003 10:47:25
Also Listed In: ipv6
License: GPLv2


Music Player Daemon (MPD) allows remote access for playing music (MP3, MP4,
Ogg, Flac, and more) and managing playlists.  The design focus is on
integrating a computer into a stereo system that provides control for music
playback over a local network.

WWW: http://www.musicpd.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/gmake
Required To Run:
  1. devel/gio-fam-backend
Required Libraries:
  1. audio/libmad
  2. ftp/curl
  3. audio/flac
  4. audio/libvorbis
  5. audio/libaudiofile
  6. multimedia/ffmpeg
  7. multimedia/ffmpeg
  8. multimedia/ffmpeg
  9. audio/libid3tag
  10. audio/libsndfile
  11. devel/glib20
  12. devel/pcre

This port is required by:

for Run

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


Configuration Options
===> The following configuration options are available for musicpd-0.17.3_1:
     AAC=off: AAC/MP4 format support
     AO=off: libao audio library support
     ARCHIVE=off: bzip2/zip/iso9660 archive support
     CUE=off: Embedded CUE sheets support
     FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
     FLAC=on: FLAC lossless audio codec support
     HTTPD=off: httpd output streaming support
     ID3TAG=on: ID3 v1/v2 tags support
     IPV6=on: IPv6 protocol support
     JACK=off: JACK audio server support
     LAME=off: Support for MP3 Icecast Streams
     LASTFM=off: Last.fm streaming support
     MIKMOD=off: MOD audio format support
     MMS=off: MMS streaming support
     MODPLUG=off: ModPlug decoder support
     MUSEPACK=off: MPC audio format support
     PULSEAUDIO=off: PulseAudio sound server support
     SAMPLERATE=off: Sample rate conversion support
     SHOUTCAST=off: Ogg Icecast and SHOUTcast support
     SNDFILE=on: libsndfile support
     TREMOR=off: Tremor audio decoder support
     VORBIS=on: Ogg Vorbis audio codec support
     WAV=on: WAV audio format support
====> Options available for the radio ZEROCONF: you can only select none or one of them
     AVAHI=off: Zeroconf support via Avahi
     MDNSRESPONDER=off: Zeroconf support via mDNSResponder
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  3. http://freefr.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  4. http://garr.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  5. http://heanet.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  6. http://hivelocity.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  7. http://ignum.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  8. http://internode.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  9. http://iweb.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  10. http://jaist.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  11. http://kaz.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  12. http://kent.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  13. http://master.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  14. http://nchc.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  15. http://ncu.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  16. http://netcologne.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  17. http://sunet.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  18. http://superb-dca3.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  19. http://switch.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  20. http://tenet.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  21. http://ufpr.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
  22. http://waix.dl.sourceforge.net/project/musicpd/mpd/0.17.3/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-05-16
    Affects: users of audio/musicpd
    Author: Chris Rees <utisoft@gmail.com>
    Reason: 
      Musicpd now installs the binary for the server as bin/musicpd, rather than
      mpd, to remove a conflict with net/mpich2; before upgrade you should run:
    
      # /usr/local/etc/rc.d/musicpd stop
    
      Likewise, mpd.conf has been renamed musicpd.conf-- if you want to keep it
      as mpd.conf then place MPDCONF="mpd.conf" into /etc/make.conf, otherwise
      after upgrade run:
    
      # mv /usr/local/etc/mpd.conf /usr/local/etc/musicpd.conf
    
    

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
09 Jun 2013 19:30:59
Original commit files touched by this commit  0.17.3_1
naddy search for other commits by this committer
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
31 May 2013 11:54:01
Original commit files touched by this commit  0.17.3
crees search for other commits by this committer
Stop checking for get_pidfile_from_conf function in rc.subr.

It is present in all supported versions of FreeBSD, and has had poor takeup.
I strongly suspect the strange-looking checks are partially to blame for
scaring maintainers off.

Go forth and please use it!

PR:		ports/178269
Approved by:	maintainers of all ports involved
19 May 2013 18:02:53
Original commit files touched by this commit  0.17.3
crees search for other commits by this committer
audio/musicpd: Fix pkg-message
04 May 2013 15:41:41
Original commit files touched by this commit  0.17.3
crees search for other commits by this committer
audio/musicpd: Add support for bonjour/mDNSResponder

PR:		ports/178274
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
30 Apr 2013 20:48:03
Original commit files touched by this commit  0.17.3
crees search for other commits by this committer
audio/musicpd: Update to 0.17.3

Take out the compatibility shims for people who redefined MPDCONF-- they've
had enough warning.  Error out with some helpful hints if people still haven't
moved to using musicpd.conf
03 Jan 2013 16:23:05
Original commit files touched by this commit  0.17.2_2
crees search for other commits by this committer
Make OSS audio work out of the box

Suggested by:	theraven
03 Jan 2013 15:34:03
Original commit files touched by this commit  0.17.2_2
crees search for other commits by this committer
Add missing directories for musicpd to work out of the box

Noticed by:	theraven

Fix mpd user home directory
18 Nov 2012 14:34:55
Original commit files touched by this commit  0.17.2_1
crees search for other commits by this committer
Fix replacement value

Feature safe:	yes
18 Nov 2012 14:32:51
Original commit files touched by this commit  0.17.2_1
crees search for other commits by this committer
Tighten up on replacement in musicpd.conf(5) to avoid catching .B mixer

Submitted by:	Derek Thomas
Feature safe:	yes
14 Oct 2012 18:43:19
Original commit files touched by this commit  0.17.2
crees search for other commits by this committer
Update to 0.17.2

Changes in 0.17.1:

Jonathan Neuschaefer (1):
      command: require appropriate permissions for searchadd{,pl}

Jurgen Kramer (1):
      Add song duration to DSF and DSDIFF DSD decoders.

Max Kellermann (12):
      configure.ac: increment version number to 0.17.1
      Merge branch 'fix-typo' of https://github.com/sol/mpd
      require GLib 2.16
      test/test_pcm: add pcm_volume tests
(Only the first 15 lines of the commit message are shown above View all of this commit message)
08 Sep 2012 10:10:20
Original commit files touched by this commit  0.17
crees search for other commits by this committer
All hail the new stable branch of Music Player Daemon; 0.17

Changes:

Anton Khirnov (1):
      update: properly skip symlinks in path that is to be updated.

Dan McGee (1):
      Use g_message and not g_debug when removing song

Jonathan Neuschaefer (1):
      decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3

Max Kellermann (17):
      output/winmm: remove pointless NULL check
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Jul 2012 20:15:39
Original commit files touched by this commit  0.16.8_2
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).
10 Jun 2012 14:34:26
Original commit files touched by this commit  0.16.8_1
crees search for other commits by this committer
Warn if user sets own value of MPDCONF-- potential for breakage is nonzero and
packages don't support it anyway.
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.16.8_1
dinoex search for other commits by this committer
- update png to 1.5.10
29 May 2012 20:03:16
Original commit files touched by this commit  0.16.8
  Sanity Test Failure
crees search for other commits by this committer
Update to 0.16.8

OPTIONSngify!
16 Feb 2012 15:57:34
Original commit files touched by this commit  0.16.7_1
ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
06 Feb 2012 20:02:47
Original commit files touched by this commit  0.16.7
crees search for other commits by this committer
Update to 0.16.7

https://sourceforge.net/projects/musicpd/files/mpd/0.16.7
03 Feb 2012 23:20:50
Original commit files touched by this commit  0.16.6_2
crees search for other commits by this committer
Add OPTION to link with libcue, off by default

PR:             ports/155593
18 Jan 2012 17:36:27
Original commit files touched by this commit  0.16.6_2
arved search for other commits by this committer
Chase libcdio shlib bump
14 Jan 2012 22:27:02
Original commit files touched by this commit  0.16.6_1
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.16.6
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.
31 Dec 2011 16:32:15
Original commit files touched by this commit  0.16.6
crees search for other commits by this committer
- Update to 0.16.6
- Use bsd.port.options.mk
- Make MPDUSER/MPDGROUP customisable (YMMV)
- Remove pointless variables (MPDUID etc), and clean up SUB_LIST
- Simplify regex for catching nanf etc
27 Dec 2011 09:30:18
Original commit files touched by this commit  0.16.5_1
crees search for other commits by this committer
Ensure that oss starts before musicpd (only applicable when using audio/oss)
19 Oct 2011 17:54:27
Original commit files touched by this commit  0.16.5
crees search for other commits by this committer
Update to 0.16.5
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.16.4
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
10 Sep 2011 08:55:20
Original commit files touched by this commit  0.16.4
crees search for other commits by this committer
Portlint is mistaken-- CPPFLAGS are not passed to configure unless made explicit

Revert previous moving of CPPFLAGS outside CONFIGURE_ENV

Submitted by:   Olivier Brisson <olivier@brisson.de>
06 Sep 2011 17:03:59
Original commit files touched by this commit  0.16.4
crees search for other commits by this committer
- Update to 0.16.4
- While here, pet portlint about [CL][PD]P?FLAGS in CONFIGURE_ENV
17 Jul 2011 19:35:48
Original commit files touched by this commit  0.16.3_1
crees search for other commits by this committer
Stop autodetecting libsndfile --> now an OPTION, on by default

PR:             ports/158999
Submitted by:   David Demelier <demelier.david@gmail.com>
Approved by:    rene (mentor, implicit)
17 Jul 2011 10:40:11
Original commit files touched by this commit  0.16.3
crees search for other commits by this committer
Update to 0.16.3

Approved by:    rene (mentor, implicit)
24 Jun 2011 22:39:03
Original commit files touched by this commit  0.16.2_3
mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
17 Jun 2011 13:59:53
Original commit files touched by this commit  0.16.2_2
crees search for other commits by this committer
- Fix stop function in rc script

PR:             ports/157173
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Reviewed by:    dougb
Approved by:    tabthorpe (co-mentor)
17 Jun 2011 06:46:07
Original commit files touched by this commit  0.16.2_1
crees search for other commits by this committer
- Update maintainer address

Approved by: rene (mentor)
16 May 2011 13:32:35
Original commit files touched by this commit  0.16.2_1
nivit search for other commits by this committer
- Add option WITH_AVAHI (default off) to support Zeroconf through avahi
- Bump PORTREVISION (pkg-plist changed: binary mpd renamed musicpd)
- Remove CONFLICTS with net/mpich2

PR:             ports/156624
Submitted by:   Chris Rees <utisoft at gmail.com> (maintainer)
20 Mar 2011 21:28:56
Original commit files touched by this commit  0.16.2
dhn search for other commits by this committer
- Update to 0.16.2
- Make MPDCONF have sane FreeBSD defaults
- Move default musicpd root to /var/mpd and stop clobbering make.conf
- Now runs as user MPDUSER by default (in new conf)

PR:             ports/155726
Submitted by:   Chris Rees <utisoft@gmail.com> (maintainer)
01 Mar 2011 19:49:36
Original commit files touched by this commit  0.16.1_2
wxs search for other commits by this committer
Include upstream fix for 24-bit audio (disable it).
Silence a REINPLACE_CMD while we are here.

PR:             ports/155168
Submitted by:   Chris Rees <utisoft@gmail.com> (maintainer)
08 Feb 2011 19:37:20
Original commit files touched by this commit  0.16.1_1
uqs search for other commits by this committer
- Unbreak libogg detection in configure script
- Make it compile with IPv6 support

PR:             ports/154590
Submitted by:   uqs
Approved by:    maintainer
Feature safe:   yes
06 Feb 2011 18:06:30
Original commit files touched by this commit  0.16.1
miwi search for other commits by this committer
- Update to 1.16.1

PR:             154549
Submitted by:   maintainer
Feature safe:   yes
03 Feb 2011 20:19:41
Original commit files touched by this commit  0.15.15
bapt search for other commits by this committer
Add the missing $FreeBSD$

Reported by:    dougb
Feature safe:   yes
02 Feb 2011 10:38:51
Original commit files touched by this commit  0.15.15
bapt search for other commits by this committer
make rc script start after mixer

PR:             ports/154397
Submitted by:   David Demelier <demelier.david _at_ gmail.com>
Approved by:    Chris Rees <utisoft _at_ gmail.com> (maintainer)
Feature safe:   yes
16 Dec 2010 16:40:15
Original commit files touched by this commit  0.15.15
nivit search for other commits by this committer
- Annotate CONFLICTS between audio/musicpd net/mpich2

PR:             ports/153194
Submitted by:   nivit
Approved by:    Chris Rees (maintainer of audio/musicpd)
21 Nov 2010 16:06:14
Original commit files touched by this commit  0.15.15
nivit search for other commits by this committer
- Update to 0.15.15
- Add LICENSE variable in Makefile

PR:             ports/152426
Submitted by:   Chris Rees <utisoft@gmail.com> (maintainer)
01 Oct 2010 21:49:09
Original commit files touched by this commit  0.15.12_1
makc search for other commits by this committer
Switch to audio/musepack from deprecated audio/libmpcdec

PR:             ports/150510
Submitted by:   Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by:    maintainer
25 Jul 2010 02:48:54
Original commit files touched by this commit  0.15.12
sahil search for other commits by this committer
- Update to 0.15.12
- Install configuration file if it does not exist

PR:             ports/148082
Submitted by:   Chris Rees <utisoft@gmail.com> (maintainer)
24 Jul 2010 16:38:20
Original commit files touched by this commit  0.15.8_4
mm search for other commits by this committer
- Update ffmpeg to 0.6
12 Jul 2010 13:42:37
Original commit files touched by this commit  0.15.8_3
linimon search for other commits by this committer
Over to new volunteer:

Approved by:    old maintainer
06 Jun 2010 20:39:21
Original commit files touched by this commit  0.15.8_3
naddy search for other commits by this committer
Bump PORTREVISION after libao update and handle API incompatibility.
28 May 2010 06:56:46
Original commit files touched by this commit  0.15.8_2
ehaupt search for other commits by this committer
Chase audio/libmodplug update
03 Apr 2010 10:44:36
Original commit files touched by this commit  0.15.8_1
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.15.8_1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
12 Feb 2010 17:23:10
Original commit files touched by this commit  0.15.8
miwi search for other commits by this committer
- Update to 0.15.8

PR:             143019
Submitted by:   Arjo Hooimeijer <hooimeijer@gmail.com>
Approved by:    maintainer timeout
06 Dec 2009 17:30:53
Original commit files touched by this commit  0.15_2
pav search for other commits by this committer
- Use static UID/GID and convert to USERS macro
- Install useful sample configuration

PR:             ports/133533
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
Approved by:    Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer)
28 Nov 2009 10:34:26
Original commit files touched by this commit  0.15_1
arved search for other commits by this committer
Chase libcdio shared library version bump
17 Sep 2009 09:41:09
Original commit files touched by this commit  0.15
miwi search for other commits by this committer
* Fix MMS, LAME, SHOUTCAST support

PR:             137835
Submitted by:   "Herbert J. Skuhra" <h.skuhra@gmail.com>
Feature safe: yes
22 Aug 2009 00:13:27
Original commit files touched by this commit  0.15
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with A
27 Jul 2009 12:20:34
Original commit files touched by this commit  0.15
avl search for other commits by this committer
- Update to 0.15 [1]
- Add new config knobs [1]
- Add dependency on libcurl [2]
- Use PLIST_FILES and PORTDOCS instead pkg-plist

PR:             ports/136305 [1], ports/131991 [2]
Submitted by:   David Horn <dhorn2000 AT gmail.com> [1], Rick Dicaire <kritek AT
gmail.com> [2]
Approved by:    maintainer timeout, tabthorpe (mentor)
06 Jul 2009 21:26:00
Original commit files touched by this commit  0.14.2_1
naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
18 Mar 2009 16:45:44
Original commit files touched by this commit  0.14.2
itetcu search for other commits by this committer
- Update to latest upstream release (0.14.2)
- 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
21 Feb 2009 15:51:15
Original commit files touched by this commit  0.14.1_1
miwi search for other commits by this committer
- Chase audio/faad shlib bump
28 Jan 2009 05:30:47
Original commit files touched by this commit  0.14.1
pgollucci search for other commits by this committer
- Update to 0.14

PR:             ports/130612
Submitted by:   Dylan Cochran <a134qaed@gmail.com>
Approved by:    Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer)
05 Dec 2008 21:18:03
Original commit files touched by this commit  0.13.2
danfe search for other commits by this committer
- Allow to build with Tremor support
- Actually add dependency on libshout2 mentioned in previous commit

Approved by:    maintainer timeout (one month)
05 Dec 2008 21:11:46
Original commit files touched by this commit  0.13.2
danfe search for other commits by this committer
- Reindent OPTIONS for better readability, fix a typo
- 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)
12 Oct 2008 10:47:18
Original commit files touched by this commit  0.13.2
miwi search for other commits by this committer
- Update to 0.13.2

PR:             126540
Submitted by:   Maintainer
06 Sep 2008 13:16:39
Original commit files touched by this commit  0.13.1_3
amdmi3 search for other commits by this committer
- Fix depends (add options for samplerate, jack; check WITH_/WITHOUT_ flags
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
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.13.1_2
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Apr 2008 20:37:24
Original commit files touched by this commit  0.13.1_2
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
04 Apr 2008 06:20:33
Original commit files touched by this commit  0.13.1_1
rafan search for other commits by this committer
- rc script was not executed at boot due to empty REQUIRE and BEFORE. Fix
  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)
02 Mar 2008 06:23:08
Original commit files touched by this commit  0.13.1
rafan search for other commits by this committer
- Update to 0.13.1

PR:             ports/120126
Submitted by:   Phillip N. <pneumann at gmail.com>
Approved by:    Jan-Olof Lindqvist <jo.lindqvist at gmail.com> (maintainer)
16 Feb 2008 10:05:32
Original commit files touched by this commit  0.13.0_2
miwi search for other commits by this committer
- Added missing configure option for Shoutcast and Icecast support.

PR:             118702
Submitted by:   Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer)
08 Oct 2007 12:12:17
Original commit files touched by this commit  0.13.0_1
miwi search for other commits by this committer
- Add PulseAudio to the options

PR:             116161
Submitted by:   Romain Tartiere <romain@blogreen.org>
Approved by:    maintainer
10 Sep 2007 18:39:22
Original commit files touched by this commit  0.13.0
lx search for other commits by this committer
Switch to new maintainer, and add a mirror while we're at it.

Approved by:    Mark Reidel (old maintainer)
24 Aug 2007 18:59:10
Original commit files touched by this commit  0.13.0
lx search for other commits by this committer
Update to 0.13.0.

PR:             ports/114893
Submitted by:   Jan-Olof Lindqvist
28 Jul 2007 12:27:31
Original commit files touched by this commit  0.12.2_1
miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
23 Jul 2007 09:36:52
Original commit files touched by this commit  0.12.2
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
22 Jun 2007 06:45:35
Original commit files touched by this commit  0.12.2
rafan search for other commits by this committer
- Add missing dependency when ID3TAG knob is on

PR:           ports/111795
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Approved by:  Mark Daniel Reidel <ports at mark.reidel.info> (maintainer,
implicit)
17 Apr 2007 19:41:40
Original commit files touched by this commit  0.12.2
miwi search for other commits by this committer
- Update to 0.12.2

PR:             111488
Submitted by:   Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
27 Feb 2007 03:51:05
Original commit files touched by this commit  0.12.1
kevlo search for other commits by this committer
Replace musicpd with musicpd.sh
26 Feb 2007 05:36:23
Original commit files touched by this commit  0.12.1_1
kevlo search for other commits by this committer
Bump PORTREVISION: mpcdec.4 -> mpcdec.5
11 Nov 2006 17:21:32
Original commit files touched by this commit  0.12.1
brueffer search for other commits by this committer
Add a knob for enabling Musepack support.

Approved by:    maintainer, markus
09 Nov 2006 21:25:15
Original commit files touched by this commit  0.12.1
miwi search for other commits by this committer
- Update to 0.12.1
- Switch maintainer mail back to old maintainer (sorry for this fault)

PR:             ports/105295
Submitted by:   Stepan Zastupov <redchrom@gmail.com>
Approved by:    Mark Daniel Reidel <ports@mark.reidel.info> via privat mail 
(maintainer)
08 Nov 2006 15:57:34
Original commit files touched by this commit  0.12.0
miwi search for other commits by this committer
- Remove the old rc script
08 Nov 2006 15:14:18
Original commit files touched by this commit  0.12.0
miwi search for other commits by this committer
- Update to 0.12.0

PR:             ports/103706
Submitted by:   Stepan Zastupov (redchrom@gmail.com)
Approved by:    Maintainer in private mail
20 Feb 2006 20:47:50
Original commit files touched by this commit  0.11.5_2
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
22 Jan 2006 08:13:12
Original commit files touched by this commit  0.11.5_2
edwin search for other commits by this committer
SHA256ify

Approved by:            krion@
16 Jan 2006 23:04:17
Original commit files touched by this commit  0.11.5_2
tdb search for other commits by this committer
- Fix dependency on libaudiofile

PR:             91472
Submitted by:   Michael Kuhn <mkuhn.nw@web.de>
Approved by:    maintainer
16 Mar 2005 14:50:13
Original commit files touched by this commit  0.11.5_1
naddy search for other commits by this committer
new version of libFLAC
14 Jan 2005 15:45:01
Original commit files touched by this commit  0.11.5
vs search for other commits by this committer
- Update to 0.11.5
- Add ID3TAG-knob

PR:             ports/75693
Submitted by:   Anton Karpov
Approvd by:     maintainer
03 Sep 2004 07:53:23
Original commit files touched by this commit  0.11.4
vs search for other commits by this committer
Update to 0.11.4

PR:             ports/70817
Submitted by:   Ingmar Gebert
Approved by:    maintainer
20 Jul 2004 01:15:57
Original commit files touched by this commit  0.11.2
ijliao search for other commits by this committer
upgrade to 0.11.2

PR:             69314
Submitted by:   maintainer
18 Jun 2004 09:09:00
Original commit files touched by this commit  0.11.0
pav search for other commits by this committer
- Update to 0.11.0

PR:             ports/68069
Submitted by:   Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
11 Apr 2004 14:03:45
Original commit files touched by this commit  0.10.3
krion search for other commits by this committer
- Update to 0.10.3

PR:             ports/65417
Submitted by:   maintainer
30 Mar 2004 19:20:23
Original commit files touched by this commit  0.10.2
krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
25 Mar 2004 19:27:41
Original commit files touched by this commit  0.10.2
krion search for other commits by this committer
- Update to 0.10.2
- Added support for MP4/AAC
- IPv6 support deselectable
- New sample configuration file with better defaults

PR:             ports/64717
Submitted by:   maintainer
10 Mar 2004 09:43:27
Original commit files touched by this commit  0.10.0_1
krion search for other commits by this committer
- Fix build on sparc64

PR:             ports/64004
Submitted by:   maintainer
Noticed by:     bento via kris
03 Mar 2004 18:05:55
Original commit files touched by this commit  0.10.0
krion search for other commits by this committer
- Update to 0.10.0

PR:             ports/63703
Submitted by:   maintainer
22 Feb 2004 22:38:36
Original commit files touched by this commit  0.9.4_1
sumikawa search for other commits by this committer
Add IPv6 on CATEGORIES. Musicpd and mpc speaks IPv6 since 0.9.0.

Approved by:    maintainer
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.9.4_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
23 Jan 2004 21:36:03
Original commit files touched by this commit  0.9.4
clement search for other commits by this committer
- update to 0.9.4

PR:             61794
Submitted by:   Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
20 Dec 2003 16:14:14
Original commit files touched by this commit  0.9.3_2
naddy search for other commits by this committer
Catch up with libogg/libvorbis version bump.
07 Dec 2003 01:27:06
Original commit files touched by this commit  0.9.3_1
marcus search for other commits by this committer
Chase the libmad/libid3tag shared lib version.
09 Nov 2003 15:42:55
Original commit files touched by this commit  0.9.3
jeh search for other commits by this committer
- Update to 0.9.3

MPD changes include wave file support, bitrate output in status, and song
lengths are now stored in the db. mpc and libmpdclient recieved a significant
speed boost.

PR:             58820
Submitted By:   MAINTAINER

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »  

28af
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 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 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours13
new 7 days33
new fortnight85
new month178

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