From nobody@FreeBSD.org  Tue Aug 26 19:21:32 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8DF6E106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Aug 2008 19:21:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 397618FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Aug 2008 19:21:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7QJLVh7024042
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Aug 2008 19:21:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7QJLVQh024041;
	Tue, 26 Aug 2008 19:21:31 GMT
	(envelope-from nobody)
Message-Id: <200808261921.m7QJLVQh024041@www.freebsd.org>
Date: Tue, 26 Aug 2008 19:21:31 GMT
From: Dennis Herrmann <adox@mcx2.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New Port <audio/ncmpcpp>
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         126865
>Category:       ports
>Synopsis:       New Port audio/ncmpcpp: clone of ncmpc but containing some new features ncmpc doesn't have
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 26 19:30:06 UTC 2008
>Closed-Date:    Sat Aug 30 12:09:45 UTC 2008
>Last-Modified:  Sun Aug 31 14:30:06 UTC 2008
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD contempt 7.0-STABLE FreeBSD 7.0-STABLE #1: Sun Aug 24 16:57:50 CEST 2008     root@:/usr/obj/usr/src/sys/CONTEMPT  i386
>Description:
Ncmpcpp is almost exact clone of ncmpc but it contains some new features
ncmpc doesn't have. It's been also rewritten from scratch in C++. Lack of
some function (eg. tag editor, no possibility of going to chosen position
in playing song without fastforwarding/rewinding) eventually pushed me to
rewrite it as ncmpc++ and include these functions in it.

* tag editor
* easy to use search screen
* media library screen
* lyrics screen
* possibility of going to any position in currently playing track without
  rewinding/fastforwarding
