From 49934665e3a2f9a744096cf9859cb5a68b1ff104 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 17 Oct 2000 01:32:33 +0000 Subject: Program to enable and modify the 3D mode on Crystal CS4235 sound cards. It's working quite well for me; it seems to work just as well as the 3D control in Windows. Unfortunately the code only works on i386, but if anybody wants to fix that they're more than welcome :-) --- audio/cs4235/Makefile | 14 ++++++++++++++ audio/cs4235/files/md5 | 3 +++ audio/cs4235/pkg/COMMENT | 1 + audio/cs4235/pkg/DESCR | 6 ++++++ audio/cs4235/pkg/PLIST | 2 ++ 5 files changed, 26 insertions(+) create mode 100644 audio/cs4235/Makefile create mode 100644 audio/cs4235/files/md5 create mode 100644 audio/cs4235/pkg/COMMENT create mode 100644 audio/cs4235/pkg/DESCR create mode 100644 audio/cs4235/pkg/PLIST (limited to 'audio/cs4235') diff --git a/audio/cs4235/Makefile b/audio/cs4235/Makefile new file mode 100644 index 00000000000..39a8b437aab --- /dev/null +++ b/audio/cs4235/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/17 01:32:33 hubertf Exp $ +# + +DISTNAME= cs4235-20001009 +CATEGORIES= audio sysutils +MASTER_SITES= http://invisible.yi.org/~jmcneill/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://invisible.yi.org/~jmcneill/ + +WRKSRC= ${WRKDIR}/cs4235 +MAKE_ENV+= BINDIR=${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/cs4235/files/md5 b/audio/cs4235/files/md5 new file mode 100644 index 00000000000..6b1cab6c9a4 --- /dev/null +++ b/audio/cs4235/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/17 01:32:33 hubertf Exp $ + +MD5 (cs4235-20001009.tar.gz) = 90ae14efc9596a8ae7483d9528a03988 diff --git a/audio/cs4235/pkg/COMMENT b/audio/cs4235/pkg/COMMENT new file mode 100644 index 00000000000..aed32e0a042 --- /dev/null +++ b/audio/cs4235/pkg/COMMENT @@ -0,0 +1 @@ +Modifies the 3D mode on Crystal CS4235 sound cards diff --git a/audio/cs4235/pkg/DESCR b/audio/cs4235/pkg/DESCR new file mode 100644 index 00000000000..5c7fab63e8a --- /dev/null +++ b/audio/cs4235/pkg/DESCR @@ -0,0 +1,6 @@ +Program to enable and modify the 3D mode on Crystal CS4235 sound cards. +It's working quite well for me; it seems to work just as well as the 3D +control in Windows. + +Unfortunately the code only works on i386, but if anybody wants to fix +that they're more than welcome :-) diff --git a/audio/cs4235/pkg/PLIST b/audio/cs4235/pkg/PLIST new file mode 100644 index 00000000000..b90db33e0a3 --- /dev/null +++ b/audio/cs4235/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/17 01:32:33 hubertf Exp $ +bin/cs4235_3dctl -- cgit v1.2.3