summaryrefslogtreecommitdiff
path: root/net/tightvncviewer
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-21On Interix, use waitpid(-1, status, options) instead ofminskim2-1/+18
wait3(status, options, NULL).
2004-05-11Convert to buildlink3.snj1-4/+4
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-27update to 1.2.9 provided in PR 23580 by Min Sik Kirecht2-7/+6
* TightVNC 1.2.9 - Unix version: New "Request refresh" button has been implemented in the viewer's F8 popup menu. - Unix version: A patch to fix input focus problems in the X11 viewer has been applied, from Greg Breland. - Unix version: A patch fixing Xvnc crashes on Sparc has been applied, from the RealVNC distribution. - Unix version: A problem with incorrect port interpretation has been fixed, in the vncviewer's -tunnel option handling. Thanks to Clark Sessions. - Other minor improvements and bugfixes. ok'ed by wiz@
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