summaryrefslogtreecommitdiff
path: root/audio/mikmod
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-09-05 17:06:54 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-09-05 17:06:54 +0000
commit7a3822f4d5bf5cf514bab98194cd55d600d90236 (patch)
treea2c9d3493358681bdbe352161325baf0f5427ecc /audio/mikmod
parentUpgrade, 3.08 -> 3.10. (diff)
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>
Notes
Notes: svn path=/head/; revision=7778
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