Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2006 03:50:42 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100998: [NEW PORT] net/p5-Net-VNC: A simple VNC client
Message-ID:  <20060728195042.3873FD2@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607282000.k6SK0VZZ004190@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100998
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-VNC: A simple VNC client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 28 20:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
Virtual Network Computing (VNC) is a desktop sharing system which uses
the RFB (Remote FrameBuffer) protocol to remotely control another
computer. This module acts as a VNC client and communicates to a VNC
server using the RFB protocol, allowing you to capture the screen of
the remote computer.

This module dies upon connection errors (with a timeout of 15 seconds)
and protocol errors.

This implementation is based largely on the RFB Protocol Specification,
http://www.realvnc.com/docs/rfbproto.pdf. That document has an error
in the DES encryption description, which is clarified via
http://www.vidarholen.net/contents/junk/vnc.html.

WWW:	http://search.cpan.org/dist/Net-VNC/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Net-VNC-0.35.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Net-VNC
#	p5-Net-VNC/pkg-descr
#	p5-Net-VNC/Makefile
#	p5-Net-VNC/pkg-plist
#	p5-Net-VNC/distinfo
#
echo c - p5-Net-VNC
mkdir -p p5-Net-VNC > /dev/null 2>&1
echo x - p5-Net-VNC/pkg-descr
sed 's/^X//' >p5-Net-VNC/pkg-descr << 'END-of-p5-Net-VNC/pkg-descr'
XVirtual Network Computing (VNC) is a desktop sharing system which uses
Xthe RFB (Remote FrameBuffer) protocol to remotely control another
Xcomputer. This module acts as a VNC client and communicates to a VNC
Xserver using the RFB protocol, allowing you to capture the screen of
Xthe remote computer.
X
XThis module dies upon connection errors (with a timeout of 15 seconds)
Xand protocol errors.
X
XThis implementation is based largely on the RFB Protocol Specification,
Xhttp://www.realvnc.com/docs/rfbproto.pdf. That document has an error
Xin the DES encryption description, which is clarified via
Xhttp://www.vidarholen.net/contents/junk/vnc.html.
X
XWWW:	http://search.cpan.org/dist/Net-VNC/
END-of-p5-Net-VNC/pkg-descr
echo x - p5-Net-VNC/Makefile
sed 's/^X//' >p5-Net-VNC/Makefile << 'END-of-p5-Net-VNC/Makefile'
X# New ports collection makefile for:	p5-Net-VNC
X# Date created:		2006-07-29
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-VNC
XPORTVERSION=	0.35
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	A simple VNC client
X
XRUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
X		${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
X		${SITE_PERL}/Image/Imlib2.pm:${PORTSDIR}/graphics/p5-Image-Imlib2
X#BUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=		vnccapture.1
XMAN3=		Net::VNC.3
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-p5-Net-VNC/Makefile
echo x - p5-Net-VNC/pkg-plist
sed 's/^X//' >p5-Net-VNC/pkg-plist << 'END-of-p5-Net-VNC/pkg-plist'
X@comment $FreeBSD$
Xbin/vnccapture
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/VNC/.packlist
X%%SITE_PERL%%/Net/VNC.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/VNC
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/Net
END-of-p5-Net-VNC/pkg-plist
echo x - p5-Net-VNC/distinfo
sed 's/^X//' >p5-Net-VNC/distinfo << 'END-of-p5-Net-VNC/distinfo'
XMD5 (Net-VNC-0.35.tar.gz) = c07b849083955235dfe986148b14db14
XSHA256 (Net-VNC-0.35.tar.gz) = 76e0bd00bed12515d786e252b2240c67df097b474caf81db22c64ac137f0a2b9
XSIZE (Net-VNC-0.35.tar.gz) = 11677
END-of-p5-Net-VNC/distinfo
exit
--- p5-Net-VNC-0.35.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060728195042.3873FD2>