summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/encompass/Makefile35
-rw-r--r--www/encompass/distinfo1
-rw-r--r--www/encompass/files/patch-configure14
-rw-r--r--www/encompass/files/patch-po::it.po17
-rw-r--r--www/encompass/files/patch-src::encompass.c14
-rw-r--r--www/encompass/files/patch-src::menu.c14
-rw-r--r--www/encompass/pkg-descr9
-rw-r--r--www/encompass/pkg-plist23
9 files changed, 0 insertions, 128 deletions
diff --git a/www/Makefile b/www/Makefile
index 8d2de0d92450..cbe3c69fde92 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -75,7 +75,6 @@
SUBDIR += emacs-w3m
SUBDIR += emacs-w3m-emacs20
SUBDIR += emacs-w3m-xemacs21-mule
- SUBDIR += encompass
SUBDIR += epiphany
SUBDIR += erwn
SUBDIR += evg
diff --git a/www/encompass/Makefile b/www/encompass/Makefile
deleted file mode 100644
index b1773f56b6f9..000000000000
--- a/www/encompass/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Ports collection Makefile for: encompass
-# Date created: 26 July 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= encompass
-PORTVERSION= 0.4.5
-PORTREVISION= 3
-CATEGORIES= www gnome
-MASTER_SITES= http://elysium.zoned.net/${PORTNAME}/ \
- http://encompass.sourceforge.net/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A lightweight web browser for the Gnome Desktop Environment
-
-BROKEN= "Does not fetch"
-
-LIB_DEPENDS= neon.23:${PORTSDIR}/www/neon
-
-USE_GNOME= gnomeprefix gnomehack gnomelibs gtkhtml
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-MAKE_ENV= OLD_PO_FILE_INPUT=1
-
-post-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/www/encompass/distinfo b/www/encompass/distinfo
deleted file mode 100644
index 19eb9088fa3e..000000000000
--- a/www/encompass/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (encompass-0.4.5.tar.gz) = fd1361372d1d3bd5877e4a01093b080b
diff --git a/www/encompass/files/patch-configure b/www/encompass/files/patch-configure
deleted file mode 100644
index 514e1ef9fbd5..000000000000
--- a/www/encompass/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- configure 2002/03/02 14:17:13 1.1
-+++ configure 2002/03/02 14:17:28
-@@ -5029,7 +5029,7 @@
-
-
-
--GNOME_HELP_DIR="`gnome-config --datadir`/gnome/help"
-+GNOME_HELP_DIR="`gnome-config --datadir`/help"
-
-
- PACKAGE_PIXMAPS_DIR="`gnome-config --datadir`/pixmaps/${PACKAGE}"
diff --git a/www/encompass/files/patch-po::it.po b/www/encompass/files/patch-po::it.po
deleted file mode 100644
index a7b5dff64612..000000000000
--- a/www/encompass/files/patch-po::it.po
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- po/it.po 2002/09/25 06:29:46 1.1
-+++ po/it.po 2002/09/25 06:30:15
-@@ -200,11 +200,6 @@
- msgid "Go Back"
- msgstr "Indietro"
-
--#: src/toolbar.c:133
--#, fuzzy
--msgid "Forward"
--msgstr "Avanti"
--
- #: src/toolbar.c:144
- msgid "Stop loading"
- msgstr "Arresta il caricamento"
diff --git a/www/encompass/files/patch-src::encompass.c b/www/encompass/files/patch-src::encompass.c
deleted file mode 100644
index 07998950aab3..000000000000
--- a/www/encompass/files/patch-src::encompass.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/encompass.c 2002/09/25 06:35:35 1.1
-+++ src/encompass.c 2002/09/25 06:35:46
-@@ -256,7 +256,7 @@
- data_mtx = g_mutex_new();
- gtk_mtx = g_mutex_new();
- gdk_rgb_init ();
-- sock_init();
-+ ne_sock_init();
- ne_debug_init (stdout, NE_DBG_SOCKET);
-
- gnome_vfs_init();
diff --git a/www/encompass/files/patch-src::menu.c b/www/encompass/files/patch-src::menu.c
deleted file mode 100644
index d02bdd55eecf..000000000000
--- a/www/encompass/files/patch-src::menu.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/menu.c 2002/09/25 06:35:35 1.1
-+++ src/menu.c 2002/09/25 06:35:50
-@@ -26,7 +26,7 @@
- gnome_config_pop_prefix();
-
- gnome_vfs_shutdown();
-- sock_exit();
-+ ne_sock_exit();
-
- gtk_main_quit();
- }
diff --git a/www/encompass/pkg-descr b/www/encompass/pkg-descr
deleted file mode 100644
index 161da87032ec..000000000000
--- a/www/encompass/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Encompass is a web browser for the Gnome Desktop Environment.
-
-It is designed to be a small fast browser using the GtkHTML engine. It will be
-able to share cookies with other apps. It will handle all special URIs and MIME
-types. All of this functionality will be provided by the latest version of
-Gnome. Bonobo components will also be used, as well as plugins. No file-manager
-functions will be implemented.
-
-WWW: http://encompass.sourceforge.net/
diff --git a/www/encompass/pkg-plist b/www/encompass/pkg-plist
deleted file mode 100644
index 6a8aee37fc02..000000000000
--- a/www/encompass/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-bin/encompass
-etc/sound/events/encompass.soundlist
-share/gnome/apps/Internet/encompass.desktop
-share/gnome/pixmaps/encompass.png
-share/gnome/pixmaps/encompass/32.png
-share/gnome/pixmaps/encompass/bookmarks.png
-share/gnome/pixmaps/encompass/encompass-logo.png
-share/gnome/pixmaps/encompass/url.png
-share/gnome/sounds/encompass/clicked.wav
-share/gnome/sounds/encompass/urldone.wav
-share/locale/de/LC_MESSAGES/encompass.mo
-share/locale/fr/LC_MESSAGES/encompass.mo
-share/locale/hu/LC_MESSAGES/encompass.mo
-share/locale/it/LC_MESSAGES/encompass.mo
-share/locale/ja/LC_MESSAGES/encompass.mo
-share/locale/lt/LC_MESSAGES/encompass.mo
-share/locale/nn/LC_MESSAGES/encompass.mo
-share/locale/no/LC_MESSAGES/encompass.mo
-share/locale/ru/LC_MESSAGES/encompass.mo
-share/locale/sv/LC_MESSAGES/encompass.mo
-share/locale/tr/LC_MESSAGES/encompass.mo
-@dirrm share/gnome/sounds/encompass
-@dirrm share/gnome/pixmaps/encompass