New port, mikmod:

This is a mod player which uses ncurses as a UI. It can play S3M, XM, MOD,
MTM, STM, ULT, and UNI module types.
It uses the Open Sound System, and has features like sample interpolation,
random mod playing, and supports playing compressed modules. (Note: its
playing of compressed modules is OK, providing they don't have spaces in
their names...)

PR:		4066
Submitted by:	Daniel O'Connor <doconnor@ist.flinders.edu.au>
This commit is contained in:
Masafumi Max NAKANE 1997-09-05 17:06:54 +00:00
parent 0d8123fd7d
commit 7a3822f4d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7778
5 changed files with 34 additions and 0 deletions

23
audio/mikmod/Makefile Normal file
View file

@ -0,0 +1,23 @@
# New ports collection makefile for: mikmod
# Version required: 2.14
# Date created: 20 April 1997
# Whom: doconnor@ist.flinders.edu.au
#
# $Id$
#
DISTNAME= mikmod-2.14-unix
PKGNAME= mikmod-2.14
CATEGORIES= audio
MASTER_SITES= http://www.chiark.greenend.org.uk/~stevem/mikmod/
MAINTAINER= doconnor@ist.flinders.edu.au
WRKSRC= ${WRKDIR}/${DISTNAME}/source
MAN1= mikmod.1
do-install:
( cd ${WRKSRC} ; ${INSTALL_PROGRAM} mikmod mikcvt ${PREFIX}/bin )
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/mikmod.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

1
audio/mikmod/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (mikmod-2.14-unix.tar.gz) = 916e16e34af36fdc333f041ac7782877

1
audio/mikmod/pkg-comment Normal file
View file

@ -0,0 +1 @@
Mod player which plays MTM, STM, XM, MOD, S3M, ULT and UNI mods.

6
audio/mikmod/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
This is a mod player which uses ncurses as a UI. It can play S3M, XM, MOD,
MTM, STM, ULT, and UNI module types.
It uses the Open Sound System, and has features like sample interpolation,
random mod playing, and supports playing compressed modules. (Note: its
playing of compressed modules is OK, providing they don't have spaces in
their names...)

3
audio/mikmod/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
bin/mikmod
bin/mikcvt
man/man1/mikmod.1.gz