Date: 2 Apr 2004 06:37:38 -0000 From: Mark Daniel Reidel <ports@mark.reidel.info> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65060: [NEW PORT] audio/kmp: A graphical interface to musicpd written with Qt Message-ID: <20040402063738.53323.qmail@karm.dyndns.org> Resent-Message-ID: <200404020640.i326e9sg070876@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65060 >Category: ports >Synopsis: [NEW PORT] audio/kmp: A graphical interface to musicpd written with Qt >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: Thu Apr 01 22:40:09 PST 2004 >Closed-Date: >Last-Modified: >Originator: Mark Daniel Reidel >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD alu.reidel.info 5.2-CURRENT FreeBSD 5.2-CURRENT #10: Fri Mar 5 17:22:58 CET >Description: KMP is an MPD (audio/musicpd) client that uses the QT GUI toolkit so it will comfortably fit in with your KDE desktop, although only QT is required. KMP will allow you to browse the server's collection, add songs to the playlist, change the volume, etc. WWW: http://www.threadbox.net/kmp.php >How-To-Repeat: >Fix: --- kmp-0.01.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: # # kmp # kmp/pkg-plist # kmp/pkg-descr # kmp/distinfo # kmp/Makefile # echo c - kmp mkdir -p kmp > /dev/null 2>&1 echo x - kmp/pkg-plist sed 's/^X//' >kmp/pkg-plist << 'END-of-kmp/pkg-plist' Xbin/kmp END-of-kmp/pkg-plist echo x - kmp/pkg-descr sed 's/^X//' >kmp/pkg-descr << 'END-of-kmp/pkg-descr' XKMP is an MPD (audio/musicpd) client that uses the QT GUI toolkit Xso it will comfortably fit in with your KDE desktop, although only XQT is required. XKMP will allow you to browse the server's collection, add songs Xto the playlist, change the volume, etc. X XWWW: http://www.threadbox.net/kmp.php END-of-kmp/pkg-descr echo x - kmp/distinfo sed 's/^X//' >kmp/distinfo << 'END-of-kmp/distinfo' XMD5 (kmp-0.01.tar.bz2) = 2b2607beea11b1feb53c5a5fd39cb721 XSIZE (kmp-0.01.tar.bz2) = 486474 END-of-kmp/distinfo echo x - kmp/Makefile sed 's/^X//' >kmp/Makefile << 'END-of-kmp/Makefile' X# New ports collection makefile for: kmp X# Date created: Apr 2, 2004 X# Whom: Mark Reidel <ports@mark.reidel.info> X# X# $FreeBSD$ X# X XPORTNAME= kmp XPORTVERSION= 0.01 XCATEGORIES= audio XMASTER_SITES= http://mercury.chem.pitt.edu/~shank/ \ X http://www.threadbox.net/files/ X XMAINTAINER= ports@mark.reidel.info XCOMMENT= A graphical interface to musicpd written with Qt X XBUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake X XUSE_BZIP2= true XUSE_QT_VER= 3 XMAKE_ENV= QTDIR="${QT_PREFIX}" X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ X -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ kmp.pro X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/kmp ${PREFIX}/bin X X.include <bsd.port.mk> END-of-kmp/Makefile exit --- kmp-0.01.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?20040402063738.53323.qmail>