pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/x11vnc Update to 0.8, provided by OBATA Akio in PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db9929793147
branches:  trunk
changeset: 509842:db9929793147
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 15 07:20:57 2006 +0000

description:
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.

diffstat:

 x11/x11vnc/Makefile |  7 +++----
 x11/x11vnc/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r ed6f1b1ee047 -r db9929793147 x11/x11vnc/Makefile
--- a/x11/x11vnc/Makefile       Wed Mar 15 07:14:45 2006 +0000
+++ b/x11/x11vnc/Makefile       Wed Mar 15 07:20:57 2006 +0000
@@ -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 @@
 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 -r ed6f1b1ee047 -r db9929793147 x11/x11vnc/distinfo
--- a/x11/x11vnc/distinfo       Wed Mar 15 07:14:45 2006 +0000
+++ b/x11/x11vnc/distinfo       Wed Mar 15 07:20:57 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index