From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 08:40:01 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6BD116A41F for ; Fri, 26 Aug 2005 08:40:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D5543D46 for ; Fri, 26 Aug 2005 08:40:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7Q8e1u9053584 for ; Fri, 26 Aug 2005 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7Q8e1PV053583; Fri, 26 Aug 2005 08:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 08:40:01 GMT Resent-Message-Id: <200508260840.j7Q8e1PV053583@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F1B16A41F for ; Fri, 26 Aug 2005 08:33:49 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: from mx.critical.ch (admin.critical.ch [67.18.86.178]) by mx1.FreeBSD.org (Postfix) with SMTP id 72CF843D45 for ; Fri, 26 Aug 2005 08:33:49 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: (qmail 41995 invoked by uid 1000); 26 Aug 2005 08:33:48 -0000 Message-Id: <20050826083348.41994.qmail@mx.critical.ch> Date: 26 Aug 2005 08:33:48 -0000 From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85304: new port: audio/mp-player - A curses based module tracker using libmikmod X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 08:40:02 -0000 >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 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 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 X #include X #include X-#include X+#include X X #include X #include 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: