summaryrefslogtreecommitdiff
path: root/audio/mikmod
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
committeraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
commit4daa64a62986fd842753a48935d3c8adf6758d93 (patch)
treecc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/mikmod
parent4434fa54eccf4fa0896d9f01cd93c91ab718ec2c (diff)
downloadpkgsrc-4daa64a62986fd842753a48935d3c8adf6758d93.tar.gz
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/mikmod')
-rw-r--r--audio/mikmod/Makefile31
-rw-r--r--audio/mikmod/files/md51
-rw-r--r--audio/mikmod/patches/patch-aa18
-rw-r--r--audio/mikmod/patches/patch-ab11
-rw-r--r--audio/mikmod/patches/patch-ac11
-rw-r--r--audio/mikmod/pkg/COMMENT1
-rw-r--r--audio/mikmod/pkg/DESCR6
-rw-r--r--audio/mikmod/pkg/PLIST7
8 files changed, 86 insertions, 0 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
new file mode 100644
index 00000000000..33139bb34e9
--- /dev/null
+++ b/audio/mikmod/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: mikmod
+# Version required: 2.14
+# Date created: 20 April 1997
+# Whom: doconnor@ist.flinders.edu.au
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/28 23:18:33 augustss Exp $
+#
+
+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
+
+RESTRICTED= "Registration required for redistribution and commercial use."
+
+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
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/mikmod
+.for f in credits.txt mikmod.txt register.frm
+ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/docs/$f ${PREFIX}/share/doc/mikmod
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/audio/mikmod/files/md5 b/audio/mikmod/files/md5
new file mode 100644
index 00000000000..61601d9edf2
--- /dev/null
+++ b/audio/mikmod/files/md5
@@ -0,0 +1 @@
+MD5 (mikmod-2.14-unix.tar.gz) = 916e16e34af36fdc333f041ac7782877
diff --git a/audio/mikmod/patches/patch-aa b/audio/mikmod/patches/patch-aa
new file mode 100644
index 00000000000..370477d94e3
--- /dev/null
+++ b/audio/mikmod/patches/patch-aa
@@ -0,0 +1,18 @@
+--- Makefile.orig Sun Apr 20 17:12:31 1997
++++ Makefile Sun Apr 20 17:12:41 1997
+@@ -167,13 +167,13 @@
+ # realtime priority (ie. it'll get all the cpu it wants) using
+ # sched_setscheduler(). Default behaviour remains the same, i.e. to not use
+ # these
+-SNAG=-DCPUTIME_SNAGGER
++#SNAG=-DCPUTIME_SNAGGER
+
+ # Does your system have usleep()? If not, you'll need to uncomment this...
+ #USLEEP=-DNEEDS_USLEEP
+
+ # Does your system have curses or ncurses? If the latter, define NCURSES.
+-#NCURSES=-DNCURSES
++NCURSES=-DNCURSES
+
+ CFLAGS = $(OSFLAGS) $(ZIP) $(SNAG) $(USLEEP) $(NCURSES)
+
diff --git a/audio/mikmod/patches/patch-ab b/audio/mikmod/patches/patch-ab
new file mode 100644
index 00000000000..682ab9264f2
--- /dev/null
+++ b/audio/mikmod/patches/patch-ab
@@ -0,0 +1,11 @@
+--- ui.c.orig Sun Apr 20 17:14:10 1997
++++ ui.c Sun Apr 20 17:14:18 1997
+@@ -25,7 +25,7 @@
+ #include <signal.h>
+
+ #ifdef NCURSES
+-#include <ncurses/ncurses.h>
++#include <ncurses.h>
+ #else
+ #include <curses.h>
+ #endif
diff --git a/audio/mikmod/patches/patch-ac b/audio/mikmod/patches/patch-ac
new file mode 100644
index 00000000000..6491fa8a90b
--- /dev/null
+++ b/audio/mikmod/patches/patch-ac
@@ -0,0 +1,11 @@
+--- display.c.orig Sun Apr 20 17:13:42 1997
++++ display.c Sun Apr 20 17:13:59 1997
+@@ -26,7 +26,7 @@
+ #include "mikmod.h"
+
+ #ifdef NCURSES
+-#include <ncurses/ncurses.h>
++#include <ncurses.h>
+ #else
+ #include <curses.h>
+ #endif
diff --git a/audio/mikmod/pkg/COMMENT b/audio/mikmod/pkg/COMMENT
new file mode 100644
index 00000000000..c33734904cb
--- /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 00000000000..1ee3470a7e8
--- /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 00000000000..82c75c72c96
--- /dev/null
+++ b/audio/mikmod/pkg/PLIST
@@ -0,0 +1,7 @@
+bin/mikmod
+bin/mikcvt
+man/man1/mikmod.1.gz
+share/doc/mikmod/credits.txt
+share/doc/mikmod/mikmod.txt
+share/doc/mikmod/register.frm
+@dirrm share/doc/mikmod