From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 12 00:20:45 2004 Return-Path: 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 36ECB16A4CE for ; Sat, 12 Jun 2004 00:20:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C03843D49 for ; Sat, 12 Jun 2004 00:20:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5C0KMZw078392 for ; Sat, 12 Jun 2004 00:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5C0KMSI078391; Sat, 12 Jun 2004 00:20:22 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jun 2004 00:20:22 GMT Resent-Message-Id: <200406120020.i5C0KMSI078391@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, KIMURA Yasuhiro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2554B16A4CE for ; Sat, 12 Jun 2004 00:11:32 +0000 (GMT) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC8BD43D39 for ; Sat, 12 Jun 2004 00:11:31 +0000 (GMT) (envelope-from yasu@home.utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 17E18A981 for ; Sat, 12 Jun 2004 09:11:09 +0900 (JST) Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1])F0EC7551E for ; Sat, 12 Jun 2004 09:11:08 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost.home.utahime.org (AvMailGate-2.0.2-5) id 95886-3C372121; Sat, 12 Jun 2004 09:11:08 +0900 Received: from sugar.home.utahime.org (sugar.home.utahime.org [192.168.174.2]) by eastasia.home.utahime.org (Postfix) with ESMTP id C9DB154E6 for ; Sat, 12 Jun 2004 09:11:08 +0900 (JST) Received: by sugar.home.utahime.org (Postfix, from userid 1000) id C147741; Sat, 12 Jun 2004 09:11:08 +0900 (JST) Message-Id: <20040612001108.C147741@sugar.home.utahime.org> Date: Sat, 12 Jun 2004 09:11:08 +0900 (JST) From: KIMURA Yasuhiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/67856: New port: x11/xrunclient Launcher for X client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 00:20:45 -0000 >Number: 67856 >Category: ports >Synopsis: New port: x11/xrunclient Launcher for X client >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: Sat Jun 12 00:20:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD sugar.home.utahime.org 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Sat May 29 08:35:39 JST 2004 root@sugar.home.utahime.org:/usr/obj/am/eastasia/usr1/cvsup/releng_4_10/src/sys/SUGAR i386 >Description: The xrunclient program is used to launch an X client program from .xinitrc or a similar script. It waits until the client creates a top level window before exiting so that clients start smoothly and sequentially, instead of chaotically competing for system resources. To committers: I'm not sure if x11 is suitable category for this port, so change it if there is more proper one. >How-To-Repeat: >Fix: --- xrunclient.port.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: # # xrunclient # xrunclient/Makefile # xrunclient/distinfo # xrunclient/pkg-descr # echo c - xrunclient mkdir -p xrunclient > /dev/null 2>&1 echo x - xrunclient/Makefile sed 's/^X//' >xrunclient/Makefile << 'END-of-xrunclient/Makefile' X# New ports collection makefile for: xrunclient X# Date created: 30 May 2004 X# Whom: KIMURA Yasuhiro X# X# $FreeBSD$ X# X XPORTNAME= xrunclient XPORTVERSION= 1.0 XCATEGORIES= x11 XMASTER_SITES= http://www.spies.com/~dd/sw/ \ X http://www.geocities.com/david_digiacomo/sw/ XDISTNAME= ${PORTNAME} X XMAINTAINER= yasu@utahime.org XCOMMENT= Launcher for X client X XUSE_IMAKE= yes XNO_WRKSUBDIR= yes XMAN1= xrunclient.1 X XPLIST_FILES= bin/xrunclient X X.include END-of-xrunclient/Makefile echo x - xrunclient/distinfo sed 's/^X//' >xrunclient/distinfo << 'END-of-xrunclient/distinfo' XMD5 (xrunclient.tar.gz) = 735624d14909e9baeca60a2ad3461952 XSIZE (xrunclient.tar.gz) = 4089 END-of-xrunclient/distinfo echo x - xrunclient/pkg-descr sed 's/^X//' >xrunclient/pkg-descr << 'END-of-xrunclient/pkg-descr' XThe xrunclient program is used to launch an X client program from X.xinitrc or a similar script. It waits until the client creates a top Xlevel window before exiting so that clients start smoothly and Xsequentially, instead of chaotically competing for system resources. X XWWW: http://www.spies.com/~dd/sw.html END-of-xrunclient/pkg-descr exit --- xrunclient.port.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: