summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/epiphany-extensions/Makefile94
-rw-r--r--www/epiphany-extensions/distinfo2
-rw-r--r--www/epiphany-extensions/files/patch-configure13
-rw-r--r--www/epiphany-extensions/pkg-descr9
-rw-r--r--www/epiphany-extensions/pkg-plist77
-rw-r--r--www/epiphany/Makefile103
-rw-r--r--www/epiphany/distinfo2
-rw-r--r--www/epiphany/files/epiphany27
-rw-r--r--www/epiphany/pkg-descr5
-rw-r--r--www/epiphany/pkg-plist212
-rw-r--r--www/evolution-webcal/Makefile30
-rw-r--r--www/evolution-webcal/distinfo2
-rw-r--r--www/evolution-webcal/pkg-descr7
-rw-r--r--www/evolution-webcal/pkg-plist50
-rw-r--r--www/gtkhtml3/Makefile32
-rw-r--r--www/gtkhtml3/distinfo2
-rw-r--r--www/gtkhtml3/files/patch-po_Makefile.in.in10
-rw-r--r--www/gtkhtml3/files/patch-src_gtkhtml.c11
-rw-r--r--www/gtkhtml3/files/patch-src_htmltext.c15
-rw-r--r--www/gtkhtml3/pkg-descr3
-rw-r--r--www/gtkhtml3/pkg-plist213
-rw-r--r--www/gtkhtml38/Makefile32
-rw-r--r--www/gtkhtml38/distinfo2
-rw-r--r--www/gtkhtml38/files/patch-po_Makefile.in.in10
-rw-r--r--www/gtkhtml38/files/patch-src_gtkhtml.c11
-rw-r--r--www/gtkhtml38/files/patch-src_htmltext.c15
-rw-r--r--www/gtkhtml38/pkg-descr3
-rw-r--r--www/gtkhtml38/pkg-plist213
-rw-r--r--www/pyphany/Makefile31
-rw-r--r--www/pyphany/distinfo2
-rw-r--r--www/pyphany/pkg-descr2
-rw-r--r--www/pyphany/pkg-plist19
32 files changed, 0 insertions, 1259 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
deleted file mode 100644
index ee3bb7f65..000000000
--- a/www/epiphany-extensions/Makefile
+++ /dev/null
@@ -1,94 +0,0 @@
-# Ports collection Makefile for: epiphany-extensions
-# Date created: 30 December 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= epiphany
-PORTVERSION= 1.6.0
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.6
-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=
-
-.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
-.else
-MOZILLA= mozilla
-HEADERS_SUFX=
-.endif
-.endif
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnometarget
-USE_LIBTOOL_VER=15
-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"
-
-PLIST_SUB= VERSION="1.6" EPHY_VERSION="1.6"
-
-.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+= --disable-opensp
-.endif
-
-.if ${OSVERSION} < 500000
-.if ${MOZILLA}=="mozilla-devel"
-USE_GCC= 3.4
-.endif
-.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; \
- s|mozilla-xpcom|mozilla-xpcom${HEADERS_SUFX}|g; \
- s|$$MOZILLA-gtkmozembed|$$MOZILLA-gtkmozembed${HEADERS_SUFX}|g; \
- s|$$MOZILLA-xpcom|$$MOZILLA-xpcom${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 28b657731..000000000
--- a/www/epiphany-extensions/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/epiphany-extensions-1.6.0.tar.bz2) = c9f6d0e6b817120e8aec671529ad5ee8
-SIZE (gnome2/epiphany-extensions-1.6.0.tar.bz2) = 550293
diff --git a/www/epiphany-extensions/files/patch-configure b/www/epiphany-extensions/files/patch-configure
deleted file mode 100644
index 2611517cb..000000000
--- a/www/epiphany-extensions/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Wed Jul 7 14:09:38 2004
-+++ configure Wed Jul 7 14:10:16 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/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 5f6f6e1ab..000000000
--- a/www/epiphany-extensions/pkg-plist
+++ /dev/null
@@ -1,77 +0,0 @@
-lib/epiphany-%%VERSION%%/extensions/actions.xml
-lib/epiphany-%%VERSION%%/extensions/bookmarks-tray.xml
-lib/epiphany-%%VERSION%%/extensions/certificates.xml
-lib/epiphany-%%VERSION%%/extensions/dashboard.xml
-lib/epiphany-%%VERSION%%/extensions/error-viewer.xml
-lib/epiphany-%%VERSION%%/extensions/extensions-manager-ui.xml
-lib/epiphany-%%VERSION%%/extensions/gestures.xml
-lib/epiphany-%%VERSION%%/extensions/libactionsextension.a
-lib/epiphany-%%VERSION%%/extensions/libactionsextension.so
-lib/epiphany-%%VERSION%%/extensions/libactionsextension.so.0
-lib/epiphany-%%VERSION%%/extensions/libbookmarkstrayextension.so
-lib/epiphany-%%VERSION%%/extensions/libcertificatesextension.so
-lib/epiphany-%%VERSION%%/extensions/libdashboardextension.so
-lib/epiphany-%%VERSION%%/extensions/liberrorviewerextension.so
-lib/epiphany-%%VERSION%%/extensions/libextensionsmanageruiextension.so
-lib/epiphany-%%VERSION%%/extensions/libgesturesextension.so
-lib/epiphany-%%VERSION%%/extensions/libpageinfoextension.so
-lib/epiphany-%%VERSION%%/extensions/libselectstylesheetextension.so
-lib/epiphany-%%VERSION%%/extensions/libsidebarextension.so
-lib/epiphany-%%VERSION%%/extensions/libsmartbookmarksextension.so
-lib/epiphany-%%VERSION%%/extensions/libtabgroupsextension.so
-lib/epiphany-%%VERSION%%/extensions/libtabsmenuextension.so
-lib/epiphany-%%VERSION%%/extensions/libtabstatesextension.a
-lib/epiphany-%%VERSION%%/extensions/libtabstatesextension.so
-lib/epiphany-%%VERSION%%/extensions/libtabstatesextension.so.0
-lib/epiphany-%%VERSION%%/extensions/tab-states.xml
-lib/epiphany-%%VERSION%%/extensions/page-info.xml
-lib/epiphany-%%VERSION%%/extensions/select-stylesheet.xml
-lib/epiphany-%%VERSION%%/extensions/sidebar.xml
-lib/epiphany-%%VERSION%%/extensions/smart-bookmarks.xml
-lib/epiphany-%%VERSION%%/extensions/tab-groups.xml
-lib/epiphany-%%VERSION%%/extensions/tabsmenu.xml
-share/gnome/epiphany-extensions/ephy-gestures.xml
-share/gnome/epiphany-extensions/glade/action-properties.glade
-share/gnome/epiphany-extensions/glade/actions-editor.glade
-share/gnome/epiphany-extensions/glade/error-viewer.glade
-share/gnome/epiphany-extensions/glade/extensions-manager-ui.glade
-share/gnome/epiphany-extensions/glade/page-info.glade
-share/gnome/epiphany-extensions/xml/ephy-bookmarks-tray-ui.xml
-share/gnome/epiphany-extensions/xml/epiphany-sidebar-ui.xml
-share/gnome/epiphany-extensions/xml/page-info-context-ui.xml
-share/locale/bg/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ca/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/cs/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/da/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/de/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/el/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/es/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/fr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/hr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/hu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/it/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ja/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ko/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/lt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/nl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/no/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ru/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sq/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sr@Latn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sv/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/uk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/wa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-@dirrm share/gnome/epiphany-extensions/xml
-@dirrm share/gnome/epiphany-extensions/glade
-@dirrm share/gnome/epiphany-extensions
-@unexec rmdir %D/lib/epiphany-%%VERSION%%/extensions 2>/dev/null || true
-@unexec rmdir %D/lib/epiphany-%%VERSION%% 2>/dev/null || true
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
deleted file mode 100644
index 9f3afb06a..000000000
--- a/www/epiphany/Makefile
+++ /dev/null
@@ -1,103 +0,0 @@
-# Ports collection Makefile for: epiphany
-# Date created: 24 April 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= epiphany
-PORTVERSION= 1.6.0
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6
-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}
-
-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
-.else
-MOZILLA= mozilla
-HEADERS_SUFX=
-.endif
-.endif
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-GNOME_DESKTOP_VERSION=2
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils
-USE_LIBTOOL_VER=15
-USE_GMAKE= yes
-USE_REINPLACE= yes
-INSTALLS_OMF= yes
-CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla${HEADERS_SUFX}" \
- --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}"
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas
-
-FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1
-PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/\.[0-9]+$//}"
-
-MAN1= epiphany.1
-
-.include <bsd.port.pre.mk>
-
-NO_WERROR= yes
-# allow build with more warnings enabled
-.if defined(NO_WERROR)
-CONFIGURE_ARGS+= --enable-compile-warnings=no
-.endif
-
-.if ${OSVERSION} < 500000
-.if ${MOZILLA}=="mozilla-devel"
-USE_GCC= 3.4
-.endif
-.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-patch:
- @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g ; \
- s|mozilla-xpcom|mozilla-xpcom${HEADERS_SUFX}|g ; \
- s|$$MOZILLA-gtkmozembed|$$MOZILLA-gtkmozembed${HEADERS_SUFX}|g ; \
- s|$$MOZILLA-xpcom|$$MOZILLA-xpcom${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:
- @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \
- s|%%LOCALBASE%%|${LOCALBASE}|g ; \
- s|%%X11BASE%%|${X11BASE}|g ; \
- s|%%MOZILLA%%|${MOZILLA}|g ; \
- s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' <${FILESDIR}/epiphany \
- > ${WRKDIR}/epiphany
-
-post-install:
- @${MV} -f ${PREFIX}/bin/epiphany ${PREFIX}/bin/epiphany-bin
- ${INSTALL_SCRIPT} ${WRKDIR}/epiphany ${PREFIX}/bin
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo
deleted file mode 100644
index e2a19172b..000000000
--- a/www/epiphany/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/epiphany-1.6.0.tar.bz2) = 53eda1c713aec26a51fb806210c8afa7
-SIZE (gnome2/epiphany-1.6.0.tar.bz2) = 2983514
diff --git a/www/epiphany/files/epiphany b/www/epiphany/files/epiphany
deleted file mode 100644
index 504fd0240..000000000
--- a/www/epiphany/files/epiphany
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-dist_bin=`dirname $0`
-
-MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%
-
-if [ -z "$MOZ_PLUGIN_PATH" ]; then
- MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins
- export MOZ_PLUGIN_PATH
-fi
-
-if [ -n "$LD_LIBRARY_PATH" ]; then
- LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
-else
- LD_LIBRARY_PATH=$MOZILLA_HOME
-fi
-export LD_LIBRARY_PATH
-
-MOZILLA_FIVE_HOME=$MOZILLA_HOME
-export MOZILLA_FIVE_HOME
-
-if [ -f %%LOCALBASE%%/lib/libflashplayer.so.1 ]; then
- LD_PRELOAD=%%LOCALBASE%%/lib/libflashplayer.so.1
- 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 51066f8d5..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://www.gnome.org/projects/epiphany/
diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist
deleted file mode 100644
index 9da0f027e..000000000
--- a/www/epiphany/pkg-plist
+++ /dev/null
@@ -1,212 +0,0 @@
-bin/epiphany
-bin/epiphany-bin
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-bookmarks-type-builtins.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-factory.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-type-builtins.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-embed.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-extension.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-extensions-manager.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-history.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-lib-type-builtins.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-link.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-loader.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-state.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-statusbar.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-tab.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-type-builtins.h
-include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-window.h
-libdata/bonobo/servers/GNOME_Epiphany_Automation.server
-libdata/pkgconfig/epiphany-1.6.pc
-%%DOCSDIR%%/EphyCommandManager.html
-%%DOCSDIR%%/EphyEmbed.html
-%%DOCSDIR%%/EphyEmbedPersist.html
-%%DOCSDIR%%/EphyEmbedSingle.html
-%%DOCSDIR%%/EphyNodeDb.html
-%%DOCSDIR%%/EphyPermissionManager.html
-%%DOCSDIR%%/EphyTab.html
-%%DOCSDIR%%/EphyWindow.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/ch02.html
-%%DOCSDIR%%/epiphany-EphyEmbedFactory.html
-%%DOCSDIR%%/epiphany-EphyExtensionsManager.html
-%%DOCSDIR%%/epiphany-EphyGlade.html
-%%DOCSDIR%%/epiphany-ephy-cookie-manager.html
-%%DOCSDIR%%/epiphany-ephy-password-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
-@exec update-desktop-database > /dev/null || /usr/bin/true
-share/gnome/epiphany/art/epiphany-bookmarks.png
-share/gnome/epiphany/art/epiphany-close-tab.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-popup-hidden.png
-share/gnome/epiphany/art/hand-open.png
-share/gnome/epiphany/default-prefs.js
-share/gnome/epiphany/epiphany-bookmark-editor-ui.xml
-share/gnome/epiphany/epiphany-bookmarks-html.xsl
-share/gnome/epiphany/epiphany-bookmarksbar.xml
-share/gnome/epiphany/epiphany-extension.xsd
-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/help/epiphany/C/epiphany.xml
-share/gnome/help/epiphany/C/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-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/help/epiphany/es/epiphany.xml
-share/gnome/help/epiphany/es/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/es/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/es/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/es/figures/ephy-screenshot.png
-share/gnome/help/epiphany/es/legal.xml
-share/gnome/help/epiphany/eu/epiphany.xml
-share/gnome/help/epiphany/eu/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/eu/figures/ephy-screenshot.png
-share/gnome/help/epiphany/eu/legal.xml
-share/gnome/help/epiphany/fi/epiphany.xml
-share/gnome/help/epiphany/fi/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/fi/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/fi/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/fi/figures/ephy-screenshot.png
-share/gnome/help/epiphany/fi/legal.xml
-share/gnome/help/epiphany/ja/epiphany.xml
-share/gnome/help/epiphany/ja/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/ja/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/ja/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/ja/figures/ephy-screenshot.png
-share/gnome/help/epiphany/ja/legal.xml
-share/gnome/help/epiphany/uk/epiphany.xml
-share/gnome/help/epiphany/uk/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/uk/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/uk/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/uk/figures/ephy-screenshot.png
-share/gnome/help/epiphany/uk/legal.xml
-share/gnome/omf/epiphany/epiphany-C.omf
-share/gnome/omf/epiphany/epiphany-es.omf
-share/gnome/omf/epiphany/epiphany-eu.omf
-share/gnome/omf/epiphany/epiphany-fi.omf
-share/gnome/omf/epiphany/epiphany-ja.omf
-share/gnome/omf/epiphany/epiphany-uk.omf
-share/gnome/pixmaps/epiphany-bookmarks.png
-share/locale/am/LC_MESSAGES/epiphany.mo
-share/locale/ar/LC_MESSAGES/epiphany.mo
-share/locale/az/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/bs/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/eu/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/he/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/ml/LC_MESSAGES/epiphany.mo
-share/locale/mn/LC_MESSAGES/epiphany.mo
-share/locale/ms/LC_MESSAGES/epiphany.mo
-share/locale/nb/LC_MESSAGES/epiphany.mo
-share/locale/ne/LC_MESSAGES/epiphany.mo
-share/locale/nl/LC_MESSAGES/epiphany.mo
-share/locale/nn/LC_MESSAGES/epiphany.mo
-share/locale/no/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/th/LC_MESSAGES/epiphany.mo
-share/locale/tk/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/uk/figures
-@dirrm share/gnome/help/epiphany/uk
-@dirrm share/gnome/help/epiphany/ja/figures
-@dirrm share/gnome/help/epiphany/ja
-@dirrm share/gnome/help/epiphany/fi/figures
-@dirrm share/gnome/help/epiphany/fi
-@dirrm share/gnome/help/epiphany/eu/figures
-@dirrm share/gnome/help/epiphany/eu
-@dirrm share/gnome/help/epiphany/es/figures
-@dirrm share/gnome/help/epiphany/es
-@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%%
-@unexec update-desktop-database > /dev/null || /usr/bin/true
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile
deleted file mode 100644
index 3c1416000..000000000
--- a/www/evolution-webcal/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: evolution-webcal
-# Date created: Mon Apr 26 18:08:00 CEST 2004
-# Whom: Koop Mast <kwm@rainbow-runner.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= webcal
-PORTVERSION= 2.2.0
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/2.2
-PKGNAMEPREFIX= evolution-
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= kwm@FreeBSD.org
-COMMENT= Webcal(endar) handler for gnome
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PERL= yes
-USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= evolution-webcal.schemas
-
-.include <bsd.port.mk>
diff --git a/www/evolution-webcal/distinfo b/www/evolution-webcal/distinfo
deleted file mode 100644
index 3d7587122..000000000
--- a/www/evolution-webcal/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (evolution-webcal-2.2.0.tar.bz2) = a96ccdc8ec6c937fc87dd2bb650bfdf1
-SIZE (evolution-webcal-2.2.0.tar.bz2) = 139078
diff --git a/www/evolution-webcal/pkg-descr b/www/evolution-webcal/pkg-descr
deleted file mode 100644
index ab2f04e9d..000000000
--- a/www/evolution-webcal/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Evolution Webcal installs a GNOME URL Handler for "webcal:".
-This will pop up a subscription dialog when you point your web browser at it.
-The calendars will automaticaly appear in Evolution 1.5.x if it is running,
-or will show up the next time you start Evolution.
-
-It also works for non-GNOME applications. These applications need to set
-there URL handler to be "gnome-open".
diff --git a/www/evolution-webcal/pkg-plist b/www/evolution-webcal/pkg-plist
deleted file mode 100644
index 21bc932a6..000000000
--- a/www/evolution-webcal/pkg-plist
+++ /dev/null
@@ -1,50 +0,0 @@
-libexec/evolution-webcal
-share/locale/ar/LC_MESSAGES/evolution-webcal.mo
-share/locale/az/LC_MESSAGES/evolution-webcal.mo
-share/locale/bg/LC_MESSAGES/evolution-webcal.mo
-share/locale/bn/LC_MESSAGES/evolution-webcal.mo
-share/locale/bs/LC_MESSAGES/evolution-webcal.mo
-share/locale/ca/LC_MESSAGES/evolution-webcal.mo
-share/locale/cs/LC_MESSAGES/evolution-webcal.mo
-share/locale/cy/LC_MESSAGES/evolution-webcal.mo
-share/locale/da/LC_MESSAGES/evolution-webcal.mo
-share/locale/de/LC_MESSAGES/evolution-webcal.mo
-share/locale/el/LC_MESSAGES/evolution-webcal.mo
-share/locale/en_CA/LC_MESSAGES/evolution-webcal.mo
-share/locale/en_GB/LC_MESSAGES/evolution-webcal.mo
-share/locale/es/LC_MESSAGES/evolution-webcal.mo
-share/locale/et/LC_MESSAGES/evolution-webcal.mo
-share/locale/eu/LC_MESSAGES/evolution-webcal.mo
-share/locale/fa/LC_MESSAGES/evolution-webcal.mo
-share/locale/fi/LC_MESSAGES/evolution-webcal.mo
-share/locale/fr/LC_MESSAGES/evolution-webcal.mo
-share/locale/gu/LC_MESSAGES/evolution-webcal.mo
-share/locale/hi/LC_MESSAGES/evolution-webcal.mo
-share/locale/hu/LC_MESSAGES/evolution-webcal.mo
-share/locale/id/LC_MESSAGES/evolution-webcal.mo
-share/locale/it/LC_MESSAGES/evolution-webcal.mo
-share/locale/ja/LC_MESSAGES/evolution-webcal.mo
-share/locale/ko/LC_MESSAGES/evolution-webcal.mo
-share/locale/lt/LC_MESSAGES/evolution-webcal.mo
-share/locale/ms/LC_MESSAGES/evolution-webcal.mo
-share/locale/nb/LC_MESSAGES/evolution-webcal.mo
-share/locale/ne/LC_MESSAGES/evolution-webcal.mo
-share/locale/nl/LC_MESSAGES/evolution-webcal.mo
-share/locale/no/LC_MESSAGES/evolution-webcal.mo
-share/locale/or/LC_MESSAGES/evolution-webcal.mo
-share/locale/pa/LC_MESSAGES/evolution-webcal.mo
-share/locale/pl/LC_MESSAGES/evolution-webcal.mo
-share/locale/pt/LC_MESSAGES/evolution-webcal.mo
-share/locale/pt_BR/LC_MESSAGES/evolution-webcal.mo
-share/locale/ru/LC_MESSAGES/evolution-webcal.mo
-share/locale/sq/LC_MESSAGES/evolution-webcal.mo
-share/locale/sr/LC_MESSAGES/evolution-webcal.mo
-share/locale/sr@Latn/LC_MESSAGES/evolution-webcal.mo
-share/locale/sv/LC_MESSAGES/evolution-webcal.mo
-share/locale/ta/LC_MESSAGES/evolution-webcal.mo
-share/locale/th/LC_MESSAGES/evolution-webcal.mo
-share/locale/tr/LC_MESSAGES/evolution-webcal.mo
-share/locale/uk/LC_MESSAGES/evolution-webcal.mo
-share/locale/vi/LC_MESSAGES/evolution-webcal.mo
-share/locale/zh_CN/LC_MESSAGES/evolution-webcal.mo
-share/locale/zh_TW/LC_MESSAGES/evolution-webcal.mo
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
deleted file mode 100644
index e44a89101..000000000
--- a/www/gtkhtml3/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: gtkhtml3
-# Date created: 12 March 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtkhtml3
-PORTVERSION= 3.6.0
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.6
-DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Lightweight HTML rendering/printing/editing engine
-
-LIB_DEPENDS= soup-2.2.7:${PORTSDIR}/devel/libsoup
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeui libgnomeprintui
-INSTALLS_SHLIB= yes
-USE_LIBTOOL_VER=15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= VERSION="3.6"
-
-.include <bsd.port.mk>
diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo
deleted file mode 100644
index 3809c4280..000000000
--- a/www/gtkhtml3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gtkhtml-3.6.0.tar.bz2) = a53378f57544ef2e2e7b40616dc237a1
-SIZE (gnome2/gtkhtml-3.6.0.tar.bz2) = 1348975
diff --git a/www/gtkhtml3/files/patch-po_Makefile.in.in b/www/gtkhtml3/files/patch-po_Makefile.in.in
deleted file mode 100644
index df4fac948..000000000
--- a/www/gtkhtml3/files/patch-po_Makefile.in.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- po/Makefile.in.in.orig Tue Nov 23 17:53:53 2004
-+++ po/Makefile.in.in Tue Nov 23 17:58:38 2004
-@@ -31,6 +31,7 @@
- localedir = $(libdir)/locale
- gnulocaledir = $(datadir)/locale
- gettextsrcdir = $(datadir)/glib-2.0/gettext/po
-+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- subdir = po
-
- INSTALL = @INSTALL@
diff --git a/www/gtkhtml3/files/patch-src_gtkhtml.c b/www/gtkhtml3/files/patch-src_gtkhtml.c
deleted file mode 100644
index 902c39e8e..000000000
--- a/www/gtkhtml3/files/patch-src_gtkhtml.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gtkhtml.c.orig Mon Aug 2 11:21:24 2004
-+++ src/gtkhtml.c Tue Aug 3 15:19:41 2004
-@@ -2955,7 +2955,7 @@
- add_bindings (klass);
- gtk_html_accessibility_init ();
-
-- gtk_rc_parse (PREFIX "/share/" GTKHTML_RELEASE_STRING "/keybindingsrc.emacs");
-+ gtk_rc_parse (PREFIX "/share/gnome/" GTKHTML_RELEASE_STRING "/keybindingsrc.emacs");
- html_class->emacs_bindings = gtk_binding_set_find ("gtkhtml-bindings-emacs");
- read_key_theme (html_class);
- gconf_client_notify_add (gconf_client_get_default (), "/desktop/gnome/interface/gtk_key_theme",
diff --git a/www/gtkhtml3/files/patch-src_htmltext.c b/www/gtkhtml3/files/patch-src_htmltext.c
deleted file mode 100644
index f970e5b65..000000000
--- a/www/gtkhtml3/files/patch-src_htmltext.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/htmltext.c.orig Wed Dec 8 01:45:57 2004
-+++ src/htmltext.c Wed Dec 8 01:46:10 2004
-@@ -2433,10 +2433,11 @@
- gsize
- html_text_sanitize (const gchar **str, gint *len)
- {
-+ gchar *end;
- g_return_val_if_fail (str != NULL, 0);
- g_return_val_if_fail (len != NULL, 0);
-
-- gchar *end = offset_to_pointer_validated (*str, *len, len);
-+ end = offset_to_pointer_validated (*str, *len, len);
- if (end) {
- return end - *str;
- } else {
diff --git a/www/gtkhtml3/pkg-descr b/www/gtkhtml3/pkg-descr
deleted file mode 100644
index 38451dc01..000000000
--- a/www/gtkhtml3/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-GtkHTML is a lightweight HTML rendering, printing, and editing engine.
-
-WWW: http://www.ximian.com/
diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist
deleted file mode 100644
index 5c4468b48..000000000
--- a/www/gtkhtml3/pkg-plist
+++ /dev/null
@@ -1,213 +0,0 @@
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-compat.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-embedded.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-enums.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-keybinding.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-private.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-properties.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-search.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-stream.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-types.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtmldebug.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtmlfontstyle.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlanchor.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlbutton.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcheckbox.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlclue.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcluealigned.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlclueflow.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlclueh.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcluev.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcolor.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcolorset.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcursor.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmldrawqueue.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlembedded.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-clueflowstyle.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-cursor.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-cut-and-paste.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-fontstyle.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-images.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-movement.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-rule.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-selection-updater.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-table.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-tablecell.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-text.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-print.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-save.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-search.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlentity.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenumutils.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlfontmanager.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlform.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlframe.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlframeset.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlgdkpainter.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlhidden.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmliframe.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlimage.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlimageinput.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlinterval.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmllist.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlmap.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlmarshal.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlobject.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlpainter.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlplainpainter.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlprinter.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlradio.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlreplace.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlrule.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlsearch.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlselect.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlselection.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlsettings.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlshape.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlstack.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlstringtokenizer.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlstyle.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltable.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltablecell.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltablepriv.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltext.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltextarea.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltextinput.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltextslave.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltype.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlundo-action.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlundo.h
-lib/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.so
-lib/libgtkhtml-%%VERSION%%.a
-lib/libgtkhtml-%%VERSION%%.so
-lib/libgtkhtml-%%VERSION%%.so.18
-libdata/bonobo/servers/GNOME_GtkHTML_Editor-%%VERSION%%.server
-libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc
-share/gnome/gtkhtml-%%VERSION%%/Editor.idl
-share/gnome/gtkhtml-%%VERSION%%/GNOME_GtkHTML_Editor-emacs.xml
-share/gnome/gtkhtml-%%VERSION%%/GNOME_GtkHTML_Editor.xml
-share/gnome/gtkhtml-%%VERSION%%/gtkhtml-editor-properties.glade
-share/gnome/gtkhtml-%%VERSION%%/icons/16_copy.png
-share/gnome/gtkhtml-%%VERSION%%/icons/16_cut.png
-share/gnome/gtkhtml-%%VERSION%%/icons/16_paste.png
-share/gnome/gtkhtml-%%VERSION%%/icons/24_copy.png
-share/gnome/gtkhtml-%%VERSION%%/icons/24_cut.png
-share/gnome/gtkhtml-%%VERSION%%/icons/24_paste.png
-share/gnome/gtkhtml-%%VERSION%%/icons/bulb.png
-share/gnome/gtkhtml-%%VERSION%%/icons/confidential-stamp.jpg
-share/gnome/gtkhtml-%%VERSION%%/icons/draft-paper.png
-share/gnome/gtkhtml-%%VERSION%%/icons/draft-stamp.jpg
-share/gnome/gtkhtml-%%VERSION%%/icons/empty_image.png
-share/gnome/gtkhtml-%%VERSION%%/icons/flowers.png
-share/gnome/gtkhtml-%%VERSION%%/icons/font-tt-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/font-tt-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/html-viewer.png
-share/gnome/gtkhtml-%%VERSION%%/icons/info_bulb.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-image-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-image-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-link-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-link-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-object-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-object-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-rule-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-rule-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-table-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-table-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg
-share/gnome/gtkhtml-%%VERSION%%/icons/paper.png
-share/gnome/gtkhtml-%%VERSION%%/icons/properties-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rect.png
-share/gnome/gtkhtml-%%VERSION%%/icons/redo-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/redo-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/ribbon.jpg
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-blue-center.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-blue-left.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-blue-right.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-center.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-left.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-right.png
-share/gnome/gtkhtml-%%VERSION%%/icons/search-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/search-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/search-and-replace-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/search-and-replace-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-1.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-10.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-12.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-11.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-2.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-3.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-4.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-5.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-6.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-8.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-9.png
-share/gnome/gtkhtml-%%VERSION%%/icons/table-column-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/table-row-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/table-table-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/texture.png
-share/gnome/gtkhtml-%%VERSION%%/icons/transparent.png
-share/gnome/gtkhtml-%%VERSION%%/icons/undo-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/undo-24.png
-share/gnome/gtkhtml-%%VERSION%%/keybindingsrc.emacs
-share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ar/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/az/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/be/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/bg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/bn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ca/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/cs/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/da/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/de/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/el/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/es/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/et/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/eu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/fi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/fr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ga/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/gl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/gu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/he/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/hi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/hr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/hu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/it/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ja/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ko/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/lt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/lv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ms/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/nb/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/nl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/nn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/no/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/pa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/pl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/pt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ru/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sq/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sr@Latn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/tr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/uk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/vi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/zh_TW/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-@dirrm share/gnome/gtkhtml-%%VERSION%%/icons
-@dirrm share/gnome/gtkhtml-%%VERSION%%
-@dirrm lib/gtkhtml
-@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml
-@dirrm include/libgtkhtml-%%VERSION%%
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile
deleted file mode 100644
index e44a89101..000000000
--- a/www/gtkhtml38/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: gtkhtml3
-# Date created: 12 March 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtkhtml3
-PORTVERSION= 3.6.0
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.6
-DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Lightweight HTML rendering/printing/editing engine
-
-LIB_DEPENDS= soup-2.2.7:${PORTSDIR}/devel/libsoup
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeui libgnomeprintui
-INSTALLS_SHLIB= yes
-USE_LIBTOOL_VER=15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= VERSION="3.6"
-
-.include <bsd.port.mk>
diff --git a/www/gtkhtml38/distinfo b/www/gtkhtml38/distinfo
deleted file mode 100644
index 3809c4280..000000000
--- a/www/gtkhtml38/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gtkhtml-3.6.0.tar.bz2) = a53378f57544ef2e2e7b40616dc237a1
-SIZE (gnome2/gtkhtml-3.6.0.tar.bz2) = 1348975
diff --git a/www/gtkhtml38/files/patch-po_Makefile.in.in b/www/gtkhtml38/files/patch-po_Makefile.in.in
deleted file mode 100644
index df4fac948..000000000
--- a/www/gtkhtml38/files/patch-po_Makefile.in.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- po/Makefile.in.in.orig Tue Nov 23 17:53:53 2004
-+++ po/Makefile.in.in Tue Nov 23 17:58:38 2004
-@@ -31,6 +31,7 @@
- localedir = $(libdir)/locale
- gnulocaledir = $(datadir)/locale
- gettextsrcdir = $(datadir)/glib-2.0/gettext/po
-+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- subdir = po
-
- INSTALL = @INSTALL@
diff --git a/www/gtkhtml38/files/patch-src_gtkhtml.c b/www/gtkhtml38/files/patch-src_gtkhtml.c
deleted file mode 100644
index 902c39e8e..000000000
--- a/www/gtkhtml38/files/patch-src_gtkhtml.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gtkhtml.c.orig Mon Aug 2 11:21:24 2004
-+++ src/gtkhtml.c Tue Aug 3 15:19:41 2004
-@@ -2955,7 +2955,7 @@
- add_bindings (klass);
- gtk_html_accessibility_init ();
-
-- gtk_rc_parse (PREFIX "/share/" GTKHTML_RELEASE_STRING "/keybindingsrc.emacs");
-+ gtk_rc_parse (PREFIX "/share/gnome/" GTKHTML_RELEASE_STRING "/keybindingsrc.emacs");
- html_class->emacs_bindings = gtk_binding_set_find ("gtkhtml-bindings-emacs");
- read_key_theme (html_class);
- gconf_client_notify_add (gconf_client_get_default (), "/desktop/gnome/interface/gtk_key_theme",
diff --git a/www/gtkhtml38/files/patch-src_htmltext.c b/www/gtkhtml38/files/patch-src_htmltext.c
deleted file mode 100644
index f970e5b65..000000000
--- a/www/gtkhtml38/files/patch-src_htmltext.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/htmltext.c.orig Wed Dec 8 01:45:57 2004
-+++ src/htmltext.c Wed Dec 8 01:46:10 2004
-@@ -2433,10 +2433,11 @@
- gsize
- html_text_sanitize (const gchar **str, gint *len)
- {
-+ gchar *end;
- g_return_val_if_fail (str != NULL, 0);
- g_return_val_if_fail (len != NULL, 0);
-
-- gchar *end = offset_to_pointer_validated (*str, *len, len);
-+ end = offset_to_pointer_validated (*str, *len, len);
- if (end) {
- return end - *str;
- } else {
diff --git a/www/gtkhtml38/pkg-descr b/www/gtkhtml38/pkg-descr
deleted file mode 100644
index 38451dc01..000000000
--- a/www/gtkhtml38/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-GtkHTML is a lightweight HTML rendering, printing, and editing engine.
-
-WWW: http://www.ximian.com/
diff --git a/www/gtkhtml38/pkg-plist b/www/gtkhtml38/pkg-plist
deleted file mode 100644
index 5c4468b48..000000000
--- a/www/gtkhtml38/pkg-plist
+++ /dev/null
@@ -1,213 +0,0 @@
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-compat.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-embedded.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-enums.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-keybinding.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-private.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-properties.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-search.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-stream.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-types.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtmldebug.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtmlfontstyle.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlanchor.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlbutton.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcheckbox.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlclue.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcluealigned.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlclueflow.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlclueh.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcluev.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcolor.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcolorset.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlcursor.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmldrawqueue.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlembedded.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-clueflowstyle.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-cursor.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-cut-and-paste.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-fontstyle.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-images.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-movement.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-rule.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-selection-updater.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-table.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-tablecell.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit-text.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-edit.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-print.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-save.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine-search.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlengine.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlentity.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenumutils.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlfontmanager.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlform.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlframe.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlframeset.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlgdkpainter.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlhidden.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmliframe.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlimage.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlimageinput.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlinterval.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmllist.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlmap.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlmarshal.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlobject.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlpainter.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlplainpainter.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlprinter.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlradio.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlreplace.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlrule.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlsearch.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlselect.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlselection.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlsettings.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlshape.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlstack.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlstringtokenizer.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlstyle.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltable.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltablecell.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltablepriv.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltext.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltextarea.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltextinput.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltextslave.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltype.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlundo-action.h
-include/libgtkhtml-%%VERSION%%/gtkhtml/htmlundo.h
-lib/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.so
-lib/libgtkhtml-%%VERSION%%.a
-lib/libgtkhtml-%%VERSION%%.so
-lib/libgtkhtml-%%VERSION%%.so.18
-libdata/bonobo/servers/GNOME_GtkHTML_Editor-%%VERSION%%.server
-libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc
-share/gnome/gtkhtml-%%VERSION%%/Editor.idl
-share/gnome/gtkhtml-%%VERSION%%/GNOME_GtkHTML_Editor-emacs.xml
-share/gnome/gtkhtml-%%VERSION%%/GNOME_GtkHTML_Editor.xml
-share/gnome/gtkhtml-%%VERSION%%/gtkhtml-editor-properties.glade
-share/gnome/gtkhtml-%%VERSION%%/icons/16_copy.png
-share/gnome/gtkhtml-%%VERSION%%/icons/16_cut.png
-share/gnome/gtkhtml-%%VERSION%%/icons/16_paste.png
-share/gnome/gtkhtml-%%VERSION%%/icons/24_copy.png
-share/gnome/gtkhtml-%%VERSION%%/icons/24_cut.png
-share/gnome/gtkhtml-%%VERSION%%/icons/24_paste.png
-share/gnome/gtkhtml-%%VERSION%%/icons/bulb.png
-share/gnome/gtkhtml-%%VERSION%%/icons/confidential-stamp.jpg
-share/gnome/gtkhtml-%%VERSION%%/icons/draft-paper.png
-share/gnome/gtkhtml-%%VERSION%%/icons/draft-stamp.jpg
-share/gnome/gtkhtml-%%VERSION%%/icons/empty_image.png
-share/gnome/gtkhtml-%%VERSION%%/icons/flowers.png
-share/gnome/gtkhtml-%%VERSION%%/icons/font-tt-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/font-tt-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/html-viewer.png
-share/gnome/gtkhtml-%%VERSION%%/icons/info_bulb.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-image-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-image-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-link-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-link-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-object-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-object-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-rule-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-rule-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-table-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/insert-table-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg
-share/gnome/gtkhtml-%%VERSION%%/icons/paper.png
-share/gnome/gtkhtml-%%VERSION%%/icons/properties-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rect.png
-share/gnome/gtkhtml-%%VERSION%%/icons/redo-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/redo-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/ribbon.jpg
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-blue-center.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-blue-left.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-blue-right.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-center.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-left.png
-share/gnome/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-right.png
-share/gnome/gtkhtml-%%VERSION%%/icons/search-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/search-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/search-and-replace-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/search-and-replace-24.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-1.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-10.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-12.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-11.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-2.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-3.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-4.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-5.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-6.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-8.png
-share/gnome/gtkhtml-%%VERSION%%/icons/smiley-9.png
-share/gnome/gtkhtml-%%VERSION%%/icons/table-column-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/table-row-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/table-table-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/texture.png
-share/gnome/gtkhtml-%%VERSION%%/icons/transparent.png
-share/gnome/gtkhtml-%%VERSION%%/icons/undo-16.png
-share/gnome/gtkhtml-%%VERSION%%/icons/undo-24.png
-share/gnome/gtkhtml-%%VERSION%%/keybindingsrc.emacs
-share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ar/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/az/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/be/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/bg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/bn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ca/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/cs/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/da/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/de/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/el/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/es/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/et/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/eu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/fi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/fr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ga/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/gl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/gu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/he/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/hi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/hr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/hu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/it/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ja/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ko/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/lt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/lv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ms/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/nb/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/nl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/nn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/no/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/pa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/pl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/pt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ru/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sq/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sr@Latn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/tr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/uk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/vi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-share/locale/zh_TW/LC_MESSAGES/gtkhtml-%%VERSION%%.mo
-@dirrm share/gnome/gtkhtml-%%VERSION%%/icons
-@dirrm share/gnome/gtkhtml-%%VERSION%%
-@dirrm lib/gtkhtml
-@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml
-@dirrm include/libgtkhtml-%%VERSION%%
diff --git a/www/pyphany/Makefile b/www/pyphany/Makefile
deleted file mode 100644
index baf50efe0..000000000
--- a/www/pyphany/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: pyphany
-# Date created: 28 January 2005
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pyphany
-PORTVERSION= 0.1.2
-CATEGORIES= www python gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A set of Python bindings for Epiphany
-
-BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
-RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PYTHON= yes
-USE_GNOME= gnomehack gnometarget intlhack pygnome2
-USE_LIBTOOL_VER=15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= VERSION="1.5"
-
-.include <bsd.port.mk>
diff --git a/www/pyphany/distinfo b/www/pyphany/distinfo
deleted file mode 100644
index 93698ef9c..000000000
--- a/www/pyphany/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/pyphany-0.1.2.tar.bz2) = e81edbe2fc46034a9d90098f7dc62f03
-SIZE (gnome2/pyphany-0.1.2.tar.bz2) = 305090
diff --git a/www/pyphany/pkg-descr b/www/pyphany/pkg-descr
deleted file mode 100644
index 5b02d8c2a..000000000
--- a/www/pyphany/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Pyphany is a set of Python bindings for Epiphany as well as an Epiphany
-extensions loader written in Python.
diff --git a/www/pyphany/pkg-plist b/www/pyphany/pkg-plist
deleted file mode 100644
index 0ccd2b8e4..000000000
--- a/www/pyphany/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-%%PYTHON_SITELIBDIR%%/gtk-2.0/epiphany.so
-share/pygtk/2.0/defs/epiphany.defs
-@cwd %%X11BASE%%
-lib/epiphany-%%VERSION%%/extensions/gtkcons.py
-lib/epiphany-%%VERSION%%/extensions/gtkcons.xml
-lib/epiphany-%%VERSION%%/extensions/sample-python-location.py
-lib/epiphany-%%VERSION%%/extensions/sample-python-location.xml
-lib/epiphany-%%VERSION%%/extensions/sample-python-menu.py
-lib/epiphany-%%VERSION%%/extensions/sample-python-menu.xml
-lib/epiphany-%%VERSION%%/extensions/sample-python-statusbar.py
-lib/epiphany-%%VERSION%%/extensions/sample-python-statusbar.xml
-lib/epiphany-%%VERSION%%/extensions/sample-python.py
-lib/epiphany-%%VERSION%%/extensions/sample-python.xml
-lib/epiphany-%%VERSION%%/loaders/libpythonloader.a
-lib/epiphany-%%VERSION%%/loaders/libpythonloader.so
-lib/epiphany-%%VERSION%%/loaders/libpythonloader.so.0
-@dirrm lib/epiphany-%%VERSION%%/loaders
-@unexec rmdir %D/lib/epiphany-%%VERSION%%/extensions 2>/dev/null || true
-@unexec rmdir %D/lib/epiphany-%%VERSION%% 2>/dev/null || true