From 546ad9418d05a88350431fef0a876bc23be2e80b Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 3 May 2004 10:05:58 +0000 Subject: Initial import of ncmpc 0.10.1 into the NetBSD packages collection. ncmpc is a curses client for MPD, the Music Player Daemon with an interface is inspired by cplay. --- audio/ncmpc/DESCR | 2 ++ audio/ncmpc/Makefile | 23 +++++++++++++++++++++++ audio/ncmpc/PLIST | 11 +++++++++++ audio/ncmpc/distinfo | 4 ++++ 4 files changed, 40 insertions(+) create mode 100644 audio/ncmpc/DESCR create mode 100644 audio/ncmpc/Makefile create mode 100644 audio/ncmpc/PLIST create mode 100644 audio/ncmpc/distinfo (limited to 'audio/ncmpc') diff --git a/audio/ncmpc/DESCR b/audio/ncmpc/DESCR new file mode 100644 index 00000000000..27ced55ff6e --- /dev/null +++ b/audio/ncmpc/DESCR @@ -0,0 +1,2 @@ +ncmpc is a curses client for MPD, the Music Player Daemon with an +interface is inspired by cplay. diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile new file mode 100644 index 00000000000..cb60bb0db01 --- /dev/null +++ b/audio/ncmpc/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/03 10:05:58 grant Exp $ + +DISTNAME= ncmpc-0.10.1 +CATEGORIES= audio +MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://musicpd.org/ +COMMENT= curses client for Music Player Daemon + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes + +INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* +INCOMPAT_CURSES+= NetBSD-1.6.*-* NetBSD-1.6_*-* + +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../devel/popt/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/ncmpc/PLIST b/audio/ncmpc/PLIST new file mode 100644 index 00000000000..c9ad069db33 --- /dev/null +++ b/audio/ncmpc/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/03 10:05:58 grant Exp $ +bin/ncmpc +man/man1/ncmpc.1 +share/doc/ncmpc/AUTHORS +share/doc/ncmpc/ChangeLog +share/doc/ncmpc/README +share/doc/ncmpc/config.sample +share/doc/ncmpc/keys.sample +share/doc/ncmpc/ncmpc.lirc +@dirrm share/ncmpc +@dirrm share/doc/ncmpc diff --git a/audio/ncmpc/distinfo b/audio/ncmpc/distinfo new file mode 100644 index 00000000000..b96d4c7b868 --- /dev/null +++ b/audio/ncmpc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/03 10:05:58 grant Exp $ + +SHA1 (ncmpc-0.10.1.tar.gz) = aa0123f1ff799e02d0d33f98099098e45eab19ea +Size (ncmpc-0.10.1.tar.gz) = 173483 bytes -- cgit v1.2.3