summaryrefslogtreecommitdiff
path: root/audio/nspmod
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-06-03 08:33:07 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-06-03 08:33:07 +0000
commit1293e36731591647d606ad46bec8509aa45c255f (patch)
tree97d652d06f61ad87d21a50ea0ba164143a7748f9 /audio/nspmod
parentUpdate to 0.7.1. (diff)
this is the inital import of nspmod, a tracker that does it's own DSP...
if you're unhappy with s3mod, try this one, it's good, even though it's such an early version...
Notes
Notes: svn path=/head/; revision=6691
Diffstat (limited to 'audio/nspmod')
-rw-r--r--audio/nspmod/Makefile23
-rw-r--r--audio/nspmod/distinfo1
-rw-r--r--audio/nspmod/files/patch-aa16
-rw-r--r--audio/nspmod/pkg-comment1
-rw-r--r--audio/nspmod/pkg-descr7
-rw-r--r--audio/nspmod/pkg-plist2
6 files changed, 50 insertions, 0 deletions
diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile
new file mode 100644
index 000000000000..ec861fc246d3
--- /dev/null
+++ b/audio/nspmod/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: nspmod-0.1
+# Version required: 0.1
+# Date created: 1 Jun 1997
+# Whom: jmg
+#
+# $Id$
+#
+
+DISTNAME= nspmod-0.1
+CATEGORIES= audio
+MASTER_SITE_SUBDIR= apps/sound/players
+MASTER_SITES= http://www.jeton.or.jp/users/toru/www/orgsoft/nspmod/ \
+ ${MASTER_SITE_SUNSITE}
+
+MAINTAINER= jmg@FreeBSD.ORG
+
+MAN1= nspmod.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/audio/nspmod/distinfo b/audio/nspmod/distinfo
new file mode 100644
index 000000000000..1adb758c56e6
--- /dev/null
+++ b/audio/nspmod/distinfo
@@ -0,0 +1 @@
+MD5 (nspmod-0.1.tar.gz) = 79c68fe8cb287eca2940458c3917193b
diff --git a/audio/nspmod/files/patch-aa b/audio/nspmod/files/patch-aa
new file mode 100644
index 000000000000..2ef0725f0899
--- /dev/null
+++ b/audio/nspmod/files/patch-aa
@@ -0,0 +1,16 @@
+*** dacio-linux.c.orig Sun Jun 1 17:44:17 1997
+--- dacio-linux.c Sun Jun 1 17:43:50 1997
+***************
+*** 3,9 ****
+--- 3,13 ----
+ #include <fcntl.h> /*O_WRONLY*/
+ #include <sys/ioctl.h> /*(ioctl)*/
+ #include <unistd.h> /*(write)*/
++ #if defined(LINUX)
+ #include <sys/soundcard.h> /*SNDCTL_XXX*/
++ #else
++ #include <machine/soundcard.h>
++ #endif
+ #include <errno.h> /*EINTR*/
+ #include "defs.h" /*u8,u16*/
+ #include "dacio.h" /*(dacioXXX)*/
diff --git a/audio/nspmod/pkg-comment b/audio/nspmod/pkg-comment
new file mode 100644
index 000000000000..e3333c706cde
--- /dev/null
+++ b/audio/nspmod/pkg-comment
@@ -0,0 +1 @@
+MOD/S3M/MTM tracker that does it's own DSP, uses VoxWare v2.90+
diff --git a/audio/nspmod/pkg-descr b/audio/nspmod/pkg-descr
new file mode 100644
index 000000000000..04ef2441f9cf
--- /dev/null
+++ b/audio/nspmod/pkg-descr
@@ -0,0 +1,7 @@
+NSPmod is a MOD (Protracker module and some of its extensions) / S3M
+(Scream Tracker 3 module) / MTM (Multitracker module) music player.
+This program uses a technology called No Signal Processor (NSP), which
+enables your PC play MODs without DSP such as Gravis UltraSound (GUS)
+GF1.
+
+This program requires VoxWare v2.90 compatible 8bit DAC device.
diff --git a/audio/nspmod/pkg-plist b/audio/nspmod/pkg-plist
new file mode 100644
index 000000000000..2ecf6b136080
--- /dev/null
+++ b/audio/nspmod/pkg-plist
@@ -0,0 +1,2 @@
+bin/nspmod
+man/man1/nspmod.1.gz