Commit graph

18 commits

Author SHA1 Message Date
dmcmahill
842494e6d5 fix broken MASTER_SITE (s/www/ftp). Hopefully fixes part of the problem
in PR 11753 filed by htodd@allison.i8u.org
2000-12-17 02:32:18 +00:00
dmcmahill
238574f408 vnc-latest_doc.tgz must die! Instead of using vnc-latest_doc, use the
documentation for this particular release of the program.  This should
fix the doc md5 once and for all.
2000-12-16 06:31:49 +00:00
tron
72bff9bb75 Fix incorrect dependence line. 2000-11-15 16:56:54 +00:00
abs
28d3e9a2f4 Update to vnc-3.3.3.2
Changes since 3.3.3.1:

vncconnect
    New helper program for Xvnc, which causes it to make reverse
    connections to a listening VNC viewer. This is similar to
    WinVNC's "Add New Client" / -connect feature.

Xvnc
    New option -inetd incorporating Andre Moreira's iXvnc functionality.
    Fix to hextile encoding, thanks to Michael A. Fetterman - this
    may be the cause of the "0 bpp problem".
    New connect out feature by using the vncconnect command.
    Fix some non-ascii capitalisation issues, thanks to Vlad Harchev.
    Fix bounding box calculation for arcs.
    Other minor bug fixes.

vncserver
    Sets DISPLAY to use unix domain socket if possible (:dpynum
    rather than host:dpynum).
    Option -kill should now work if you give it $DISPLAY as an argument.

vncviewer
    Fix Xaw string copy bug, thanks to Tim Waugh - this fixes the
    problems with the password dialog with recent versions of linux
2000-11-13 10:26:16 +00:00
abs
9a7dfc314f Split out vncviwer into its own package. Depend on it 2000-11-10 16:57:24 +00:00
fredb
0c6b58570c Reorganize crypto handling, as discussed on tech-pkg. Remove all
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).

Specifically,

- - All packages which set USE_SSL just lose their RESTRICTED
    variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
    on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
    no longer available. On this, we're no worse off than before.
    [We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
    a user to utilize strong encryption (working definition: ability
    to encode a message that requires a secret key plus big number
    arithmetic to decode).
2000-09-09 19:40:14 +00:00
jlam
bb3a955498 Use PERL5 variable for location of perl5 binary. 2000-08-28 09:14:50 +00:00
agc
3f3d3d9ab6 Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed. 2000-07-11 10:00:39 +00:00
wiz
09caf78ec9 Updated vnc to 3.3.3.1. Also fixes md5 for docs, reported to be wrong
by Eric Mumpower <nocturne@arepa.com> in pkg/9440.

Changes from 3.3.3 (from the webpage):
Xvnc
     * Xvnc now uses a "deferred update" mechanism which enhances
       performance in many cases. After any change to the framebuffer,
       Xvnc waits for a time (default 40ms) before sending an update to
       any waiting clients. This means that more changes tend to get
       coalesced together in a single update. The time can be changed
       with the -deferupdate option. Setting it to 0 results in the same
       behaviour as previous versions of Xvnc.
     * There are a couple of security enhancements. The -localhost option
       now causes Xvnc to only listen on the loopback interface. This
       means that it shouldn't be vulnerable to port scanning. Also a
       "too many tries" feature on authentication failure is now
       implemented. After five failed attempts, further attempts are
       delayed by an exponentially increasing amount, starting at ten
       seconds.

vncserver
     * Uses SO_REUSEADDR when testing to see which ports are free.

vncviewer
     * When given -owncmap in full screen mode, tries to install the
       colormap. This works only when no window manager is running.
     * The popup window now always uses the default colormap.
     * The "backing store" attribute can now be set on the desktop window
       via the "backingStore" resource. It defaults to "Always", meaning
       the X server should keep the contents of the viewer window when it
       gets obscured by other windows.
2000-02-18 02:35:33 +00:00
tron
56f926fab9 - Install documentation with "install" instead of a complicated "tar" pipe
construct.
- Avoid installing RCS and editor backup files.
1999-09-04 10:35:59 +00:00
tron
d43ad846eb Update "vnc" package to version 3.3.3. The patches were contributed by
Jeff Rizzo in PR pkg/8311.
1999-09-02 21:29:31 +00:00
tls
8d13317294 Update to VNC 3.3.2r3, fix distribution site, adjust for new distribution tar file layout 1999-02-17 18:50:49 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
tron
c07aedd7ee Update VNC to version 3.3.2 using patches supplied by Jeff Rizzo in
PR pkg/5868.
1998-08-03 20:54:46 +00:00
agc
63a83c5f8e Move the IGNOREFILES definition to shut up portlint. 1998-06-11 11:44:08 +00:00
agc
1ff656b15a Add x11 to the categories. 1998-06-10 07:47:57 +00:00
agc
1aded3174d Add NetBSD RCS Ids, and set MAINTAINER. 1998-06-09 16:41:19 +00:00
agc
5f73810da9 Initial import of vnc 3.3.1, which displays X11 and Win32 desktops on
remote X11/Win32/Java displays, into the NetBSD packages collection.
Taken from the FreeBSD port, but modified slightly to find correct
paths.
1998-06-09 16:36:39 +00:00