pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/x11vnc Initial import of x11vnc-0.7.2 from pkgsrc-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/451c9dbf7898
branches:  trunk
changeset: 497814:451c9dbf7898
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Aug 05 00:08:57 2005 +0000

description:
Initial import of x11vnc-0.7.2 from pkgsrc-wip, packaged by
<obata at lins dot jp>.

x11vnc allows one to remotely view and interact with real X displays
(i.e. a display corresponding to a physical monitor, keyboard, and
mouse) with any VNC viewer. In this way it plays the role for Unix/X11
that WinVNC plays for Windows.

diffstat:

 x11/x11vnc/DESCR    |   4 ++++
 x11/x11vnc/Makefile |  18 ++++++++++++++++++
 x11/x11vnc/PLIST    |   7 +++++++
 x11/x11vnc/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r c5c2b6631276 -r 451c9dbf7898 x11/x11vnc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/x11vnc/DESCR  Fri Aug 05 00:08:57 2005 +0000
@@ -0,0 +1,4 @@
+x11vnc allows one to remotely view and interact with real X displays
+(i.e. a display corresponding to a physical monitor, keyboard, and
+mouse) with any VNC viewer. In this way it plays the role for Unix/X11
+that WinVNC plays for Windows.
diff -r c5c2b6631276 -r 451c9dbf7898 x11/x11vnc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/x11vnc/Makefile       Fri Aug 05 00:08:57 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/05 00:08:57 xtraeme Exp $
+#
+
+DISTNAME=      x11vnc-0.7.2
+CATEGORIES=    x11
+MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
+
+MAINTAINER=    obata%lins.jp@localhost
+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/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c5c2b6631276 -r 451c9dbf7898 x11/x11vnc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/x11vnc/PLIST  Fri Aug 05 00:08:57 2005 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/05 00:08:57 xtraeme Exp $
+bin/x11vnc
+man/man1/x11vnc.1
+share/x11vnc/classes/VncViewer.jar
+share/x11vnc/classes/index.vnc
+@dirrm share/x11vnc/classes
+@dirrm share/x11vnc
diff -r c5c2b6631276 -r 451c9dbf7898 x11/x11vnc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/x11vnc/distinfo       Fri Aug 05 00:08:57 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/08/05 00:08:57 xtraeme 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



Home | Main Index | Thread Index | Old Index