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...
This commit is contained in:
parent
b058d52901
commit
1293e36731
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6691
6 changed files with 50 additions and 0 deletions
23
audio/nspmod/Makefile
Normal file
23
audio/nspmod/Makefile
Normal file
|
@ -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>
|
1
audio/nspmod/distinfo
Normal file
1
audio/nspmod/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nspmod-0.1.tar.gz) = 79c68fe8cb287eca2940458c3917193b
|
16
audio/nspmod/files/patch-aa
Normal file
16
audio/nspmod/files/patch-aa
Normal file
|
@ -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)*/
|
1
audio/nspmod/pkg-comment
Normal file
1
audio/nspmod/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
MOD/S3M/MTM tracker that does it's own DSP, uses VoxWare v2.90+
|
7
audio/nspmod/pkg-descr
Normal file
7
audio/nspmod/pkg-descr
Normal file
|
@ -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.
|
2
audio/nspmod/pkg-plist
Normal file
2
audio/nspmod/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/nspmod
|
||||
man/man1/nspmod.1.gz
|
Loading…
Reference in a new issue