Bug 67855 - New port: x11/xrsh Launcher which starts an X program on a remote machine
Summary: New port: x11/xrsh Launcher which starts an X program on a remote machine
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-12 01:10 UTC by Yasuhiro Kimura
Modified: 2004-06-22 22:22 UTC (History)
0 users

See Also:


Attachments
xrsh.port.shar (1.78 KB, text/plain)
2004-06-12 01:10 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2004-06-12 01:10:13 UTC
	

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.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-12 08:18:16 UTC
State Changed
From-To: open->feedback

It doesn't honor PREFIX. 
It also installs ${X11BASE}/lib/X11/doc/html/xrunclient.1.html 
which isn't in Makefile.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-12 08:22:20 UTC
State Changed
From-To: feedback->open

Oops, edited incorrect PR.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-06-22 22:22:08 UTC
State Changed
From-To: open->closed

New port added, thank you!