From owner-freebsd-ports Sat Feb 5 7:59:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id 6346845D8 for ; Sat, 5 Feb 2000 07:59:40 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08078; Sat, 5 Feb 2000 08:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from iraun1.ira.uka.de (iraun1.ira.uka.de [129.13.10.90]) by builder.freebsd.org (Postfix) with ESMTP id DF8C14142 for ; Sat, 5 Feb 2000 07:55:46 -0800 (PST) Received: from i30s25.ira.uka.de by iraun1 (PP) with ESMTP; Sat, 5 Feb 2000 16:56:07 +0100 Received: from ira.uka.de by i30s25.ira.uka.de id <25672-0@i30s25.ira.uka.de>; Sat, 5 Feb 2000 16:56:04 +0100 Message-Id: <14492.18409.563979.310877@i30nb2> Date: Sat, 5 Feb 2000 16:55:52 +0100 (MET) From: Espen Skoglund To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16503: New port --- xmms-mikmod Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16503 >Category: ports >Synopsis: New port --- xmms-mikmod >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 5 08:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Espen Skoglund >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Karlsruhe >Environment: >Description: A plugin for XMMS which supports audio formats in the mikmod library. >How-To-Repeat: >Fix: # 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-mikmod # xmms-mikmod/files # xmms-mikmod/files/md5 # xmms-mikmod/pkg # xmms-mikmod/pkg/COMMENT # xmms-mikmod/pkg/DESCR # xmms-mikmod/pkg/PLIST # xmms-mikmod/patches # xmms-mikmod/patches/patch-aa # xmms-mikmod/Makefile # echo c - xmms-mikmod mkdir -p xmms-mikmod > /dev/null 2>&1 echo c - xmms-mikmod/files mkdir -p xmms-mikmod/files > /dev/null 2>&1 echo x - xmms-mikmod/files/md5 sed 's/^X//' >xmms-mikmod/files/md5 << 'END-of-xmms-mikmod/files/md5' XMD5 (xmms-1.0.1.tar.gz) = 2d34665f32006ed83892de1d057176fd END-of-xmms-mikmod/files/md5 echo c - xmms-mikmod/pkg mkdir -p xmms-mikmod/pkg > /dev/null 2>&1 echo x - xmms-mikmod/pkg/COMMENT sed 's/^X//' >xmms-mikmod/pkg/COMMENT << 'END-of-xmms-mikmod/pkg/COMMENT' XInput plugin to XMMS for supporting MOD, XM, S3M and the like. END-of-xmms-mikmod/pkg/COMMENT echo x - xmms-mikmod/pkg/DESCR sed 's/^X//' >xmms-mikmod/pkg/DESCR << 'END-of-xmms-mikmod/pkg/DESCR' XInput plugin for XMMS that supports various sound formats (e.g. MOD, XXM, S3M, etc.). In fact, it supports the audio formats that libmikmod Xdoes. X X eSk END-of-xmms-mikmod/pkg/DESCR echo x - xmms-mikmod/pkg/PLIST sed 's/^X//' >xmms-mikmod/pkg/PLIST << 'END-of-xmms-mikmod/pkg/PLIST' Xlib/xmms/Input/libmikmod.so END-of-xmms-mikmod/pkg/PLIST echo c - xmms-mikmod/patches mkdir -p xmms-mikmod/patches > /dev/null 2>&1 echo x - xmms-mikmod/patches/patch-aa sed 's/^X//' >xmms-mikmod/patches/patch-aa << 'END-of-xmms-mikmod/patches/patch-aa' X*** libxmms/configure.org Wed Feb 2 13:33:43 2000 X--- libxmms/configure Wed Feb 2 13:33:56 2000 X*************** X*** 589,595 **** X # ./install, which can be erroneously created by make from ./install.sh. X echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 X echo "configure:592: checking for a BSD compatible install" >&5 X! if test -z "$INSTALL"; then X if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X--- 589,595 ---- X # ./install, which can be erroneously created by make from ./install.sh. X echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 X echo "configure:592: checking for a BSD compatible install" >&5 X! if test -z "$NO__INSTALL"; then X if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else END-of-xmms-mikmod/patches/patch-aa echo x - xmms-mikmod/Makefile sed 's/^X//' >xmms-mikmod/Makefile << 'END-of-xmms-mikmod/Makefile' X# New ports collection makefile for: xmms-mikmod X# Version required: 1.0.1 X# Date created: 2 February 2000 X# Whom: Espen Skoglund X# X# $FreeBSD:$ X# X XDISTNAME= xmms-1.0.1 XPKGNAME= xmms-mikmod-1.0.1 XCATEGORIES= audio XMASTER_SITES= ftp://ftp.xmms.org/xmms/1.0/ \ X ftp://ftp.uk.xmms.org/xmms/1.0/ \ X ftp://ftp.us.xmms.org/xmms/1.0/ \ X ftp://ftp.ca.us.xmms.org/xmms/1.0/ \ X ftp://ftp.md.us.xmms.org/xmms/1.0/ \ X ftp://ftp.nl.xmms.org/xmms/1.0/ \ X ftp://ftp.de.xmms.org/xmms/1.0/ X XMAINTAINER= esk@ira.uka.de X XLIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms \ X mikmod.2:${PORTSDIR}/audio/libmikmod X XUSE_LIBTOOL= yes XCONFIGURE_ARGS= --without-gnome X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config X XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ X GLIB_CONFIG="${GLIB_CONFIG}" X Xdo-build: X @(cd ${WRKSRC}/Input/mikmod; ${SETENV} ${MAKE_ENV} \ X ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) X Xdo-install: X @(cd ${WRKSRC}/Input/mikmod && ${SETENV} ${MAKE_ENV} \ X ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) X X.include END-of-xmms-mikmod/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message