From d40a7c05fd884a61f8eda09b6269024cd6843862 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 11 Nov 1998 13:47:21 +0000 Subject: Upgrade to mikmod 3.0.3 PR: ports/7721 Submitted by: yoshiaki@kt.rim.or.jp --- audio/mikmod/Makefile | 22 +++++++++------------- audio/mikmod/distinfo | 2 +- audio/mikmod/pkg-comment | 2 +- audio/mikmod/pkg-descr | 19 +++++++++++++------ audio/mikmod/pkg-plist | 7 ++++--- 5 files changed, 28 insertions(+), 24 deletions(-) (limited to 'audio/mikmod') diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index e9109ae0339b..4e0e3937a4a2 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,29 +1,25 @@ # New ports collection makefile for: mikmod -# Version required: 2.14 +# Version required: 3.0.3 # Date created: 20 April 1997 # Whom: doconnor@gsoft.com.au # -# $Id: Makefile,v 1.3 1998/01/21 19:14:45 fenner Exp $ +# $Id: Makefile,v 1.4 1998/01/22 00:20:17 msmith Exp $ # -DISTNAME= mikmod-2.14-unix -PKGNAME= mikmod-2.14 +DISTNAME= mikmod-3.0.3 CATEGORIES= audio -MASTER_SITES= http://www.chiark.greenend.org.uk/~stevem/mikmod/ +MASTER_SITES= http://www.freenet.tlh.fl.us/~amstpi/ -MAINTAINER= doconnor@gsoft.com.au +MAINTAINER= yoshiaki@kt.rim.or.jp -RESTRICTED= "Registration required for redistribution and commercial use." - -WRKSRC= ${WRKDIR}/${DISTNAME}/source -MAN1= mikmod.1 +do-build: + (cd $(WRKSRC); /bin/sh build-mikmod.freebsd.sh) do-install: - ( cd ${WRKSRC} ; ${INSTALL_PROGRAM} mikmod mikcvt ${PREFIX}/bin ) - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/mikmod.1 ${PREFIX}/man/man1 + ( cd ${WRKSRC}/usercode ; ${INSTALL_PROGRAM} mikmod ${PREFIX}/bin ) .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/mikmod -.for f in credits.txt mikmod.txt register.frm +.for f in bugs.txt changes.txt future.txt mikmod.txt tips.txt ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/docs/$f ${PREFIX}/share/doc/mikmod .endfor .endif diff --git a/audio/mikmod/distinfo b/audio/mikmod/distinfo index 61601d9edf2e..2fe9715ac611 100644 --- a/audio/mikmod/distinfo +++ b/audio/mikmod/distinfo @@ -1 +1 @@ -MD5 (mikmod-2.14-unix.tar.gz) = 916e16e34af36fdc333f041ac7782877 +MD5 (mikmod-3.0.3.tar.gz) = a096e8258410459189ff535111887ff1 diff --git a/audio/mikmod/pkg-comment b/audio/mikmod/pkg-comment index c33734904cbc..116be35b3f5b 100644 --- a/audio/mikmod/pkg-comment +++ b/audio/mikmod/pkg-comment @@ -1 +1 @@ -Mod player which plays MTM, STM, XM, MOD, S3M, ULT and UNI mods. +Mod player which plays MTM, STM, XM, MOD, S3M, ULT, UNI and IT mods. diff --git a/audio/mikmod/pkg-descr b/audio/mikmod/pkg-descr index 1ee3470a7e8a..b713dd423742 100644 --- a/audio/mikmod/pkg-descr +++ b/audio/mikmod/pkg-descr @@ -1,6 +1,13 @@ -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...) +MikMod is a portable modules player originally written by +of Jean-Paul Mikkers (MikMak) for DOS. It has +subsequently been hacked by many hands and now runs on +many platforms, this particular distribution intended +to compile fairly painlessly in a Unix (Linux) environment. +It uses the OSS /dev/dsp driver including in all recent +kernels for output, and will also write wav files. +Supported file formats include mod, stm, s3m, mtm, xm, +and it. The player uses ncurses for console output and +supports transparent loading from gzip/pkzip/zoo archives +and the loading/saving of playlists. +Full source included, use of this library for music/sound +effects in your own programs is encouraged! diff --git a/audio/mikmod/pkg-plist b/audio/mikmod/pkg-plist index c3e7ef2450d7..9491ee5e4592 100644 --- a/audio/mikmod/pkg-plist +++ b/audio/mikmod/pkg-plist @@ -1,6 +1,7 @@ bin/mikmod -bin/mikcvt -share/doc/mikmod/credits.txt +share/doc/mikmod/bugs.txt +share/doc/mikmod/changes.txt +share/doc/mikmod/future.txt share/doc/mikmod/mikmod.txt -share/doc/mikmod/register.frm +share/doc/mikmod/tips.txt @dirrm share/doc/mikmod -- cgit v1.2.3