diff options
author | wiz <wiz> | 2006-03-15 07:20:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-03-15 07:20:57 +0000 |
commit | 5a24930e8f16b8ec75ea80b2f3526eddca9b8a29 (patch) | |
tree | 022cd74587408e03874f154b436e49bd04d6ad8f | |
parent | 9886b41b0c287e9f9028ba503ac302aa7d8b7483 (diff) | |
download | pkgsrc-5a24930e8f16b8ec75ea80b2f3526eddca9b8a29.tar.gz |
Update to 0.8, provided by OBATA Akio in PR 33068.
New in the 0.8 x11vnc release:
TightVNC file transfer support is enabled via the extension to
LibVNCServer added by Rohit Kumar.
The -passwdfile option has been enhanced to handle any number
of full-access and view only passwords in an easy to
maintain format, and additional features.
The -8to24 option enables multi-depth viewing on systems that do
not support -overlay. The 8bpp regions are transformed
to depth 24 TrueColor before exporting via VNC.
The x11vnc source code has gone through a major reorganization.
The build has been enhanced and many bugs fixed.
miscellaneous new features and changes:
-afteraccept option is like -accept however it enables running
a user supplied command after client authentication
has taken place. The RFB_* environment variables have
been extended.
-loop option will run x11vnc in an outer loop restarting each time
(useful for situations where the X server restarts often).
-slow_fb allows for slow polling for special purpose applications
(e.g. video).
-blackout noptr,WxH+X+Y,... will prevent the pointer from going
into a blacked out region.
-rw-r--r-- | x11/x11vnc/Makefile | 7 | ||||
-rw-r--r-- | x11/x11vnc/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile index 3369a695acd..4cf06d68823 100644 --- a/x11/x11vnc/Makefile +++ b/x11/x11vnc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:11:45 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/15 07:20:57 wiz Exp $ # -DISTNAME= x11vnc-0.7.2 -PKGREVISION= 1 +DISTNAME= x11vnc-0.8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/} @@ -11,9 +10,9 @@ HOMEPAGE= http://www.karlrunge.com/x11vnc/ COMMENT= VNC server for real X displays GNU_CONFIGURE= yes -CONFIGURE_ENV+= ac_cv_header_pthread_h=no # invalid mutex .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/x11vnc/distinfo b/x11/x11vnc/distinfo index 4fbbcbf0049..6d1c95e0138 100644 --- a/x11/x11vnc/distinfo +++ b/x11/x11vnc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/08/05 00:08:57 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2006/03/15 07:20:57 wiz Exp $ -SHA1 (x11vnc-0.7.2.tar.gz) = 41c2cfc8d7ec4b94a5fba6e07f60cf71e8aeb35a -RMD160 (x11vnc-0.7.2.tar.gz) = 2c2ff50b292d97abdcdfd00a31708de4d9e97f53 -Size (x11vnc-0.7.2.tar.gz) = 882900 bytes +SHA1 (x11vnc-0.8.tar.gz) = 6eb1a02070260ab130bbb53f59e2d2a26f497c5c +RMD160 (x11vnc-0.8.tar.gz) = a64d5622496dcdb5d851999dfd1ee9b6da1c2009 +Size (x11vnc-0.8.tar.gz) = 960697 bytes |