summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-11-16 22:48:49 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-11-16 22:48:49 +0000
commit5426a73ffada6222382af99cbd9a5f192337efa5 (patch)
tree5f82237ccecd5976ea0f3b45c117d77f20dc88c3
parentActivate converters/c2html (diff)
A text-mode audio CD player with a nice termcap-and-cbreak-based UI.
Check it out, it's pretty cool! PR: ports/4972 Submitted by: Antti Kaipila <anttik@silic.one.sci.fi>
Notes
Notes: svn path=/head/; revision=8670
-rw-r--r--audio/cdplay/Makefile15
-rw-r--r--audio/cdplay/distinfo1
-rw-r--r--audio/cdplay/pkg-comment1
-rw-r--r--audio/cdplay/pkg-descr2
-rw-r--r--audio/cdplay/pkg-plist2
5 files changed, 21 insertions, 0 deletions
diff --git a/audio/cdplay/Makefile b/audio/cdplay/Makefile
new file mode 100644
index 000000000000..164f563eb35f
--- /dev/null
+++ b/audio/cdplay/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: cdplay
+# Version required: 2.2.1
+# Date created: 8 July 1997
+# Whom: Antti Kaipila <anttik@iki.fi>
+#
+# $Id$
+#
+
+DISTNAME= cdplay-0.9
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.one.sci.fi/pub/cdplay/
+
+MAINTAINER= anttik@iki.fi
+
+.include <bsd.port.mk>
diff --git a/audio/cdplay/distinfo b/audio/cdplay/distinfo
new file mode 100644
index 000000000000..7e42828a0be8
--- /dev/null
+++ b/audio/cdplay/distinfo
@@ -0,0 +1 @@
+MD5 (cdplay-0.9.tar.gz) = 6bac4b29cbd3b60ba47e50098a1f0f6f
diff --git a/audio/cdplay/pkg-comment b/audio/cdplay/pkg-comment
new file mode 100644
index 000000000000..ecc33e753cd2
--- /dev/null
+++ b/audio/cdplay/pkg-comment
@@ -0,0 +1 @@
+Neat cd-player with console user interface
diff --git a/audio/cdplay/pkg-descr b/audio/cdplay/pkg-descr
new file mode 100644
index 000000000000..292b84d114b5
--- /dev/null
+++ b/audio/cdplay/pkg-descr
@@ -0,0 +1,2 @@
+This is a neat cd-player for those of you that don't use X11
+and still want to play audio cds.
diff --git a/audio/cdplay/pkg-plist b/audio/cdplay/pkg-plist
new file mode 100644
index 000000000000..40a9717702bd
--- /dev/null
+++ b/audio/cdplay/pkg-plist
@@ -0,0 +1,2 @@
+man/man1/cdplay.1.gz
+bin/cdplay