aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/x2x/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* x11-servers/x2x: Remove the unnecessary makefile patch by changing to gmakeYuri Victorovich2018-07-171-1/+1
| | | | Notes: svn path=/head/; revision=474782
* x11-servers/x2x: Update 1.27 -> 1.30.20180709Yuri Victorovich2018-07-151-14/+8
| | | | | | | | | | Port changes: * Now it uses autoreconf/configure * Add LICENSE_FILE * Remove targets - no need for them Notes: svn path=/head/; revision=474679
* Restore PORTREVISION mistakenly removed in last commitPawel Pekala2014-05-011-0/+1
| | | | | | | | | PR: ports/188276 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> Pointy hat to: me Notes: svn path=/head/; revision=352744
* - Support CC/CFLAGS properlyPawel Pekala2013-12-201-5/+18
| | | | | | | | | | | - Update MASTER_SITES - Port supports staging PR: ports/184875 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337067
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-servers) Notes: svn path=/head/; revision=327782
* Convert to USES=imakeBaptiste Daroussin2013-06-281-9/+3
| | | | | | | | Remove useless deps on gmake Trim header Notes: svn path=/head/; revision=322011
* - point x2x to its new homeBaptiste Daroussin2011-03-111-1/+1
| | | | | | | - while here remove MD5 from distinfo Notes: svn path=/head/; revision=270686
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | 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 grog@FreeBSD.org: last commit was more than 6 months ago, andMark Linimon2008-08-071-1/+1
| | | | | | | PRs are outstanding. Notes: svn path=/head/; revision=218184
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-061-0/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Convert more spaces into tabs in ports/x11-servers.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=38013
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentMaxim Sobolev2000-10-041-1/+1
| | | | | | | directory. Notes: svn path=/head/; revision=33401
* MANCOMPRESSED=yes is default if USE_IMAKE is defined. Do not use +=Satoshi Asami2000-09-081-5/+1
| | | | | | | | | to define a variable that is defined only once. Remove do-install target which was doing "make install install.man" which is the default anyway. Notes: svn path=/head/; revision=32429
* Initial import of x2x.Greg Lehey2000-09-031-0/+25
Obtained from: David Chaiken <chaiken@pa.dec.com> x2x allows the keyboard and mouse on one ("from") X display to be used to control another ("to") X display. Since x2x uses the XTEST extension, the "to" X display must support XTEST. In the default interface, x2x puts a window on the "from" display. This window is labeled with the name of the "to" display. Keystrokes typed into this window go to the window on the "to" display that has the input focus. Clicking on the x2x window causes the mouse on the "from" display to control the cursor on the "to" display. Perform- ing a subsequent multiple button click on the "to" display returns control to the "from" display. If the -east or -west options are specified on the command line, x2x starts up with a different interface. When the mouse moves to the (east or west) side of the default screen on the "from" display, the cursor slides over to the "to" display. When the mouse returns to to side of the "to" display that it entered, it slides back onto the "from" display. Notes: svn path=/head/; revision=32224