Date: Sun, 30 Nov 2008 08:11:00 -0800 (PST) From: Dennis Herrmann <adox@mcx2.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/129299: [NEW PORT] audio/last-cmus - Cmus plugin for submitting songs into last.fm Message-ID: <4932bb14.02e2660a.5173.4b15@mx.google.com> Resent-Message-ID: <200811301620.mAUGK2ss041867@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129299 >Category: ports >Synopsis: [NEW PORT] audio/last-cmus - Cmus plugin for submitting songs into last.fm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 30 16:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD dhn.homeunix.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Nov 6 17:50:47 CET 2008 root@dhn.homeunix.com:/usr/obj/usr/src/sys/PARANOIA i386 >Description: This is a last.fm plugin for the CMUS ncurses based music-player. Written in Python. WWW: http://code.google.com/p/last-cmus/ >How-To-Repeat: >Fix: --- last-cmus_newport.sh 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: # # last-cmus # last-cmus/Makefile # last-cmus/distinfo # last-cmus/pkg-descr # last-cmus/files # last-cmus/files/pkg-message.in # echo c - last-cmus mkdir -p last-cmus > /dev/null 2>&1 echo x - last-cmus/Makefile sed 's/^X//' >last-cmus/Makefile << '80c42e52fd712510c23fd64ea02b0fe4' X# New ports collection makefile for: last-cmus X# Date created: 30 November 2008 X# Whom: Dennis Herrmann <adox@mcx2.org> X# X# $FreeBSD: $ X# X XPORTNAME= last XPORTVERSION= 1.0 XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XPKGNAMESUFFIX= -cmus XDISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.py XEXTRACT_SUFX= # none X XMAINTAINER= adox@mcx2.org XCOMMENT= Cmus plugin for submitting songs into last.fm X XUSE_PYTHON= yes XSUB_FILES= pkg-message XNO_BUILD= yes XPLIST_FILES= bin/${DISTNAME} X Xdo-extract: X @${MKDIR} ${WRKSRC} X @${CP} ${_DISTDIR}/last-cmus.py ${WRKSRC} X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/ X @${CHMOD} +x ${PREFIX}/bin/${DISTNAME} X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> 80c42e52fd712510c23fd64ea02b0fe4 echo x - last-cmus/distinfo sed 's/^X//' >last-cmus/distinfo << '7cb3e973b55b0805aa0349175642fa44' XMD5 (last-cmus.py) = c2165a1d62e0bd051a4db5e78233f701 XSHA256 (last-cmus.py) = c0db2a250c997e7b3a4f1dbbe997a1b2ec41de02c338c9fc5cbfdaea80a38cf9 XSIZE (last-cmus.py) = 12439 7cb3e973b55b0805aa0349175642fa44 echo x - last-cmus/pkg-descr sed 's/^X//' >last-cmus/pkg-descr << '34836538431eb54d913e08b5aa5eca93' XThis is a last.fm plugin for the CMUS Xncurses based music-player. Written in XPython. X XWWW: http://code.google.com/p/last-cmus/ 34836538431eb54d913e08b5aa5eca93 echo c - last-cmus/files mkdir -p last-cmus/files > /dev/null 2>&1 echo x - last-cmus/files/pkg-message.in sed 's/^X//' >last-cmus/files/pkg-message.in << '2daefefbf4b11b228342ba81aad4dd43' X===================================================================== X XTo start using last-cmus.py, please complete the following steps: X X1. Edit the %%PREFIX%%/bin/last-cmus.py file with right X username and password. X X2. Enable it by appending this setting to your ~/.cmus/rc: X set status_display_program=%%PREFIX%%/bin/last-cmus.py X X===================================================================== 2daefefbf4b11b228342ba81aad4dd43 exit --- last-cmus_newport.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4932bb14.02e2660a.5173.4b15>