pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/vncviewer4 import vncviewer-4.1.1, from Jeff Rizzo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cc34ec493dd
branches:  trunk
changeset: 509817:5cc34ec493dd
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Mar 14 21:10:07 2006 +0000

description:
import vncviewer-4.1.1, from Jeff Rizzo per pkgsrc-wip

diffstat:

 net/vncviewer4/DESCR    |   7 +++++++
 net/vncviewer4/Makefile |  32 ++++++++++++++++++++++++++++++++
 net/vncviewer4/PLIST    |   3 +++
 net/vncviewer4/distinfo |   5 +++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 6b0159f5b118 -r 5cc34ec493dd net/vncviewer4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vncviewer4/DESCR      Tue Mar 14 21:10:07 2006 +0000
@@ -0,0 +1,7 @@
+"VNC stands for Virtual Network Computing. It is, in essence, a remote
+ display system which allows you to view a computing 'desktop'
+ environment not only on the machine where it is running, but from
+ anywhere on the Internet and from a wide variety of machine
+ architectures."
+
+This package contains the viewer for remote X and Win32 VNC servers
diff -r 6b0159f5b118 -r 5cc34ec493dd net/vncviewer4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vncviewer4/Makefile   Tue Mar 14 21:10:07 2006 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/14 21:10:07 drochner Exp $
+
+DISTNAME=              vnc-4_1_1-unixsrc
+PKGNAME=               vncviewer-4.1.1
+CATEGORIES=            net x11
+MASTER_SITES=          http://www.realvnc.com/dist/
+
+MAINTAINER=            riz%NetBSD.org@localhost
+HOMEPAGE=              http://www.realvnc.com/
+COMMENT=               Viewer for remote X and Win32 VNC servers
+
+WRKSRC=                        ${WRKDIR}/${DISTNAME}/unix
+CRYPTO=                        yes
+NO_INSTALL_MANPAGES=   yes
+USE_X11BASE=           yes
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-installed-zlib
+
+# The distfile listed above is bogus, there is no direct link to download the
+# file, so a special command must be used.  I lifted this from FreeBSD Ports.
+DISTURL=http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&filever=4.1.1&filetype=tar_gz&haveDetails=1
+pre-fetch:
+       ${TEST} -f ${DISTDIR}/${DISTNAME}.tar.gz || \
+        (cd ${DISTDIR} && ${FETCH_CMD} -o ${DISTNAME}.tar.gz ${DISTURL:Q})
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer
+       ${INSTALL_MAN} ${WRKSRC}/vncviewer/vncviewer.man \
+               ${PREFIX}/man/man1/vncviewer.1
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6b0159f5b118 -r 5cc34ec493dd net/vncviewer4/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vncviewer4/PLIST      Tue Mar 14 21:10:07 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/14 21:10:07 drochner Exp $
+bin/vncviewer
+man/man1/vncviewer.1
diff -r 6b0159f5b118 -r 5cc34ec493dd net/vncviewer4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vncviewer4/distinfo   Tue Mar 14 21:10:07 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/03/14 21:10:07 drochner Exp $
+
+SHA1 (vnc-4_1_1-unixsrc.tar.gz) = a5945d54f35c6be05d56f8dad3c1978fee2b2196
+RMD160 (vnc-4_1_1-unixsrc.tar.gz) = 5050d7f6936a41debc58b4fa914e12dbbeb80641
+Size (vnc-4_1_1-unixsrc.tar.gz) = 529894 bytes



Home | Main Index | Thread Index | Old Index