From owner-cvs-all@FreeBSD.ORG Tue Jun 22 21:21:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C5E616A4CE; Tue, 22 Jun 2004 21:21:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9635A43D64; Tue, 22 Jun 2004 21:21:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5MLLQXv091119; Tue, 22 Jun 2004 21:21:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5MLLPMI091118; Tue, 22 Jun 2004 21:21:25 GMT (envelope-from pav) Message-Id: <200406222121.i5MLLPMI091118@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 22 Jun 2004 21:21:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/xrsh Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 21:21:26 -0000 pav 2004-06-22 21:21:25 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/xrsh Makefile distinfo pkg-descr Log: Add xrsh, a port that contains two commands: 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. PR: ports/67855 Submitted by: KIMURA Yasuhiro Revision Changes Path 1.518 +1 -0 ports/x11/Makefile 1.1 +27 -0 ports/x11/xrsh/Makefile (new) 1.1 +2 -0 ports/x11/xrsh/distinfo (new) 1.1 +12 -0 ports/x11/xrsh/pkg-descr (new)