Date: 26 Aug 2005 08:33:48 -0000 From: Emanuel Haupt <ehaupt@critical.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85304: new port: audio/mp-player - A curses based module tracker using libmikmod Message-ID: <20050826083348.41994.qmail@mx.critical.ch> Resent-Message-ID: <200508260840.j7Q8e1PV053583@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85304 >Category: ports >Synopsis: new port: audio/mp-player - A curses based module tracker using libmikmod >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 26 08:40:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: new port: audio/mp-player - A curses based module tracker using libmikmod MP is a module player using libmikmod. It is able to play 18 module formats, such as MOD, XM, S3M, and IT. MP features real volume gauges, sound effects control, various options, easy-to-manage playing lists, and more. >How-To-Repeat: >Fix: --- mp-player.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mp-player # mp-player/Makefile # mp-player/pkg-descr # mp-player/distinfo # mp-player/files # mp-player/files/patch-mp.c # echo c - mp-player mkdir -p mp-player > /dev/null 2>&1 echo x - mp-player/Makefile sed 's/^X//' >mp-player/Makefile << 'END-of-mp-player/Makefile' X# New ports collection makefile for: mp-player X# Date created: 26 Aug 2005 X# Whom: Emanuel Haupt <ehaupt@critical.ch> X# X# $FreeBSD$ X# X XPORTNAME= mp-player XPORTVERSION= 0.6 XCATEGORIES= audio XMASTER_SITES= http://mp.waw.cx/ \ X http://critical.ch/distfiles/ XDISTNAME= mp-current XEXTRACT_SUFX= .tgz X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A curses based module tracker using libmikmod X XLIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib -lmikmod -pthread -lncurses -lpanel XDEFINES= -D_REENTRANT X XWRKSRC= ${WRKDIR}/mp-beta-06 X XPLIST_FILES= bin/mp-player X Xpost-patch: X @${RM} ${WRKSRC}/mp X Xdo-build: X ${CC} ${CFLAGS} ${LDFLAGS} ${DEFINES} ${WRKSRC}/mp.c -o ${WRKSRC}/mp X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/mp ${PREFIX}/bin/${PORTNAME} X X.include <bsd.port.mk> END-of-mp-player/Makefile echo x - mp-player/pkg-descr sed 's/^X//' >mp-player/pkg-descr << 'END-of-mp-player/pkg-descr' XMP is a module player using libmikmod. It is able to play 18 module formats, Xsuch as MOD, XM, S3M, and IT. X XMP features real volume gauges, sound effects control, various options, Xeasy-to-manage playing lists, and more. X XWWW: http://mp.waw.cx/ X X- ehaupt Xehaupt@critical.ch END-of-mp-player/pkg-descr echo x - mp-player/distinfo sed 's/^X//' >mp-player/distinfo << 'END-of-mp-player/distinfo' XMD5 (mp-current.tgz) = 276831a73c69bb30cc8a64e17b3305b9 XSIZE (mp-current.tgz) = 65370 END-of-mp-player/distinfo echo c - mp-player/files mkdir -p mp-player/files > /dev/null 2>&1 echo x - mp-player/files/patch-mp.c sed 's/^X//' >mp-player/files/patch-mp.c << 'END-of-mp-player/files/patch-mp.c' X--- mp.c.orig Fri Aug 26 09:59:36 2005 X+++ mp.c Fri Aug 26 09:59:57 2005 X@@ -27,7 +27,7 @@ X #include <sys/ioctl.h> X #include <sys/types.h> X #include <sys/stat.h> X-#include <linux/soundcard.h> X+#include <sys/soundcard.h> X X #include <curses.h> X #include <panel.h> X@@ -41,6 +41,7 @@ X ******************************************************************************/ X X #define VERSION "0.6" /* here it is */ X+#define NAME_MAX 255 X X X /*** Various. ***/ END-of-mp-player/files/patch-mp.c exit --- mp-player.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050826083348.41994.qmail>