diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-12-10 23:12:22 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-12-10 23:12:22 +0800 |
commit | 25d42242aa15728f9a89683128fed2207dc9ddfd (patch) | |
tree | eaa3a5deab0e8f26e75d0d8e0fca0ed889fe4b63 /net | |
parent | 495c63c1f724778671821ebc93ba23ce32c0acfe (diff) | |
download | freebsd-ports-gnome-25d42242aa15728f9a89683128fed2207dc9ddfd.tar.gz freebsd-ports-gnome-25d42242aa15728f9a89683128fed2207dc9ddfd.tar.zst freebsd-ports-gnome-25d42242aa15728f9a89683128fed2207dc9ddfd.zip |
Rename vnc-tight to its correct name
Submitted by: dominic_marks@btinternet.com
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/vnc-tight/Makefile | 41 | ||||
-rw-r--r-- | net/vnc-tight/distinfo | 1 | ||||
-rw-r--r-- | net/vnc-tight/files/patch-Imakefile | 12 | ||||
-rw-r--r-- | net/vnc-tight/files/patch-Xvnc::config::cf::vnclibs.def | 10 | ||||
-rw-r--r-- | net/vnc-tight/files/patch-Xvnc::config::imake::imakemdep.h | 21 | ||||
-rw-r--r-- | net/vnc-tight/files/patch-vncviewer::Imakefile | 21 | ||||
-rw-r--r-- | net/vnc-tight/pkg-comment | 1 | ||||
-rw-r--r-- | net/vnc-tight/pkg-descr | 10 | ||||
-rw-r--r-- | net/vnc-tight/pkg-plist | 22 |
10 files changed, 1 insertions, 140 deletions
diff --git a/net/Makefile b/net/Makefile index 3004b4136531..9cb53eca2d7e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/vnc-tight/Makefile b/net/vnc-tight/Makefile deleted file mode 100644 index 66adab935d31..000000000000 --- a/net/vnc-tight/Makefile +++ /dev/null @@ -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> diff --git a/net/vnc-tight/distinfo b/net/vnc-tight/distinfo deleted file mode 100644 index 087002acfb2e..000000000000 --- a/net/vnc-tight/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tightvnc-1.2.2_unixsrc.tar.bz2) = 0e3ccfca79d8bc38694e5bfe09b1f1a8 diff --git a/net/vnc-tight/files/patch-Imakefile b/net/vnc-tight/files/patch-Imakefile deleted file mode 100644 index 763d07c2d11b..000000000000 --- a/net/vnc-tight/files/patch-Imakefile +++ /dev/null @@ -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)) diff --git a/net/vnc-tight/files/patch-Xvnc::config::cf::vnclibs.def b/net/vnc-tight/files/patch-Xvnc::config::cf::vnclibs.def deleted file mode 100644 index 5cb1c5ecbe36..000000000000 --- a/net/vnc-tight/files/patch-Xvnc::config::cf::vnclibs.def +++ /dev/null @@ -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 diff --git a/net/vnc-tight/files/patch-Xvnc::config::imake::imakemdep.h b/net/vnc-tight/files/patch-Xvnc::config::imake::imakemdep.h deleted file mode 100644 index 1aaeade24b1f..000000000000 --- a/net/vnc-tight/files/patch-Xvnc::config::imake::imakemdep.h +++ /dev/null @@ -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__) diff --git a/net/vnc-tight/files/patch-vncviewer::Imakefile b/net/vnc-tight/files/patch-vncviewer::Imakefile deleted file mode 100644 index 50600e32e057..000000000000 --- a/net/vnc-tight/files/patch-vncviewer::Imakefile +++ /dev/null @@ -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) diff --git a/net/vnc-tight/pkg-comment b/net/vnc-tight/pkg-comment deleted file mode 100644 index b726221a8ee9..000000000000 --- a/net/vnc-tight/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Enhanced version of VNC diff --git a/net/vnc-tight/pkg-descr b/net/vnc-tight/pkg-descr deleted file mode 100644 index 656fdbbd13e6..000000000000 --- a/net/vnc-tight/pkg-descr +++ /dev/null @@ -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/ diff --git a/net/vnc-tight/pkg-plist b/net/vnc-tight/pkg-plist deleted file mode 100644 index f1a62888c208..000000000000 --- a/net/vnc-tight/pkg-plist +++ /dev/null @@ -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 |