Date: Sat, 12 Jun 2004 09:08:20 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67855: New port: x11/xrsh Launcher which starts an X program on a remote machine Message-ID: <20040612000820.C8AC741@sugar.home.utahime.org> Resent-Message-ID: <200406120010.i5C0ADfF078063@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67855 >Category: ports >Synopsis: New port: x11/xrsh Launcher which starts an X program on a remote machine >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:10:13 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: This distribution contains two programs, xrsh and xrlogin. Xrsh is designed to allow you to start an X client on a remote machine with the window displayed on the current server's $DISPLAY. It has many options that give you the ability to propagate environment variables (including DISPLAY) to the remote system and works with various types of X server access control including xauth and xhost. Xrlogin opens a local xterm window and runs rlogin or telnet to connect to a remote machine. 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: --- xrsh.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: # # xrsh # xrsh/Makefile # xrsh/distinfo # xrsh/pkg-descr # echo c - xrsh mkdir -p xrsh > /dev/null 2>&1 echo x - xrsh/Makefile sed 's/^X//' >xrsh/Makefile << 'END-of-xrsh/Makefile' X# New ports collection makefile for: xrsh X# Date created: 30 May 2004 X# Whom: KIMURA Yasuhiro <yasu@utahime.org> X# X# $FreeBSD$ X# X XPORTNAME= xrsh XPORTVERSION= 5.92 XCATEGORIES= x11 XMASTER_SITES= http://jjd.com/ XDISTNAME= ${PORTNAME} XEXTRACT_SUFX= .shar X XMAINTAINER= yasu@utahime.org XCOMMENT= Launcher which starts an X program on a remote machine X XUSE_IMAKE= yes XNO_WRKSUBDIR= yes XEXTRACT_CMD= ${SH} XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= XMAN1= xrsh.1 xrlogin.1 X XPLIST_FILES= bin/xrsh bin/xrlogin X X.include <bsd.port.mk> END-of-xrsh/Makefile echo x - xrsh/distinfo sed 's/^X//' >xrsh/distinfo << 'END-of-xrsh/distinfo' XMD5 (xrsh.shar) = 5834da9da771d3dce928a1ae33df1721 XSIZE (xrsh.shar) = 43266 END-of-xrsh/distinfo echo x - xrsh/pkg-descr sed 's/^X//' >xrsh/pkg-descr << 'END-of-xrsh/pkg-descr' XThis distribution contains two programs, xrsh and xrlogin. X XXrsh is designed to allow you to start an X client on a remote machine Xwith the window displayed on the current server's $DISPLAY. It has Xmany options that give you the ability to propagate environment Xvariables (including DISPLAY) to the remote system and works with Xvarious types of X server access control including xauth and xhost. X XXrlogin opens a local xterm window and runs rlogin or telnet to Xconnect to a remote machine. X XWWW: http://jjd.com/ END-of-xrsh/pkg-descr exit --- xrsh.port.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040612000820.C8AC741>