From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 8 12:20:04 2006 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 3533D16A41F for ; Sun, 8 Jan 2006 12:20:04 +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 B60B843D45 for ; Sun, 8 Jan 2006 12:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08CK3qX063152 for ; Sun, 8 Jan 2006 12:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08CK3O0063151; Sun, 8 Jan 2006 12:20:03 GMT (envelope-from gnats) Resent-Date: Sun, 8 Jan 2006 12:20:03 GMT Resent-Message-Id: <200601081220.k08CK3O0063151@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, infofarmer@gmail.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 667BB16A41F for ; Sun, 8 Jan 2006 12:16:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0F043D55 for ; Sun, 8 Jan 2006 12:15:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so427402uge for ; Sun, 08 Jan 2006 04:15:40 -0800 (PST) Received: by 10.67.20.20 with SMTP id x20mr227300ugi; Sun, 08 Jan 2006 04:15:40 -0800 (PST) Received: from localhost ( [83.237.13.127]) by mx.gmail.com with ESMTP id q40sm6649991ugc.2006.01.08.04.15.39; Sun, 08 Jan 2006 04:15:40 -0800 (PST) Message-Id: <43c1026c.54bef2f7.626a.ffffb8bb@mx.gmail.com> Date: Sun, 08 Jan 2006 04:15:40 -0800 (PST) From: infofarmer@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91501: New port: audio/xmms-modplug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 12:20:04 -0000 >Number: 91501 >Category: ports >Synopsis: New port: audio/xmms-modplug >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 08 12:20:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrew Pantyukhin >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD sat64.net17 6.0-STABLE FreeBSD 6.0-STABLE #2: Sat Dec 31 02:36:56 MSK 2005 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386 >Description: A modplug-based plugin for XMMS >How-To-Repeat: >Fix: Thought about making it a slave port to bmp-modplug, but the difference seems to overweigh the similarity --- xmms-modplug.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: # # xmms-modplug # xmms-modplug/Makefile # xmms-modplug/distinfo # xmms-modplug/pkg-descr # echo c - xmms-modplug mkdir -p xmms-modplug > /dev/null 2>&1 echo x - xmms-modplug/Makefile sed 's/^X//' >xmms-modplug/Makefile << 'END-of-xmms-modplug/Makefile' X# New ports collection makefile for: xmms-modplug X# Date created: 8 January 2006 X# Whom: Andrew Pantyukhin X# X# $FreeBSD$ X# X XPORTNAME= modplug XPORTVERSION= 2.0.5 XCATEGORIES?= audio XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= ${PORTNAME}-${PKGNAMEPREFIX:S/-//} XPKGNAMEPREFIX= xmms- XDISTNAME= ${PORTNAME}${PKGNAMEPREFIX}2.05 X XMAINTAINER= infofarmer@gmail.com XCOMMENT= A modplug-based plugin for XMMS X XLIB_DEPENDS?= xmms.4:${PORTSDIR}/multimedia/xmms XLIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug X XUSE_X_PREFIX= yes XHAS_CONFIGURE= yes XPLUGDIR?= lib/xmms/Input XPLIST_FILES= ${PLUGDIR}/libmodplugxmms.so X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so ${PREFIX}/${PLUGDIR}/ X X.include END-of-xmms-modplug/Makefile echo x - xmms-modplug/distinfo sed 's/^X//' >xmms-modplug/distinfo << 'END-of-xmms-modplug/distinfo' XMD5 (modplugxmms-2.05.tar.gz) = 2dd9b88a02978d3001b48863b8cffc5b XSHA256 (modplugxmms-2.05.tar.gz) = d79d1bca3e9705f93b9101e473410a92e0a5d6b83dbc0ef739ed434e45314778 XSIZE (modplugxmms-2.05.tar.gz) = 242595 END-of-xmms-modplug/distinfo echo x - xmms-modplug/pkg-descr sed 's/^X//' >xmms-modplug/pkg-descr << 'END-of-xmms-modplug/pkg-descr' XThis port is the ModPlug plugin for XMMS. ModPlug is Xarguably the best mod-like music rendering engine Xcapable of playing 22 different module formats. This Xplugin can also handle zip, rar, gzip and bzip2 Xcompressed mods (provided unzip, gunzip, unrar are Xinstalled). X XWWW: http://modplug-xmms.sourceforge.net/ END-of-xmms-modplug/pkg-descr exit --- xmms-modplug.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: