summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-04-06 04:54:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-04-06 04:54:18 +0800
commit638b97f5a5d741cee963b662efa43f26ddf9d04c (patch)
treec4dfb23a4708ce0260562560cd232bdef6bb6711 /www
parent9062210343a87551bd420e59ca2d4e52f1365fe3 (diff)
downloadmarcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.gz
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.bz2
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.lz
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.xz
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.zst
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.zip
Garbage collection GNOME 2.5. Next stop, GNOME 2.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2260 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/epiphany-extensions/Makefile85
-rw-r--r--www/epiphany-extensions/distinfo2
-rw-r--r--www/epiphany-extensions/files/patch-configure13
-rw-r--r--www/epiphany-extensions/files/patch-extensions_dashboard_dashboard-frontend-xmlwriter.c10
-rw-r--r--www/epiphany-extensions/files/patch-extensions_error-viewer_link-checker.c15
-rw-r--r--www/epiphany-extensions/pkg-descr9
-rw-r--r--www/epiphany-extensions/pkg-plist49
-rw-r--r--www/epiphany/Makefile113
-rw-r--r--www/epiphany/distinfo2
-rw-r--r--www/epiphany/files/patch-embed_mozilla_mozilla-embed-single.cpp11
-rw-r--r--www/epiphany/files/patch-src_epiphany.in22
-rw-r--r--www/epiphany/pkg-descr5
-rw-r--r--www/epiphany/pkg-plist169
-rw-r--r--www/libgtkhtml/Makefile28
-rw-r--r--www/libgtkhtml/distinfo2
-rw-r--r--www/libgtkhtml/pkg-descr3
-rw-r--r--www/libgtkhtml/pkg-plist88
17 files changed, 0 insertions, 626 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
deleted file mode 100644
index e0fc720eb..000000000
--- a/www/epiphany-extensions/Makefile
+++ /dev/null
@@ -1,85 +0,0 @@
-# Ports collection Makefile for: epiphany-extensions
-# Date created: 30 December 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= epiphany
-PORTVERSION= 0.8.1
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/0.8
-PKGNAMESUFFIX= -extensions
-DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A set of add-ons for the Epiphany web browser
-
-BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany \
- ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
-RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany \
- ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
-
-MOZILLA= mozilla
-HEADERS_SUFX=
-
-MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.6"
-
-.if !defined(WITH_MOZILLA)
-MOZILLA= mozilla
-HEADERS_SUFX=
-.else
-.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2"
-MOZILLA= mozilla-devel
-HEADERS_SUFX= -devel
-MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7b"
-.else
-MOZILLA= mozilla
-HEADERS_SUFX=
-.endif
-.endif
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack lthack gnometarget
-USE_LIBTOOL_VER=13
-USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --with-extensions="all" \
- ${MOZ_CONFIGURE_ARGS}
-
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-.undef WITHOUT_OPENSP
-WITH_OPENSP= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/lib/libosp.so)
-WITH_OPENSP= yes
-.endif
-
-.if defined(WITH_OPENSP)
-CONFIGURE_ARGS+= --enable-opensp=yes
-.else
-CONFIGURE_ARGS+= --enable-opensp=no
-.endif
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} " By default epiphany-extensions builds with www/mozilla support, but you can"
- @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
- @${ECHO_MSG}
- @${ECHO_MSG} " mozilla-devel "
- @${ECHO_MSG} ""
- @${ECHO_MSG} "Epiphany-extensions also supports the following tunable option(s):"
- @${ECHO_MSG} " WITH_OPENSP=yes Enable support for OpenSP SGML validation"
- @${ECHO_MSG} ""
-
-post-patch:
- @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo
deleted file mode 100644
index ad69a91f1..000000000
--- a/www/epiphany-extensions/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/epiphany-extensions-0.8.1.tar.bz2) = 9cf0e3175ce7ddfd512968ca9168fc18
-SIZE (gnome2/epiphany-extensions-0.8.1.tar.bz2) = 368872
diff --git a/www/epiphany-extensions/files/patch-configure b/www/epiphany-extensions/files/patch-configure
deleted file mode 100644
index 3d1a72f41..000000000
--- a/www/epiphany-extensions/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Mon Feb 2 01:47:03 2004
-+++ configure Mon Feb 2 01:47:33 2004
-@@ -22050,6 +22050,10 @@
- ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
- ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+else
-+
-+ HAVE_OPENSP_TRUE='#'
-+ HAVE_OPENSP_FALSE=
-
- fi
-
diff --git a/www/epiphany-extensions/files/patch-extensions_dashboard_dashboard-frontend-xmlwriter.c b/www/epiphany-extensions/files/patch-extensions_dashboard_dashboard-frontend-xmlwriter.c
deleted file mode 100644
index 7ade3da72..000000000
--- a/www/epiphany-extensions/files/patch-extensions_dashboard_dashboard-frontend-xmlwriter.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- extensions/dashboard/dashboard-frontend-xmlwriter.c.orig Mon Feb 2 01:48:57 2004
-+++ extensions/dashboard/dashboard-frontend-xmlwriter.c Mon Feb 2 01:49:39 2004
-@@ -32,6 +32,7 @@
- #include <unistd.h>
- #include <sys/socket.h>
- #include <sys/types.h>
-+#include <sys/time.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <fcntl.h>
diff --git a/www/epiphany-extensions/files/patch-extensions_error-viewer_link-checker.c b/www/epiphany-extensions/files/patch-extensions_error-viewer_link-checker.c
deleted file mode 100644
index 4ba1036be..000000000
--- a/www/epiphany-extensions/files/patch-extensions_error-viewer_link-checker.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- extensions/error-viewer/link-checker.c.orig Sun Mar 7 20:04:15 2004
-+++ extensions/error-viewer/link-checker.c Sun Mar 7 20:04:39 2004
-@@ -111,10 +111,10 @@
- static gboolean
- link_checker_append_internal (gpointer data)
- {
-+ LinkCheckerAppendCBData *append_data;
- g_return_if_fail (data != NULL);
-
-- LinkCheckerAppendCBData *append_data =
-- (LinkCheckerAppendCBData *) data;
-+ append_data = (LinkCheckerAppendCBData *) data;
-
- g_return_if_fail (IS_LINK_CHECKER (append_data->checker));
- g_return_if_fail (IS_ERROR_VIEWER
diff --git a/www/epiphany-extensions/pkg-descr b/www/epiphany-extensions/pkg-descr
deleted file mode 100644
index 220193f34..000000000
--- a/www/epiphany-extensions/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Epiphany-extensions is a set of plugins for the Epiphany web browser that
-extend its base functionality. Currently, the following extensions are
-supported:
-
-* Mouse gestures
-* Pop-up blocker
-* Tabs menu
-
-WWW: http://savannah.nongnu.org/projects/ephyplugins/
diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist
deleted file mode 100644
index 1ebf041a9..000000000
--- a/www/epiphany-extensions/pkg-plist
+++ /dev/null
@@ -1,49 +0,0 @@
-lib/epiphany/extensions/libcertificatesextension.a
-lib/epiphany/extensions/libcertificatesextension.so
-lib/epiphany/extensions/libcertificatesextension.so.0
-lib/epiphany/extensions/libdashboardextension.a
-lib/epiphany/extensions/libdashboardextension.so
-lib/epiphany/extensions/libdashboardextension.so.0
-lib/epiphany/extensions/liberrorviewerextension.a
-lib/epiphany/extensions/liberrorviewerextension.so
-lib/epiphany/extensions/liberrorviewerextension.so.0
-lib/epiphany/extensions/libgesturesextension.a
-lib/epiphany/extensions/libgesturesextension.so
-lib/epiphany/extensions/libgesturesextension.so.0
-lib/epiphany/extensions/libpopupblockerextension.a
-lib/epiphany/extensions/libpopupblockerextension.so
-lib/epiphany/extensions/libpopupblockerextension.so.0
-lib/epiphany/extensions/libtabsmenuextension.a
-lib/epiphany/extensions/libtabsmenuextension.so
-lib/epiphany/extensions/libtabsmenuextension.so.0
-share/gnome/epiphany-extensions/ephy-gestures.xml
-share/gnome/epiphany-extensions/glade/error-viewer.glade
-share/gnome/epiphany-extensions/icons/popup-blocker.svg
-share/locale/ca/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/cs/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/da/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/de/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/el/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/en_GB/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/es/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/fr/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/hr/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/hu/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/it/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/ja/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/lt/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/nl/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/no/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/pa/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/pt/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/pt_BR/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/sk/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/sq/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/sr/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/sr@Latn/LC_MESSAGES/epiphany-extensions-1.0.mo
-share/locale/sv/LC_MESSAGES/epiphany-extensions-1.0.mo
-@dirrm share/gnome/epiphany-extensions/icons
-@dirrm share/gnome/epiphany-extensions/glade
-@dirrm share/gnome/epiphany-extensions
-@dirrm lib/epiphany/extensions
-@dirrm lib/epiphany
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
deleted file mode 100644
index a5e693257..000000000
--- a/www/epiphany/Makefile
+++ /dev/null
@@ -1,113 +0,0 @@
-# Ports collection Makefile for: epiphany
-# Date created: 24 April 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= epiphany
-PORTVERSION= 1.2.2
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= An extremely lightweight and simple web browser for GNOME 2
-
-BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
-RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
-
-MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.6"
-
-MOZILLA= mozilla
-HEADERS_SUFX=
-
-.if !defined(WITH_MOZILLA)
-MOZILLA= mozilla
-HEADERS_SUFX=
-.else
-.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2"
-MOZILLA= mozilla-devel
-HEADERS_SUFX= -devel
-MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7b"
-.else
-MOZILLA= mozilla
-HEADERS_SUFX=
-.endif
-.endif
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack intlhack lthack libgnomeui
-WANT_GNOME= yes
-USE_LIBTOOL_VER=13
-USE_GMAKE= yes
-USE_REINPLACE= yes
-CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla${HEADERS_SUFX}" \
- --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" \
- ${MOZ_CONFIGURE_ARGS}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1
-XXX_FILES= EphyAutomation-common.c EphyAutomation-stubs.c \
- EphyAutomation-skels.c EphyAutomation.h
-PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/\.[0-9]+$//}"
-
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-.undef WITHOUT_GNOME
-.undef WITHOUT_ALL
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mnautilus2}!=""
-USE_GNOME+= nautilus2
-CONFIGURE_ARGS+= --enable-nautilus-view
-.else
-CONFIGURE_ARGS+= --enable-nautilus-view=no
-.endif
-
-.if ${OSVERSION} > 500000
-# Galeon does not build correctly in -CURRENT if -Werror is passed
-# to the compiler.
-NO_WERROR= yes
-.endif
-# allow build with more warnings enabled
-.if defined(NO_WERROR)
-CONFIGURE_ARGS+= --disable-werror
-.endif
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} " By default epiphany uses www/mozilla for html rendering, but you can"
- @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
- @${ECHO_MSG}
- @${ECHO_MSG} " mozilla-devel "
- @${ECHO_MSG} ""
-
-post-extract:
-.for i in ${XXX_FILES}
- @${RM} -f ${WRKSRC}/src/${i}
-.endfor
-
-post-patch:
- @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' ${WRKSRC}/configure
- @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|-lpthread|${PTHREAD_LIBS}|g'
- @${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|malloc\.h|stdlib.h|g'
-
-post-configure:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
- s|%%LOCALBASE%%|${LOCALBASE}|g ; \
- s|%%X11BASE%%|${X11BASE}|g ; \
- s|%%MOZILLA%%|${MOZILLA}|g ; \
- s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' ${WRKSRC}/src/epiphany
-
-pre-install:
- @-${X11BASE}/bin/gconftool-2 --shutdown
-
-.include <bsd.port.post.mk>
diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo
deleted file mode 100644
index 157a17584..000000000
--- a/www/epiphany/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/epiphany-1.2.2.tar.bz2) = abf9a04159e1c0ef8c27d676ab383b8d
-SIZE (gnome2/epiphany-1.2.2.tar.bz2) = 2148870
diff --git a/www/epiphany/files/patch-embed_mozilla_mozilla-embed-single.cpp b/www/epiphany/files/patch-embed_mozilla_mozilla-embed-single.cpp
deleted file mode 100644
index 5f7bbebe3..000000000
--- a/www/epiphany/files/patch-embed_mozilla_mozilla-embed-single.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- embed/mozilla/mozilla-embed-single.cpp.orig Thu Dec 11 14:58:19 2003
-+++ embed/mozilla/mozilla-embed-single.cpp Thu Dec 11 14:58:27 2003
-@@ -385,7 +385,7 @@
- return NS_ERROR_FAILURE;
- }
-
--#if MOZILLA_SNAPSHOT >= 12
-+#if MOZILLA_SNAPSHOT > 12
- result = localeService->GetLocaleComponentForUserAgent (aUILang);
- #else
- nsXPIDLString uiLang;
diff --git a/www/epiphany/files/patch-src_epiphany.in b/www/epiphany/files/patch-src_epiphany.in
deleted file mode 100644
index 23583b77f..000000000
--- a/www/epiphany/files/patch-src_epiphany.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/epiphany.in.orig Sat Dec 20 14:35:58 2003
-+++ src/epiphany.in Sun Dec 28 16:44:41 2003
-@@ -5,7 +5,7 @@
- MOZILLA_HOME=@MOZILLA_HOME@
-
- if [ -z "$MOZ_PLUGIN_PATH" ]; then
-- MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins:/usr/libexec/plugins/mozilla
-+ MOZ_PLUGIN_PATH=%%X11BASE%%/lib/browser_plugins
- export MOZ_PLUGIN_PATH
- fi
-
-@@ -28,4 +28,9 @@
- MOZILLA_FIVE_HOME=$MOZILLA_HOME
- export MOZILLA_FIVE_HOME
-
--exec "$dist_bin/epiphany-bin" "$@"
-+if [ -f %%FLASHPLAYER%% ]; then
-+ LD_PRELOAD=%%FLASHPLAYER%%
-+ export LD_PRELOAD
-+fi
-+
-+exec "%%PREFIX%%/bin/epiphany-bin" "$@"
diff --git a/www/epiphany/pkg-descr b/www/epiphany/pkg-descr
deleted file mode 100644
index 24a41f93d..000000000
--- a/www/epiphany/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Epiphany is a web browser designed to be as lightweight and fast as
-possible, at the expense of many of the features found in other
-browsers.
-
-WWW: http://epiphany.mozdev.org/
diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist
deleted file mode 100644
index d4237ee0e..000000000
--- a/www/epiphany/pkg-plist
+++ /dev/null
@@ -1,169 +0,0 @@
-bin/epiphany
-bin/epiphany-bin
-etc/gconf/gconf.xml.defaults/apps/epiphany/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/epiphany/dialogs/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/epiphany/directories/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/epiphany/general/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/epiphany/lockdown/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/epiphany/web/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/dialogs/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/directories/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/general/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/lockdown/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/web/%gconf.xml
-etc/gconf/schemas/epiphany-lockdown.schemas
-etc/gconf/schemas/epiphany.schemas
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-command-manager.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-cookie-manager.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-dialog.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-embed-event.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-embed-persist.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-embed-prefs.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-embed-shell.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-embed-single.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-embed.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-encodings.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-extension.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-history.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-node-db.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-node.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-notebook.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-password-manager.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-permission-manager.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-session.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-shell.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-statusbar.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-tab.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-window.h
-libdata/bonobo/servers/GNOME_Epiphany_Automation.server
-libdata/bonobo/servers/GNOME_Epiphany_NautilusView.server
-libdata/pkgconfig/epiphany-1.2.pc
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/epiphany-ephy-cookie-manager.html
-%%DOCSDIR%%/epiphany-ephy-embed-factory.html
-%%DOCSDIR%%/epiphany-ephy-embed-single.html
-%%DOCSDIR%%/epiphany-ephy-password-manager.html
-%%DOCSDIR%%/epiphany-ephy-permission-manager.html
-%%DOCSDIR%%/epiphany-ephy-session.html
-%%DOCSDIR%%/epiphany-ephy-shell.html
-%%DOCSDIR%%/epiphany.devhelp
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/up.png
-share/gnome/application-registry/epiphany.applications
-share/gnome/applications/bme.desktop
-share/gnome/applications/epiphany.desktop
-share/gnome/epiphany/art/epiphany-bookmarks.png
-share/gnome/epiphany/art/epiphany-download.png
-share/gnome/epiphany/art/epiphany-entry.png
-share/gnome/epiphany/art/epiphany-history.png
-share/gnome/epiphany/art/epiphany-secure.png
-share/gnome/epiphany/art/epiphany-tab-loading.gif
-share/gnome/epiphany/art/epiphany-unsecure.png
-share/gnome/epiphany/art/hand-open.png
-share/gnome/epiphany/conspiracy.xhtml
-share/gnome/epiphany/default-prefs.js
-share/gnome/epiphany/epiphany-bookmark-editor-ui.xml
-share/gnome/epiphany/epiphany-fs-toolbar.xml
-share/gnome/epiphany/epiphany-history-window-ui.xml
-share/gnome/epiphany/epiphany-toolbar.xml
-share/gnome/epiphany/epiphany-ui.xml
-share/gnome/epiphany/epiphany.xhtml
-share/gnome/epiphany/glade/certificate-dialogs.glade
-share/gnome/epiphany/glade/epiphany.glade
-share/gnome/epiphany/glade/prefs-dialog.glade
-share/gnome/epiphany/glade/print.glade
-share/gnome/epiphany/mime-types-permissions.xml
-share/gnome/epiphany/nautilus-epiphany-view.xml
-share/gnome/help/epiphany/C/epiphany.xml
-share/gnome/help/epiphany/C/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/C/figures/ephy-screenshot.png
-share/gnome/help/epiphany/C/legal.xml
-share/gnome/omf/epiphany/epiphany-C.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/epiphany/epiphany-C.omf 2>/dev/null || /usr/bin/true
-share/gnome/pixmaps/epiphany-bookmarks.png
-share/locale/am/LC_MESSAGES/epiphany.mo
-share/locale/az/LC_MESSAGES/epiphany.mo
-share/locale/ar/LC_MESSAGES/epiphany.mo
-share/locale/be/LC_MESSAGES/epiphany.mo
-share/locale/bg/LC_MESSAGES/epiphany.mo
-share/locale/bn/LC_MESSAGES/epiphany.mo
-share/locale/ca/LC_MESSAGES/epiphany.mo
-share/locale/cs/LC_MESSAGES/epiphany.mo
-share/locale/cy/LC_MESSAGES/epiphany.mo
-share/locale/da/LC_MESSAGES/epiphany.mo
-share/locale/de/LC_MESSAGES/epiphany.mo
-share/locale/el/LC_MESSAGES/epiphany.mo
-share/locale/en_CA/LC_MESSAGES/epiphany.mo
-share/locale/en_GB/LC_MESSAGES/epiphany.mo
-share/locale/es/LC_MESSAGES/epiphany.mo
-share/locale/et/LC_MESSAGES/epiphany.mo
-share/locale/fa/LC_MESSAGES/epiphany.mo
-share/locale/fi/LC_MESSAGES/epiphany.mo
-share/locale/fr/LC_MESSAGES/epiphany.mo
-share/locale/ga/LC_MESSAGES/epiphany.mo
-share/locale/gu/LC_MESSAGES/epiphany.mo
-share/locale/hi/LC_MESSAGES/epiphany.mo
-share/locale/hr/LC_MESSAGES/epiphany.mo
-share/locale/hu/LC_MESSAGES/epiphany.mo
-share/locale/id/LC_MESSAGES/epiphany.mo
-share/locale/is/LC_MESSAGES/epiphany.mo
-share/locale/it/LC_MESSAGES/epiphany.mo
-share/locale/ja/LC_MESSAGES/epiphany.mo
-share/locale/ko/LC_MESSAGES/epiphany.mo
-share/locale/li/LC_MESSAGES/epiphany.mo
-share/locale/lt/LC_MESSAGES/epiphany.mo
-share/locale/mi/LC_MESSAGES/epiphany.mo
-share/locale/mk/LC_MESSAGES/epiphany.mo
-share/locale/mn/LC_MESSAGES/epiphany.mo
-share/locale/ms/LC_MESSAGES/epiphany.mo
-share/locale/nl/LC_MESSAGES/epiphany.mo
-share/locale/no/LC_MESSAGES/epiphany.mo
-share/locale/nn/LC_MESSAGES/epiphany.mo
-share/locale/pa/LC_MESSAGES/epiphany.mo
-share/locale/pl/LC_MESSAGES/epiphany.mo
-share/locale/pt/LC_MESSAGES/epiphany.mo
-share/locale/pt_BR/LC_MESSAGES/epiphany.mo
-share/locale/ro/LC_MESSAGES/epiphany.mo
-share/locale/ru/LC_MESSAGES/epiphany.mo
-share/locale/sk/LC_MESSAGES/epiphany.mo
-share/locale/sl/LC_MESSAGES/epiphany.mo
-share/locale/sq/LC_MESSAGES/epiphany.mo
-share/locale/sr/LC_MESSAGES/epiphany.mo
-share/locale/sr@Latn/LC_MESSAGES/epiphany.mo
-share/locale/sv/LC_MESSAGES/epiphany.mo
-share/locale/ta/LC_MESSAGES/epiphany.mo
-share/locale/tr/LC_MESSAGES/epiphany.mo
-share/locale/uk/LC_MESSAGES/epiphany.mo
-share/locale/vi/LC_MESSAGES/epiphany.mo
-share/locale/wa/LC_MESSAGES/epiphany.mo
-share/locale/zh_CN/LC_MESSAGES/epiphany.mo
-share/locale/zh_TW/LC_MESSAGES/epiphany.mo
-@dirrm share/gnome/omf/epiphany
-@dirrm share/gnome/help/epiphany/C/figures
-@dirrm share/gnome/help/epiphany/C
-@dirrm share/gnome/help/epiphany
-@dirrm share/gnome/epiphany/glade
-@dirrm share/gnome/epiphany/art
-@dirrm share/gnome/epiphany
-@dirrm %%DOCSDIR%%
-@dirrm include/epiphany-%%EPHY_VERSION%%/epiphany
-@dirrm include/epiphany-%%EPHY_VERSION%%
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/web
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/lockdown
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/general
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/directories
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/epiphany/dialogs
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/epiphany
-@dirrm etc/gconf/gconf.xml.defaults/apps/epiphany/web
-@dirrm etc/gconf/gconf.xml.defaults/apps/epiphany/lockdown
-@dirrm etc/gconf/gconf.xml.defaults/apps/epiphany/general
-@dirrm etc/gconf/gconf.xml.defaults/apps/epiphany/directories
-@dirrm etc/gconf/gconf.xml.defaults/apps/epiphany/dialogs
-@dirrm etc/gconf/gconf.xml.defaults/apps/epiphany
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/epiphany/epiphany-C.omf 2>/dev/null || /usr/bin/true
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile
deleted file mode 100644
index 7b2d4f72b..000000000
--- a/www/libgtkhtml/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: libgtkhtml
-# Date created: 2nd June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libgtkhtml
-PORTVERSION= 2.6.0
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Lightweight HTML rendering/printing/editing engine
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_GNOME= gnomeprefix gnomehack lthack libxslt gnomevfs2 gail
-INSTALLS_SHLIB= yes
-USE_LIBTOOL_VER=13
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/www/libgtkhtml/distinfo b/www/libgtkhtml/distinfo
deleted file mode 100644
index c1b838f2e..000000000
--- a/www/libgtkhtml/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/libgtkhtml-2.6.0.tar.bz2) = 100d747ee9dce852e313c4f9fa202813
-SIZE (gnome2/libgtkhtml-2.6.0.tar.bz2) = 426126
diff --git a/www/libgtkhtml/pkg-descr b/www/libgtkhtml/pkg-descr
deleted file mode 100644
index 173991abc..000000000
--- a/www/libgtkhtml/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-GtkHTML is a lightweight HTML rendering, printing, and editing engine.
-
-WWW: http://www.gnome.org/
diff --git a/www/libgtkhtml/pkg-plist b/www/libgtkhtml/pkg-plist
deleted file mode 100644
index 8f41dde64..000000000
--- a/www/libgtkhtml/pkg-plist
+++ /dev/null
@@ -1,88 +0,0 @@
-include/gtkhtml-2.0/libgtkhtml/css/cssmatcher.h
-include/gtkhtml-2.0/libgtkhtml/css/cssparser.h
-include/gtkhtml-2.0/libgtkhtml/css/cssstylesheet.h
-include/gtkhtml-2.0/libgtkhtml/css/cssvalue.h
-include/gtkhtml-2.0/libgtkhtml/document/htmldocument.h
-include/gtkhtml-2.0/libgtkhtml/document/htmlparser.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-attr.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-characterdata.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-comment.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-core-utils.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-document.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-documenttype.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-element.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-namednodemap.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-node.h
-include/gtkhtml-2.0/libgtkhtml/dom/core/dom-nodelist.h
-include/gtkhtml-2.0/libgtkhtml/dom/dom-types.h
-include/gtkhtml-2.0/libgtkhtml/dom/events/dom-event.h
-include/gtkhtml-2.0/libgtkhtml/dom/events/dom-eventlistener.h
-include/gtkhtml-2.0/libgtkhtml/dom/events/dom-eventtarget.h
-include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlanchorelement.h
-include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlcollection.h
-include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlelement.h
-include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlformelement.h
-include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlinputelement.h
-include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlobjectelement.h
-include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmloptionelement.h
-include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlselectelement.h
-include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmltextareaelement.h
-include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-documenttraversal.h
-include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-nodefilter.h
-include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-nodeiterator.h
-include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-traversal-utils.h
-include/gtkhtml-2.0/libgtkhtml/dom/views/dom-abstractview.h
-include/gtkhtml-2.0/libgtkhtml/dom/views/dom-documentview.h
-include/gtkhtml-2.0/libgtkhtml/graphics/htmlcolor.h
-include/gtkhtml-2.0/libgtkhtml/graphics/htmlfontspecification.h
-include/gtkhtml-2.0/libgtkhtml/graphics/htmlgdkpainter.h
-include/gtkhtml-2.0/libgtkhtml/graphics/htmlimage.h
-include/gtkhtml-2.0/libgtkhtml/graphics/htmlimagefactory.h
-include/gtkhtml-2.0/libgtkhtml/graphics/htmlpainter.h
-include/gtkhtml-2.0/libgtkhtml/graphics/htmlstylepainter.h
-include/gtkhtml-2.0/libgtkhtml/gtkhtml.h
-include/gtkhtml-2.0/libgtkhtml/gtkhtmlcontext.h
-include/gtkhtml-2.0/libgtkhtml/layout/html/htmlboxembedded.h
-include/gtkhtml-2.0/libgtkhtml/layout/html/htmlboxform.h
-include/gtkhtml-2.0/libgtkhtml/layout/html/htmlembedded.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlbox.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlboxblock.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlboxlistitem.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlboxroot.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtable.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablecaption.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablecell.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablerow.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablerowgroup.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtext.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmllinebox.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlrelayout.h
-include/gtkhtml-2.0/libgtkhtml/layout/htmlstyle.h
-include/gtkhtml-2.0/libgtkhtml/util/htmlatomlist.h
-include/gtkhtml-2.0/libgtkhtml/util/htmlglobalatomlist.h
-include/gtkhtml-2.0/libgtkhtml/util/htmlglobalatoms.h
-include/gtkhtml-2.0/libgtkhtml/util/htmlstream.h
-include/gtkhtml-2.0/libgtkhtml/util/htmlstreambuffer.h
-include/gtkhtml-2.0/libgtkhtml/util/rfc1738.h
-include/gtkhtml-2.0/libgtkhtml/view/htmlevent.h
-include/gtkhtml-2.0/libgtkhtml/view/htmlselection.h
-include/gtkhtml-2.0/libgtkhtml/view/htmlview.h
-lib/libgtkhtml-2.a
-lib/libgtkhtml-2.so
-lib/libgtkhtml-2.so.0
-libdata/pkgconfig/libgtkhtml-2.0.pc
-@dirrm include/gtkhtml-2.0/libgtkhtml/view
-@dirrm include/gtkhtml-2.0/libgtkhtml/util
-@dirrm include/gtkhtml-2.0/libgtkhtml/layout/html
-@dirrm include/gtkhtml-2.0/libgtkhtml/layout
-@dirrm include/gtkhtml-2.0/libgtkhtml/graphics
-@dirrm include/gtkhtml-2.0/libgtkhtml/dom/views
-@dirrm include/gtkhtml-2.0/libgtkhtml/dom/traversal
-@dirrm include/gtkhtml-2.0/libgtkhtml/dom/html
-@dirrm include/gtkhtml-2.0/libgtkhtml/dom/events
-@dirrm include/gtkhtml-2.0/libgtkhtml/dom/core
-@dirrm include/gtkhtml-2.0/libgtkhtml/dom
-@dirrm include/gtkhtml-2.0/libgtkhtml/document
-@dirrm include/gtkhtml-2.0/libgtkhtml/css
-@dirrm include/gtkhtml-2.0/libgtkhtml
-@dirrm include/gtkhtml-2.0