From adox@mcx2.org  Sun Nov 30 16:11:03 2008
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B15C31065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Nov 2008 16:11:03 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184])
	by mx1.freebsd.org (Postfix) with ESMTP id 379ED8FC26
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Nov 2008 16:11:02 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by nf-out-0910.google.com with SMTP id h3so1100475nfh.33
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Nov 2008 08:11:01 -0800 (PST)
Received: by 10.103.251.3 with SMTP id d3mr4114907mus.72.1228061460955;
        Sun, 30 Nov 2008 08:11:00 -0800 (PST)
Received: from localhost (p5090EA23.dip.t-dialin.net [80.144.234.35])
        by mx.google.com with ESMTPS id y2sm4110921mug.14.2008.11.30.08.10.59
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 30 Nov 2008 08:11:00 -0800 (PST)
Message-Id: <4932bb14.02e2660a.5173.4b15@mx.google.com>
Date: Sun, 30 Nov 2008 08:11:00 -0800 (PST)
From: Dennis Herrmann <adox@mcx2.org>
Reply-To: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] audio/last-cmus - Cmus plugin for submitting songs into last.fm
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 30 16:20:01 UTC 2008
>Closed-Date:    Mon Dec 01 21:08:01 UTC 2008
>Last-Modified:  Mon Dec  1 21:10:05 UTC 2008
>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:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Nov 30 16:20:12 UTC 2008 
Class-Changed-Why:  
Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129299 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Nov 30 16:20:17 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129299 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Dec 1 21:07:59 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129299 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129299: commit references a PR
Date: Mon,  1 Dec 2008 21:08:18 +0000 (UTC)

 miwi        2008-12-01 21:08:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/last-cmus      Makefile distinfo pkg-descr 
     audio/last-cmus/files pkg-message.in 
   Log:
   This is a last.fm plugin for the CMUS
   ncurses based music-player. Written in
   Python.
   
   WWW: http://code.google.com/p/last-cmus/
   
   PR:             ports/129299
   Submitted by:   Dennis Herrmann <adox at mcx2.org>
   
   Revision  Changes    Path
   1.1005    +1 -0      ports/audio/Makefile
   1.1       +34 -0     ports/audio/last-cmus/Makefile (new)
   1.1       +3 -0      ports/audio/last-cmus/distinfo (new)
   1.1       +11 -0     ports/audio/last-cmus/files/pkg-message.in (new)
   1.1       +5 -0      ports/audio/last-cmus/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
