aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mikmod
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-09-06 01:06:54 +0800
committermax <max@FreeBSD.org>1997-09-06 01:06:54 +0800
commit0961cbcc6b2bc1b692db89e768501f9b5db7849f (patch)
tree824abc9fe017e5aac7c3e1a724b3d7d7848f89c6 /audio/mikmod
parent5298f8873551041e457cdcbe7e9c19a5a6bd1309 (diff)
downloadfreebsd-ports-gnome-0961cbcc6b2bc1b692db89e768501f9b5db7849f.tar.gz
freebsd-ports-gnome-0961cbcc6b2bc1b692db89e768501f9b5db7849f.tar.zst
freebsd-ports-gnome-0961cbcc6b2bc1b692db89e768501f9b5db7849f.zip
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/mikmod')
-rw-r--r--audio/mikmod/Makefile23
-rw-r--r--audio/mikmod/distinfo1
-rw-r--r--audio/mikmod/pkg-comment1
-rw-r--r--audio/mikmod/pkg-descr6
-rw-r--r--audio/mikmod/pkg-plist3
5 files changed, 34 insertions, 0 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
new file mode 100644
index 000000000000..3e35696529b6
--- /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 000000000000..61601d9edf2e
--- /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 000000000000..c33734904cbc
--- /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 000000000000..1ee3470a7e8a
--- /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 000000000000..54c6b607c3cd
--- /dev/null
+++ b/audio/mikmod/pkg-plist
@@ -0,0 +1,3 @@
+bin/mikmod
+bin/mikcvt
+man/man1/mikmod.1.gz