are there any objections to re-add mpdscribble? it works here on amd64. there's an option to daemonize as its own user, may be useful if started from a rc script which we could also add.
any comments/tests/ok welcome. Index: audio/mpdscribble/Makefile =================================================================== RCS file: audio/mpdscribble/Makefile diff -N audio/mpdscribble/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ audio/mpdscribble/Makefile 10 Nov 2013 20:19:44 -0000 @@ -0,0 +1,36 @@ +# $OpenBSD$ + +COMMENT = mpd client to scrobble track info to last.fm + +V = 0.22 +DISTNAME = mpdscribble-$V + +CATEGORIES = audio + +HOMEPAGE = http://mpd.wikia.com/wiki/Client:Mpdscribble + +MAINTAINER = Steven Mestdagh <ste...@openbsd.org> + +# GPLv2 +PERMIT_PACKAGE_CDROM = Yes + +MASTER_SITES = http://www.musicpd.org/download/mpdscribble/$V/ + +MODULES = devel/gettext + +WANTLIB = c mpdclient glib-2.0 curl + +LIB_DEPENDS = net/curl \ + devel/glib2 \ + audio/libmpdclient + +CONFIGURE_STYLE = gnu +CONFIGURE_ARGS = --with-http-client=curl + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/mpdscribble ${PREFIX}/bin/mpdscribble + ${INSTALL_MAN} ${WRKSRC}/doc/mpdscribble.1 ${PREFIX}/man/man1/mpdscribble.1 + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mpdscribble + ${INSTALL_DATA} ${WRKSRC}/doc/mpdscribble.conf ${PREFIX}/share/doc/mpdscribble + +.include <bsd.port.mk> Index: audio/mpdscribble/distinfo =================================================================== RCS file: audio/mpdscribble/distinfo diff -N audio/mpdscribble/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ audio/mpdscribble/distinfo 10 Nov 2013 20:15:36 -0000 @@ -0,0 +1,2 @@ +SHA256 (mpdscribble-0.22.tar.gz) = /4gtAr2DC9y8z+PDybDTL0+Y2b7Nto3DE190gEZfHjg= +SIZE (mpdscribble-0.22.tar.gz) = 141480 Index: audio/mpdscribble/pkg/DESCR =================================================================== RCS file: audio/mpdscribble/pkg/DESCR diff -N audio/mpdscribble/pkg/DESCR --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ audio/mpdscribble/pkg/DESCR 10 Nov 2013 20:15:54 -0000 @@ -0,0 +1,2 @@ +mpdscribble is a Music Player Daemon (MPD) client which submits +information about tracks being played to a scrobbler (e.g. last.fm). Index: audio/mpdscribble/pkg/PLIST =================================================================== RCS file: audio/mpdscribble/pkg/PLIST diff -N audio/mpdscribble/pkg/PLIST --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ audio/mpdscribble/pkg/PLIST 10 Nov 2013 20:15:54 -0000 @@ -0,0 +1,6 @@ +@comment $OpenBSD$ +@bin bin/mpdscribble +@man man/man1/mpdscribble.1 +share/doc/mpdscribble/ +share/doc/mpdscribble/mpdscribble.conf +@sample ${SYSCONFDIR}/mpdscribble.conf