* multi colored main window (if you want)
* songs can be added to playlist more than once
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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.tar.bz2) = d2f67e5c2dccc0fcaac13b67a5011ed9
XSHA256 (ncmpcpp-0.2.tar.bz2) = 77aa8bb89ea72e98d90e010f7c3075fd1b3660dd40706c69597463182990b19c
XSIZE (ncmpcpp-0.2.tar.bz2) = 283557
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
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
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}/examples/ncmpcpprc ${EXAMPLESDIR}/ncmpcpprc.sample
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



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Aug 27 07:46:53 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126865 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Aug 30 12:09:44 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126865: commit references a PR
Date: Sat, 30 Aug 2008 12:12:22 +0000 (UTC)

 miwi        2008-08-30 12:12:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/ncmpcpp        Makefile distinfo pkg-descr pkg-message 
   Log:
   Ncmpcpp is almost exact clone of ncmpc but it contains some
   new features ncmpc doesn't have. It's been also rewritten
   from scratch in C++.
   
   WWW:    http://unkart.ovh.org/ncmpcpp/
   
   PR:             ports/126865
   Submitted by:   Dennis Herrmann <adox at mcx2.org>
   
   Revision  Changes    Path
   1.982     +1 -0      ports/audio/Makefile
   1.1       +59 -0     ports/audio/ncmpcpp/Makefile (new)
   1.1       +3 -0      ports/audio/ncmpcpp/distinfo (new)
   1.1       +5 -0      ports/audio/ncmpcpp/pkg-descr (new)
   1.1       +9 -0      ports/audio/ncmpcpp/pkg-message (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"
 

From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/126865: New Port audio/ncmpcpp: clone of ncmpc but containing some new feature ncmpc doesn't have
Date: Sat, 30 Aug 2008 12:49:05 +0200 (CEST)

 >Submitter-Id:	current-users
 >Originator:	Dennis Herrmann
 >Organization:	
 >Confidential:	no
 >Synopsis:	Re: ports/126865: New Port audio/ncmpcpp: clone of ncmpc but containing some new feature ncmpc doesn't have
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		update
 >Release:	FreeBSD 7.0-STABLE i386
 >Environment:
 System: FreeBSD contempt 7.0-STABLE FreeBSD 7.0-STABLE #1: Sun Aug 24 16:57:50 CEST 2008 root@:/usr/obj/usr/src/sys/CONTEMPT i386
 
 >Description:
 ncmpcpp update 0.2.1
 	* 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.
 >Fix:
 
 --- ncmpcpp-0.2.1.diff begins here ---
 diff -ruN ncmpcpp.orig/Makefile ncmpcpp/Makefile
 --- ncmpcpp.orig/Makefile	2008-08-30 11:09:35.000000000 +0200
 +++ ncmpcpp/Makefile	2008-08-30 11:16:30.000000000 +0200
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	ncmpcpp
 -PORTVERSION=	0.2
 +PORTVERSION=	0.2.1
  CATEGORIES=	audio
  MASTER_SITES=	http://unkart.ovh.org/ncmpcpp/ \
  		http://mirror.mcx2.org/
 @@ -27,7 +27,8 @@
  .include <bsd.port.pre.mk>
  
  PLIST_FILES=	bin/ncmpcpp \
 -				%%EXAMPLESDIR%%/ncmpcpprc.sample
 +				%%EXAMPLESDIR%%/ncmpcpprc.sample \
 +				%%EXAMPLESDIR%%/ncmpcpp_keys
  PLIST_DIRS=	%%EXAMPLESDIR%%
  
  .if !defined(WITHOUT_CURL)
 @@ -47,7 +48,8 @@
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${PREFIX}/bin/
  	${MKDIR} ${EXAMPLESDIR}
 -	${INSTALL_DATA} ${WRKSRC}/examples/ncmpcpprc ${EXAMPLESDIR}/ncmpcpprc.sample
 +	${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpprc ${EXAMPLESDIR}/ncmpcpprc.sample
 +	${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpp_keys ${EXAMPLESDIR}/ncmpcpp_keys
  
  	@${ECHO_MSG} ""
  	@${CAT} ${PKGMESSAGE}
 diff -ruN ncmpcpp.orig/distinfo ncmpcpp/distinfo
 --- ncmpcpp.orig/distinfo	2008-08-30 11:09:35.000000000 +0200
 +++ ncmpcpp/distinfo	2008-08-30 11:00:15.000000000 +0200
 @@ -1,3 +1,3 @@
 -MD5 (ncmpcpp-0.2.tar.bz2) = d2f67e5c2dccc0fcaac13b67a5011ed9
 -SHA256 (ncmpcpp-0.2.tar.bz2) = 77aa8bb89ea72e98d90e010f7c3075fd1b3660dd40706c69597463182990b19c
 -SIZE (ncmpcpp-0.2.tar.bz2) = 283557
 +MD5 (ncmpcpp-0.2.1.tar.bz2) = 14d4022f9c9cd98cc4871e6335cdf26c
 +SHA256 (ncmpcpp-0.2.1.tar.bz2) = 08718dd17341fbc6d9752738bcf631721686ed8c7e43a307eeb468c688f09fd9
 +SIZE (ncmpcpp-0.2.1.tar.bz2) = 286624
 --- ncmpcpp-0.2.1.diff ends here ---
 
 

From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/126865: New Port audio/ncmpcpp: clone of ncmpc but containing some new features ncmpc doesn't have
Date: Sat, 30 Aug 2008 12:30:32 +0200 (CEST)

 >Submitter-Id:	current-users
 >Originator:	Dennis Herrmann
 >Organization:	
 >Confidential:	no
 >Synopsis:	Re: ports/126865: New Port audio/ncmpcpp: clone of ncmpc but containing some new features ncmpc doesn't have
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		update
 >Release:	FreeBSD 7.0-STABLE i386
 >Environment:
 System: FreeBSD contempt 7.0-STABLE FreeBSD 7.0-STABLE #1: Sun Aug 24 16:57:50 CEST 2008 root@:/usr/obj/usr/src/sys/CONTEMPT i386
 
 >Description:
 	ncmpcpp update 0.2.1
 
 	* 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.
 
 >Fix:
 
 --- ncmpcpp-0.2.1.diff begins here ---
 diff -ruN ncmpcpp.orig/Makefile ncmpcpp/Makefile
 --- ncmpcpp.orig/Makefile	2008-08-30 11:09:35.000000000 +0200
 +++ ncmpcpp/Makefile	2008-08-30 11:16:30.000000000 +0200
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	ncmpcpp
 -PORTVERSION=	0.2
 +PORTVERSION=	0.2.1
  CATEGORIES=	audio
  MASTER_SITES=	http://unkart.ovh.org/ncmpcpp/ \
  		http://mirror.mcx2.org/
 @@ -27,7 +27,8 @@
  .include <bsd.port.pre.mk>
  
  PLIST_FILES=	bin/ncmpcpp \
 -				%%EXAMPLESDIR%%/ncmpcpprc.sample
 +				%%EXAMPLESDIR%%/ncmpcpprc.sample \
 +				%%EXAMPLESDIR%%/ncmpcpp_keys
  PLIST_DIRS=	%%EXAMPLESDIR%%
  
  .if !defined(WITHOUT_CURL)
 @@ -47,7 +48,8 @@
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${PREFIX}/bin/
  	${MKDIR} ${EXAMPLESDIR}
 -	${INSTALL_DATA} ${WRKSRC}/examples/ncmpcpprc ${EXAMPLESDIR}/ncmpcpprc.sample
 +	${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpprc ${EXAMPLESDIR}/ncmpcpprc.sample
 +	${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpp_keys ${EXAMPLESDIR}/ncmpcpp_keys
  
  	@${ECHO_MSG} ""
  	@${CAT} ${PKGMESSAGE}
 diff -ruN ncmpcpp.orig/distinfo ncmpcpp/distinfo
 --- ncmpcpp.orig/distinfo	2008-08-30 11:09:35.000000000 +0200
 +++ ncmpcpp/distinfo	2008-08-30 11:00:15.000000000 +0200
 @@ -1,3 +1,3 @@
 -MD5 (ncmpcpp-0.2.tar.bz2) = d2f67e5c2dccc0fcaac13b67a5011ed9
 -SHA256 (ncmpcpp-0.2.tar.bz2) = 77aa8bb89ea72e98d90e010f7c3075fd1b3660dd40706c69597463182990b19c
 -SIZE (ncmpcpp-0.2.tar.bz2) = 283557
 +MD5 (ncmpcpp-0.2.1.tar.bz2) = 14d4022f9c9cd98cc4871e6335cdf26c
 +SHA256 (ncmpcpp-0.2.1.tar.bz2) = 08718dd17341fbc6d9752738bcf631721686ed8c7e43a307eeb468c688f09fd9
 +SIZE (ncmpcpp-0.2.1.tar.bz2) = 286624
 --- ncmpcpp-0.2.1.diff ends here ---
 
 
>Unformatted:
