ports/146530: New Port: audio/pms A ncurses-based client for the Music Player Daemon

Ashish SHUKLA wahjava at gmail.com
Thu May 13 01:30:03 UTC 2010


>Number:         146530
>Category:       ports
>Synopsis:       New Port: audio/pms A ncurses-based client for the Music Player Daemon
>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 May 13 01:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ashish SHUKLA
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
N/A
>Environment:
System: FreeBSD chateau.d.if 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #3: Tue Mar 2 01:06:00 IST 2010 root at chateau.d.if:/usr/obj/usr/src/sys/CHATEAU amd64


>Description:
Practical Music Search is an open source ncurses client for Music
Player Daemon, written in C++. The target audience are power users who
need an MPD client that is highly configurable and accessible. PMS
features a simple but powerful interface similar to Vim, and runs on
(at least) Linux and Mac OS X.

WWW:	http://pms.sourceforge.net/
>How-To-Repeat:
>Fix:
# 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:
#
#	pms
#	pms/pkg-descr
#	pms/Makefile
#	pms/distinfo
#	pms/files
#	pms/files/patch-src_pms.cpp
#
echo c - pms
mkdir -p pms > /dev/null 2>&1
echo x - pms/pkg-descr
sed 's/^X//' >pms/pkg-descr << 'a055a22107ecff38558390583a03fb66'
XPractical Music Search is an open source ncurses client for Music
XPlayer Daemon, written in C++. The target audience are power users who
Xneed an MPD client that is highly configurable and accessible. PMS
Xfeatures a simple but powerful interface similar to Vim, and runs on
X(at least) Linux and Mac OS X.
X
XWWW:	http://pms.sourceforge.net/
a055a22107ecff38558390583a03fb66
echo x - pms/Makefile
sed 's/^X//' >pms/Makefile << '1605576abd1d83178e7871581ffd1d49'
X# New ports collection makefile for:	pms
X# Date created:		2010-05-13
X# Whom:			Ashish SHUKLA <wahjava at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pms
XPORTVERSION=	0.41
XCATEGORIES=	audio
XMASTER_SITES=	SF
XMASTER_SITE_SUBDIR=	project/${PORTNAME}/${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	wahjava at gmail.com
XCOMMENT=	A ncurses-based client for the Music Player Daemon
X
XLIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost-libs
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_GNOME=	glib20
X
XMAN1=	${PORTNAME}.1
XPLIST_FILES=	bin/${PORTNAME}
X
XCONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib"
X
X.include <bsd.port.mk>
1605576abd1d83178e7871581ffd1d49
echo x - pms/distinfo
sed 's/^X//' >pms/distinfo << '2e29b2a3b050ae179e14f2cec6f8fadb'
XMD5 (pms-0.41.tar.bz2) = 6d6705f36fce898a4e551149ef734641
XSHA256 (pms-0.41.tar.bz2) = 8fddf7fb53c33cbc1753a86381589ae983d8e0a21da68e542f92f777139073ad
XSIZE (pms-0.41.tar.bz2) = 182193
2e29b2a3b050ae179e14f2cec6f8fadb
echo c - pms/files
mkdir -p pms/files > /dev/null 2>&1
echo x - pms/files/patch-src_pms.cpp
sed 's/^X//' >pms/files/patch-src_pms.cpp << '2dd5f07c5a96bfd9b948d40d0bd35ac2'
X
X$FreeBSD$
X
X--- src/pms.cpp.orig
X+++ src/pms.cpp
X@@ -23,6 +23,10 @@
X 
X #include "pms.h"
X 
X+#ifdef __FreeBSD__
X+#include <sys/wait.h>
X+#endif
X+
X using namespace std;
X 
X Pms *		pms;
2dd5f07c5a96bfd9b948d40d0bd35ac2
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list