diff options
author | fenner <fenner@FreeBSD.org> | 1997-11-17 06:48:49 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-11-17 06:48:49 +0800 |
commit | 24f5c74e709f65e3b8804a0df131b2ccdc4d0fb8 (patch) | |
tree | 368388c0b7ab19155be1fe0dbeb8d81356ac45f7 /audio | |
parent | aeccc7cc71107001fcf8c76a33d61a2a1ca2d2bc (diff) | |
download | freebsd-ports-gnome-24f5c74e709f65e3b8804a0df131b2ccdc4d0fb8.tar.gz freebsd-ports-gnome-24f5c74e709f65e3b8804a0df131b2ccdc4d0fb8.tar.zst freebsd-ports-gnome-24f5c74e709f65e3b8804a0df131b2ccdc4d0fb8.zip |
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>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdplay/Makefile | 15 | ||||
-rw-r--r-- | audio/cdplay/distinfo | 1 | ||||
-rw-r--r-- | audio/cdplay/pkg-comment | 1 | ||||
-rw-r--r-- | audio/cdplay/pkg-descr | 2 | ||||
-rw-r--r-- | audio/cdplay/pkg-plist | 2 |
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 |