Date: Sat, 30 Aug 2008 11:25:03 +0200 (CEST) From: Dennis Herrmann <adox@mcx2.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/127006: [NEW PORT] audio/ncmpcpp: A ncurses mpd client, clone of ncmpc with some new features Message-ID: <200808300925.m7U9P3Zv034871@contempt> Resent-Message-ID: <200808311430.m7VEU67e023417@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127006 >Category: ports >Synopsis: [NEW PORT] audio/ncmpcpp: A ncurses mpd client, clone of ncmpc with some new features >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 14:30:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD contempt 7.0-STABLE FreeBSD 7.0-STABLE #1: Sun Aug 24 16:57:50 CEST 2008 >Description: Ncmpcpp update 0.2.1 (http://www.freebsd.org/cgi/query-pr.cgi?pr=126865) * support for composer, performer and disc tag * customizable keybindings * "add" option added * example config files are installed automatically now * "repeat one song" mode added (works only if ncmpcpp is running) * minor fixes, improvements etc. >How-To-Repeat: >Fix: --- ncmpcpp-0.2.1.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: # # ncmpcpp # ncmpcpp/pkg-descr # ncmpcpp/distinfo # ncmpcpp/Makefile # ncmpcpp/pkg-message # echo c - ncmpcpp mkdir -p ncmpcpp > /dev/null 2>&1 echo x - ncmpcpp/pkg-descr sed 's/^X//' >ncmpcpp/pkg-descr << '15e46e720c55841f1c5cba537071e0c3' XNcmpcpp is almost exact clone of ncmpc but it contains some Xnew features ncmpc doesn't have. It's been also rewritten Xfrom scratch in C++. X XWWW: http://unkart.ovh.org/ncmpcpp/ 15e46e720c55841f1c5cba537071e0c3 echo x - ncmpcpp/distinfo sed 's/^X//' >ncmpcpp/distinfo << 'fa73fa0fce1809d908a8965edcccb740' XMD5 (ncmpcpp-0.2.1.tar.bz2) = 14d4022f9c9cd98cc4871e6335cdf26c XSHA256 (ncmpcpp-0.2.1.tar.bz2) = 08718dd17341fbc6d9752738bcf631721686ed8c7e43a307eeb468c688f09fd9 XSIZE (ncmpcpp-0.2.1.tar.bz2) = 286624 fa73fa0fce1809d908a8965edcccb740 echo x - ncmpcpp/Makefile sed 's/^X//' >ncmpcpp/Makefile << '38bef7164930e71ea683e99dab476f85' X# New ports collection makefile for: ncmpcpp X# Date created: August 25 2008 X# Whom: Dennis Herrmann <adox@mcx2.org> X# X# $FreeBSD:$ X# X XPORTNAME= ncmpcpp XPORTVERSION= 0.2.1 XCATEGORIES= audio XMASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ X http://mirror.mcx2.org/ X XMAINTAINER= adox@mcx2.org XCOMMENT= A ncurses mpd client, clone of ncmpc with some new features X XLIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_ICONV= yes XCONFIGURE_ARGS= --disable-unicode X XOPTIONS= CURL "Enable fetching lyrics from the Internet" on \ X TAGLIB "Enable taglib support" off X X.include <bsd.port.pre.mk> X XPLIST_FILES= bin/ncmpcpp \ X %%EXAMPLESDIR%%/ncmpcpprc.sample \ X %%EXAMPLESDIR%%/ncmpcpp_keys XPLIST_DIRS= %%EXAMPLESDIR%% X X.if !defined(WITHOUT_CURL) XLIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl XCONFIGURE_ARGS+= --with-curl X.else XCONFIGURE_ARGS+= --with-curl=no X.endif X X.if !defined(WITHOUT_TAGLIB) XLIB_DEPENDS+= tag:${PORTSDIR}/audio/taglib XCONFIGURE_ARGS+= --with-taglib X.else XCONFIGURE_ARGS+= --with-taglib=no X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${PREFIX}/bin/ X ${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpprc ${EXAMPLESDIR}/ncmpcpprc.sample X ${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpp_keys ${EXAMPLESDIR}/ncmpcpp_keys X X @${ECHO_MSG} "" X @${CAT} ${PKGMESSAGE} X @${ECHO_MSG} "" X X.include <bsd.port.post.mk> 38bef7164930e71ea683e99dab476f85 echo x - ncmpcpp/pkg-message sed 's/^X//' >ncmpcpp/pkg-message << '9be36512831cb62c8f8bdabaa79588ff' X########################################################################### Xncmpcpp has been installed. X XA default ncmpcpprc config has been installed to: XPREFIX/share/examples/ncmpcpprc.sample X XFor more information about ncmpcpp visit: Xhttp://unkart.ovh.org/ncmpcpp X########################################################################### 9be36512831cb62c8f8bdabaa79588ff exit --- ncmpcpp-0.2.1.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?200808300925.m7U9P3Zv034871>