aboutsummaryrefslogtreecommitdiff
path: root/x11/xrsh
Commit message (Collapse)AuthorAgeFilesLines
* Support stageBaptiste Daroussin2013-12-131-3/+2
| | | | Notes: svn path=/head/; revision=336385
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Convert to USES=imakeBaptiste Daroussin2013-06-281-6/+2
| | | | | | | | | Trim headers Convert emu to USES=display Remove indefinite article Notes: svn path=/head/; revision=322008
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+1
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - Reset maintainership.Felippe de Meirelles Motta2008-03-201-1/+1
| | | | | | | | | PR: ports/121852 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: gabor (mentor) Notes: svn path=/head/; revision=209447
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Add xrsh, a port that contains two commands:Pav Lucistnik2004-06-223-0/+41
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 <yasu@utahime.org> Notes: svn path=/head/; revision=112010