Date: Tue, 11 Nov 2008 19:56:38 +0100 (CET) From: Henrik Friedrichsen <hrkfrd@googlemail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128798: New port: audio/mpdas MPD AudioScrobbler supporting the latest protoco<synopsis of the problem Message-ID: <200811111856.mABIucB8081186@megawr.ath.cx> Resent-Message-ID: <200811111900.mABJ0Ar3021338@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128798 >Category: ports >Synopsis: New port: audio/mpdas MPD AudioScrobbler supporting the latest protoco<synopsis of the problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 11 19:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Henrik Friedrichsen >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD dsp.megawr.ath.cx 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Oct 29 22:18:18 CET 2008 root@dsp.megawr.ath.cx:/usr/obj/usr/src/sys/REAKTOR i386 >Description: mpdas is an AudioScrobbler client for MPD written in C++. 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/ >How-To-Repeat: >Fix: --- mpdas.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mpdas # mpdas/Makefile # mpdas/distinfo # mpdas/pkg-descr # echo c - mpdas mkdir -p mpdas > /dev/null 2>&1 echo x - mpdas/Makefile sed 's/^X//' >mpdas/Makefile << '9b3a75614d4755b0c71e76067f646adb' X# Ports collection makefile for: mpdas X# Date created: Nov 11, 2008 X# Whom: hrkfrd@googlemail.com X# X# $FreeBSD$ X# X XPORTNAME= mpdas XPORTVERSION= 0.2.1 XCATEGORIES= audio XMASTER_SITES= http://50hz.ws/mpdas/ X XMAINTAINER= hrkfrd@googlemail.com XCOMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol X XLIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl X XUSE_GNOME= pkgconfig XUSE_BZIP2= yes X XPLIST_FILES= bin/mpdas X X.include <bsd.port.mk> 9b3a75614d4755b0c71e76067f646adb echo x - mpdas/distinfo sed 's/^X//' >mpdas/distinfo << '82289e6806d827985b835ab203a9d0e3' XMD5 (mpdas-0.2.1.tar.bz2) = c8f981b46a22bf44d8e38a339f102d89 XSHA256 (mpdas-0.2.1.tar.bz2) = b95ffd2380eb345b8f263c56d95780091095d5feb47ed7b622275229bb905e1d XSIZE (mpdas-0.2.1.tar.bz2) = 11253 82289e6806d827985b835ab203a9d0e3 echo x - mpdas/pkg-descr sed 's/^X//' >mpdas/pkg-descr << '893b2e11d678d6a5e89c353a77908105' Xmpdas is an AudioScrobbler client for MPD written in C++. XIt uses libcurl and libmpd. XIt supports the latest AudioScrobbler protocol (1.21). XIn case of a downtime or connectivity problems, Xmpdas will cache the played songs to ~/.mpdascache. X XPlease read the README at: Xhttp://github.com/hrkfrd/mpdas/tree/master/README X XWWW: http://50hz.ws/mpdas/ 893b2e11d678d6a5e89c353a77908105 exit --- mpdas.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811111856.mABIucB8081186>