From owner-freebsd-ports Mon Jan 14 14:40:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1FCB37B41A for ; Mon, 14 Jan 2002 14:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0EMe0J69162; Mon, 14 Jan 2002 14:40:00 -0800 (PST) (envelope-from gnats) Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.193.7]) by hub.freebsd.org (Postfix) with ESMTP id 6919537B400 for ; Mon, 14 Jan 2002 14:35:38 -0800 (PST) Received: from gateway.lefort.net ([213.189.163.161]) by mirapoint2.brutele.be (Mirapoint) with SMTP id ARL24330; Mon, 14 Jan 2002 23:35:24 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id EBC083A809 for ; Mon, 14 Jan 2002 23:35:18 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id D13FE22FE7; Mon, 14 Jan 2002 23:35:18 +0100 (CET) Message-Id: <20020114223518.D13FE22FE7@jsite.lefort.net> Date: Mon, 14 Jan 2002 23:35:18 +0100 (CET) From: Jean-Yves Lefort Reply-To: Jean-Yves Lefort To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33899: New port: xpilotmon, a Tcl/Tk interface to the XPilot meta server(s) 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: 33899 >Category: ports >Synopsis: New port: xpilotmon, a Tcl/Tk interface to the XPilot meta server(s) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 14 14:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.4-STABLE FreeBSD 4.4-STABLE #2: Thu Dec 13 15:02:14 CET 2001 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: xpilotmon is a Tcl/Tk interface to the XPilot meta server(s) >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: # # xpilotmon # xpilotmon/Makefile # xpilotmon/files # xpilotmon/files/patch-aa # xpilotmon/files/patch-ab # xpilotmon/pkg-comment # xpilotmon/pkg-descr # xpilotmon/pkg-plist # xpilotmon/distinfo # echo c - xpilotmon mkdir -p xpilotmon > /dev/null 2>&1 echo x - xpilotmon/Makefile sed 's/^X//' >xpilotmon/Makefile << 'END-of-xpilotmon/Makefile' X# New ports collection makefile for: xpilotmon X# Date created: 14 January 2002 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= xpilotmon XPORTVERSION= 2.8 XCATEGORIES= games XMASTER_SITES= ftp://ftp.xpilot.org/pub/contrib/ X XMAINTAINER= jylefort@brutele.be X XRUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 X XALL_TARGET= xpilotmon XMAN6= xpilotmon.6 X X.include END-of-xpilotmon/Makefile echo c - xpilotmon/files mkdir -p xpilotmon/files > /dev/null 2>&1 echo x - xpilotmon/files/patch-aa sed 's/^X//' >xpilotmon/files/patch-aa << 'END-of-xpilotmon/files/patch-aa' X--- Makefile.orig Mon Jan 5 16:52:47 1998 X+++ Makefile Mon Jan 14 22:53:56 2002 X@@ -21,7 +21,7 @@ X # Install the program and man page X install:: xpilotmon xpilotmon.6 X $(INSTALL_PROGRAM) xpilotmon $(bindir)/xpilotmon X- $(INSTALL_DATA) xpilotmon.6 $(mandir)/xpilotmon.6 X+ $(INSTALL_DATA) -m 644 xpilotmon.6 $(mandir)/xpilotmon.6 X X # Create subdirectories X installdirs: END-of-xpilotmon/files/patch-aa echo x - xpilotmon/files/patch-ab sed 's/^X//' >xpilotmon/files/patch-ab << 'END-of-xpilotmon/files/patch-ab' X--- xpilotmon.org.orig Mon Jan 5 16:52:47 1998 X+++ xpilotmon.org Mon Jan 14 22:27:03 2002 X@@ -1,6 +1,6 @@ X #!WISH X # the next line restarts using wish \ X-exec wish "$0" "$@" X+exec wish8.4 "$0" "$@" X X # This is a wish metaserver client for the xpilot metaserver. X # It requires the Tcl and Tk packages and Perl or Telnet. END-of-xpilotmon/files/patch-ab echo x - xpilotmon/pkg-comment sed 's/^X//' >xpilotmon/pkg-comment << 'END-of-xpilotmon/pkg-comment' XA Tcl/Tk interface to the XPilot meta server(s) END-of-xpilotmon/pkg-comment echo x - xpilotmon/pkg-descr sed 's/^X//' >xpilotmon/pkg-descr << 'END-of-xpilotmon/pkg-descr' XXPilotmon is a Tcl/Tk interface to the XPilot meta server(s). Although the Xstandard XPilot binary now contains its own interface, it is not really Xuser friendly, and it lacks a few features provided by XPilotmon. X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-xpilotmon/pkg-descr echo x - xpilotmon/pkg-plist sed 's/^X//' >xpilotmon/pkg-plist << 'END-of-xpilotmon/pkg-plist' Xbin/xpilotmon END-of-xpilotmon/pkg-plist echo x - xpilotmon/distinfo sed 's/^X//' >xpilotmon/distinfo << 'END-of-xpilotmon/distinfo' XMD5 (xpilotmon-2.8.tar.gz) = be18673672f2458908ac786159132ad2 END-of-xpilotmon/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message