Initial import of ncmpc-0.11.1.
A curses based frontend for mpd. submitted and maintained by Tobias Ulmer <tobiasu at tmux.org>
This commit is contained in:
parent
d7ae0965bb
commit
8efd609567
35
audio/ncmpc/Makefile
Normal file
35
audio/ncmpc/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/03 16:50:53 bernd Exp $
|
||||
|
||||
# mips64 architecture does not support trampoline code yet
|
||||
NOT_FOR_ARCHS= mips64
|
||||
|
||||
COMMENT= "curses based frontend for mpd"
|
||||
|
||||
DISTNAME= ncmpc-0.11.1
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= http://hem.bredband.net/kaw/ncmpc/
|
||||
|
||||
MAINTAINER= Tobias Ulmer <tobiasu@tmux.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c ncurses
|
||||
LIB_DEPENDS= glib-2.0.0.0::devel/glib2
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}files/ \
|
||||
http://mercury.chem.pitt.edu/~shank/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
CFLAGS+= -ftrampolines
|
||||
|
||||
.include <bsd.port.mk>
|
4
audio/ncmpc/distinfo
Normal file
4
audio/ncmpc/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (ncmpc-0.11.1.tar.gz) = c90668b12f3676c73913a863482ec405
|
||||
RMD160 (ncmpc-0.11.1.tar.gz) = a47e2850f165306e95c0966ac9e862e75cf876f7
|
||||
SHA1 (ncmpc-0.11.1.tar.gz) = f1998f1d245386eb103ae12c50cf1bf0f5985ed7
|
||||
SIZE (ncmpc-0.11.1.tar.gz) = 273489
|
12
audio/ncmpc/patches/patch-doc_Makefile_in
Normal file
12
audio/ncmpc/patches/patch-doc_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2006/06/03 16:50:53 bernd Exp $
|
||||
--- doc/Makefile.in.orig Sun May 28 16:15:35 2006
|
||||
+++ doc/Makefile.in Sun May 28 16:16:35 2006
|
||||
@@ -108,7 +108,7 @@ am__quote = @am__quote@
|
||||
install_sh = @install_sh@
|
||||
|
||||
man_MANS = ncmpc.1
|
||||
-docdir = $(prefix)/share/doc/$(PACKAGE)
|
||||
+docdir = $(prefix)/share/examples/$(PACKAGE)
|
||||
doc_DATA = config.sample keys.sample ncmpc.lirc
|
||||
EXTRA_DIST = $(man_MANS) $(doc_DATA)
|
||||
subdir = doc
|
3
audio/ncmpc/pkg/DESCR
Normal file
3
audio/ncmpc/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
ncmpc is a curses client for mpd (Music Player Daemon). ncmpc
|
||||
connects to a mpd running on a machine on the local network, and
|
||||
controls this with an interface inspired by cplay.
|
17
audio/ncmpc/pkg/PLIST
Normal file
17
audio/ncmpc/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/03 16:50:53 bernd Exp $
|
||||
bin/ncmpc
|
||||
@man man/man1/ncmpc.1
|
||||
share/doc/ncmpc/
|
||||
share/doc/ncmpc/AUTHORS
|
||||
share/doc/ncmpc/NEWS
|
||||
share/doc/ncmpc/README
|
||||
share/examples/ncmpc/
|
||||
share/examples/ncmpc/config.sample
|
||||
share/examples/ncmpc/keys.sample
|
||||
share/examples/ncmpc/ncmpc.lirc
|
||||
share/locale/de/LC_MESSAGES/ncmpc.mo
|
||||
share/locale/es/LC_MESSAGES/ncmpc.mo
|
||||
share/locale/fr/LC_MESSAGES/ncmpc.mo
|
||||
share/locale/ru/LC_MESSAGES/ncmpc.mo
|
||||
share/locale/sv/LC_MESSAGES/ncmpc.mo
|
||||
@comment share/ncmpc/
|
Loading…
Reference in New Issue
Block a user