diff options
author | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
---|---|---|
committer | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
commit | f8e906be96435c1ec9f3f8dba3ab6d8698cb08be (patch) | |
tree | cc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/mikmod | |
parent | 3492a1d2d3c36ad01439a85ba2bad6462bb0288d (diff) | |
download | pkgsrc-f8e906be96435c1ec9f3f8dba3ab6d8698cb08be.tar.gz |
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 31 | ||||
-rw-r--r-- | audio/mikmod/files/md5 | 1 | ||||
-rw-r--r-- | audio/mikmod/patches/patch-aa | 18 | ||||
-rw-r--r-- | audio/mikmod/patches/patch-ab | 11 | ||||
-rw-r--r-- | audio/mikmod/patches/patch-ac | 11 | ||||
-rw-r--r-- | audio/mikmod/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/mikmod/pkg/DESCR | 6 | ||||
-rw-r--r-- | audio/mikmod/pkg/PLIST | 7 |
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 |