Add p5-Net-VNC 0.35, a simple VNC client.

PR:		ports/100998
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-07-31 03:41:49 +00:00
parent 4dc74a6a23
commit 3b71ba77df
5 changed files with 54 additions and 0 deletions

View file

@ -470,6 +470,7 @@
SUBDIR += p5-Net-Telnet
SUBDIR += p5-Net-Traceroute
SUBDIR += p5-Net-Traceroute6
SUBDIR += p5-Net-VNC
SUBDIR += p5-Net-Wake
SUBDIR += p5-Net-Whois
SUBDIR += p5-Net-Whois-IP

28
net/p5-Net-VNC/Makefile Normal file
View file

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Net-VNC
# Date created: 2006-07-29
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Net-VNC
PORTVERSION= 0.35
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= A simple VNC client
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/${PERL_ARCH}/Image/Imlib2.pm:${PORTSDIR}/graphics/p5-Image-Imlib2
#BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= vnccapture.1
MAN3= Net::VNC.3
.include <bsd.port.mk>

3
net/p5-Net-VNC/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (Net-VNC-0.35.tar.gz) = c07b849083955235dfe986148b14db14
SHA256 (Net-VNC-0.35.tar.gz) = 76e0bd00bed12515d786e252b2240c67df097b474caf81db22c64ac137f0a2b9
SIZE (Net-VNC-0.35.tar.gz) = 11677

15
net/p5-Net-VNC/pkg-descr Normal file
View file

@ -0,0 +1,15 @@
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/

7
net/p5-Net-VNC/pkg-plist Normal file
View file

@ -0,0 +1,7 @@
@comment $FreeBSD$
bin/vnccapture
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/VNC/.packlist
%%SITE_PERL%%/Net/VNC.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/VNC
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net