diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-10-17 01:32:33 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-10-17 01:32:33 +0000 |
commit | 5047506763144a584ad5d5470bde36298a2c7b83 (patch) | |
tree | 63d048ac791298fc9bf4697a4ee786f5c40fa3bb | |
parent | d6f1c30012db1aabb8b706f685f58d27cabbb092 (diff) | |
download | pkgsrc-5047506763144a584ad5d5470bde36298a2c7b83.tar.gz |
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 :-)
-rw-r--r-- | audio/cs4235/Makefile | 14 | ||||
-rw-r--r-- | audio/cs4235/files/md5 | 3 | ||||
-rw-r--r-- | audio/cs4235/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/cs4235/pkg/DESCR | 6 | ||||
-rw-r--r-- | audio/cs4235/pkg/PLIST | 2 |
5 files changed, 26 insertions, 0 deletions
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 |