diff options
author | max <max@FreeBSD.org> | 1997-09-05 17:06:54 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-05 17:06:54 +0000 |
commit | 0961cbcc6b2bc1b692db89e768501f9b5db7849f (patch) | |
tree | 824abc9fe017e5aac7c3e1a724b3d7d7848f89c6 /audio | |
parent | 5298f8873551041e457cdcbe7e9c19a5a6bd1309 (diff) | |
download | FreeBSD-ports-0961cbcc6b2bc1b692db89e768501f9b5db7849f.zip FreeBSD-ports-0961cbcc6b2bc1b692db89e768501f9b5db7849f.tar.gz |
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>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mikmod/Makefile | 23 | ||||
-rw-r--r-- | audio/mikmod/distinfo | 1 | ||||
-rw-r--r-- | audio/mikmod/pkg-comment | 1 | ||||
-rw-r--r-- | audio/mikmod/pkg-descr | 6 | ||||
-rw-r--r-- | audio/mikmod/pkg-plist | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile new file mode 100644 index 0000000..3e35696 --- /dev/null +++ b/audio/mikmod/Makefile @@ -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> diff --git a/audio/mikmod/distinfo b/audio/mikmod/distinfo new file mode 100644 index 0000000..61601d9 --- /dev/null +++ b/audio/mikmod/distinfo @@ -0,0 +1 @@ +MD5 (mikmod-2.14-unix.tar.gz) = 916e16e34af36fdc333f041ac7782877 diff --git a/audio/mikmod/pkg-comment b/audio/mikmod/pkg-comment new file mode 100644 index 0000000..c337349 --- /dev/null +++ b/audio/mikmod/pkg-comment @@ -0,0 +1 @@ +Mod player which plays MTM, STM, XM, MOD, S3M, ULT and UNI mods. diff --git a/audio/mikmod/pkg-descr b/audio/mikmod/pkg-descr new file mode 100644 index 0000000..1ee3470 --- /dev/null +++ b/audio/mikmod/pkg-descr @@ -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...) diff --git a/audio/mikmod/pkg-plist b/audio/mikmod/pkg-plist new file mode 100644 index 0000000..54c6b60 --- /dev/null +++ b/audio/mikmod/pkg-plist @@ -0,0 +1,3 @@ +bin/mikmod +bin/mikcvt +man/man1/mikmod.1.gz |