diff options
Diffstat (limited to 'www')
59 files changed, 0 insertions, 3311 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile deleted file mode 100644 index 35e1768b2..000000000 --- a/www/epiphany-extensions/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Ports collection Makefile for: epiphany-extensions -# Date created: 30 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.131 2010/08/19 08:33:33 kwm Exp $ -# - -PORTNAME= epiphany-extensions -PORTVERSION= 2.30.2 -PORTREVISION= 1 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of add-ons for the Epiphany web browser - -BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 -RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack intlhack -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -EPHY_EXTENSIONS=really-all -EPHY_VERSION= ${PORTVERSION:R} - -PLIST_SUB= VERSION=${EPHY_VERSION} EPHY_VERSION=${EPHY_VERSION} - -OPTIONS= OPENSP "Enable OpenSP SGML support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_OPENSP) -CONFIGURE_ARGS+= --enable-opensp=yes -LIB_DEPENDS+= osp.5:${PORTSDIR}/textproc/opensp -.else -CONFIGURE_ARGS+= --disable-opensp -.endif - -CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}" - -post-patch: - @${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=extensionsdir epiphany-$$_epiphany_api_version)|${PREFIX}/lib/epiphany/${PORTVERSION:R}/extensions|g' \ - -e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \ - -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|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 ef2a5cf70..000000000 --- a/www/epiphany-extensions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/epiphany-extensions-2.30.2.tar.bz2) = 4ee9beee4bfd8a588a6821e164c48b3d -SHA256 (gnome2/epiphany-extensions-2.30.2.tar.bz2) = bdd0aad473262f2ac780d34c09644d0dd0066cb01f2cc66b3d200b946fd2db27 -SIZE (gnome2/epiphany-extensions-2.30.2.tar.bz2) = 1565280 diff --git a/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c b/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c deleted file mode 100644 index 7131e4332..000000000 --- a/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c +++ /dev/null @@ -1,22 +0,0 @@ ---- extensions/adblock/adblock-ui.c.orig 2010-08-19 08:56:01.000000000 +0200 -+++ extensions/adblock/adblock-ui.c 2010-08-19 08:56:39.000000000 +0200 -@@ -65,7 +65,7 @@ - struct _AdblockUIPrivate - { - GtkWidget *dialog; -- GtkNotebook *notebook; -+ GtkWidget *notebook; - - /* Pages */ - InfoPage *pages[LAST_PAGE]; -@@ -347,8 +347,8 @@ - } - - static void --adblock_ui_switch_page (GtkNotebook *notebook, -- GtkNotebookPage *page, -+adblock_ui_switch_page (GtkWidget *notebook, -+ GtkWidget *page, - guint page_num, - AdblockUI *dialog) - { diff --git a/www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c b/www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c deleted file mode 100644 index 50ea0b3d3..000000000 --- a/www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c +++ /dev/null @@ -1,13 +0,0 @@ ---- extensions/adblock/ephy-adblock-extension.c.orig 2010-08-19 08:54:27.000000000 +0200 -+++ extensions/adblock/ephy-adblock-extension.c 2010-08-19 08:54:54.000000000 +0200 -@@ -385,8 +385,8 @@ ephy_adblock_extension_edit_cb (GtkActio - } - - static void --switch_page_cb (GtkNotebook *notebook, -- GtkNotebookPage *page, -+switch_page_cb (GtkWidget *notebook, -+ GtkWidget *page, - guint page_num, - EphyWindow *window) - { diff --git a/www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c b/www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c deleted file mode 100644 index 129157887..000000000 --- a/www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c +++ /dev/null @@ -1,22 +0,0 @@ ---- extensions/permissions/ephy-permissions-dialog.c.orig 2010-08-19 09:05:33.000000000 +0200 -+++ extensions/permissions/ephy-permissions-dialog.c 2010-08-19 09:05:58.000000000 +0200 -@@ -56,7 +56,7 @@ struct EphyPermissionsDialogPrivate - { - EphyPermissionManager *manager; - GList *tabs; -- GtkNotebook *notebook; -+ GtkWidget *notebook; - GtkSizeGroup *buttons_size_group; - }; - -@@ -219,8 +219,8 @@ fill_tab (DialogTab *tab) - } - - static void --sync_notebook_tab (GtkNotebook *notebook, -- GtkNotebookPage *page, -+sync_notebook_tab (GtkWidget *notebook, -+ GtkWidget *page, - int page_num, - EphyPermissionsDialog *dialog) - { diff --git a/www/epiphany-extensions/pkg-descr b/www/epiphany-extensions/pkg-descr deleted file mode 100644 index 309ccdfa8..000000000 --- a/www/epiphany-extensions/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Epiphany-extensions is a set of plugins for the Epiphany web browser that -extend its base functionality. Some of those extensions include: - -* Actions -* Ad Blocker -* Certificate Viewer -* Greasemonkey -* Mouse Gestures -* Newsfeed extractor -* and more... - -WWW: http://www.gnome.org/projects/epiphany/extensions diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist deleted file mode 100644 index d0a28b1ca..000000000 --- a/www/epiphany-extensions/pkg-plist +++ /dev/null @@ -1,303 +0,0 @@ -lib/epiphany/%%VERSION%%/extensions/actions.ephy-extension -lib/epiphany/%%VERSION%%/extensions/adblock.ephy-extension -lib/epiphany/%%VERSION%%/extensions/auto-reload.ephy-extension -lib/epiphany/%%VERSION%%/extensions/auto-scroller.ephy-extension -lib/epiphany/%%VERSION%%/extensions/certificates.ephy-extension -lib/epiphany/%%VERSION%%/extensions/extensions-manager-ui.ephy-extension -lib/epiphany/%%VERSION%%/extensions/gestures.ephy-extension -lib/epiphany/%%VERSION%%/extensions/greasemonkey.ephy-extension -lib/epiphany/%%VERSION%%/extensions/html5tube.ephy-extension -lib/epiphany/%%VERSION%%/extensions/libactionsextension.la -lib/epiphany/%%VERSION%%/extensions/libactionsextension.so -lib/epiphany/%%VERSION%%/extensions/libadblockextension.la -lib/epiphany/%%VERSION%%/extensions/libadblockextension.so -lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.la -lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.so -lib/epiphany/%%VERSION%%/extensions/libautoscrollerextension.la -lib/epiphany/%%VERSION%%/extensions/libautoscrollerextension.so -lib/epiphany/%%VERSION%%/extensions/libcertificatesextension.la -lib/epiphany/%%VERSION%%/extensions/libcertificatesextension.so -lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.la -lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.so -lib/epiphany/%%VERSION%%/extensions/libgesturesextension.la -lib/epiphany/%%VERSION%%/extensions/libgesturesextension.so -lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.la -lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.so -lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.la -lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.so -lib/epiphany/%%VERSION%%/extensions/libpermissionsextension.la -lib/epiphany/%%VERSION%%/extensions/libpermissionsextension.so -lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.la -lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.so -lib/epiphany/%%VERSION%%/extensions/librssextension.la -lib/epiphany/%%VERSION%%/extensions/librssextension.so -lib/epiphany/%%VERSION%%/extensions/libsampleextension.la -lib/epiphany/%%VERSION%%/extensions/libsampleextension.so -lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.la -lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.so -lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.la -lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.so -lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.la -lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.so -lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.la -lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.so -lib/epiphany/%%VERSION%%/extensions/permissions.ephy-extension -lib/epiphany/%%VERSION%%/extensions/push-scroller.ephy-extension -lib/epiphany/%%VERSION%%/extensions/rss.ephy-extension -lib/epiphany/%%VERSION%%/extensions/sample.ephy-extension -lib/epiphany/%%VERSION%%/extensions/soup-fly.ephy-extension -lib/epiphany/%%VERSION%%/extensions/tab-groups.ephy-extension -lib/epiphany/%%VERSION%%/extensions/tab-key-tab-navigate.ephy-extension -lib/epiphany/%%VERSION%%/extensions/tab-states.ephy-extension -%%DATADIR%%/adblock-patterns -%%DATADIR%%/ephy-gestures.xml -%%DATADIR%%/ui/action-properties.ui -%%DATADIR%%/ui/actions-editor.ui -%%DATADIR%%/ui/adblock.ui -%%DATADIR%%/ui/extensions-manager-ui.ui -%%DATADIR%%/ui/rss-ui.ui -share/epiphany/icons/hicolor/16x16/status/ad-blocked.png -share/epiphany/icons/hicolor/16x16/status/feed-presence.png -share/epiphany/icons/hicolor/22x22/status/ad-blocked.png -share/epiphany/icons/hicolor/22x22/status/feed-presence.png -share/epiphany/icons/hicolor/24x24/status/ad-blocked.png -share/epiphany/icons/hicolor/24x24/status/feed-presence.png -share/epiphany/icons/hicolor/32x32/status/feed-presence.png -share/epiphany/icons/hicolor/scalable/status/feed-presence.svg -share/gnome/help/epiphany-extensions/C/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/C/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/C/legal.xml -share/gnome/help/epiphany-extensions/de/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/de/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/es/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/es/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/fr/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/oc/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/sv/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-tabgroups.png -share/locale/ar/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/as/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/bg/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/bn_IN/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/dz/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/eu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/fi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/fr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/gl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/gu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/he/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/kn/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/ml/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/mr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/nb/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ne/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/nl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/oc/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/or/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/ro/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ru/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/rw/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/sk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/sl/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/ta/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/te/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/th/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/tr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/uk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/vi/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 -share/locale/zh_HK/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/omf/epiphany-extensions/epiphany-extensions-C.omf -share/omf/epiphany-extensions/epiphany-extensions-de.omf -share/omf/epiphany-extensions/epiphany-extensions-es.omf -share/omf/epiphany-extensions/epiphany-extensions-fr.omf -share/omf/epiphany-extensions/epiphany-extensions-oc.omf -share/omf/epiphany-extensions/epiphany-extensions-sv.omf -@dirrm share/omf/epiphany-extensions -@dirrm share/gnome/help/epiphany-extensions/sv/figures -@dirrm share/gnome/help/epiphany-extensions/sv -@dirrm share/gnome/help/epiphany-extensions/oc/figures -@dirrm share/gnome/help/epiphany-extensions/oc -@dirrm share/gnome/help/epiphany-extensions/fr/figures -@dirrm share/gnome/help/epiphany-extensions/fr -@dirrm share/gnome/help/epiphany-extensions/es/figures -@dirrm share/gnome/help/epiphany-extensions/es -@dirrm share/gnome/help/epiphany-extensions/de/figures -@dirrm share/gnome/help/epiphany-extensions/de -@dirrm share/gnome/help/epiphany-extensions/C/figures -@dirrm share/gnome/help/epiphany-extensions/C -@dirrm share/gnome/help/epiphany-extensions -@dirrmtry share/epiphany/icons/hicolor/scalable/status -@dirrmtry share/epiphany/icons/hicolor/scalable -@dirrmtry share/epiphany/icons/hicolor/32x32/status -@dirrmtry share/epiphany/icons/hicolor/32x32 -@dirrmtry share/epiphany/icons/hicolor/24x24/status -@dirrmtry share/epiphany/icons/hicolor/24x24 -@dirrmtry share/epiphany/icons/hicolor/22x22/status -@dirrmtry share/epiphany/icons/hicolor/22x22 -@dirrmtry share/epiphany/icons/hicolor/16x16/status -@dirrmtry share/epiphany/icons/hicolor/16x16 -@dirrmtry share/epiphany/icons/hicolor -@dirrmtry share/epiphany/icons -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry lib/epiphany/%%VERSION%%/extensions -@dirrmtry lib/epiphany/%%VERSION%%/plugins -@dirrmtry lib/epiphany/%%VERSION%% -@dirrmtry lib/epiphany -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile deleted file mode 100644 index 8cd091b05..000000000 --- a/www/epiphany/Makefile +++ /dev/null @@ -1,96 +0,0 @@ -# Ports collection Makefile for: epiphany -# Date created: 24 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.239 2010/10/04 19:41:15 kwm Exp $ -# - -PORTNAME= epiphany -PORTVERSION= 2.30.6 -PORTREVISION?= 1 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= An extremely lightweight and simple web browser for GNOME 2 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ - notify.1:${PORTSDIR}/devel/libnotify \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ - ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes - -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_BZIP2= yes -USE_PYTHON= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils -WANT_GNOME= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -CONFIGURE_ARGS+=--enable-introspection \ - --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} ${EXTRA_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${EXTRA_LIBS}" - -GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas - -PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" - -MAN1= epiphany.1 - -OPTIONS= NSS "Import passwords from 2.26 and older on first run" on \ - SPELLCHECK "Enable spell checking by default" on \ - SEED "Enable seed (JavaScript) support" off \ - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.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 defined(WITH_NSS) -LIB_DEPENDS+= nss3.1:${PORTSDIR}/security/nss -CONFIGURE_ARGS+=--enable-nss -.else -CONFIGURE_ARGS+=--disable-nss -.endif - -.if defined(WITH_SEED) -LIB_DEPENDS+= seed.0:${PORTSDIR}/devel/seed -CONFIGURE_ARGS+=--enable-seed -.endif - -.if defined(WITH_SPELLCHECK) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-embed_ephy-embed-prefs.c -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' - @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; \ - s|-ldl"$$|"|g' \ - -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo deleted file mode 100644 index 89469ba78..000000000 --- a/www/epiphany/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/epiphany-2.30.6.tar.bz2) = 0c566b3ffd428d2135e3c8cb65352d64 -SHA256 (gnome2/epiphany-2.30.6.tar.bz2) = 278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc -SIZE (gnome2/epiphany-2.30.6.tar.bz2) = 5927938 diff --git a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c deleted file mode 100644 index f9fbb6a13..000000000 --- a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c +++ /dev/null @@ -1,12 +0,0 @@ ---- embed/ephy-embed-prefs.c.orig 2009-10-25 16:18:24.000000000 -0400 -+++ embed/ephy-embed-prefs.c 2009-10-25 16:19:05.000000000 -0400 -@@ -250,6 +250,9 @@ ephy_embed_prefs_init (void) - /* Hardcoded settings */ - g_object_set (settings, "auto-shrink-images", FALSE, NULL); - -+ /* Enable spell-check by default */ -+ g_object_set (settings, "enable-spell-checking", TRUE, NULL); -+ - /* Connections */ - connections = g_malloc (sizeof (guint) * G_N_ELEMENTS (webkit_pref_entries)); - diff --git a/www/epiphany/files/patch-embed_ephy-embed-prefs.c b/www/epiphany/files/patch-embed_ephy-embed-prefs.c deleted file mode 100644 index 197a26478..000000000 --- a/www/epiphany/files/patch-embed_ephy-embed-prefs.c +++ /dev/null @@ -1,15 +0,0 @@ ---- embed/ephy-embed-prefs.c.orig 2010-02-20 04:42:51.000000000 -0500 -+++ embed/ephy-embed-prefs.c 2010-05-08 20:03:20.000000000 -0400 -@@ -322,8 +322,10 @@ webkit_pref_callback_accept_languages (G - langs_str = g_strjoinv (", ", langs); - - /* Update Soup session */ -- session = webkit_get_default_session (); -- g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL); -+ if (langs_str != NULL && strlen (langs_str) > 0) { -+ session = webkit_get_default_session (); -+ g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL); -+ } - - g_strfreev (langs); - g_free (langs_str); diff --git a/www/epiphany/files/patch-lib_ephy-spell-check.c b/www/epiphany/files/patch-lib_ephy-spell-check.c deleted file mode 100644 index bd68a07d9..000000000 --- a/www/epiphany/files/patch-lib_ephy-spell-check.c +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/ephy-spell-check.c.orig 2008-03-17 00:41:47.000000000 -0400 -+++ lib/ephy-spell-check.c 2008-03-17 00:47:22.000000000 -0400 -@@ -69,8 +69,15 @@ ephy_spell_check_init (EphySpellCheck *s - priv->dict = enchant_broker_request_dict (priv->broker, *locale); - if (priv->dict != NULL) break; - } -- if (priv->dict == NULL) -- g_warning (enchant_broker_get_error (priv->broker)); -+ if (priv->dict == NULL) { -+ g_warning ("No dictionary found for current locale; trying 'en'"); -+ priv->dict = enchant_broker_request_dict (priv->broker, "en"); -+ -+ if (priv->dict == NULL) { -+ g_warning (enchant_broker_get_error (priv->broker)); -+ g_warning ("No dictionary found; expect a crash until LANG is properly set"); -+ } -+ } - } - - static void diff --git a/www/epiphany/files/patch-src_Makefile.in b/www/epiphany/files/patch-src_Makefile.in deleted file mode 100644 index 2d715ad69..000000000 --- a/www/epiphany/files/patch-src_Makefile.in +++ /dev/null @@ -1,26 +0,0 @@ ---- src/Makefile.in.orig 2010-10-04 21:25:05.000000000 +0000 -+++ src/Makefile.in 2010-10-04 21:29:36.000000000 +0000 -@@ -1584,8 +1584,10 @@ - @HAVE_INTROSPECTION_TRUE@Epiphany-$(EPIPHANY_API_VERSION).gir: $(INTROSPECTION_SCANNER) $(EPHY_GIR_H_FILES) \ - @HAVE_INTROSPECTION_TRUE@ $(EPHY_GIR_C_FILES) epiphany - @HAVE_INTROSPECTION_TRUE@ $(AM_V_GEN) PKG_CONFIG_PATH=$(top_builddir)/data:$$PKG_CONFIG_PATH \ --@HAVE_INTROSPECTION_TRUE@ $(INTROSPECTION_SCANNER) -v \ --@HAVE_INTROSPECTION_TRUE@ --namespace Epiphany \ -+@HAVE_INTROSPECTION_TRUE@ $(INTROSPECTION_SCANNER) -v --warn-all \ -+@HAVE_INTROSPECTION_TRUE@ --identifier-prefix=Ephy \ -+@HAVE_INTROSPECTION_TRUE@ --symbol-prefix=ephy \ -+@HAVE_INTROSPECTION_TRUE@ --namespace=Epiphany \ - @HAVE_INTROSPECTION_TRUE@ --nsversion=$(EPIPHANY_API_VERSION) \ - @HAVE_INTROSPECTION_TRUE@ --add-include-path=. \ - @HAVE_INTROSPECTION_TRUE@ --add-include-path=$(srcdir) \ -@@ -1593,8 +1595,8 @@ - @HAVE_INTROSPECTION_TRUE@ --include=libxml2-2.0 \ - @HAVE_INTROSPECTION_TRUE@ --include=WebKit-1.0 \ - @HAVE_INTROSPECTION_TRUE@ --program=./epiphany \ --@HAVE_INTROSPECTION_TRUE@ --output $@ \ --@HAVE_INTROSPECTION_TRUE@ --pkg epiphany-$(EPIPHANY_API_VERSION) \ -+@HAVE_INTROSPECTION_TRUE@ --output=$@ \ -+@HAVE_INTROSPECTION_TRUE@ --pkg=epiphany-$(EPIPHANY_API_VERSION) \ - @HAVE_INTROSPECTION_TRUE@ -DEPIPHANY_COMPILATION \ - @HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir)/embed \ - @HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir)/lib \ 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 c14e43c94..000000000 --- a/www/epiphany/pkg-plist +++ /dev/null @@ -1,461 +0,0 @@ -bin/epiphany -include/epiphany/%%EPHY_VERSION%%/epiphany/epiphany.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock-manager.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dbus.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dialog.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-container.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-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-utils.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-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-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-web-view.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-window.h -@comment libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc -libdata/pkgconfig/epiphany-2.30.pc -share/aclocal/epiphany.m4 -share/applications/bme.desktop -share/applications/epiphany.desktop -share/dbus-1/services/org.gnome.Epiphany.service -lib/girepository-1.0/Epiphany-2.30.typelib -share/gir-1.0/Epiphany-2.30.gir -%%DOCSDIR%%/EphyDialog.html -%%DOCSDIR%%/EphyLocationAction.html -%%DOCSDIR%%/EphyLocationEntry.html -%%DOCSDIR%%/EphyNodeView.html -%%DOCSDIR%%/EphySearchEntry.html -%%DOCSDIR%%/EphySpinner.html -%%DOCSDIR%%/EphyStatusbar.html -%%DOCSDIR%%/EphyToolbar.html -%%DOCSDIR%%/EphyTreeModelNode.html -%%DOCSDIR%%/EphyTreeModelSort.html -%%DOCSDIR%%/EphyWebView.html -%%DOCSDIR%%/EphyWindow.html -%%DOCSDIR%%/EphyZoomAction.html -%%DOCSDIR%%/EphyZoomControl.html -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/epiphany-Epiphany-Debug-Helpers.html -%%DOCSDIR%%/epiphany-Epiphany-File-Helpers.html -%%DOCSDIR%%/epiphany.devhelp -%%DOCSDIR%%/epiphany.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DATADIR%%/about.ini -%%DATADIR%%/default-bookmarks.rdf -%%DATADIR%%/epiphany-bookmark-editor-ui.xml -%%DATADIR%%/epiphany-bookmarks-html.xsl -%%DATADIR%%/epiphany-bookmarksbar.xml -%%DATADIR%%/epiphany-fs-toolbar.xml -%%DATADIR%%/epiphany-history-window-ui.xml -%%DATADIR%%/epiphany-toolbar.xml -%%DATADIR%%/epiphany-ui.xml -%%DATADIR%%/epiphany.xhtml -%%DATADIR%%/glade/certificate-dialogs.ui -%%DATADIR%%/glade/epiphany.ui -%%DATADIR%%/glade/form-signing-dialog.ui -%%DATADIR%%/glade/prefs-dialog.ui -%%DATADIR%%/glade/print.ui -%%DATADIR%%/icons/hicolor/16x16/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/16x16/actions/history-view.png -%%DATADIR%%/icons/hicolor/16x16/actions/location-entry.png -%%DATADIR%%/icons/hicolor/16x16/places/bookmark-web.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-broken.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-insecure.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-secure-checked.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-secure.png -%%DATADIR%%/icons/hicolor/16x16/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/22x22/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/22x22/actions/history-view.png -%%DATADIR%%/icons/hicolor/22x22/actions/location-entry.png -%%DATADIR%%/icons/hicolor/22x22/places/bookmark-web.png -%%DATADIR%%/icons/hicolor/22x22/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/24x24/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/24x24/actions/history-view.png -%%DATADIR%%/icons/hicolor/24x24/actions/location-entry.png -%%DATADIR%%/icons/hicolor/24x24/places/bookmark-web.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-broken.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-insecure.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-secure-checked.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-secure.png -%%DATADIR%%/icons/hicolor/24x24/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/32x32/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/32x32/actions/history-view.png -%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.png -%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.svg -%%DATADIR%%/icons/hicolor/32x32/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-broken.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-insecure.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-secure-checked.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-secure.png -%%DATADIR%%/icons/hicolor/scalable/actions/bookmark-view.svg -%%DATADIR%%/icons/hicolor/scalable/actions/history-view.svg -%%DATADIR%%/icons/hicolor/scalable/actions/location-entry.svg -%%DATADIR%%/icons/hicolor/scalable/status/popup-hidden.svg -%%DATADIR%%/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/bg/epiphany.xml -share/gnome/help/epiphany/bg/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/bg/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/bg/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/bg/figures/ephy-screenshot.png -share/gnome/help/epiphany/ca/epiphany.xml -share/gnome/help/epiphany/ca/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ca/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ca/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/ca/figures/ephy-screenshot.png -share/gnome/help/epiphany/cs/epiphany.xml -share/gnome/help/epiphany/cs/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/cs/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/cs/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/cs/figures/ephy-screenshot.png -share/gnome/help/epiphany/de/epiphany.xml -share/gnome/help/epiphany/de/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/de/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/de/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/de/figures/ephy-screenshot.png -share/gnome/help/epiphany/el/epiphany.xml -share/gnome/help/epiphany/el/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/el/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/el/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/el/figures/ephy-screenshot.png -share/gnome/help/epiphany/en_GB/epiphany.xml -share/gnome/help/epiphany/en_GB/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/en_GB/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/en_GB/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/en_GB/figures/ephy-screenshot.png -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/eu/epiphany.xml -share/gnome/help/epiphany/eu/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/eu/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/eu/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/eu/figures/ephy-screenshot.png -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/fr/epiphany.xml -share/gnome/help/epiphany/fr/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fr/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fr/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/fr/figures/ephy-screenshot.png -share/gnome/help/epiphany/it/epiphany.xml -share/gnome/help/epiphany/it/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/it/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/it/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/it/figures/ephy-screenshot.png -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/nl/epiphany.xml -share/gnome/help/epiphany/nl/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/nl/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/nl/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/nl/figures/ephy-screenshot.png -share/gnome/help/epiphany/oc/epiphany.xml -share/gnome/help/epiphany/oc/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/oc/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/oc/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/oc/figures/ephy-screenshot.png -share/gnome/help/epiphany/ru/epiphany.xml -share/gnome/help/epiphany/ru/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ru/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ru/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/ru/figures/ephy-screenshot.png -share/gnome/help/epiphany/sv/epiphany.xml -share/gnome/help/epiphany/sv/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/sv/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/sv/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/sv/figures/ephy-screenshot.png -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/icons/HighContrastLargePrint/48x48/apps/gnome-web-browser.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-web-browser.png -share/icons/LowContrastLargePrint/48x48/apps/gnome-web-browser.png -share/icons/hicolor/16x16/apps/gnome-web-browser.png -share/icons/hicolor/22x22/apps/gnome-web-browser.png -share/icons/hicolor/24x24/apps/gnome-web-browser.png -share/icons/hicolor/32x32/apps/gnome-web-browser.png -share/icons/hicolor/48x48/apps/epiphany-bookmarks.png -share/icons/hicolor/scalable/apps/gnome-web-browser.svg -share/locale/am/LC_MESSAGES/epiphany.mo -share/locale/an/LC_MESSAGES/epiphany.mo -share/locale/ar/LC_MESSAGES/epiphany.mo -share/locale/as/LC_MESSAGES/epiphany.mo -share/locale/ast/LC_MESSAGES/epiphany.mo -share/locale/az/LC_MESSAGES/epiphany.mo -share/locale/be/LC_MESSAGES/epiphany.mo -share/locale/be@latin/LC_MESSAGES/epiphany.mo -share/locale/bg/LC_MESSAGES/epiphany.mo -share/locale/bn/LC_MESSAGES/epiphany.mo -share/locale/bn_IN/LC_MESSAGES/epiphany.mo -share/locale/br/LC_MESSAGES/epiphany.mo -share/locale/bs/LC_MESSAGES/epiphany.mo -share/locale/ca/LC_MESSAGES/epiphany.mo -share/locale/ca@valencia/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/dz/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/en@shaw/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/gl/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/hy/LC_MESSAGES/epiphany.mo -share/locale/id/LC_MESSAGES/epiphany.mo -share/locale/ig/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/ka/LC_MESSAGES/epiphany.mo -share/locale/kn/LC_MESSAGES/epiphany.mo -share/locale/ko/LC_MESSAGES/epiphany.mo -share/locale/ku/LC_MESSAGES/epiphany.mo -share/locale/li/LC_MESSAGES/epiphany.mo -share/locale/lt/LC_MESSAGES/epiphany.mo -share/locale/lv/LC_MESSAGES/epiphany.mo -share/locale/mai/LC_MESSAGES/epiphany.mo -share/locale/mg/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/mr/LC_MESSAGES/epiphany.mo -share/locale/ms/LC_MESSAGES/epiphany.mo -share/locale/nb/LC_MESSAGES/epiphany.mo -share/locale/nds/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/oc/LC_MESSAGES/epiphany.mo -share/locale/or/LC_MESSAGES/epiphany.mo -share/locale/pa/LC_MESSAGES/epiphany.mo -share/locale/pl/LC_MESSAGES/epiphany.mo -share/locale/ps/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/rw/LC_MESSAGES/epiphany.mo -share/locale/si/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@latin/LC_MESSAGES/epiphany.mo -share/locale/sv/LC_MESSAGES/epiphany.mo -share/locale/ta/LC_MESSAGES/epiphany.mo -share/locale/te/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/uz/LC_MESSAGES/epiphany.mo -share/locale/uz@cyrillic/LC_MESSAGES/epiphany.mo -share/locale/vi/LC_MESSAGES/epiphany.mo -share/locale/wa/LC_MESSAGES/epiphany.mo -share/locale/yo/LC_MESSAGES/epiphany.mo -share/locale/zh_CN/LC_MESSAGES/epiphany.mo -share/locale/zh_HK/LC_MESSAGES/epiphany.mo -share/locale/zh_TW/LC_MESSAGES/epiphany.mo -share/omf/epiphany/epiphany-C.omf -share/omf/epiphany/epiphany-bg.omf -share/omf/epiphany/epiphany-ca.omf -share/omf/epiphany/epiphany-cs.omf -share/omf/epiphany/epiphany-de.omf -share/omf/epiphany/epiphany-el.omf -share/omf/epiphany/epiphany-en_GB.omf -share/omf/epiphany/epiphany-es.omf -share/omf/epiphany/epiphany-eu.omf -share/omf/epiphany/epiphany-fi.omf -share/omf/epiphany/epiphany-fr.omf -share/omf/epiphany/epiphany-it.omf -share/omf/epiphany/epiphany-ja.omf -share/omf/epiphany/epiphany-nl.omf -share/omf/epiphany/epiphany-oc.omf -share/omf/epiphany/epiphany-ru.omf -share/omf/epiphany/epiphany-sv.omf -share/omf/epiphany/epiphany-uk.omf -@dirrm share/omf/epiphany -@dirrmtry share/icons/LowContrastLargePrint/48x48/apps -@dirrmtry share/icons/LowContrastLargePrint/48x48 -@dirrmtry share/icons/LowContrastLargePrint -@dirrm share/gnome/help/epiphany/uk/figures -@dirrm share/gnome/help/epiphany/uk -@dirrm share/gnome/help/epiphany/sv/figures -@dirrm share/gnome/help/epiphany/sv -@dirrm share/gnome/help/epiphany/ru/figures -@dirrm share/gnome/help/epiphany/ru -@dirrm share/gnome/help/epiphany/oc/figures -@dirrm share/gnome/help/epiphany/oc -@dirrm share/gnome/help/epiphany/nl/figures -@dirrm share/gnome/help/epiphany/nl -@dirrm share/gnome/help/epiphany/ja/figures -@dirrm share/gnome/help/epiphany/ja -@dirrm share/gnome/help/epiphany/it/figures -@dirrm share/gnome/help/epiphany/it -@dirrm share/gnome/help/epiphany/fr/figures -@dirrm share/gnome/help/epiphany/fr -@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/en_GB/figures -@dirrm share/gnome/help/epiphany/en_GB -@dirrm share/gnome/help/epiphany/el/figures -@dirrm share/gnome/help/epiphany/el -@dirrm share/gnome/help/epiphany/de/figures -@dirrm share/gnome/help/epiphany/de -@dirrm share/gnome/help/epiphany/cs/figures -@dirrm share/gnome/help/epiphany/cs -@dirrm share/gnome/help/epiphany/ca/figures -@dirrm share/gnome/help/epiphany/ca -@dirrm share/gnome/help/epiphany/bg/figures -@dirrm share/gnome/help/epiphany/bg -@dirrm share/gnome/help/epiphany/C/figures -@dirrm share/gnome/help/epiphany/C -@dirrm share/gnome/help/epiphany -@dirrmtry %%DATADIR%%/icons/hicolor/scalable/status -@dirrmtry %%DATADIR%%/icons/hicolor/scalable/actions -@dirrmtry %%DATADIR%%/icons/hicolor/scalable -@dirrmtry %%DATADIR%%/icons/hicolor/48x48/status -@dirrmtry %%DATADIR%%/icons/hicolor/48x48 -@dirrmtry %%DATADIR%%/icons/hicolor/32x32/status -@dirrmtry %%DATADIR%%/icons/hicolor/32x32/actions -@dirrmtry %%DATADIR%%/icons/hicolor/32x32 -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/status -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/places -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/actions -@dirrmtry %%DATADIR%%/icons/hicolor/24x24 -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/status -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/places -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions -@dirrmtry %%DATADIR%%/icons/hicolor/22x22 -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/status -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/places -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions -@dirrmtry %%DATADIR%%/icons/hicolor/16x16 -@dirrmtry %%DATADIR%%/icons/hicolor -@dirrmtry %%DATADIR%%/icons -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/art -@dirrmtry %%DATADIR%% -@dirrmtry %%DOCSDIR%% -@dirrmtry share/applications -@dirrmtry lib/epiphany/%%EPHY_VERSION%%/plugins -@dirrmtry lib/epiphany/%%EPHY_VERSION%% -@dirrmtry lib/epiphany -@dirrm include/epiphany/%%EPHY_VERSION%%/epiphany -@dirrm include/epiphany/%%EPHY_VERSION%% -@dirrm include/epiphany -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/an/LC_MESSAGES -@dirrmtry share/locale/an diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile deleted file mode 100644 index 8459186f2..000000000 --- a/www/evolution-webcal/Makefile +++ /dev/null @@ -1,33 +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$ -# $MCom: ports/www/evolution-webcal/Makefile,v 1.68 2010/06/07 15:10:09 kwm Exp $ -# - -PORTNAME= evolution-webcal -PORTVERSION= 2.32.0 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Webcal(endar) handler for gnome - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_PERL5= 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 - -post-patch: - @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ - ${WRKSRC}/po/Makefile.in.in - -.include <bsd.port.mk> diff --git a/www/evolution-webcal/distinfo b/www/evolution-webcal/distinfo deleted file mode 100644 index 1da8895a4..000000000 --- a/www/evolution-webcal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (evolution-webcal-2.32.0.tar.bz2) = eec3c2464b18853fd03ebb4da1a69031 -SHA256 (evolution-webcal-2.32.0.tar.bz2) = b6ae8a105665771c4069be96d67e0c10f13e01417805cb3a1900c397c9bd580c -SIZE (evolution-webcal-2.32.0.tar.bz2) = 163816 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 15866fd36..000000000 --- a/www/evolution-webcal/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -libexec/evolution-webcal -share/locale/af/LC_MESSAGES/evolution-webcal.mo -share/locale/ar/LC_MESSAGES/evolution-webcal.mo -share/locale/as/LC_MESSAGES/evolution-webcal.mo -share/locale/ast/LC_MESSAGES/evolution-webcal.mo -share/locale/az/LC_MESSAGES/evolution-webcal.mo -share/locale/be@latin/LC_MESSAGES/evolution-webcal.mo -share/locale/bg/LC_MESSAGES/evolution-webcal.mo -share/locale/bn/LC_MESSAGES/evolution-webcal.mo -share/locale/bn_IN/LC_MESSAGES/evolution-webcal.mo -share/locale/bs/LC_MESSAGES/evolution-webcal.mo -share/locale/ca/LC_MESSAGES/evolution-webcal.mo -share/locale/ca@valencia/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/dz/LC_MESSAGES/evolution-webcal.mo -share/locale/el/LC_MESSAGES/evolution-webcal.mo -share/locale/en@shaw/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/gl/LC_MESSAGES/evolution-webcal.mo -share/locale/gu/LC_MESSAGES/evolution-webcal.mo -share/locale/he/LC_MESSAGES/evolution-webcal.mo -share/locale/hi/LC_MESSAGES/evolution-webcal.mo -share/locale/hr/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/ka/LC_MESSAGES/evolution-webcal.mo -share/locale/kn/LC_MESSAGES/evolution-webcal.mo -share/locale/ko/LC_MESSAGES/evolution-webcal.mo -share/locale/ku/LC_MESSAGES/evolution-webcal.mo -share/locale/ky/LC_MESSAGES/evolution-webcal.mo -share/locale/lt/LC_MESSAGES/evolution-webcal.mo -share/locale/lv/LC_MESSAGES/evolution-webcal.mo -share/locale/mai/LC_MESSAGES/evolution-webcal.mo -share/locale/mk/LC_MESSAGES/evolution-webcal.mo -share/locale/ml/LC_MESSAGES/evolution-webcal.mo -share/locale/mr/LC_MESSAGES/evolution-webcal.mo -share/locale/ms/LC_MESSAGES/evolution-webcal.mo -share/locale/nb/LC_MESSAGES/evolution-webcal.mo -share/locale/nds/LC_MESSAGES/evolution-webcal.mo -share/locale/ne/LC_MESSAGES/evolution-webcal.mo -share/locale/nl/LC_MESSAGES/evolution-webcal.mo -share/locale/nn/LC_MESSAGES/evolution-webcal.mo -share/locale/oc/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/ps/LC_MESSAGES/evolution-webcal.mo -share/locale/pt/LC_MESSAGES/evolution-webcal.mo -share/locale/pt_BR/LC_MESSAGES/evolution-webcal.mo -share/locale/ro/LC_MESSAGES/evolution-webcal.mo -share/locale/ru/LC_MESSAGES/evolution-webcal.mo -share/locale/rw/LC_MESSAGES/evolution-webcal.mo -share/locale/si/LC_MESSAGES/evolution-webcal.mo -share/locale/sk/LC_MESSAGES/evolution-webcal.mo -share/locale/sl/LC_MESSAGES/evolution-webcal.mo -share/locale/sq/LC_MESSAGES/evolution-webcal.mo -share/locale/sr/LC_MESSAGES/evolution-webcal.mo -share/locale/sr@latin/LC_MESSAGES/evolution-webcal.mo -share/locale/sv/LC_MESSAGES/evolution-webcal.mo -share/locale/ta/LC_MESSAGES/evolution-webcal.mo -share/locale/te/LC_MESSAGES/evolution-webcal.mo -share/locale/th/LC_MESSAGES/evolution-webcal.mo -share/locale/tr/LC_MESSAGES/evolution-webcal.mo -share/locale/ug/LC_MESSAGES/evolution-webcal.mo -share/locale/uk/LC_MESSAGES/evolution-webcal.mo -share/locale/vi/LC_MESSAGES/evolution-webcal.mo -share/locale/xh/LC_MESSAGES/evolution-webcal.mo -share/locale/zh_CN/LC_MESSAGES/evolution-webcal.mo -share/locale/zh_HK/LC_MESSAGES/evolution-webcal.mo -share/locale/zh_TW/LC_MESSAGES/evolution-webcal.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile deleted file mode 100644 index 069eeb4da..000000000 --- a/www/gnome-user-share/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnome-user-share -# Date created: 26 November 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gnome-user-share/Makefile,v 1.21 2010/04/01 21:10:51 kwm Exp $ -# - -PORTNAME= gnome-user-share -PORTVERSION= 2.30.1 -CATEGORIES= www deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Personal file-sharing service for the GNOME Desktop - -LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \ - canberra.0:${PORTSDIR}/audio/libcanberra \ - notify.1:${PORTSDIR}/devel/libnotify \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \ - console-kit-daemon:${PORTSDIR}/sysutils/consolekit - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_APACHE= 2.2+ -USE_XORG= sm -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \ - ${WRKSRC}/data/dav_user_*.conf - -.include <bsd.port.mk> diff --git a/www/gnome-user-share/distinfo b/www/gnome-user-share/distinfo deleted file mode 100644 index 741941d9d..000000000 --- a/www/gnome-user-share/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-user-share-2.30.1.tar.bz2) = 532f3d310ec9b42bf2dd015ab5b64092 -SHA256 (gnome2/gnome-user-share-2.30.1.tar.bz2) = 30ba07420a495450f80b4be001601150453ddc3504ff23c486fd1541ff5a1bfe -SIZE (gnome2/gnome-user-share-2.30.1.tar.bz2) = 959747 diff --git a/www/gnome-user-share/files/patch-configure b/www/gnome-user-share/files/patch-configure deleted file mode 100644 index 7c2899da0..000000000 --- a/www/gnome-user-share/files/patch-configure +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.orig 2010-09-28 10:42:29.000000000 +0000 -+++ configure 2010-09-28 10:43:25.000000000 +0000 -@@ -13411,12 +13411,12 @@ - pkg_cv_USER_SHARE_CFLAGS="$USER_SHARE_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null` -+ pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -13427,12 +13427,12 @@ - pkg_cv_USER_SHARE_LIBS="$USER_SHARE_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null` -+ pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -13452,14 +13452,14 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1` -+ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1` - else -- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1` -+ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$USER_SHARE_PKG_ERRORS" >&5 - -- as_fn_error $? "Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2) were not met: -+ as_fn_error $? "Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES) were not met: - - $USER_SHARE_PKG_ERRORS - diff --git a/www/gnome-user-share/files/patch-src_user_share.c b/www/gnome-user-share/files/patch-src_user_share.c deleted file mode 100644 index 4305314fb..000000000 --- a/www/gnome-user-share/files/patch-src_user_share.c +++ /dev/null @@ -1,48 +0,0 @@ ---- src/user_share.c.orig 2009-09-26 09:10:16.000000000 -0400 -+++ src/user_share.c 2009-09-26 09:13:52.000000000 -0400 -@@ -26,7 +26,9 @@ - #include <gdk/gdkx.h> - #include <gtk/gtk.h> - #include <glib/gi18n.h> -+#ifndef __FreeBSD__ - #include <bluetooth-client.h> -+#endif - #include <X11/Xlib.h> - - #include "user_share.h" -@@ -58,7 +60,9 @@ - static guint disabled_timeout_tag = 0; - static gboolean has_console = TRUE; - -+#ifndef __FreeBSD__ - static BluetoothClient *client = NULL; -+#endif - static gboolean bluetoothd_enabled = FALSE; - - #define OBEX_ENABLED (bluetoothd_enabled && has_console) -@@ -224,6 +228,7 @@ consolekit_init (void) - dbus_g_connection_unref (dbus_connection); - } - -+#ifndef __FreeBSD__ - static void - default_adapter_changed (GObject *gobject, - GParamSpec *pspec, -@@ -261,6 +266,7 @@ bluez_init (void) - g_signal_connect (G_OBJECT (client), "notify::default-adapter-powered", - G_CALLBACK (default_adapter_changed), NULL); - } -+#endif - - char * - lookup_public_dir (void) -@@ -590,7 +596,9 @@ main (int argc, char **argv) - - g_object_unref (client); - -+#ifndef __FreeBSD__ - bluez_init (); -+#endif - consolekit_init (); - - /* Initial setting */ diff --git a/www/gnome-user-share/pkg-descr b/www/gnome-user-share/pkg-descr deleted file mode 100644 index 0c6244b1b..000000000 --- a/www/gnome-user-share/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -gnome-user-share is a small package that binds together various free -software projects to bring easy to use user-level file sharing to the -masses. - -The program is meant to run in the background when the user is logged -in, and when file sharing is enabled a webdav server is started that -shares the $HOME/Public folder. The share is then published to all -computers on the local network using mDNS/bonjour, so that it shows -up in the Network location in Gnome. - --- gnome-user-share README diff --git a/www/gnome-user-share/pkg-message b/www/gnome-user-share/pkg-message deleted file mode 100644 index 84e472507..000000000 --- a/www/gnome-user-share/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Run gnome-file-share-properties as the user with which you want -to use gnome-user-share, then logout and log back into GNOME. Now everything -under ~/Public should be shared. You can view this by opening Nautilus, and -clicking on the Network icon under Computer. diff --git a/www/gnome-user-share/pkg-plist b/www/gnome-user-share/pkg-plist deleted file mode 100644 index 609b8dd23..000000000 --- a/www/gnome-user-share/pkg-plist +++ /dev/null @@ -1,214 +0,0 @@ -bin/gnome-file-share-properties -etc/xdg/autostart/gnome-user-share.desktop -lib/nautilus/extensions-2.0/libnautilus-share-extension.la -lib/nautilus/extensions-2.0/libnautilus-share-extension.so -libexec/gnome-user-share -share/applications/gnome-user-share-properties.desktop -%%DATADIR%%/dav_groupfile -%%DATADIR%%/dav_user_2.0.conf -%%DATADIR%%/dav_user_2.2.conf -%%DATADIR%%/file-share-properties.ui -share/gnome/help/gnome-user-share/C/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/C/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/C/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/C/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/C/gnome-user-share.xml -share/gnome/help/gnome-user-share/C/legal.xml -share/gnome/help/gnome-user-share/ca/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/ca/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/ca/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/ca/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/ca/gnome-user-share.xml -share/gnome/help/gnome-user-share/ca/legal.xml -share/gnome/help/gnome-user-share/cs/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/cs/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/cs/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/cs/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/cs/gnome-user-share.xml -share/gnome/help/gnome-user-share/cs/legal.xml -share/gnome/help/gnome-user-share/de/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/de/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/de/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/de/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/de/gnome-user-share.xml -share/gnome/help/gnome-user-share/de/legal.xml -share/gnome/help/gnome-user-share/el/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/el/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/el/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/el/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/el/gnome-user-share.xml -share/gnome/help/gnome-user-share/el/legal.xml -share/gnome/help/gnome-user-share/en_GB/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/en_GB/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/en_GB/gnome-user-share.xml -share/gnome/help/gnome-user-share/en_GB/legal.xml -share/gnome/help/gnome-user-share/es/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/es/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/es/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/es/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/es/gnome-user-share.xml -share/gnome/help/gnome-user-share/es/legal.xml -share/gnome/help/gnome-user-share/fr/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/fr/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/fr/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/fr/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/fr/gnome-user-share.xml -share/gnome/help/gnome-user-share/fr/legal.xml -share/gnome/help/gnome-user-share/it/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/it/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/it/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/it/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/it/gnome-user-share.xml -share/gnome/help/gnome-user-share/it/legal.xml -share/gnome/help/gnome-user-share/sv/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/sv/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/sv/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/sv/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/sv/gnome-user-share.xml -share/gnome/help/gnome-user-share/sv/legal.xml -share/gnome/help/gnome-user-share/zh_CN/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/zh_CN/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/zh_CN/gnome-user-share.xml -share/gnome/help/gnome-user-share/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/gnome-obex-server.png -share/icons/hicolor/22x22/apps/gnome-obex-server.png -share/icons/hicolor/32x32/apps/gnome-obex-server.png -share/icons/hicolor/48x48/apps/gnome-obex-server.png -share/locale/ar/LC_MESSAGES/gnome-user-share.mo -share/locale/as/LC_MESSAGES/gnome-user-share.mo -share/locale/ast/LC_MESSAGES/gnome-user-share.mo -share/locale/bg/LC_MESSAGES/gnome-user-share.mo -share/locale/bn/LC_MESSAGES/gnome-user-share.mo -share/locale/bn_IN/LC_MESSAGES/gnome-user-share.mo -share/locale/br/LC_MESSAGES/gnome-user-share.mo -share/locale/ca/LC_MESSAGES/gnome-user-share.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-user-share.mo -share/locale/cs/LC_MESSAGES/gnome-user-share.mo -share/locale/da/LC_MESSAGES/gnome-user-share.mo -share/locale/de/LC_MESSAGES/gnome-user-share.mo -share/locale/dz/LC_MESSAGES/gnome-user-share.mo -share/locale/el/LC_MESSAGES/gnome-user-share.mo -share/locale/en@shaw/LC_MESSAGES/gnome-user-share.mo -share/locale/en_CA/LC_MESSAGES/gnome-user-share.mo -share/locale/en_GB/LC_MESSAGES/gnome-user-share.mo -share/locale/eo/LC_MESSAGES/gnome-user-share.mo -share/locale/eu/LC_MESSAGES/gnome-user-share.mo -share/locale/es/LC_MESSAGES/gnome-user-share.mo -share/locale/et/LC_MESSAGES/gnome-user-share.mo -share/locale/fi/LC_MESSAGES/gnome-user-share.mo -share/locale/fr/LC_MESSAGES/gnome-user-share.mo -share/locale/ga/LC_MESSAGES/gnome-user-share.mo -share/locale/gl/LC_MESSAGES/gnome-user-share.mo -share/locale/gu/LC_MESSAGES/gnome-user-share.mo -share/locale/he/LC_MESSAGES/gnome-user-share.mo -share/locale/hi/LC_MESSAGES/gnome-user-share.mo -share/locale/hu/LC_MESSAGES/gnome-user-share.mo -share/locale/id/LC_MESSAGES/gnome-user-share.mo -share/locale/it/LC_MESSAGES/gnome-user-share.mo -share/locale/ja/LC_MESSAGES/gnome-user-share.mo -share/locale/kn/LC_MESSAGES/gnome-user-share.mo -share/locale/ko/LC_MESSAGES/gnome-user-share.mo -share/locale/lt/LC_MESSAGES/gnome-user-share.mo -share/locale/lv/LC_MESSAGES/gnome-user-share.mo -share/locale/mai/LC_MESSAGES/gnome-user-share.mo -share/locale/mk/LC_MESSAGES/gnome-user-share.mo -share/locale/ml/LC_MESSAGES/gnome-user-share.mo -share/locale/mr/LC_MESSAGES/gnome-user-share.mo -share/locale/nb/LC_MESSAGES/gnome-user-share.mo -share/locale/ne/LC_MESSAGES/gnome-user-share.mo -share/locale/nl/LC_MESSAGES/gnome-user-share.mo -share/locale/nn/LC_MESSAGES/gnome-user-share.mo -share/locale/oc/LC_MESSAGES/gnome-user-share.mo -share/locale/or/LC_MESSAGES/gnome-user-share.mo -share/locale/pa/LC_MESSAGES/gnome-user-share.mo -share/locale/pl/LC_MESSAGES/gnome-user-share.mo -share/locale/pt/LC_MESSAGES/gnome-user-share.mo -share/locale/pt_BR/LC_MESSAGES/gnome-user-share.mo -share/locale/ro/LC_MESSAGES/gnome-user-share.mo -share/locale/ru/LC_MESSAGES/gnome-user-share.mo -share/locale/rw/LC_MESSAGES/gnome-user-share.mo -share/locale/sk/LC_MESSAGES/gnome-user-share.mo -share/locale/sl/LC_MESSAGES/gnome-user-share.mo -share/locale/sq/LC_MESSAGES/gnome-user-share.mo -share/locale/sr/LC_MESSAGES/gnome-user-share.mo -share/locale/sr@latin/LC_MESSAGES/gnome-user-share.mo -share/locale/sv/LC_MESSAGES/gnome-user-share.mo -share/locale/ta/LC_MESSAGES/gnome-user-share.mo -share/locale/te/LC_MESSAGES/gnome-user-share.mo -share/locale/th/LC_MESSAGES/gnome-user-share.mo -share/locale/tr/LC_MESSAGES/gnome-user-share.mo -share/locale/ug/LC_MESSAGES/gnome-user-share.mo -share/locale/uk/LC_MESSAGES/gnome-user-share.mo -share/locale/vi/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_CN/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_HK/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo -share/omf/gnome-user-share/gnome-user-share-C.omf -share/omf/gnome-user-share/gnome-user-share-ca.omf -share/omf/gnome-user-share/gnome-user-share-cs.omf -share/omf/gnome-user-share/gnome-user-share-de.omf -share/omf/gnome-user-share/gnome-user-share-el.omf -share/omf/gnome-user-share/gnome-user-share-en_GB.omf -share/omf/gnome-user-share/gnome-user-share-es.omf -share/omf/gnome-user-share/gnome-user-share-fr.omf -share/omf/gnome-user-share/gnome-user-share-it.omf -share/omf/gnome-user-share/gnome-user-share-sv.omf -share/omf/gnome-user-share/gnome-user-share-zh_CN.omf -@dirrm share/omf/gnome-user-share -@dirrm share/gnome/help/gnome-user-share/zh_CN/figures -@dirrm share/gnome/help/gnome-user-share/zh_CN -@dirrm share/gnome/help/gnome-user-share/sv/figures -@dirrm share/gnome/help/gnome-user-share/sv -@dirrm share/gnome/help/gnome-user-share/it/figures -@dirrm share/gnome/help/gnome-user-share/it -@dirrm share/gnome/help/gnome-user-share/fr/figures -@dirrm share/gnome/help/gnome-user-share/fr -@dirrm share/gnome/help/gnome-user-share/es/figures -@dirrm share/gnome/help/gnome-user-share/es -@dirrm share/gnome/help/gnome-user-share/en_GB/figures -@dirrm share/gnome/help/gnome-user-share/en_GB -@dirrm share/gnome/help/gnome-user-share/el/figures -@dirrm share/gnome/help/gnome-user-share/el -@dirrm share/gnome/help/gnome-user-share/de/figures -@dirrm share/gnome/help/gnome-user-share/de -@dirrm share/gnome/help/gnome-user-share/cs/figures -@dirrm share/gnome/help/gnome-user-share/cs -@dirrm share/gnome/help/gnome-user-share/ca/figures -@dirrm share/gnome/help/gnome-user-share/ca -@dirrm share/gnome/help/gnome-user-share/C/figures -@dirrm share/gnome/help/gnome-user-share/C -@dirrm share/gnome/help/gnome-user-share -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile deleted file mode 100644 index 032f3135f..000000000 --- a/www/gtkhtml3/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: gtkhtml3 -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.176 2010/09/27 14:24:43 kwm Exp $ -# - -PORTNAME= gtkhtml3 -PORTVERSION= 3.32.1 -CATEGORIES= www gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - enchant.1:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="3.14" - -post-patch: - @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ - ${WRKSRC}/intltool-merge.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ - s|-DGDK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo deleted file mode 100644 index 59301a05e..000000000 --- a/www/gtkhtml3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gtkhtml-3.32.1.tar.bz2) = 78b6da6c1f4f61947f77de505a626a028ee3ecb6ad3c7c06cc4a6273e16d95c6 -SIZE (gnome2/gtkhtml-3.32.1.tar.bz2) = 1196875 diff --git a/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c b/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c deleted file mode 100644 index ec390b5d8..000000000 --- a/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c +++ /dev/null @@ -1,13 +0,0 @@ ---- components/editor/gtkhtml-spell-dialog.c.orig 2010-09-19 17:57:00.000000000 +0000 -+++ components/editor/gtkhtml-spell-dialog.c 2010-09-19 17:57:41.000000000 +0000 -@@ -443,7 +443,9 @@ spell_dialog_init (GtkhtmlSpellDialog *d - - gtk_dialog_add_button ( - GTK_DIALOG (dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE); -- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -+#if !GTK_CHECK_VERSION(2,90,7) -+ g_object_set (dialog, "has-separator", FALSE, NULL); -+#endif - gtk_window_set_title (GTK_WINDOW (dialog), _("Spell Checker")); - gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); - 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 3a36ed5b8..000000000 --- a/www/gtkhtml3/pkg-plist +++ /dev/null @@ -1,169 +0,0 @@ -bin/gtkhtml-editor-test -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-actions.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-common.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-widgets.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-checker.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-language.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-embedded.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-enums.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/htmlenums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h -lib/libgtkhtml-%%VERSION%%.a -lib/libgtkhtml-%%VERSION%%.la -lib/libgtkhtml-%%VERSION%%.so -lib/libgtkhtml-%%VERSION%%.so.19 -lib/libgtkhtml-editor-%%VERSION%%.a -lib/libgtkhtml-editor-%%VERSION%%.la -lib/libgtkhtml-editor-%%VERSION%%.so -lib/libgtkhtml-editor-%%VERSION%%.so.0 -libdata/pkgconfig/gtkhtml-editor-%%VERSION%%.pc -libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc -share/gtkhtml-%%VERSION%%/gtkhtml-editor-builder.ui -share/gtkhtml-%%VERSION%%/gtkhtml-editor-manager.ui -share/gtkhtml-%%VERSION%%/icons/bulb.png -share/gtkhtml-%%VERSION%%/icons/confidential-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/draft-paper.png -share/gtkhtml-%%VERSION%%/icons/draft-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/empty_image.png -share/gtkhtml-%%VERSION%%/icons/flowers.png -share/gtkhtml-%%VERSION%%/icons/html-viewer.png -share/gtkhtml-%%VERSION%%/icons/info_bulb.png -share/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg -share/gtkhtml-%%VERSION%%/icons/paper.png -share/gtkhtml-%%VERSION%%/icons/rect.png -share/gtkhtml-%%VERSION%%/icons/ribbon.jpg -share/gtkhtml-%%VERSION%%/icons/rule-blue-center.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-left.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-right.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-center.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-left.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-right.png -share/gtkhtml-%%VERSION%%/icons/texture.png -share/gtkhtml-%%VERSION%%/icons/transparent.png -share/gtkhtml-%%VERSION%%/keybindingsrc.emacs -share/locale/af/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ast/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/bn_IN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en@shaw/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/fa/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/id/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/or/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/ro/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/si/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@latin/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/th/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/xh/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -@dirrm share/gtkhtml-%%VERSION%%/icons -@dirrm share/gtkhtml-%%VERSION%% -@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml -@dirrm include/libgtkhtml-%%VERSION%%/editor -@dirrm include/libgtkhtml-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile deleted file mode 100644 index 605167bfc..000000000 --- a/www/gtkhtml4/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: gtkhtml3 -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gtkhtml4/Makefile,v 1.1 2010/06/30 07:12:11 kwm Exp $ -# - -PORTNAME= gtkhtml4 -PORTVERSION= 3.31.5 -CATEGORIES= www gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/4$//}-${PORTVERSION} -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - enchant.1:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gconf2 ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --enable-gtk3 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="4.0" - -post-patch: - @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ - ${WRKSRC}/intltool-merge.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/www/gtkhtml4/distinfo b/www/gtkhtml4/distinfo deleted file mode 100644 index 1322ba334..000000000 --- a/www/gtkhtml4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome3/gtkhtml-3.31.5.tar.bz2) = 346845b18e6945b7e079ffd1b98055f5 -SHA256 (gnome3/gtkhtml-3.31.5.tar.bz2) = 96562326e69a3989619599b6467ce772da0127f7ab3e5742b05976c89309343e -SIZE (gnome3/gtkhtml-3.31.5.tar.bz2) = 1204468 diff --git a/www/gtkhtml4/pkg-descr b/www/gtkhtml4/pkg-descr deleted file mode 100644 index 38451dc01..000000000 --- a/www/gtkhtml4/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/gtkhtml4/pkg-plist b/www/gtkhtml4/pkg-plist deleted file mode 100644 index 2161f1c37..000000000 --- a/www/gtkhtml4/pkg-plist +++ /dev/null @@ -1,169 +0,0 @@ -bin/gtkhtml-editor-test -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-actions.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-common.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-widgets.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-checker.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-language.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-embedded.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-enums.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/htmlenums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h -lib/libgtkhtml-%%VERSION%%.a -lib/libgtkhtml-%%VERSION%%.la -lib/libgtkhtml-%%VERSION%%.so -lib/libgtkhtml-%%VERSION%%.so.0 -lib/libgtkhtml-editor-%%VERSION%%.a -lib/libgtkhtml-editor-%%VERSION%%.la -lib/libgtkhtml-editor-%%VERSION%%.so -lib/libgtkhtml-editor-%%VERSION%%.so.0 -libdata/pkgconfig/gtkhtml-editor-%%VERSION%%.pc -libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc -share/gtkhtml-%%VERSION%%/gtkhtml-editor-builder.ui -share/gtkhtml-%%VERSION%%/gtkhtml-editor-manager.ui -share/gtkhtml-%%VERSION%%/icons/bulb.png -share/gtkhtml-%%VERSION%%/icons/confidential-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/draft-paper.png -share/gtkhtml-%%VERSION%%/icons/draft-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/empty_image.png -share/gtkhtml-%%VERSION%%/icons/flowers.png -share/gtkhtml-%%VERSION%%/icons/html-viewer.png -share/gtkhtml-%%VERSION%%/icons/info_bulb.png -share/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg -share/gtkhtml-%%VERSION%%/icons/paper.png -share/gtkhtml-%%VERSION%%/icons/rect.png -share/gtkhtml-%%VERSION%%/icons/ribbon.jpg -share/gtkhtml-%%VERSION%%/icons/rule-blue-center.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-left.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-right.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-center.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-left.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-right.png -share/gtkhtml-%%VERSION%%/icons/texture.png -share/gtkhtml-%%VERSION%%/icons/transparent.png -share/gtkhtml-%%VERSION%%/keybindingsrc.emacs -share/locale/af/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ast/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/bn_IN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en@shaw/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/fa/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/id/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/or/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/ro/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/si/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@latin/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/th/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/xh/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -@dirrm share/gtkhtml-%%VERSION%%/icons -@dirrm share/gtkhtml-%%VERSION%% -@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml -@dirrm include/libgtkhtml-%%VERSION%%/editor -@dirrm include/libgtkhtml-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile deleted file mode 100644 index 32bb6c0bc..000000000 --- a/www/webkit-gtk2/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: webkit -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/webkit-gtk2/Makefile,v 1.69 2010/09/28 15:55:50 kwm Exp $ -# - -PORTNAME= webkit -PORTVERSION= 1.2.5 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://webkitgtk.org/ -PKGNAMESUFFIX= -gtk2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An opensource browser engine - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ - curl.6:${PORTSDIR}/ftp/curl \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_GETTEXT= yes -WANT_GSTREAMER= yes -MAKE_JOBS_SAFE= yes -USE_XORG= xt -USE_BISON= build -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk20 libxslt ltverhack:13 -USE_PERL5= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ - ac_cv_path_DOLT_BASH="" -CONFIGURE_ARGS= --enable-icon-database \ - --enable-svg \ - --enable-svg-fonts \ - --enable-introspection -MAKEFILE= GNUmakefile - -BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 -#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", - -OPTIONS= VIDEO "Enable video support" on \ - DEBUG "Build with debug support" off \ - STATIC "Enable building static library" off - -.include <bsd.port.pre.mk> - -.if exists (${LOCALBASE}/lib/libicutu.so.44) -LIB_DEPENDS+= icutu.44:${PORTSDIR}/devel/icu4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-WebCore_platform_text_TextBreakIterator.h -.else -LIB_DEPENDS+= icutu.38:${PORTSDIR}/devel/icu -.endif - -.if defined(WITH_VIDEO) -USE_GSTREAMER+= yes -CONFIGURE_ARGS+=--enable-video -.else -CONFIGURE_ARGS+=--disable-video -.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--disable-debug -.endif - -.if defined(WITH_STATIC) -CONFIGURE_ARGS+=--enable-static -PLIST_SUB+= STATIC="" -.else -PLIST_SUB+= STATIC="@comment " -.endif - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-JavaScriptCore_yarr_RegexJIT.h \ - ${FILESDIR}/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h -BROKEN= does not compile on 6.X -.endif - -.if ${ARCH} == powerpc64 -CFLAGS+= -mminimal-toc -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp - @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' -.if !defined(WITH_STATIC) - @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \ - ${WRKDIR}/gnome-libtool -.endif - @${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \ - ${WRKSRC}/WebCore/dom/make_names.pl \ - ${WRKSRC}/WebCore/css/make-css-file-arrays.pl \ - ${WRKSRC}/WebCore/bindings/scripts/IDLParser.pm - -.include <bsd.port.post.mk> diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo deleted file mode 100644 index b982881fa..000000000 --- a/www/webkit-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (webkit-1.2.5.tar.gz) = 09f04985665b9abf6f0d9956f86a6a31 -SHA256 (webkit-1.2.5.tar.gz) = b08a69a9ccbd84b2e23a94caf7eb5cfc390bb6cef49a4921b5eb11860b329d41 -SIZE (webkit-1.2.5.tar.gz) = 6727977 diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h deleted file mode 100644 index 8bb6f17ce..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/assembler/MacroAssemblerCodeRef.h.orig 2010-01-14 15:19:17.000000000 +0000 -+++ JavaScriptCore/assembler/MacroAssemblerCodeRef.h 2010-01-14 15:21:00.000000000 +0000 -@@ -74,7 +74,7 @@ public: - // Error: #694: reinterpret_cast cannot cast away const or other type qualifiers - : m_value((void*)(value)) - #else -- : m_value(reinterpret_cast<void*>(value)) -+ : m_value((void*)(value)) - #endif - { - ASSERT_VALID_CODE_POINTER(m_value); diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h deleted file mode 100644 index c46912d7a..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/yarr/RegexJIT.h.orig 2009-10-09 23:47:41.000000000 -0400 -+++ JavaScriptCore/yarr/RegexJIT.h 2009-10-09 23:48:19.000000000 -0400 -@@ -73,7 +73,7 @@ public: - - int execute(const UChar* input, unsigned start, unsigned length, int* output) - { -- return reinterpret_cast<RegexJITCode>(m_ref.m_code.executableAddress())(input, start, length, output); -+ return ((RegexJITCode)m_ref.m_code.executableAddress())(input, start, length, output); - } - - private: diff --git a/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h b/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h deleted file mode 100644 index a86503535..000000000 --- a/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h +++ /dev/null @@ -1,15 +0,0 @@ -Pr 143718, fix build with icu 4.3 - ---- WebCore/platform/text/TextBreakIterator.h.orig 2009-09-22 18:29:21.000000000 +0300 -+++ WebCore/platform/text/TextBreakIterator.h 2010-02-10 08:49:59.000000000 +0200 -@@ -26,7 +26,7 @@ - - namespace WebCore { - -- class TextBreakIterator; -+ typedef struct UBreakIterator TextBreakIterator; - - // Note: The returned iterator is good only until you get another iterator. - - - diff --git a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h b/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h deleted file mode 100644 index 9c32953b9..000000000 --- a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h +++ /dev/null @@ -1,14 +0,0 @@ ---- JavaScriptCore/runtime/JSValue.h.orig 2010-02-05 17:26:52.000000000 +0100 -+++ JavaScriptCore/runtime/JSValue.h 2010-03-25 21:43:11.000000000 +0100 -@@ -491,7 +491,11 @@ namespace JSC { - u.asBits.tag = CellTag; - else - u.asBits.tag = EmptyValueTag; -+#if defined(__sparc64) -+ u.asBits.payload = reinterpret_cast<int64_t>(ptr); -+#else - u.asBits.payload = reinterpret_cast<int32_t>(ptr); -+#endif - #if ENABLE(JSC_ZOMBIES) - ASSERT(!isZombie()); - #endif diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_JSCore-1.0.gir b/www/webkit-gtk2/files/patch-WebKit_gtk_JSCore-1.0.gir deleted file mode 100644 index 8a13bac74..000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_JSCore-1.0.gir +++ /dev/null @@ -1,22 +0,0 @@ ---- WebKit/gtk/JSCore-1.0.gir.orig 2010-09-19 16:07:49.000000000 +0000 -+++ WebKit/gtk/JSCore-1.0.gir 2010-09-19 16:08:26.000000000 +0000 -@@ -1,12 +1,14 @@ - <?xml version="1.0"?> --<repository version="1.0" -+<repository version="1.2" - xmlns="http://www.gtk.org/introspection/core/1.0" - xmlns:c="http://www.gtk.org/introspection/c/1.0"> - <namespace name="JSCore" version="1.0" shared-library="webkit-1.0"> -- <alias name="GlobalContextRef" -- target="none" -- c:type="JSGlobalContextRef"/> -- <alias name="ObjectRef" target="none" c:type="JSObjectRef"/> -+ <alias name="GlobalContextRef" target="none"> -+ <type name="JSGlobalContextRef" c:type="JSGlobalContextRef"/> -+ </alias> -+ <alias name="ObjectRef" target="none"> -+ <type name="JSObjectRef" c:type="JSObjectRef"/> -+ </alias> - <function name="EvaluateScript" c:identifier="JSEvaluateScript"> - <return-value transfer-ownership="none"> - <type name="none" c:type="void"/> diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html b/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html deleted file mode 100644 index 292fc47b6..000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html +++ /dev/null @@ -1,17 +0,0 @@ ---- WebKit/gtk/resources/error.html.orig -+++ WebKit/gtk/resources/error.html -@@ -21,12 +21,12 @@ - } - - #errorTitleText { -- font-size: 120%; -+ font-size: 120%%; - font-weight: bold; - } - - #errorMessageText { -- font-size: 80%; -+ font-size: 80%%; - } - - </style> diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in b/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in deleted file mode 100644 index 1d41c7c8d..000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- WebKit/gtk/webkit.pc.in.orig 2009-05-13 20:55:10.000000000 +0800 -+++ WebKit/gtk/webkit.pc.in 2009-05-19 15:09:51.000000000 +0800 -@@ -8,4 +8,4 @@ Description: Web content engine for GTK+ - Version: @VERSION@ - Requires: glib-2.0 gtk+-2.0 libsoup-2.4 - Libs: -L${libdir} -lwebkit-1.0 --Cflags: -I${includedir}/webkit-1.0 -+Cflags: -I${includedir}/webkit-1.0 -I${includedir}/webkit-1.0/webkit diff --git a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp b/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp deleted file mode 100644 index 2670c229d..000000000 --- a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- WebCore/plugins/PluginDatabase.cpp.orig 2008-11-02 03:12:05.000000000 +0800 -+++ WebCore/plugins/PluginDatabase.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -283,6 +283,7 @@ Vector<String> PluginDatabase::defaultPl - userPluginPath.append(String("/.netscape/plugins")); - paths.append(userPluginPath); - -+ paths.append("%%BROWSER_PLUGINS_DIR%%"); - paths.append("/usr/lib/browser/plugins"); - paths.append("/usr/local/lib/mozilla/plugins"); - paths.append("/usr/lib/firefox/plugins"); diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo deleted file mode 100644 index 2c4293af5..000000000 --- a/www/webkit-gtk2/files/patch-cairo +++ /dev/null @@ -1,11 +0,0 @@ ---- WebCore/platform/graphics/BitmapImage.cpp.orig 2009-03-04 03:34:16.000000000 +0800 -+++ WebCore/platform/graphics/BitmapImage.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -202,7 +202,7 @@ bool BitmapImage::isSizeAvailable() - NativeImagePtr BitmapImage::frameAtIndex(size_t index) - { - if (index >= frameCount()) -- return 0; -+ return NULL; - - if (index >= m_frames.size() || !m_frames[index].m_frame) - cacheFrame(index); diff --git a/www/webkit-gtk2/files/patch-configure b/www/webkit-gtk2/files/patch-configure deleted file mode 100644 index 08c05beea..000000000 --- a/www/webkit-gtk2/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-06-15 17:23:17.000000000 +0200 -+++ configure 2009-06-15 20:19:44.000000000 +0200 -@@ -21204,7 +21204,7 @@ fi - - if test "$enable_jit" = "yes"; then - case "$host_cpu" in -- i*86|x86_64) -+ i*86|x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_JIT 1 -@@ -21243,7 +21243,7 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - ;; -- x86_64) -+ x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1 diff --git a/www/webkit-gtk2/pkg-descr b/www/webkit-gtk2/pkg-descr deleted file mode 100644 index 40ef1e3ef..000000000 --- a/www/webkit-gtk2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -WebKit is an open source web browser engine. It is able to display content -such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, -XSLT, CSS, Javascript/ECMAscript and more. - -WWW: http://webkit.org/ diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist deleted file mode 100644 index 7a56fc23b..000000000 --- a/www/webkit-gtk2/pkg-plist +++ /dev/null @@ -1,333 +0,0 @@ -bin/jsc -include/webkit-1.0/JavaScriptCore/JSBase.h -include/webkit-1.0/JavaScriptCore/JSContextRef.h -include/webkit-1.0/JavaScriptCore/JSObjectRef.h -include/webkit-1.0/JavaScriptCore/JSStringRef.h -include/webkit-1.0/JavaScriptCore/JSStringRefBSTR.h -include/webkit-1.0/JavaScriptCore/JSStringRefCF.h -include/webkit-1.0/JavaScriptCore/JSValueRef.h -include/webkit-1.0/JavaScriptCore/JavaScript.h -include/webkit-1.0/JavaScriptCore/JavaScriptCore.h -include/webkit-1.0/JavaScriptCore/WebKitAvailability.h -include/webkit-1.0/webkit/webkit.h -include/webkit-1.0/webkit/webkitdefines.h -include/webkit-1.0/webkit/webkitdownload.h -include/webkit-1.0/webkit/webkitenumtypes.h -include/webkit-1.0/webkit/webkiterror.h -include/webkit-1.0/webkit/webkitgeolocationpolicydecision.h -include/webkit-1.0/webkit/webkithittestresult.h -include/webkit-1.0/webkit/webkitnetworkrequest.h -include/webkit-1.0/webkit/webkitnetworkresponse.h -include/webkit-1.0/webkit/webkitsecurityorigin.h -include/webkit-1.0/webkit/webkitsoupauthdialog.h -include/webkit-1.0/webkit/webkitversion.h -include/webkit-1.0/webkit/webkitwebbackforwardlist.h -include/webkit-1.0/webkit/webkitwebdatabase.h -include/webkit-1.0/webkit/webkitwebdatasource.h -include/webkit-1.0/webkit/webkitwebframe.h -include/webkit-1.0/webkit/webkitwebhistoryitem.h -include/webkit-1.0/webkit/webkitwebinspector.h -include/webkit-1.0/webkit/webkitwebnavigationaction.h -include/webkit-1.0/webkit/webkitwebpolicydecision.h -include/webkit-1.0/webkit/webkitwebresource.h -include/webkit-1.0/webkit/webkitwebsettings.h -include/webkit-1.0/webkit/webkitwebview.h -include/webkit-1.0/webkit/webkitwebwindowfeatures.h -%%STATIC%%lib/libwebkit-1.0.a -lib/girepository-1.0/JSCore-1.0.typelib -lib/girepository-1.0/WebKit-1.0.typelib -lib/libwebkit-1.0.la -lib/libwebkit-1.0.so -lib/libwebkit-1.0.so.13 -libdata/pkgconfig/webkit-1.0.pc -share/gir-1.0/JSCore-1.0.gir -share/gir-1.0/WebKit-1.0.gir -share/locale/cs/LC_MESSAGES/webkit.mo -share/locale/de/LC_MESSAGES/webkit.mo -share/locale/en_GB/LC_MESSAGES/webkit.mo -share/locale/es/LC_MESSAGES/webkit.mo -share/locale/et/LC_MESSAGES/webkit.mo -share/locale/gu/LC_MESSAGES/webkit.mo -share/locale/he/LC_MESSAGES/webkit.mo -share/locale/it/LC_MESSAGES/webkit.mo -share/locale/lt/LC_MESSAGES/webkit.mo -share/locale/lv/LC_MESSAGES/webkit.mo -share/locale/nl/LC_MESSAGES/webkit.mo -share/locale/pa/LC_MESSAGES/webkit.mo -share/locale/pt/LC_MESSAGES/webkit.mo -share/locale/pt_BR/LC_MESSAGES/webkit.mo -share/locale/ru/LC_MESSAGES/webkit.mo -share/locale/sl/LC_MESSAGES/webkit.mo -share/locale/sr/LC_MESSAGES/webkit.mo -share/locale/sr@latin/LC_MESSAGES/webkit.mo -share/locale/sv/LC_MESSAGES/webkit.mo -share/locale/uk/LC_MESSAGES/webkit.mo -share/locale/vi/LC_MESSAGES/webkit.mo -share/locale/zh_CN/LC_MESSAGES/webkit.mo -share/webkit-1.0/images/deleteButton.png -share/webkit-1.0/images/missingImage.png -share/webkit-1.0/images/nullPlugin.png -share/webkit-1.0/images/panIcon.png -share/webkit-1.0/images/textAreaResizeCorner.png -share/webkit-1.0/images/urlIcon.png -share/webkit-1.0/resources/error.html -share/webkit-1.0/webinspector/AbstractTimelinePanel.js -share/webkit-1.0/webinspector/AuditCategories.js -share/webkit-1.0/webinspector/AuditLauncherView.js -share/webkit-1.0/webinspector/AuditResultView.js -share/webkit-1.0/webinspector/AuditRules.js -share/webkit-1.0/webinspector/AuditsPanel.js -share/webkit-1.0/webinspector/BottomUpProfileDataGridTree.js -share/webkit-1.0/webinspector/Breakpoint.js -share/webkit-1.0/webinspector/BreakpointsSidebarPane.js -share/webkit-1.0/webinspector/CallStackSidebarPane.js -share/webkit-1.0/webinspector/Callback.js -share/webkit-1.0/webinspector/ChangesView.js -share/webkit-1.0/webinspector/Checkbox.js -share/webkit-1.0/webinspector/Color.js -share/webkit-1.0/webinspector/ConsolePanel.js -share/webkit-1.0/webinspector/ConsoleView.js -share/webkit-1.0/webinspector/ContextMenu.js -share/webkit-1.0/webinspector/CookieItemsView.js -share/webkit-1.0/webinspector/DOMAgent.js -share/webkit-1.0/webinspector/DOMStorage.js -share/webkit-1.0/webinspector/DOMStorageItemsView.js -share/webkit-1.0/webinspector/DOMSyntaxHighlighter.js -share/webkit-1.0/webinspector/DataGrid.js -share/webkit-1.0/webinspector/Database.js -share/webkit-1.0/webinspector/DatabaseQueryView.js -share/webkit-1.0/webinspector/DatabaseTableView.js -share/webkit-1.0/webinspector/Drawer.js -share/webkit-1.0/webinspector/ElementsPanel.js -share/webkit-1.0/webinspector/ElementsTreeOutline.js -share/webkit-1.0/webinspector/EventListenersSidebarPane.js -share/webkit-1.0/webinspector/FontView.js -share/webkit-1.0/webinspector/ImageView.js -share/webkit-1.0/webinspector/Images/auditsIcon.png -share/webkit-1.0/webinspector/Images/back.png -share/webkit-1.0/webinspector/Images/breakpointBorder.png -share/webkit-1.0/webinspector/Images/breakpointConditionalBorder.png -share/webkit-1.0/webinspector/Images/breakpointConditionalCounterBorder.png -share/webkit-1.0/webinspector/Images/breakpointCounterBorder.png -share/webkit-1.0/webinspector/Images/breakpointsActivateButtonGlyph.png -share/webkit-1.0/webinspector/Images/breakpointsDeactivateButtonGlyph.png -share/webkit-1.0/webinspector/Images/checker.png -share/webkit-1.0/webinspector/Images/clearConsoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/closeButtons.png -share/webkit-1.0/webinspector/Images/consoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/consoleIcon.png -share/webkit-1.0/webinspector/Images/cookie.png -share/webkit-1.0/webinspector/Images/database.png -share/webkit-1.0/webinspector/Images/databaseTable.png -share/webkit-1.0/webinspector/Images/debuggerContinue.png -share/webkit-1.0/webinspector/Images/debuggerPause.png -share/webkit-1.0/webinspector/Images/debuggerStepInto.png -share/webkit-1.0/webinspector/Images/debuggerStepOut.png -share/webkit-1.0/webinspector/Images/debuggerStepOver.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRight.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightWhite.png -share/webkit-1.0/webinspector/Images/dockButtonGlyph.png -share/webkit-1.0/webinspector/Images/elementsIcon.png -share/webkit-1.0/webinspector/Images/enableOutlineButtonGlyph.png -share/webkit-1.0/webinspector/Images/enableSolidButtonGlyph.png -share/webkit-1.0/webinspector/Images/errorIcon.png -share/webkit-1.0/webinspector/Images/errorMediumIcon.png -share/webkit-1.0/webinspector/Images/errorRedDot.png -share/webkit-1.0/webinspector/Images/excludeButtonGlyph.png -share/webkit-1.0/webinspector/Images/focusButtonGlyph.png -share/webkit-1.0/webinspector/Images/forward.png -share/webkit-1.0/webinspector/Images/gearButtonGlyph.png -share/webkit-1.0/webinspector/Images/glossyHeader.png -share/webkit-1.0/webinspector/Images/glossyHeaderPressed.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelected.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelectedPressed.png -share/webkit-1.0/webinspector/Images/goArrow.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutLeft.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutRight.png -share/webkit-1.0/webinspector/Images/grayConnectorPoint.png -share/webkit-1.0/webinspector/Images/largerResourcesButtonGlyph.png -share/webkit-1.0/webinspector/Images/localStorage.png -share/webkit-1.0/webinspector/Images/nodeSearchButtonGlyph.png -share/webkit-1.0/webinspector/Images/paneBottomGrow.png -share/webkit-1.0/webinspector/Images/paneBottomGrowActive.png -share/webkit-1.0/webinspector/Images/paneGrowHandleLine.png -share/webkit-1.0/webinspector/Images/paneSettingsButtons.png -share/webkit-1.0/webinspector/Images/pauseOnExceptionButtonGlyph.png -share/webkit-1.0/webinspector/Images/percentButtonGlyph.png -share/webkit-1.0/webinspector/Images/popoverArrows.png -share/webkit-1.0/webinspector/Images/popoverBackground.png -share/webkit-1.0/webinspector/Images/profileGroupIcon.png -share/webkit-1.0/webinspector/Images/profileIcon.png -share/webkit-1.0/webinspector/Images/profileSmallIcon.png -share/webkit-1.0/webinspector/Images/profilesIcon.png -share/webkit-1.0/webinspector/Images/profilesSilhouette.png -share/webkit-1.0/webinspector/Images/programCounterBorder.png -share/webkit-1.0/webinspector/Images/radioDot.png -share/webkit-1.0/webinspector/Images/recordButtonGlyph.png -share/webkit-1.0/webinspector/Images/recordToggledButtonGlyph.png -share/webkit-1.0/webinspector/Images/reloadButtonGlyph.png -share/webkit-1.0/webinspector/Images/resourceCSSIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIconSmall.png -share/webkit-1.0/webinspector/Images/resourceJSIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIconSmall.png -share/webkit-1.0/webinspector/Images/resourcesIcon.png -share/webkit-1.0/webinspector/Images/resourcesSilhouette.png -share/webkit-1.0/webinspector/Images/resourcesSizeGraphIcon.png -share/webkit-1.0/webinspector/Images/resourcesTimeGraphIcon.png -share/webkit-1.0/webinspector/Images/scriptsIcon.png -share/webkit-1.0/webinspector/Images/scriptsSilhouette.png -share/webkit-1.0/webinspector/Images/searchSmallBlue.png -share/webkit-1.0/webinspector/Images/searchSmallBrightBlue.png -share/webkit-1.0/webinspector/Images/searchSmallGray.png -share/webkit-1.0/webinspector/Images/searchSmallWhite.png -share/webkit-1.0/webinspector/Images/segment.png -share/webkit-1.0/webinspector/Images/segmentEnd.png -share/webkit-1.0/webinspector/Images/segmentHover.png -share/webkit-1.0/webinspector/Images/segmentHoverEnd.png -share/webkit-1.0/webinspector/Images/segmentSelected.png -share/webkit-1.0/webinspector/Images/segmentSelectedEnd.png -share/webkit-1.0/webinspector/Images/sessionStorage.png -share/webkit-1.0/webinspector/Images/spinner.gif -share/webkit-1.0/webinspector/Images/splitviewDimple.png -share/webkit-1.0/webinspector/Images/splitviewDividerBackground.png -share/webkit-1.0/webinspector/Images/statusbarBackground.png -share/webkit-1.0/webinspector/Images/statusbarBottomBackground.png -share/webkit-1.0/webinspector/Images/statusbarButtons.png -share/webkit-1.0/webinspector/Images/statusbarMenuButton.png -share/webkit-1.0/webinspector/Images/statusbarMenuButtonSelected.png -share/webkit-1.0/webinspector/Images/statusbarResizerHorizontal.png -share/webkit-1.0/webinspector/Images/statusbarResizerVertical.png -share/webkit-1.0/webinspector/Images/storageIcon.png -share/webkit-1.0/webinspector/Images/successGreenDot.png -share/webkit-1.0/webinspector/Images/thumbActiveHoriz.png -share/webkit-1.0/webinspector/Images/thumbActiveVert.png -share/webkit-1.0/webinspector/Images/thumbHoriz.png -share/webkit-1.0/webinspector/Images/thumbHoverHoriz.png -share/webkit-1.0/webinspector/Images/thumbHoverVert.png -share/webkit-1.0/webinspector/Images/thumbVert.png -share/webkit-1.0/webinspector/Images/timelineBarBlue.png -share/webkit-1.0/webinspector/Images/timelineBarGray.png -share/webkit-1.0/webinspector/Images/timelineBarGreen.png -share/webkit-1.0/webinspector/Images/timelineBarOrange.png -share/webkit-1.0/webinspector/Images/timelineBarPurple.png -share/webkit-1.0/webinspector/Images/timelineBarRed.png -share/webkit-1.0/webinspector/Images/timelineBarYellow.png -share/webkit-1.0/webinspector/Images/timelineCheckmarks.png -share/webkit-1.0/webinspector/Images/timelineDots.png -share/webkit-1.0/webinspector/Images/timelineHollowPillBlue.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGray.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGreen.png -share/webkit-1.0/webinspector/Images/timelineHollowPillOrange.png -share/webkit-1.0/webinspector/Images/timelineHollowPillPurple.png -share/webkit-1.0/webinspector/Images/timelineHollowPillRed.png -share/webkit-1.0/webinspector/Images/timelineHollowPillYellow.png -share/webkit-1.0/webinspector/Images/timelineIcon.png -share/webkit-1.0/webinspector/Images/timelinePillBlue.png -share/webkit-1.0/webinspector/Images/timelinePillGray.png -share/webkit-1.0/webinspector/Images/timelinePillGreen.png -share/webkit-1.0/webinspector/Images/timelinePillOrange.png -share/webkit-1.0/webinspector/Images/timelinePillPurple.png -share/webkit-1.0/webinspector/Images/timelinePillRed.png -share/webkit-1.0/webinspector/Images/timelinePillYellow.png -share/webkit-1.0/webinspector/Images/toolbarItemSelected.png -share/webkit-1.0/webinspector/Images/trackHoriz.png -share/webkit-1.0/webinspector/Images/trackVert.png -share/webkit-1.0/webinspector/Images/treeDownTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeDownTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeRightTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeRightTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeUpTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeUpTriangleWhite.png -share/webkit-1.0/webinspector/Images/undockButtonGlyph.png -share/webkit-1.0/webinspector/Images/userInputIcon.png -share/webkit-1.0/webinspector/Images/userInputPreviousIcon.png -share/webkit-1.0/webinspector/Images/userInputResultIcon.png -share/webkit-1.0/webinspector/Images/warningIcon.png -share/webkit-1.0/webinspector/Images/warningMediumIcon.png -share/webkit-1.0/webinspector/Images/warningOrangeDot.png -share/webkit-1.0/webinspector/Images/warningsErrors.png -share/webkit-1.0/webinspector/Images/whiteConnectorPoint.png -share/webkit-1.0/webinspector/InjectedFakeWorker.js -share/webkit-1.0/webinspector/InjectedScript.js -share/webkit-1.0/webinspector/InjectedScriptAccess.js -share/webkit-1.0/webinspector/InspectorBackendStub.js -share/webkit-1.0/webinspector/InspectorFrontendHostStub.js -share/webkit-1.0/webinspector/KeyboardShortcut.js -share/webkit-1.0/webinspector/MetricsSidebarPane.js -share/webkit-1.0/webinspector/Object.js -share/webkit-1.0/webinspector/ObjectPropertiesSection.js -share/webkit-1.0/webinspector/ObjectProxy.js -share/webkit-1.0/webinspector/Panel.js -share/webkit-1.0/webinspector/PanelEnablerView.js -share/webkit-1.0/webinspector/Placard.js -share/webkit-1.0/webinspector/Popover.js -share/webkit-1.0/webinspector/ProfileDataGridTree.js -share/webkit-1.0/webinspector/ProfileView.js -share/webkit-1.0/webinspector/ProfilesPanel.js -share/webkit-1.0/webinspector/PropertiesSection.js -share/webkit-1.0/webinspector/PropertiesSidebarPane.js -share/webkit-1.0/webinspector/Resource.js -share/webkit-1.0/webinspector/ResourceCategory.js -share/webkit-1.0/webinspector/ResourceView.js -share/webkit-1.0/webinspector/ResourcesPanel.js -share/webkit-1.0/webinspector/ScopeChainSidebarPane.js -share/webkit-1.0/webinspector/Script.js -share/webkit-1.0/webinspector/ScriptView.js -share/webkit-1.0/webinspector/ScriptsPanel.js -share/webkit-1.0/webinspector/Section.js -share/webkit-1.0/webinspector/Settings.js -share/webkit-1.0/webinspector/SidebarPane.js -share/webkit-1.0/webinspector/SidebarTreeElement.js -share/webkit-1.0/webinspector/SourceCSSTokenizer.js -share/webkit-1.0/webinspector/SourceFrame.js -share/webkit-1.0/webinspector/SourceHTMLTokenizer.js -share/webkit-1.0/webinspector/SourceJavaScriptTokenizer.js -share/webkit-1.0/webinspector/SourceTokenizer.js -share/webkit-1.0/webinspector/SourceView.js -share/webkit-1.0/webinspector/StatusBarButton.js -share/webkit-1.0/webinspector/StoragePanel.js -share/webkit-1.0/webinspector/StylesSidebarPane.js -share/webkit-1.0/webinspector/SummaryBar.js -share/webkit-1.0/webinspector/TestController.js -share/webkit-1.0/webinspector/TextEditorHighlighter.js -share/webkit-1.0/webinspector/TextEditorModel.js -share/webkit-1.0/webinspector/TextPrompt.js -share/webkit-1.0/webinspector/TextViewer.js -share/webkit-1.0/webinspector/TimelineAgent.js -share/webkit-1.0/webinspector/TimelineGrid.js -share/webkit-1.0/webinspector/TimelineOverviewPane.js -share/webkit-1.0/webinspector/TimelinePanel.js -share/webkit-1.0/webinspector/TopDownProfileDataGridTree.js -share/webkit-1.0/webinspector/View.js -share/webkit-1.0/webinspector/WatchExpressionsSidebarPane.js -share/webkit-1.0/webinspector/WelcomeView.js -share/webkit-1.0/webinspector/WorkersSidebarPane.js -share/webkit-1.0/webinspector/audits.css -share/webkit-1.0/webinspector/inspector.css -share/webkit-1.0/webinspector/inspector.html -share/webkit-1.0/webinspector/inspector.js -share/webkit-1.0/webinspector/inspectorSyntaxHighlight.css -share/webkit-1.0/webinspector/localizedStrings.js -share/webkit-1.0/webinspector/popover.css -share/webkit-1.0/webinspector/textViewer.css -share/webkit-1.0/webinspector/treeoutline.js -share/webkit-1.0/webinspector/utilities.js -@dirrm share/webkit-1.0/webinspector/Images -@dirrm share/webkit-1.0/webinspector -@dirrm share/webkit-1.0/resources -@dirrm share/webkit-1.0/images -@dirrm share/webkit-1.0 -@dirrm include/webkit-1.0/webkit -@dirrm include/webkit-1.0/JavaScriptCore -@dirrm include/webkit-1.0 -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile deleted file mode 100644 index 01cebe760..000000000 --- a/www/webkit-gtk3/Makefile +++ /dev/null @@ -1,106 +0,0 @@ -# New ports collection makefile for: webkit -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/webkit-gtk3/Makefile,v 1.3 2010/07/13 10:51:58 kwm Exp $ -# - -PORTNAME= webkit -PORTVERSION= 1.3.3 -CATEGORIES= www -MASTER_SITES= http://webkitgtk.org/ -PKGNAMESUFFIX= -gtk3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An opensource browser engine - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ - curl.6:${PORTSDIR}/ftp/curl \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -WANT_GSTREAMER= yes -MAKE_JOBS_SAFE= yes -USE_XORG= xt -USE_BISON= build -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk30 libxslt ltverhack:0 -USE_PERL5= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ - ac_cv_path_GPERF="${LOCALBASE}/bin/gperf" \ - ac_cv_path_DOLT_BASH="" -CONFIGURE_ARGS= --enable-icon-database \ - --enable-introspection \ - --enable-svg \ - --enable-svg-fonts \ - --with-gtk=3.0 -MAKEFILE= GNUmakefile - -BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 -#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", - -OPTIONS= VIDEO "Enable video support" on \ - DEBUG "Build with debug support" off \ - STATIC "Enable building static library" off - -.include <bsd.port.pre.mk> - -.if exists (${LOCALBASE}/lib/libicutu.so.44) -LIB_DEPENDS+= icutu.44:${PORTSDIR}/devel/icu4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-WebCore_platform_text_TextBreakIterator.h -.else -LIB_DEPENDS+= icutu.38:${PORTSDIR}/devel/icu -.endif - -.if defined(WITH_VIDEO) -USE_GSTREAMER+= yes -CONFIGURE_ARGS+=--enable-video -.else -CONFIGURE_ARGS+=--disable-video -.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--disable-debug -.endif - -.if defined(WITH_STATIC) -CONFIGURE_ARGS+=--enable-static -PLIST_SUB+= STATIC="" -.else -PLIST_SUB+= STATIC="@comment " -.endif - -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp - @${REINPLACE_CMD} -e 's|"gperf|"${LOCALBASE}/bin/gperf|g' \ - ${WRKSRC}/WebCore/make-hash-tools.pl \ - ${WRKSRC}/WebCore/css/makevalues.pl \ - ${WRKSRC}/WebCore/css/makeprop.pl - @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' -.if !defined(WITH_STATIC) - @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \ - ${WRKDIR}/gnome-libtool -.endif - @${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \ - ${WRKSRC}/WebCore/dom/make_names.pl \ - ${WRKSRC}/WebCore/css/make-css-file-arrays.pl \ - ${WRKSRC}/WebCore/bindings/scripts/IDLParser.pm - -.include <bsd.port.post.mk> diff --git a/www/webkit-gtk3/distinfo b/www/webkit-gtk3/distinfo deleted file mode 100644 index 3f584cbe1..000000000 --- a/www/webkit-gtk3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (webkit-1.3.3.tar.gz) = 22af6591b124610a8df55c7a87989349 -SHA256 (webkit-1.3.3.tar.gz) = 6520c80aa9b444ca882ee3dbe11b445d5d34bca837a6fcd46eccaf66301e6e08 -SIZE (webkit-1.3.3.tar.gz) = 7306862 diff --git a/www/webkit-gtk3/files/patch-JavaScriptCore-runtime_JSValue.h b/www/webkit-gtk3/files/patch-JavaScriptCore-runtime_JSValue.h deleted file mode 100644 index 9c32953b9..000000000 --- a/www/webkit-gtk3/files/patch-JavaScriptCore-runtime_JSValue.h +++ /dev/null @@ -1,14 +0,0 @@ ---- JavaScriptCore/runtime/JSValue.h.orig 2010-02-05 17:26:52.000000000 +0100 -+++ JavaScriptCore/runtime/JSValue.h 2010-03-25 21:43:11.000000000 +0100 -@@ -491,7 +491,11 @@ namespace JSC { - u.asBits.tag = CellTag; - else - u.asBits.tag = EmptyValueTag; -+#if defined(__sparc64) -+ u.asBits.payload = reinterpret_cast<int64_t>(ptr); -+#else - u.asBits.payload = reinterpret_cast<int32_t>(ptr); -+#endif - #if ENABLE(JSC_ZOMBIES) - ASSERT(!isZombie()); - #endif diff --git a/www/webkit-gtk3/files/patch-WebKit_gtk_resources_error.html b/www/webkit-gtk3/files/patch-WebKit_gtk_resources_error.html deleted file mode 100644 index 292fc47b6..000000000 --- a/www/webkit-gtk3/files/patch-WebKit_gtk_resources_error.html +++ /dev/null @@ -1,17 +0,0 @@ ---- WebKit/gtk/resources/error.html.orig -+++ WebKit/gtk/resources/error.html -@@ -21,12 +21,12 @@ - } - - #errorTitleText { -- font-size: 120%; -+ font-size: 120%%; - font-weight: bold; - } - - #errorMessageText { -- font-size: 80%; -+ font-size: 80%%; - } - - </style> diff --git a/www/webkit-gtk3/files/patch-WebKit_gtk_webkit.pc.in b/www/webkit-gtk3/files/patch-WebKit_gtk_webkit.pc.in deleted file mode 100644 index 1d41c7c8d..000000000 --- a/www/webkit-gtk3/files/patch-WebKit_gtk_webkit.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- WebKit/gtk/webkit.pc.in.orig 2009-05-13 20:55:10.000000000 +0800 -+++ WebKit/gtk/webkit.pc.in 2009-05-19 15:09:51.000000000 +0800 -@@ -8,4 +8,4 @@ Description: Web content engine for GTK+ - Version: @VERSION@ - Requires: glib-2.0 gtk+-2.0 libsoup-2.4 - Libs: -L${libdir} -lwebkit-1.0 --Cflags: -I${includedir}/webkit-1.0 -+Cflags: -I${includedir}/webkit-1.0 -I${includedir}/webkit-1.0/webkit diff --git a/www/webkit-gtk3/files/patch-Webcore_plugins_PluginDatabase.cpp b/www/webkit-gtk3/files/patch-Webcore_plugins_PluginDatabase.cpp deleted file mode 100644 index 2670c229d..000000000 --- a/www/webkit-gtk3/files/patch-Webcore_plugins_PluginDatabase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- WebCore/plugins/PluginDatabase.cpp.orig 2008-11-02 03:12:05.000000000 +0800 -+++ WebCore/plugins/PluginDatabase.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -283,6 +283,7 @@ Vector<String> PluginDatabase::defaultPl - userPluginPath.append(String("/.netscape/plugins")); - paths.append(userPluginPath); - -+ paths.append("%%BROWSER_PLUGINS_DIR%%"); - paths.append("/usr/lib/browser/plugins"); - paths.append("/usr/local/lib/mozilla/plugins"); - paths.append("/usr/lib/firefox/plugins"); diff --git a/www/webkit-gtk3/files/patch-cairo b/www/webkit-gtk3/files/patch-cairo deleted file mode 100644 index 2c4293af5..000000000 --- a/www/webkit-gtk3/files/patch-cairo +++ /dev/null @@ -1,11 +0,0 @@ ---- WebCore/platform/graphics/BitmapImage.cpp.orig 2009-03-04 03:34:16.000000000 +0800 -+++ WebCore/platform/graphics/BitmapImage.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -202,7 +202,7 @@ bool BitmapImage::isSizeAvailable() - NativeImagePtr BitmapImage::frameAtIndex(size_t index) - { - if (index >= frameCount()) -- return 0; -+ return NULL; - - if (index >= m_frames.size() || !m_frames[index].m_frame) - cacheFrame(index); diff --git a/www/webkit-gtk3/files/patch-configure b/www/webkit-gtk3/files/patch-configure deleted file mode 100644 index 08c05beea..000000000 --- a/www/webkit-gtk3/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-06-15 17:23:17.000000000 +0200 -+++ configure 2009-06-15 20:19:44.000000000 +0200 -@@ -21204,7 +21204,7 @@ fi - - if test "$enable_jit" = "yes"; then - case "$host_cpu" in -- i*86|x86_64) -+ i*86|x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_JIT 1 -@@ -21243,7 +21243,7 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - ;; -- x86_64) -+ x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1 diff --git a/www/webkit-gtk3/pkg-descr b/www/webkit-gtk3/pkg-descr deleted file mode 100644 index 40ef1e3ef..000000000 --- a/www/webkit-gtk3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -WebKit is an open source web browser engine. It is able to display content -such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, -XSLT, CSS, Javascript/ECMAscript and more. - -WWW: http://webkit.org/ diff --git a/www/webkit-gtk3/pkg-plist b/www/webkit-gtk3/pkg-plist deleted file mode 100644 index 87ea9cad1..000000000 --- a/www/webkit-gtk3/pkg-plist +++ /dev/null @@ -1,464 +0,0 @@ -bin/jsc-3 -include/webkit-3.0/JavaScriptCore/JSBase.h -include/webkit-3.0/JavaScriptCore/JSContextRef.h -include/webkit-3.0/JavaScriptCore/JSObjectRef.h -include/webkit-3.0/JavaScriptCore/JSStringRef.h -include/webkit-3.0/JavaScriptCore/JSStringRefBSTR.h -include/webkit-3.0/JavaScriptCore/JSStringRefCF.h -include/webkit-3.0/JavaScriptCore/JSValueRef.h -include/webkit-3.0/JavaScriptCore/JavaScript.h -include/webkit-3.0/JavaScriptCore/JavaScriptCore.h -include/webkit-3.0/JavaScriptCore/WebKitAvailability.h -include/webkit-3.0/webkit/WebKitDOMAttr.h -include/webkit-3.0/webkit/WebKitDOMBarInfo.h -include/webkit-3.0/webkit/WebKitDOMBlob.h -include/webkit-3.0/webkit/WebKitDOMCDATASection.h -include/webkit-3.0/webkit/WebKitDOMCSSRule.h -include/webkit-3.0/webkit/WebKitDOMCSSRuleList.h -include/webkit-3.0/webkit/WebKitDOMCSSStyleDeclaration.h -include/webkit-3.0/webkit/WebKitDOMCSSStyleSheet.h -include/webkit-3.0/webkit/WebKitDOMCSSValue.h -include/webkit-3.0/webkit/WebKitDOMCharacterData.h -include/webkit-3.0/webkit/WebKitDOMComment.h -include/webkit-3.0/webkit/WebKitDOMConsole.h -include/webkit-3.0/webkit/WebKitDOMDOMApplicationCache.h -include/webkit-3.0/webkit/WebKitDOMDOMImplementation.h -include/webkit-3.0/webkit/WebKitDOMDOMSelection.h -include/webkit-3.0/webkit/WebKitDOMDOMStringList.h -include/webkit-3.0/webkit/WebKitDOMDOMWindow.h -include/webkit-3.0/webkit/WebKitDOMDatabase.h -include/webkit-3.0/webkit/WebKitDOMDocument.h -include/webkit-3.0/webkit/WebKitDOMDocumentFragment.h -include/webkit-3.0/webkit/WebKitDOMDocumentType.h -include/webkit-3.0/webkit/WebKitDOMElement.h -include/webkit-3.0/webkit/WebKitDOMEntityReference.h -include/webkit-3.0/webkit/WebKitDOMEvent.h -include/webkit-3.0/webkit/WebKitDOMEventTarget.h -include/webkit-3.0/webkit/WebKitDOMFile.h -include/webkit-3.0/webkit/WebKitDOMFileList.h -include/webkit-3.0/webkit/WebKitDOMHTMLAnchorElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLAppletElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLAreaElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLBRElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLBaseElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLBaseFontElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLBlockquoteElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLBodyElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLButtonElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLCanvasElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLCollection.h -include/webkit-3.0/webkit/WebKitDOMHTMLDListElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLDirectoryElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLDivElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLDocument.h -include/webkit-3.0/webkit/WebKitDOMHTMLElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLEmbedElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLFieldSetElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLFontElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLFormElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLFrameElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLFrameSetElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLHRElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLHeadElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLHeadingElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLHtmlElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLIFrameElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLImageElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLInputElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLIsIndexElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLLIElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLLabelElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLLegendElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLLinkElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLMapElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLMarqueeElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLMenuElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLMetaElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLModElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLOListElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLObjectElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLOptGroupElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLOptionElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLOptionsCollection.h -include/webkit-3.0/webkit/WebKitDOMHTMLParagraphElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLParamElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLPreElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLQuoteElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLScriptElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLSelectElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLStyleElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLTableCaptionElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLTableCellElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLTableColElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLTableElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLTableRowElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLTableSectionElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLTextAreaElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLTitleElement.h -include/webkit-3.0/webkit/WebKitDOMHTMLUListElement.h -include/webkit-3.0/webkit/WebKitDOMHistory.h -include/webkit-3.0/webkit/WebKitDOMLocation.h -include/webkit-3.0/webkit/WebKitDOMMediaList.h -include/webkit-3.0/webkit/WebKitDOMMemoryInfo.h -include/webkit-3.0/webkit/WebKitDOMMessagePort.h -include/webkit-3.0/webkit/WebKitDOMDOMMimeType.h -include/webkit-3.0/webkit/WebKitDOMDOMMimeTypeArray.h -include/webkit-3.0/webkit/WebKitDOMNamedNodeMap.h -include/webkit-3.0/webkit/WebKitDOMNavigator.h -include/webkit-3.0/webkit/WebKitDOMNode.h -include/webkit-3.0/webkit/WebKitDOMNodeFilter.h -include/webkit-3.0/webkit/WebKitDOMNodeIterator.h -include/webkit-3.0/webkit/WebKitDOMNodeList.h -include/webkit-3.0/webkit/WebKitDOMObject.h -include/webkit-3.0/webkit/WebKitDOMDOMPlugin.h -include/webkit-3.0/webkit/WebKitDOMDOMPluginArray.h -include/webkit-3.0/webkit/WebKitDOMProcessingInstruction.h -include/webkit-3.0/webkit/WebKitDOMRange.h -include/webkit-3.0/webkit/WebKitDOMScreen.h -include/webkit-3.0/webkit/WebKitDOMDOMStringMap.h -include/webkit-3.0/webkit/WebKitDOMStorage.h -include/webkit-3.0/webkit/WebKitDOMStyleMedia.h -include/webkit-3.0/webkit/WebKitDOMStyleSheet.h -include/webkit-3.0/webkit/WebKitDOMStyleSheetList.h -include/webkit-3.0/webkit/WebKitDOMText.h -include/webkit-3.0/webkit/WebKitDOMTreeWalker.h -include/webkit-3.0/webkit/WebKitDOMValidityState.h -include/webkit-3.0/webkit/WebKitDOMWebKitPoint.h -include/webkit-3.0/webkit/WebKitDOMXPathExpression.h -include/webkit-3.0/webkit/WebKitDOMXPathNSResolver.h -include/webkit-3.0/webkit/WebKitDOMXPathResult.h -include/webkit-3.0/webkit/webkit.h -include/webkit-3.0/webkit/webkitdefines.h -include/webkit-3.0/webkit/webkitdom.h -include/webkit-3.0/webkit/webkitdomdefines.h -include/webkit-3.0/webkit/webkitdownload.h -include/webkit-3.0/webkit/webkitenumtypes.h -include/webkit-3.0/webkit/webkiterror.h -include/webkit-3.0/webkit/webkitgeolocationpolicydecision.h -include/webkit-3.0/webkit/webkithittestresult.h -include/webkit-3.0/webkit/webkitnetworkrequest.h -include/webkit-3.0/webkit/webkitnetworkresponse.h -include/webkit-3.0/webkit/webkitsecurityorigin.h -include/webkit-3.0/webkit/webkitsoupauthdialog.h -include/webkit-3.0/webkit/webkitversion.h -include/webkit-3.0/webkit/webkitwebbackforwardlist.h -include/webkit-3.0/webkit/webkitwebdatabase.h -include/webkit-3.0/webkit/webkitwebdatasource.h -include/webkit-3.0/webkit/webkitwebframe.h -include/webkit-3.0/webkit/webkitwebhistoryitem.h -include/webkit-3.0/webkit/webkitwebinspector.h -include/webkit-3.0/webkit/webkitwebnavigationaction.h -include/webkit-3.0/webkit/webkitwebpolicydecision.h -include/webkit-3.0/webkit/webkitwebresource.h -include/webkit-3.0/webkit/webkitwebsettings.h -include/webkit-3.0/webkit/webkitwebview.h -include/webkit-3.0/webkit/webkitwebwindowfeatures.h -lib/girepository-1.0/JSCore-3.0.typelib -lib/girepository-1.0/WebKit-3.0.typelib -%%STATIC%%lib/libwebkitgtk-3.0.a -lib/libwebkitgtk-3.0.la -lib/libwebkitgtk-3.0.so -lib/libwebkitgtk-3.0.so.0 -libdata/pkgconfig/webkitgtk-3.0.pc -share/gir-1.0/JSCore-3.0.gir -share/gir-1.0/WebKit-3.0.gir -share/locale/cs/LC_MESSAGES/webkit-3.0.mo -share/locale/de/LC_MESSAGES/webkit-3.0.mo -share/locale/en_GB/LC_MESSAGES/webkit-3.0.mo -share/locale/es/LC_MESSAGES/webkit-3.0.mo -share/locale/et/LC_MESSAGES/webkit-3.0.mo -share/locale/gl/LC_MESSAGES/webkit-3.0.mo -share/locale/gu/LC_MESSAGES/webkit-3.0.mo -share/locale/he/LC_MESSAGES/webkit-3.0.mo -share/locale/it/LC_MESSAGES/webkit-3.0.mo -share/locale/lt/LC_MESSAGES/webkit-3.0.mo -share/locale/lv/LC_MESSAGES/webkit-3.0.mo -share/locale/nl/LC_MESSAGES/webkit-3.0.mo -share/locale/pa/LC_MESSAGES/webkit-3.0.mo -share/locale/pt/LC_MESSAGES/webkit-3.0.mo -share/locale/pt_BR/LC_MESSAGES/webkit-3.0.mo -share/locale/ru/LC_MESSAGES/webkit-3.0.mo -share/locale/sl/LC_MESSAGES/webkit-3.0.mo -share/locale/sr/LC_MESSAGES/webkit-3.0.mo -share/locale/sr@latin/LC_MESSAGES/webkit-3.0.mo -share/locale/sv/LC_MESSAGES/webkit-3.0.mo -share/locale/uk/LC_MESSAGES/webkit-3.0.mo -share/locale/vi/LC_MESSAGES/webkit-3.0.mo -share/locale/zh_CN/LC_MESSAGES/webkit-3.0.mo -share/webkit-3.0/images/deleteButton.png -share/webkit-3.0/images/inputSpeech.png -share/webkit-3.0/images/missingImage.png -share/webkit-3.0/images/nullPlugin.png -share/webkit-3.0/images/panIcon.png -share/webkit-3.0/images/textAreaResizeCorner.png -share/webkit-3.0/images/urlIcon.png -share/webkit-3.0/resources/error.html -share/webkit-3.0/webinspector/AbstractTimelinePanel.js -share/webkit-3.0/webinspector/ApplicationCacheItemsView.js -share/webkit-3.0/webinspector/AuditCategories.js -share/webkit-3.0/webinspector/AuditLauncherView.js -share/webkit-3.0/webinspector/AuditResultView.js -share/webkit-3.0/webinspector/AuditRules.js -share/webkit-3.0/webinspector/AuditsPanel.js -share/webkit-3.0/webinspector/BottomUpProfileDataGridTree.js -share/webkit-3.0/webinspector/BreakpointManager.js -share/webkit-3.0/webinspector/BreakpointsSidebarPane.js -share/webkit-3.0/webinspector/CSSCompletions.js -share/webkit-3.0/webinspector/CSSStyleModel.js -share/webkit-3.0/webinspector/CallStackSidebarPane.js -share/webkit-3.0/webinspector/Callback.js -share/webkit-3.0/webinspector/ChangesView.js -share/webkit-3.0/webinspector/Checkbox.js -share/webkit-3.0/webinspector/Color.js -share/webkit-3.0/webinspector/ConsolePanel.js -share/webkit-3.0/webinspector/ConsoleView.js -share/webkit-3.0/webinspector/ContextMenu.js -share/webkit-3.0/webinspector/CookieItemsView.js -share/webkit-3.0/webinspector/DOMAgent.js -share/webkit-3.0/webinspector/DOMStorage.js -share/webkit-3.0/webinspector/DOMStorageItemsView.js -share/webkit-3.0/webinspector/DOMSyntaxHighlighter.js -share/webkit-3.0/webinspector/DataGrid.js -share/webkit-3.0/webinspector/Database.js -share/webkit-3.0/webinspector/DatabaseQueryView.js -share/webkit-3.0/webinspector/DatabaseTableView.js -share/webkit-3.0/webinspector/Drawer.js -share/webkit-3.0/webinspector/ElementsPanel.js -share/webkit-3.0/webinspector/ElementsTreeOutline.js -share/webkit-3.0/webinspector/EventListenersSidebarPane.js -share/webkit-3.0/webinspector/FontView.js -share/webkit-3.0/webinspector/HAREntry.js -share/webkit-3.0/webinspector/HelpScreen.js -share/webkit-3.0/webinspector/ImageView.js -share/webkit-3.0/webinspector/Images/applicationCache.png -share/webkit-3.0/webinspector/Images/auditsIcon.png -share/webkit-3.0/webinspector/Images/back.png -share/webkit-3.0/webinspector/Images/breakpointBorder.png -share/webkit-3.0/webinspector/Images/breakpointConditionalBorder.png -share/webkit-3.0/webinspector/Images/breakpointConditionalCounterBorder.png -share/webkit-3.0/webinspector/Images/breakpointCounterBorder.png -share/webkit-3.0/webinspector/Images/breakpointsActivateButtonGlyph.png -share/webkit-3.0/webinspector/Images/breakpointsDeactivateButtonGlyph.png -share/webkit-3.0/webinspector/Images/checker.png -share/webkit-3.0/webinspector/Images/clearConsoleButtonGlyph.png -share/webkit-3.0/webinspector/Images/closeButtons.png -share/webkit-3.0/webinspector/Images/consoleButtonGlyph.png -share/webkit-3.0/webinspector/Images/consoleIcon.png -share/webkit-3.0/webinspector/Images/cookie.png -share/webkit-3.0/webinspector/Images/database.png -share/webkit-3.0/webinspector/Images/databaseTable.png -share/webkit-3.0/webinspector/Images/debuggerContinue.png -share/webkit-3.0/webinspector/Images/debuggerPause.png -share/webkit-3.0/webinspector/Images/debuggerStepInto.png -share/webkit-3.0/webinspector/Images/debuggerStepOut.png -share/webkit-3.0/webinspector/Images/debuggerStepOver.png -share/webkit-3.0/webinspector/Images/disclosureTriangleSmallDown.png -share/webkit-3.0/webinspector/Images/disclosureTriangleSmallDownBlack.png -share/webkit-3.0/webinspector/Images/disclosureTriangleSmallDownWhite.png -share/webkit-3.0/webinspector/Images/disclosureTriangleSmallRight.png -share/webkit-3.0/webinspector/Images/disclosureTriangleSmallRightBlack.png -share/webkit-3.0/webinspector/Images/disclosureTriangleSmallRightDown.png -share/webkit-3.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png -share/webkit-3.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png -share/webkit-3.0/webinspector/Images/disclosureTriangleSmallRightWhite.png -share/webkit-3.0/webinspector/Images/dockButtonGlyph.png -share/webkit-3.0/webinspector/Images/elementsIcon.png -share/webkit-3.0/webinspector/Images/enableOutlineButtonGlyph.png -share/webkit-3.0/webinspector/Images/enableSolidButtonGlyph.png -share/webkit-3.0/webinspector/Images/errorIcon.png -share/webkit-3.0/webinspector/Images/errorMediumIcon.png -share/webkit-3.0/webinspector/Images/errorRedDot.png -share/webkit-3.0/webinspector/Images/excludeButtonGlyph.png -share/webkit-3.0/webinspector/Images/focusButtonGlyph.png -share/webkit-3.0/webinspector/Images/forward.png -share/webkit-3.0/webinspector/Images/gearButtonGlyph.png -share/webkit-3.0/webinspector/Images/glossyHeader.png -share/webkit-3.0/webinspector/Images/glossyHeaderPressed.png -share/webkit-3.0/webinspector/Images/glossyHeaderSelected.png -share/webkit-3.0/webinspector/Images/glossyHeaderSelectedPressed.png -share/webkit-3.0/webinspector/Images/goArrow.png -share/webkit-3.0/webinspector/Images/graphLabelCalloutLeft.png -share/webkit-3.0/webinspector/Images/graphLabelCalloutRight.png -share/webkit-3.0/webinspector/Images/grayConnectorPoint.png -share/webkit-3.0/webinspector/Images/largerResourcesButtonGlyph.png -share/webkit-3.0/webinspector/Images/localStorage.png -share/webkit-3.0/webinspector/Images/nodeSearchButtonGlyph.png -share/webkit-3.0/webinspector/Images/paneBottomGrow.png -share/webkit-3.0/webinspector/Images/paneBottomGrowActive.png -share/webkit-3.0/webinspector/Images/paneGrowHandleLine.png -share/webkit-3.0/webinspector/Images/paneSettingsButtons.png -share/webkit-3.0/webinspector/Images/pauseOnExceptionButtonGlyph.png -share/webkit-3.0/webinspector/Images/percentButtonGlyph.png -share/webkit-3.0/webinspector/Images/popoverArrows.png -share/webkit-3.0/webinspector/Images/popoverBackground.png -share/webkit-3.0/webinspector/Images/profileGroupIcon.png -share/webkit-3.0/webinspector/Images/profileIcon.png -share/webkit-3.0/webinspector/Images/profileSmallIcon.png -share/webkit-3.0/webinspector/Images/profilesIcon.png -share/webkit-3.0/webinspector/Images/profilesSilhouette.png -share/webkit-3.0/webinspector/Images/programCounterBorder.png -share/webkit-3.0/webinspector/Images/radioDot.png -share/webkit-3.0/webinspector/Images/recordButtonGlyph.png -share/webkit-3.0/webinspector/Images/recordToggledButtonGlyph.png -share/webkit-3.0/webinspector/Images/reloadButtonGlyph.png -share/webkit-3.0/webinspector/Images/resourceCSSIcon.png -share/webkit-3.0/webinspector/Images/resourceDocumentIcon.png -share/webkit-3.0/webinspector/Images/resourceDocumentIconSmall.png -share/webkit-3.0/webinspector/Images/resourceJSIcon.png -share/webkit-3.0/webinspector/Images/resourcePlainIcon.png -share/webkit-3.0/webinspector/Images/resourcePlainIconSmall.png -share/webkit-3.0/webinspector/Images/resourcesIcon.png -share/webkit-3.0/webinspector/Images/resourcesSilhouette.png -share/webkit-3.0/webinspector/Images/resourcesSizeGraphIcon.png -share/webkit-3.0/webinspector/Images/resourcesTimeGraphIcon.png -share/webkit-3.0/webinspector/Images/scriptsIcon.png -share/webkit-3.0/webinspector/Images/scriptsSilhouette.png -share/webkit-3.0/webinspector/Images/searchSmallBlue.png -share/webkit-3.0/webinspector/Images/searchSmallBrightBlue.png -share/webkit-3.0/webinspector/Images/searchSmallGray.png -share/webkit-3.0/webinspector/Images/searchSmallWhite.png -share/webkit-3.0/webinspector/Images/segment.png -share/webkit-3.0/webinspector/Images/segmentEnd.png -share/webkit-3.0/webinspector/Images/segmentHover.png -share/webkit-3.0/webinspector/Images/segmentHoverEnd.png -share/webkit-3.0/webinspector/Images/segmentSelected.png -share/webkit-3.0/webinspector/Images/segmentSelectedEnd.png -share/webkit-3.0/webinspector/Images/sessionStorage.png -share/webkit-3.0/webinspector/Images/spinner.gif -share/webkit-3.0/webinspector/Images/splitviewDimple.png -share/webkit-3.0/webinspector/Images/splitviewDividerBackground.png -share/webkit-3.0/webinspector/Images/statusbarBackground.png -share/webkit-3.0/webinspector/Images/statusbarBottomBackground.png -share/webkit-3.0/webinspector/Images/statusbarButtons.png -share/webkit-3.0/webinspector/Images/statusbarMenuButton.png -share/webkit-3.0/webinspector/Images/statusbarMenuButtonSelected.png -share/webkit-3.0/webinspector/Images/statusbarResizerHorizontal.png -share/webkit-3.0/webinspector/Images/statusbarResizerVertical.png -share/webkit-3.0/webinspector/Images/storageIcon.png -share/webkit-3.0/webinspector/Images/successGreenDot.png -share/webkit-3.0/webinspector/Images/thumbActiveHoriz.png -share/webkit-3.0/webinspector/Images/thumbActiveVert.png -share/webkit-3.0/webinspector/Images/thumbHoriz.png -share/webkit-3.0/webinspector/Images/thumbHoverHoriz.png -share/webkit-3.0/webinspector/Images/thumbHoverVert.png -share/webkit-3.0/webinspector/Images/thumbVert.png -share/webkit-3.0/webinspector/Images/timelineBarBlue.png -share/webkit-3.0/webinspector/Images/timelineBarGray.png -share/webkit-3.0/webinspector/Images/timelineBarGreen.png -share/webkit-3.0/webinspector/Images/timelineBarOrange.png -share/webkit-3.0/webinspector/Images/timelineBarPurple.png -share/webkit-3.0/webinspector/Images/timelineBarRed.png -share/webkit-3.0/webinspector/Images/timelineBarYellow.png -share/webkit-3.0/webinspector/Images/timelineCheckmarks.png -share/webkit-3.0/webinspector/Images/timelineDots.png -share/webkit-3.0/webinspector/Images/timelineHollowPillBlue.png -share/webkit-3.0/webinspector/Images/timelineHollowPillGray.png -share/webkit-3.0/webinspector/Images/timelineHollowPillGreen.png -share/webkit-3.0/webinspector/Images/timelineHollowPillOrange.png -share/webkit-3.0/webinspector/Images/timelineHollowPillPurple.png -share/webkit-3.0/webinspector/Images/timelineHollowPillRed.png -share/webkit-3.0/webinspector/Images/timelineHollowPillYellow.png -share/webkit-3.0/webinspector/Images/timelineIcon.png -share/webkit-3.0/webinspector/Images/timelinePillBlue.png -share/webkit-3.0/webinspector/Images/timelinePillGray.png -share/webkit-3.0/webinspector/Images/timelinePillGreen.png -share/webkit-3.0/webinspector/Images/timelinePillOrange.png -share/webkit-3.0/webinspector/Images/timelinePillPurple.png -share/webkit-3.0/webinspector/Images/timelinePillRed.png -share/webkit-3.0/webinspector/Images/timelinePillYellow.png -share/webkit-3.0/webinspector/Images/toolbarItemSelected.png -share/webkit-3.0/webinspector/Images/trackHoriz.png -share/webkit-3.0/webinspector/Images/trackVert.png -share/webkit-3.0/webinspector/Images/treeDownTriangleBlack.png -share/webkit-3.0/webinspector/Images/treeDownTriangleWhite.png -share/webkit-3.0/webinspector/Images/treeRightTriangleBlack.png -share/webkit-3.0/webinspector/Images/treeRightTriangleWhite.png -share/webkit-3.0/webinspector/Images/treeUpTriangleBlack.png -share/webkit-3.0/webinspector/Images/treeUpTriangleWhite.png -share/webkit-3.0/webinspector/Images/undockButtonGlyph.png -share/webkit-3.0/webinspector/Images/userInputIcon.png -share/webkit-3.0/webinspector/Images/userInputPreviousIcon.png -share/webkit-3.0/webinspector/Images/userInputResultIcon.png -share/webkit-3.0/webinspector/Images/warningIcon.png -share/webkit-3.0/webinspector/Images/warningMediumIcon.png -share/webkit-3.0/webinspector/Images/warningOrangeDot.png -share/webkit-3.0/webinspector/Images/warningsErrors.png -share/webkit-3.0/webinspector/Images/whiteConnectorPoint.png -share/webkit-3.0/webinspector/InjectedFakeWorker.js -share/webkit-3.0/webinspector/InjectedScript.js -share/webkit-3.0/webinspector/InjectedScriptAccess.js -share/webkit-3.0/webinspector/InspectorBackendStub.js -share/webkit-3.0/webinspector/InspectorFrontendHostStub.js -share/webkit-3.0/webinspector/KeyboardShortcut.js -share/webkit-3.0/webinspector/MetricsSidebarPane.js -share/webkit-3.0/webinspector/Object.js -share/webkit-3.0/webinspector/ObjectPropertiesSection.js -share/webkit-3.0/webinspector/ObjectProxy.js -share/webkit-3.0/webinspector/Panel.js -share/webkit-3.0/webinspector/PanelEnablerView.js -share/webkit-3.0/webinspector/Placard.js -share/webkit-3.0/webinspector/Popover.js -share/webkit-3.0/webinspector/ProfileDataGridTree.js -share/webkit-3.0/webinspector/ProfileView.js -share/webkit-3.0/webinspector/ProfilesPanel.js -share/webkit-3.0/webinspector/PropertiesSection.js -share/webkit-3.0/webinspector/PropertiesSidebarPane.js -share/webkit-3.0/webinspector/Resource.js -share/webkit-3.0/webinspector/ResourceCategory.js -share/webkit-3.0/webinspector/ResourceView.js -share/webkit-3.0/webinspector/ResourcesPanel.js -share/webkit-3.0/webinspector/ScopeChainSidebarPane.js -share/webkit-3.0/webinspector/Script.js -share/webkit-3.0/webinspector/ScriptView.js -share/webkit-3.0/webinspector/ScriptsPanel.js -share/webkit-3.0/webinspector/Section.js -share/webkit-3.0/webinspector/Settings.js -share/webkit-3.0/webinspector/ShortcutsHelp.js -share/webkit-3.0/webinspector/SidebarPane.js -share/webkit-3.0/webinspector/SidebarTreeElement.js -share/webkit-3.0/webinspector/SourceCSSTokenizer.js -share/webkit-3.0/webinspector/SourceFrame.js -share/webkit-3.0/webinspector/SourceHTMLTokenizer.js -share/webkit-3.0/webinspector/SourceJavaScriptTokenizer.js -share/webkit-3.0/webinspector/SourceTokenizer.js -share/webkit-3.0/webinspector/SourceView.js -share/webkit-3.0/webinspector/StatusBarButton.js -share/webkit-3.0/webinspector/StoragePanel.js -share/webkit-3.0/webinspector/StylesSidebarPane.js -share/webkit-3.0/webinspector/SummaryBar.js -share/webkit-3.0/webinspector/TabbedPane.js -share/webkit-3.0/webinspector/TestController.js -share/webkit-3.0/webinspector/TextEditorHighlighter.js -share/webkit-3.0/webinspector/TextEditorModel.js -share/webkit-3.0/webinspector/TextPrompt.js -share/webkit-3.0/webinspector/TextViewer.js -share/webkit-3.0/webinspector/TimelineAgent.js -share/webkit-3.0/webinspector/TimelineGrid.js -share/webkit-3.0/webinspector/TimelineOverviewPane.js -share/webkit-3.0/webinspector/TimelinePanel.js -share/webkit-3.0/webinspector/TopDownProfileDataGridTree.js -share/webkit-3.0/webinspector/View.js -share/webkit-3.0/webinspector/WatchExpressionsSidebarPane.js -share/webkit-3.0/webinspector/WelcomeView.js -share/webkit-3.0/webinspector/WorkersSidebarPane.js -share/webkit-3.0/webinspector/audits.css -share/webkit-3.0/webinspector/helpScreen.css -share/webkit-3.0/webinspector/inspector.css -share/webkit-3.0/webinspector/inspector.html -share/webkit-3.0/webinspector/inspector.js -share/webkit-3.0/webinspector/inspectorSyntaxHighlight.css -share/webkit-3.0/webinspector/localizedStrings.js -share/webkit-3.0/webinspector/popover.css -share/webkit-3.0/webinspector/textViewer.css -share/webkit-3.0/webinspector/treeoutline.js -share/webkit-3.0/webinspector/utilities.js -@dirrm share/webkit-3.0/webinspector/Images -@dirrm share/webkit-3.0/webinspector -@dirrm share/webkit-3.0/resources -@dirrm share/webkit-3.0/images -@dirrm share/webkit-3.0 -@dirrm include/webkit-3.0/webkit -@dirrm include/webkit-3.0/JavaScriptCore -@dirrm include/webkit-3.0 -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin |