diff options
author | erich <erich@FreeBSD.org> | 1996-11-15 22:54:41 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-11-15 22:54:41 +0800 |
commit | 4899085a9fd29904c87d52410213f4906f7e0d95 (patch) | |
tree | 9de568a98319cdf95b93afd62dfd0463481ee3c4 /audio/cam | |
parent | 1c95ff89babd57d3572c1225d0e6291b29affdc9 (diff) | |
download | freebsd-ports-gnome-4899085a9fd29904c87d52410213f4906f7e0d95.tar.gz freebsd-ports-gnome-4899085a9fd29904c87d52410213f4906f7e0d95.tar.zst freebsd-ports-gnome-4899085a9fd29904c87d52410213f4906f7e0d95.zip |
new port for `cam', a curses/command line based audio mixer.
Diffstat (limited to 'audio/cam')
-rw-r--r-- | audio/cam/Makefile | 14 | ||||
-rw-r--r-- | audio/cam/distinfo | 1 | ||||
-rw-r--r-- | audio/cam/pkg-comment | 1 | ||||
-rw-r--r-- | audio/cam/pkg-descr | 7 | ||||
-rw-r--r-- | audio/cam/pkg-plist | 2 |
5 files changed, 25 insertions, 0 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile new file mode 100644 index 000000000000..a6e7c87d4d75 --- /dev/null +++ b/audio/cam/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: cam +# Version required: 1.02 +# Date created: Tue Nov 12 15:54:21 CST 1996 +# Whom: erich@FreeBSD.org +# +# $Id: Makefile,v 1.2 1996/08/19 11:01:53 asami Exp $ +# + +DISTNAME= cam-1.02 +CATEGORIES+= audio +EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/mixers/ + +.include <bsd.port.mk> diff --git a/audio/cam/distinfo b/audio/cam/distinfo new file mode 100644 index 000000000000..2c0e667ec44e --- /dev/null +++ b/audio/cam/distinfo @@ -0,0 +1 @@ +MD5 (cam-1.02.tgz) = dfb2d6afaa608d797f490c9ae468faac diff --git a/audio/cam/pkg-comment b/audio/cam/pkg-comment new file mode 100644 index 000000000000..305c80571465 --- /dev/null +++ b/audio/cam/pkg-comment @@ -0,0 +1 @@ +Cpu's Audio Mixer [curses based] diff --git a/audio/cam/pkg-descr b/audio/cam/pkg-descr new file mode 100644 index 000000000000..7a847d274a9a --- /dev/null +++ b/audio/cam/pkg-descr @@ -0,0 +1,7 @@ +CAM - Cpu's Audio Mixer +================================= + +This is an audio mixer with an interface or +command line support. + + diff --git a/audio/cam/pkg-plist b/audio/cam/pkg-plist new file mode 100644 index 000000000000..8f086daba0a2 --- /dev/null +++ b/audio/cam/pkg-plist @@ -0,0 +1,2 @@ +bin/cam +man/man1/cam.1.gz |