pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/tcd Imported tcd from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f62d3ba87033
branches:  trunk
changeset: 503411:f62d3ba87033
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 20 08:45:09 2005 +0000

description:
Imported tcd from pkgsrc-wip.

Tcd is a tiny audio CD player using ncurses. It can play CDs and manage
a little CD database in cddb format.

diffstat:

 audio/tcd/DESCR    |   2 ++
 audio/tcd/Makefile |  19 +++++++++++++++++++
 audio/tcd/PLIST    |   3 +++
 audio/tcd/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 1cdc2514ecfa -r f62d3ba87033 audio/tcd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/tcd/DESCR   Sun Nov 20 08:45:09 2005 +0000
@@ -0,0 +1,2 @@
+Tcd is a tiny audio CD player using ncurses. It can play CDs and manage
+a little CD database in cddb format.
diff -r 1cdc2514ecfa -r f62d3ba87033 audio/tcd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/tcd/Makefile        Sun Nov 20 08:45:09 2005 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/20 08:45:09 rillig Exp $
+#
+
+DISTNAME=              tcd-2.2.0
+CATEGORIES=            audio
+MASTER_SITES=          http://savannah.gnu.org/download/tcd/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            roland.illig%gmx.de@localhost
+HOMEPAGE=              http://savannah.gnu.org/download/tcd/
+COMMENT=               Audio CD player using ncurses and SDL
+
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+INCOMPAT_CURSES+=      NetBSD-1.6*-*
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1cdc2514ecfa -r f62d3ba87033 audio/tcd/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/tcd/PLIST   Sun Nov 20 08:45:09 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/20 08:45:09 rillig Exp $
+bin/tcd
+man/man1/tcd.1
diff -r 1cdc2514ecfa -r f62d3ba87033 audio/tcd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/tcd/distinfo        Sun Nov 20 08:45:09 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/20 08:45:09 rillig Exp $
+
+SHA1 (tcd-2.2.0.tar.bz2) = 8ad1b9201d94554fe4d96b60da1cab577eae77cf
+RMD160 (tcd-2.2.0.tar.bz2) = f00702cfe496f85248534e155dc1d58ae88213b5
+Size (tcd-2.2.0.tar.bz2) = 90157 bytes



Home | Main Index | Thread Index | Old Index