From owner-freebsd-ports Thu Dec 19 15:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B85B37B406 for ; Thu, 19 Dec 2002 15:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A3843EEA for ; Thu, 19 Dec 2002 15:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJNK3x3094681 for ; Thu, 19 Dec 2002 15:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJNK3vR094680; Thu, 19 Dec 2002 15:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4975237B401 for ; Thu, 19 Dec 2002 15:17:18 -0800 (PST) Received: from main.v2project.com (cliente-217216110101.cm128.senpc.supercable.es [217.216.110.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 72D6743EDA for ; Thu, 19 Dec 2002 15:17:05 -0800 (PST) (envelope-from king@main.v2project.com) Received: (qmail 76891 invoked by uid 1001); 19 Dec 2002 23:17:12 -0000 Message-Id: <20021219231712.76890.qmail@main.v2project.com> Date: 19 Dec 2002 23:17:12 -0000 From: king@v2project.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46384: New Port: net/xbms Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46384 >Category: ports >Synopsis: New Port: net/xbms >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 15:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jose Rey >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: Xbms, the unix streaming server for xbox mediaplayer. With xbms, it is possible to 'share' movies, pictures and audio on your unix box, so they are accessible from your xbox. >How-To-Repeat: >Fix: --- xbms-0.30.5.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: # # xbms # xbms/files # xbms/files/patch-server # xbms/Makefile # xbms/distinfo # xbms/pkg-comment # xbms/pkg-descr # xbms/pkg-plist # echo c - xbms mkdir -p xbms > /dev/null 2>&1 echo c - xbms/files mkdir -p xbms/files > /dev/null 2>&1 echo x - xbms/files/patch-server sed 's/^X//' >xbms/files/patch-server << 'END-of-xbms/files/patch-server' X--- server.c.orig Fri Dec 20 00:00:41 2002 X+++ server.c Fri Dec 20 00:00:55 2002 X@@ -55,7 +55,7 @@ X X #define VERSION "0.30.5" X X-#define CONFIG "/etc/xbms.conf" X+#define CONFIG "/usr/local/etc/xbms.conf" X #define PIDFILE "/var/run/xbms.pid" X #define C_SERVER_PORT 1400 X #define MAX_MSG_LENGTH 4096 END-of-xbms/files/patch-server echo x - xbms/Makefile sed 's/^X//' >xbms/Makefile << 'END-of-xbms/Makefile' X# New ports collection makefile for: xbms X# Date created: Thu Dec 19 23:38:50 CET 2002 X# Whom: king@v2project.com X# X# $FreeBSD:$ X# X XPORTNAME= xbms XPORTVERSION= 0.30.5 XCATEGORIES= net XMASTER_SITES= http://wipux2.wifo.uni-mannheim.de/~ck/ XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= king@v2project.com X XONLY_FOR_ARCHS= i386 alpha X Xpost-install: X ${CP} ${WRKSRC}/xbms.conf ${PREFIX}/etc/xbms.conf.sample X X.include END-of-xbms/Makefile echo x - xbms/distinfo sed 's/^X//' >xbms/distinfo << 'END-of-xbms/distinfo' XMD5 (xbms_0.30.5.tar.gz) = fb2ce48dd0c84d80b196169720b33c03 END-of-xbms/distinfo echo x - xbms/pkg-comment sed 's/^X//' >xbms/pkg-comment << 'END-of-xbms/pkg-comment' XXbms, the unix streaming server for xbox mediaplayer END-of-xbms/pkg-comment echo x - xbms/pkg-descr sed 's/^X//' >xbms/pkg-descr << 'END-of-xbms/pkg-descr' Xxbms, the unix streaming server for xbox mediaplayer. XWith xbms, it is possible to 'share' movies, pictures Xand audio on your unix box, so they are accessible from your xbox. X XWWW: http://www.xboxmediaplayer.de END-of-xbms/pkg-descr echo x - xbms/pkg-plist sed 's/^X//' >xbms/pkg-plist << 'END-of-xbms/pkg-plist' Xbin/xbms Xetc/xbms.conf.sample END-of-xbms/pkg-plist exit --- xbms-0.30.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message