summaryrefslogtreecommitdiffstats
path: root/net/vino
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
commit2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch)
treea95d6ef7b169e6753fca6a89006355f69851345e /net/vino
parent97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff)
downloadmarcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vino')
-rw-r--r--net/vino/Makefile34
-rw-r--r--net/vino/distinfo3
-rw-r--r--net/vino/files/patch-server_libvncserver_rfb_rfbproto.h12
-rw-r--r--net/vino/files/patch-server_vino-fb.c10
-rw-r--r--net/vino/pkg-descr4
-rw-r--r--net/vino/pkg-plist72
6 files changed, 0 insertions, 135 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile
deleted file mode 100644
index 25f3e1ccf..000000000
--- a/net/vino/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: vino
-# Date created: 16 July 2004
-# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
-# $FreeBSD$
-# $MCom: ports/net/vino/Makefile,v 1.27 2006/03/13 19:31:43 mezz Exp $
-#
-
-PORTNAME= vino
-PORTVERSION= 2.13.5
-CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= VNC server that allows for remote access to your GNOME desktop
-
-LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel
-USE_GMAKE= yes
-GNOME_DESKTOP_VERSION=2
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-CONFIGURE_ARGS= --enable-session-support
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= vino-server.schemas
-
-.include <bsd.port.mk>
diff --git a/net/vino/distinfo b/net/vino/distinfo
deleted file mode 100644
index 8a52a9171..000000000
--- a/net/vino/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (vino-2.13.5.tar.bz2) = 9bc8c3f0e639fdc7b9ed023501308359
-SHA256 (vino-2.13.5.tar.bz2) = 58ee9c77070a8865cce6d25dd6b68fae02b307b64b203d78bd492e33c8e0c89f
-SIZE (vino-2.13.5.tar.bz2) = 566620
diff --git a/net/vino/files/patch-server_libvncserver_rfb_rfbproto.h b/net/vino/files/patch-server_libvncserver_rfb_rfbproto.h
deleted file mode 100644
index 04d7fa7b5..000000000
--- a/net/vino/files/patch-server_libvncserver_rfb_rfbproto.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- server/libvncserver/rfb/rfbproto.h.orig Fri Jul 16 18:16:16 2004
-+++ server/libvncserver/rfb/rfbproto.h Fri Jul 16 18:16:39 2004
-@@ -60,7 +60,9 @@
- #include <rfb/rfbint.h>
- #else
- #include <config.h>
-+#ifdef HAVE_STDINT_H
- #include <stdint.h>
-+#endif
- #endif
- #endif
- #include <rfb/keysym.h>
diff --git a/net/vino/files/patch-server_vino-fb.c b/net/vino/files/patch-server_vino-fb.c
deleted file mode 100644
index 56dbb89dc..000000000
--- a/net/vino/files/patch-server_vino-fb.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- server/vino-fb.c.orig Mon Jul 12 06:22:08 2004
-+++ server/vino-fb.c Wed Jul 14 22:15:44 2004
-@@ -37,6 +37,7 @@
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <sys/ipc.h>
- #include <sys/shm.h>
- #include <gdk/gdkx.h>
- #include <X11/Xlib.h>
diff --git a/net/vino/pkg-descr b/net/vino/pkg-descr
deleted file mode 100644
index f56a27700..000000000
--- a/net/vino/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Vino is a VNC server for GNOME - it allows someone to remotely connect
-to your desktop session using the RFB protocol.
-
-WWW: http://www.gnome.org
diff --git a/net/vino/pkg-plist b/net/vino/pkg-plist
deleted file mode 100644
index 7138e41d3..000000000
--- a/net/vino/pkg-plist
+++ /dev/null
@@ -1,72 +0,0 @@
-bin/vino-preferences
-bin/vino-session
-libdata/bonobo/servers/GNOME_RemoteDesktop.server
-libexec/vino-server
-share/gnome/applications/vino-preferences.desktop
-share/gnome/vino/vino-preferences.glade
-share/gnome/vino/vino-prompt.glade
-share/icons/hicolor/48x48/apps/gnome-remote-desktop.png
-share/locale/ar/LC_MESSAGES/vino.mo
-share/locale/az/LC_MESSAGES/vino.mo
-share/locale/bg/LC_MESSAGES/vino.mo
-share/locale/bn/LC_MESSAGES/vino.mo
-share/locale/bs/LC_MESSAGES/vino.mo
-share/locale/ca/LC_MESSAGES/vino.mo
-share/locale/cs/LC_MESSAGES/vino.mo
-share/locale/cy/LC_MESSAGES/vino.mo
-share/locale/da/LC_MESSAGES/vino.mo
-share/locale/de/LC_MESSAGES/vino.mo
-share/locale/el/LC_MESSAGES/vino.mo
-share/locale/en_CA/LC_MESSAGES/vino.mo
-share/locale/en_GB/LC_MESSAGES/vino.mo
-share/locale/es/LC_MESSAGES/vino.mo
-share/locale/et/LC_MESSAGES/vino.mo
-share/locale/eu/LC_MESSAGES/vino.mo
-share/locale/fa/LC_MESSAGES/vino.mo
-share/locale/fi/LC_MESSAGES/vino.mo
-share/locale/fr/LC_MESSAGES/vino.mo
-share/locale/gl/LC_MESSAGES/vino.mo
-share/locale/gu/LC_MESSAGES/vino.mo
-share/locale/he/LC_MESSAGES/vino.mo
-share/locale/hi/LC_MESSAGES/vino.mo
-share/locale/hu/LC_MESSAGES/vino.mo
-share/locale/id/LC_MESSAGES/vino.mo
-share/locale/it/LC_MESSAGES/vino.mo
-share/locale/ja/LC_MESSAGES/vino.mo
-share/locale/ko/LC_MESSAGES/vino.mo
-share/locale/ku/LC_MESSAGES/vino.mo
-share/locale/lt/LC_MESSAGES/vino.mo
-share/locale/mk/LC_MESSAGES/vino.mo
-share/locale/mn/LC_MESSAGES/vino.mo
-share/locale/ms/LC_MESSAGES/vino.mo
-share/locale/nb/LC_MESSAGES/vino.mo
-share/locale/ne/LC_MESSAGES/vino.mo
-share/locale/nl/LC_MESSAGES/vino.mo
-share/locale/nn/LC_MESSAGES/vino.mo
-share/locale/no/LC_MESSAGES/vino.mo
-share/locale/or/LC_MESSAGES/vino.mo
-share/locale/pa/LC_MESSAGES/vino.mo
-share/locale/pl/LC_MESSAGES/vino.mo
-share/locale/pt/LC_MESSAGES/vino.mo
-share/locale/pt_BR/LC_MESSAGES/vino.mo
-share/locale/ro/LC_MESSAGES/vino.mo
-share/locale/ru/LC_MESSAGES/vino.mo
-share/locale/rw/LC_MESSAGES/vino.mo
-share/locale/sk/LC_MESSAGES/vino.mo
-share/locale/sq/LC_MESSAGES/vino.mo
-share/locale/sr/LC_MESSAGES/vino.mo
-share/locale/sr@Latn/LC_MESSAGES/vino.mo
-share/locale/sv/LC_MESSAGES/vino.mo
-share/locale/ta/LC_MESSAGES/vino.mo
-share/locale/th/LC_MESSAGES/vino.mo
-share/locale/tr/LC_MESSAGES/vino.mo
-share/locale/ug/LC_MESSAGES/vino.mo
-share/locale/uk/LC_MESSAGES/vino.mo
-share/locale/vi/LC_MESSAGES/vino.mo
-share/locale/wa/LC_MESSAGES/vino.mo
-share/locale/xh/LC_MESSAGES/vino.mo
-share/locale/zh_CN/LC_MESSAGES/vino.mo
-share/locale/zh_TW/LC_MESSAGES/vino.mo
-@dirrm share/gnome/vino
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug