From 4daa64a62986fd842753a48935d3c8adf6758d93 Mon Sep 17 00:00:00 2001 From: augustss Date: Tue, 28 Oct 1997 23:18:20 +0000 Subject: Initial import of FreeBSD audio packages. --- audio/mikmod/Makefile | 31 +++++++++++++++++++++++++++++++ audio/mikmod/files/md5 | 1 + audio/mikmod/patches/patch-aa | 18 ++++++++++++++++++ audio/mikmod/patches/patch-ab | 11 +++++++++++ audio/mikmod/patches/patch-ac | 11 +++++++++++ audio/mikmod/pkg/COMMENT | 1 + audio/mikmod/pkg/DESCR | 6 ++++++ audio/mikmod/pkg/PLIST | 7 +++++++ 8 files changed, 86 insertions(+) create mode 100644 audio/mikmod/Makefile create mode 100644 audio/mikmod/files/md5 create mode 100644 audio/mikmod/patches/patch-aa create mode 100644 audio/mikmod/patches/patch-ab create mode 100644 audio/mikmod/patches/patch-ac create mode 100644 audio/mikmod/pkg/COMMENT create mode 100644 audio/mikmod/pkg/DESCR create mode 100644 audio/mikmod/pkg/PLIST (limited to 'audio/mikmod') 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 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 + + #ifdef NCURSES +-#include ++#include + #else + #include + #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 ++#include + #else + #include + #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 -- cgit v1.2.3