summaryrefslogtreecommitdiff
path: root/net/tightvncviewer
AgeCommit message (Collapse)AuthorFilesLines
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-4/+1
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-10Fix build under gcc3abs1-1/+4
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-03It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh.jschauma1-2/+2
2003-03-03Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-3/+4
portable. Bump PKGREVISION accordingly.
2003-02-17Update net/tightvncviewer to 1.2.8. Changes from version 1.2.7 include:jlam2-6/+6
* Support for a separate view-only password has been implemented. Now the servers support two passwords -- one to allow full control, another to restrict remote keyboard and mouse input. * New "-x11cursor" option has been implemented in vncviewer. This option allows using a real X11 cursor with X11-style cursor shape updates, disables the dot cursor, and disables cursor position updates in non-fullscreen mode. * New "RunCommand" command to customize the X11 vncviewer popup menu has been implemented; a patch from Peter Astrand. * A problem with Xvnc eating all CPU time after xfs restarts has been fixed. * Other minor improvements and bugfixes.
2003-01-12Add normal LDFLAGS to Imake's so that ljpeg is linked against correctly.jschauma2-1/+15
This should fix the problem seen in Huberts latest bulk-build.
2002-12-29Updated net/tightvncviewer to 1.2.7. Pkgsrc changes include:jlam4-48/+19
- Use {CONFIGURE,BUILD,INSTALL}_DIRS to use the usual do-build and do-install targets. - Remove a patch that's unneeded in the buildlink2 world. Changes from version 1.2.6 include: - The most significant problem with local cursor hadling has been solved -- now clients can see remote cursor movements performed on the server or by another client. New PointerPos encoding and cursor shape updates both minimize bandwidth requirements and greatly improve responsiveness of the mouse pointer, while still allow to track correct pointer position in all situations. - In all the places where display numbers had to be used, now it's easy to use port numbers as well. The viewers now allow to use new "hostname::port" syntax, in addition to the traditional "hostname:display" format. - Other minor improvements and bugfixes.
2002-10-17Update to tightvncviewer 1.2.6. Notable changes:lukem4-24/+28
- install app-defaults and (the now available) manual page - improved full-screen scrolling - fixed repeated challenge replay attack vulnerability, bugtraq id 5296 - handle XCursor encoding operating on the framebuffer instead of setting new cursors directly in X. - Made grabbing the keyboard optional in full-screen mode, new boolean "grabKeyboard" X resource added to control this behavior. - applied patch to solve keyboard focus problems in full-screen mode
2002-10-09buildlink1 -> buildlink2jlam3-11/+15
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-02-12Updated tightvncviewer to 1.2.2martti2-7/+10
- Unix viewer: Now viewer window would be raised on beep (bell) event, unless new -noraiseonbeep option is provided in the command line or "raiseOnBeep" resource set to False. - One more packaging option for the Unix source: ready to build archive with Zlib and JPEG libraries inside. - Other minor fixes and cleanups. - Unix vncviewer: Default tunneling command template has been changed, to allow tunneled connections to hosts where only loopback VNC connections are enabled. New -via <GATEWAY> command-line option provides enhanced tunneling functionality, now one can make vncviewer tunnel connections to a VNC host via third machine acting as a gateway.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-23Fix library linkage.mycroft2-5/+15
2001-09-23Tight VNC, from www.tightvnc.com.mycroft5-0/+66