From Changelog:
- Feature: A track can be set as 'loved' on Last.fm, e.g. with 'mpc
sendmessage mpdas love'
- Migrate to libmpdclient instead of deprecated libmpd along with some code
refactoring
- Fix typo that would result in an incorrent setgid()-call
- Fix in the handshake to communicate properly with the new Last.fm site
- Several other crash fixes and optimizations
pkg-descr:
- Update WWW
PR: 202899
Submitted by: henrik@affekt.org (maintainer)
- trim Makefile header while here
- bump PORTREVISION
PR: 170986
Submitted by: Maxim Ignatenko <gelraen.ua at gmail dot com>
Approved by: Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
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.
- Fix the build with custom PREFIX
- Fix the install of man file
PR: ports/152466 [1]
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) [1]
Update to mpdas-0.2.5 which comes with a fixed Makefile to allow different
PREFIX settings. It also has a few bugfixes and now installs an rc.d script.
PR: 139477
Submitted by: maintainer
It uses libcurl and libmpd.
It supports the latest AudioScrobbler protocol (1.21).
In case of a downtime or connectivity problems,
mpdas will cache the played songs to ~/.mpdascache.
Please read the README at:
http://github.com/hrkfrd/mpdas/tree/master/README
WWW: http://50hz.ws/mpdas/
PR: ports/128798
Submitted by: hrkfrd at googlemail.com