Skip site navigation (1)Skip section navigation (2)
Date:      14 Apr 2004 08:27:24 -0000
From:      Mark Daniel Reidel <ports@mark.reidel.info>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65521: [NEW PORT] audio/ncmpc: Ncurses client for the musicpd
Message-ID:  <20040414082724.2373.qmail@karm.dyndns.org>
Resent-Message-ID: <200404140830.i3E8UEbQ045187@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65521
>Category:       ports
>Synopsis:       [NEW PORT] audio/ncmpc: Ncurses client for the musicpd
>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:   Wed Apr 14 01:30:14 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mark Daniel Reidel
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD alu.reidel.info 5.2-CURRENT FreeBSD 5.2-CURRENT #10: Fri Mar  5 17:22:58 CET
>Description:
ncmpc is a ncurses client for the Music Player Daemon (audio/musicpd).
ncmpc connects to a musicpd running on a machine via a network.
The interface was inspired by cplay.

WWW:	http://hem.bredband.net/kaw/ncmpc/
>How-To-Repeat:
>Fix:

--- ncmpc-0.10.0.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:
#
#	ncmpc
#	ncmpc/Makefile
#	ncmpc/distinfo
#	ncmpc/pkg-plist
#	ncmpc/pkg-descr
#
echo c - ncmpc
mkdir -p ncmpc > /dev/null 2>&1
echo x - ncmpc/Makefile
sed 's/^X//' >ncmpc/Makefile << 'END-of-ncmpc/Makefile'
X# New ports collection makefile for:	ncmpc
X# Date created:		Apr 14 2004
X# Whom:			Mark Reidel <ports@mark.reidel.info>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ncmpc
XPORTVERSION=	0.10.0
XCATEGORIES=	audio
XMASTER_SITES=	http://hem.bredband.net/kaw/ncmpc/files/ \
X		http://mercury.chem.pitt.edu/~shank/
X
XMAINTAINER=	ports@mark.reidel.info
XCOMMENT=	Ncurses client for the musicpd
X
XLIB_DEPENDS+=	popt.0:${PORTSDIR}/devel/popt \
X		glib-2.0.400:${PORTSDIR}/devel/glib20 \
X		iconv.3:${PORTSDIR}/converters/libiconv
X
XGNU_CONFIGURE=	yes
XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XCONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib" \
X
XMAN1=		ncmpc.1
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/ncmpc ${PREFIX}/bin/
X	${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/doc/ncmpcrc.sample ${EXAMPLESDIR}/ncmpcrc
X	${INSTALL_DATA} ${WRKSRC}/doc/ncmpc.lirc ${EXAMPLESDIR}/
X	${INSTALL_MAN} ${WRKSRC}/doc/ncmpc.1 ${MAN1PREFIX}/man/man1/
X
X.include <bsd.port.mk>
END-of-ncmpc/Makefile
echo x - ncmpc/distinfo
sed 's/^X//' >ncmpc/distinfo << 'END-of-ncmpc/distinfo'
XMD5 (ncmpc-0.10.0.tar.gz) = e3951d28bc2c559d6dfa0ca61ab57465
XSIZE (ncmpc-0.10.0.tar.gz) = 163434
END-of-ncmpc/distinfo
echo x - ncmpc/pkg-plist
sed 's/^X//' >ncmpc/pkg-plist << 'END-of-ncmpc/pkg-plist'
Xbin/ncmpc
X%%EXAMPLESDIR%%/ncmpcrc
X%%EXAMPLESDIR%%/ncmpc.lirc
X@dirrm %%EXAMPLESDIR%%
END-of-ncmpc/pkg-plist
echo x - ncmpc/pkg-descr
sed 's/^X//' >ncmpc/pkg-descr << 'END-of-ncmpc/pkg-descr'
Xncmpc is a ncurses client for the Music Player Daemon (audio/musicpd).
Xncmpc connects to a musicpd running on a machine via a network.
XThe interface was inspired by cplay.
X
XWWW:	http://hem.bredband.net/kaw/ncmpc/
END-of-ncmpc/pkg-descr
exit
--- ncmpc-0.10.0.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?20040414082724.2373.qmail>