mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Rename vnc-tight to its correct name
Submitted by: dominic_marks@btinternet.com
This commit is contained in:
parent
e9d4a45852
commit
d8c16b8c3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51313
10 changed files with 1 additions and 140 deletions
|
@ -437,6 +437,7 @@
|
|||
SUBDIR += telnetx
|
||||
SUBDIR += telserv
|
||||
SUBDIR += thcrut
|
||||
SUBDIR += tightvnc
|
||||
SUBDIR += tik
|
||||
SUBDIR += tintin++
|
||||
SUBDIR += tintin++-devel
|
||||
|
@ -458,7 +459,6 @@
|
|||
SUBDIR += vchat
|
||||
SUBDIR += vicq
|
||||
SUBDIR += vnc
|
||||
SUBDIR += vnc-tight
|
||||
SUBDIR += vomit
|
||||
SUBDIR += vrrp
|
||||
SUBDIR += vtun
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: vnc-tight
|
||||
# Date created: Nov 24, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vnc-tight
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= tightvnc-${PORTVERSION}_unixsrc
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_BZIP2= yes
|
||||
WRKSRC= ${WRKDIR}/vnc_unixsrc
|
||||
USE_IMAKE= yes
|
||||
ALL_TARGET= World
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
post-patch:
|
||||
.for file in vncviewer/Imakefile Xvnc/config/cf/vnclibs.def
|
||||
@${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/${file}
|
||||
.endfor
|
||||
@${PERL} -pi -e "s,/usr/local/vnc/classes,${DATADIR}/classes,g ; \
|
||||
s,^#!/usr/bin/perl,#!${PERL},g" ${WRKSRC}/vncserver
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}; ./vncinstall ${PREFIX}/bin)
|
||||
.for file in Xvnc vncviewer vncpasswd vncconnect
|
||||
@strip ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
@${MKDIR} ${DATADIR}
|
||||
${CP} -R ${WRKSRC}/classes ${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (tightvnc-1.2.2_unixsrc.tar.bz2) = 0e3ccfca79d8bc38694e5bfe09b1f1a8
|
|
@ -1,12 +0,0 @@
|
|||
--- Imakefile.orig Sat Nov 24 16:41:40 2001
|
||||
+++ Imakefile Sat Nov 24 16:42:20 2001
|
||||
@@ -9,8 +9,7 @@
|
||||
make all
|
||||
@echo ""
|
||||
@echo Built $(SUBDIRS).
|
||||
- @echo 'To build Xvnc, do "cd Xvnc", followed by "make World"'
|
||||
- @echo ""
|
||||
+ (cd Xvnc ; make World)
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
|
@ -1,10 +0,0 @@
|
|||
--- Xvnc/config/cf/vnclibs.def.orig Tue Jan 30 05:24:14 2001
|
||||
+++ Xvnc/config/cf/vnclibs.def Sat Nov 24 17:16:47 2001
|
||||
@@ -5,5 +5,5 @@
|
||||
* and programs/Xserver/hw/vnc whenever you change this file.
|
||||
*/
|
||||
|
||||
-VNCLIBS = $(TOP)/../libvncauth/libvncauth.a /usr/lib/libjpeg.a
|
||||
-VNCCPPFLAGS = -I$(TOP)/../include
|
||||
+VNCLIBS = $(TOP)/../libvncauth/libvncauth.a %%LOCALBASE%%/lib/libjpeg.a
|
||||
+VNCCPPFLAGS = -I$(TOP)/../include -I%%LOCALBASE%%/include
|
|
@ -1,21 +0,0 @@
|
|||
--- Xvnc/config/imake/imakemdep.h.orig Sat Nov 24 16:43:07 2001
|
||||
+++ Xvnc/config/imake/imakemdep.h Sat Nov 24 16:44:48 2001
|
||||
@@ -225,6 +225,9 @@
|
||||
#ifdef hpux
|
||||
#define USE_CC_E
|
||||
#endif
|
||||
+#if defined(__FreeBSD__)
|
||||
+#define USE_CC_E
|
||||
+#endif
|
||||
#ifdef WIN32
|
||||
#define USE_CC_E
|
||||
#define DEFAULT_CC "cl"
|
||||
@@ -253,7 +256,7 @@
|
||||
#ifdef _CRAY
|
||||
#define DEFAULT_CPP "/lib/pcpp"
|
||||
#endif
|
||||
-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
+#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#define DEFAULT_CPP "/usr/libexec/cpp"
|
||||
#endif
|
||||
#if defined(__sgi) && defined(__ANSI_CPP__)
|
|
@ -1,21 +0,0 @@
|
|||
--- vncviewer/Imakefile.orig Tue Nov 13 05:31:34 2001
|
||||
+++ vncviewer/Imakefile Sat Dec 8 18:25:22 2001
|
||||
@@ -13,10 +13,10 @@
|
||||
DEFINES = -DMITSHM
|
||||
#endif
|
||||
|
||||
-INCLUDES = -I../include -I. -I/usr/include
|
||||
+INCLUDES = -I../include -I. -I/usr/include -I%%LOCALBASE%%/include
|
||||
VNCAUTH_LIB = ../libvncauth/libvncauth.a
|
||||
ZLIB_LIB = /usr/lib/libz.a
|
||||
-JPEG_LIB = /usr/lib/libjpeg.a
|
||||
+JPEG_LIB = %%LOCALBASE%%/lib/libjpeg.a
|
||||
|
||||
DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
|
||||
LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
|
||||
@@ -40,4 +40,4 @@
|
||||
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
|
||||
-ComplexProgramTarget(vncviewer)
|
||||
+ComplexProgramTargetNoMan(vncviewer)
|
|
@ -1 +0,0 @@
|
|||
Enhanced version of VNC
|
|
@ -1,10 +0,0 @@
|
|||
Enhanced version of VNC, called TightVNC (grown from the VNC Tight Encoder
|
||||
project), which is optimized to work over slow network connections such as
|
||||
low-speed modem links. While original VNC may be very slow when your
|
||||
connection is not fast enough, with TightVNC you can work remotely almost
|
||||
in real time in most environments. Besides bandwidth optimizations,TightVNC
|
||||
also includes many other improvements, optimizations and bugfixes over VNC.
|
||||
Note that TightVNC is free, cross-platform and compatible with the standard
|
||||
VNC.
|
||||
|
||||
WWW: http://www.tightvnc.com/
|
|
@ -1,22 +0,0 @@
|
|||
bin/Xvnc
|
||||
bin/vncviewer
|
||||
bin/vncpasswd
|
||||
bin/vncserver
|
||||
bin/vncconnect
|
||||
share/vnc-tight/classes/DesCipher.class
|
||||
share/vnc-tight/classes/animatedMemoryImageSource.class
|
||||
share/vnc-tight/classes/authenticationPanel.class
|
||||
share/vnc-tight/classes/clipboardFrame.class
|
||||
share/vnc-tight/classes/hextile.vnc
|
||||
share/vnc-tight/classes/index.vnc
|
||||
share/vnc-tight/classes/noshared.vnc
|
||||
share/vnc-tight/classes/optionsFrame.class
|
||||
share/vnc-tight/classes/rfbProto.class
|
||||
share/vnc-tight/classes/shared.vnc
|
||||
share/vnc-tight/classes/vncCanvas.class
|
||||
share/vnc-tight/classes/vncviewer.class
|
||||
share/vnc-tight/classes/vncviewer.jar
|
||||
share/vnc-tight/classes/tight.vnc
|
||||
share/vnc-tight/classes/zlib.vnc
|
||||
@dirrm share/vnc-tight/classes
|
||||
@dirrm share/vnc-tight
|
Loading…
Add table
Reference in a new issue