summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-30 09:31:31 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-30 09:31:31 +0800
commita515431311cbb5881afa52551830b6fc3c3e7df2 (patch)
tree4f05e1555fecc858b22baa73867247c17dfc8095 /www/epiphany-extensions
parent39c11a21d0e1cec1651701d33ac9256c0ddfe667 (diff)
downloadmarcuscom-ports-a515431311cbb5881afa52551830b6fc3c3e7df2.tar
marcuscom-ports-a515431311cbb5881afa52551830b6fc3c3e7df2.tar.gz
marcuscom-ports-a515431311cbb5881afa52551830b6fc3c3e7df2.tar.bz2
marcuscom-ports-a515431311cbb5881afa52551830b6fc3c3e7df2.tar.lz
marcuscom-ports-a515431311cbb5881afa52551830b6fc3c3e7df2.tar.xz
marcuscom-ports-a515431311cbb5881afa52551830b6fc3c3e7df2.tar.zst
marcuscom-ports-a515431311cbb5881afa52551830b6fc3c3e7df2.zip
Update to 2.15.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6500 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r--www/epiphany-extensions/Makefile75
-rw-r--r--www/epiphany-extensions/distinfo3
-rw-r--r--www/epiphany-extensions/pkg-descr9
-rw-r--r--www/epiphany-extensions/pkg-plist138
4 files changed, 225 insertions, 0 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
new file mode 100644
index 000000000..ce12edb2b
--- /dev/null
+++ b/www/epiphany-extensions/Makefile
@@ -0,0 +1,75 @@
+# 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.72 2006/04/24 04:49:23 marcus Exp $
+#
+
+PORTNAME= epiphany
+PORTVERSION= 2.15.1
+CATEGORIES= www gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+PKGNAMESUFFIX= -extensions
+DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A set of add-ons for the Epiphany web browser
+
+BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
+RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
+
+USE_GETTEXT= yes
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GECKO= firefox mozilla seamonkey firefox-devel<->firefox
+USE_GNOME= gnomeprefix gnomehack intlhack gnometarget
+INSTALLS_OMF= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ARGS= --with-mozilla=${GECKO}
+
+EPHY_EXTENSIONS=all
+
+PLIST_SUB= VERSION="2.15" EPHY_VERSION="2.15"
+
+OPTIONS= OPENSP "Enable OpenSP SGML support" off \
+ ADBLOCK "Enable the adblock extension" on
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
+
+.if defined(WITH_OPENSP)
+CONFIGURE_ARGS+= --enable-opensp=yes
+.else
+CONFIGURE_ARGS+= --disable-opensp
+.endif
+
+.if !defined(WITHOUT_ADBLOCK)
+EPHY_EXTENSIONS:= ${EPHY_EXTENSIONS},adblock
+LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre-utf8
+PLIST_SUB+= ADBLOCK=""
+.else
+PLIST_SUB+= ADBLOCK="@comment "
+.endif
+
+.if exists(${LOCALBASE}/share/pygtk/2.0/defs/epiphany.defs)
+USE_PYTHON= yes
+.include "${PORTSDIR}/Mk/bsd.python.mk"
+PLIST_SUB+= PYTHON=""
+.else
+PLIST_SUB+= PYTHON="@comment "
+.endif
+
+CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}"
+
+pre-everything::
+ @${ECHO_MSG} "Epiphany-extensions also supports the following tunable option(s):"
+ @${ECHO_MSG} " WITH_OPENSP=yes Enable support for OpenSP SGML validation"
+ @${ECHO_MSG} ""
+
+.include <bsd.port.post.mk>
diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo
new file mode 100644
index 000000000..01ff61e3d
--- /dev/null
+++ b/www/epiphany-extensions/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/epiphany-extensions-2.15.1.tar.bz2) = d939c9c7540ce580daaf67c7bc064fd2
+SHA256 (gnome2/epiphany-extensions-2.15.1.tar.bz2) = 927314302010604a87e9feebf54eb68177542af5cf3775633b47db7d5ced8449
+SIZE (gnome2/epiphany-extensions-2.15.1.tar.bz2) = 785525
diff --git a/www/epiphany-extensions/pkg-descr b/www/epiphany-extensions/pkg-descr
new file mode 100644
index 000000000..06c245526
--- /dev/null
+++ b/www/epiphany-extensions/pkg-descr
@@ -0,0 +1,9 @@
+Epiphany-extensions is a set of plugins for the Epiphany web browser that
+extend its base functionality. Currently, the following extensions are
+supported:
+
+* Mouse gestures
+* Pop-up blocker
+* Tabs menu
+
+WWW: http://www.gnome.org/projects/epiphany/extensions
diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist
new file mode 100644
index 000000000..9683c72bf
--- /dev/null
+++ b/www/epiphany-extensions/pkg-plist
@@ -0,0 +1,138 @@
+lib/epiphany/%%VERSION%%/extensions/actions.ephy-extension
+%%ADBLOCK%%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
+%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/console.py
+%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/console.pyc
+%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/console.pyo
+lib/epiphany/%%VERSION%%/extensions/error-viewer.ephy-extension
+lib/epiphany/%%VERSION%%/extensions/extensions-manager-ui.ephy-extension
+%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/favicon.ephy-extension
+%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/favicon.py
+%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/favicon.pyc
+%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/favicon.pyo
+lib/epiphany/%%VERSION%%/extensions/gestures.ephy-extension
+lib/epiphany/%%VERSION%%/extensions/java-console.ephy-extension
+lib/epiphany/%%VERSION%%/extensions/libactionsextension.la
+lib/epiphany/%%VERSION%%/extensions/libactionsextension.so
+%%ADBLOCK%%lib/epiphany/%%VERSION%%/extensions/libadblockextension.la
+%%ADBLOCK%%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/liberrorviewerextension.la
+lib/epiphany/%%VERSION%%/extensions/liberrorviewerextension.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/libjavaconsoleextension.la
+lib/epiphany/%%VERSION%%/extensions/libjavaconsoleextension.so
+lib/epiphany/%%VERSION%%/extensions/libpageinfoextension.la
+lib/epiphany/%%VERSION%%/extensions/libpageinfoextension.so
+lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.la
+lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.so
+lib/epiphany/%%VERSION%%/extensions/libselectstylesheetextension.la
+lib/epiphany/%%VERSION%%/extensions/libselectstylesheetextension.so
+lib/epiphany/%%VERSION%%/extensions/libsidebarextension.la
+lib/epiphany/%%VERSION%%/extensions/libsidebarextension.so
+lib/epiphany/%%VERSION%%/extensions/libsmartbookmarksextension.la
+lib/epiphany/%%VERSION%%/extensions/libsmartbookmarksextension.so
+lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.la
+lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.so
+lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.la
+lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.so
+lib/epiphany/%%VERSION%%/extensions/page-info.ephy-extension
+lib/epiphany/%%VERSION%%/extensions/push-scroller.ephy-extension
+%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/python-console.ephy-extension
+lib/epiphany/%%VERSION%%/extensions/select-stylesheet.ephy-extension
+lib/epiphany/%%VERSION%%/extensions/sidebar.ephy-extension
+lib/epiphany/%%VERSION%%/extensions/smart-bookmarks.ephy-extension
+lib/epiphany/%%VERSION%%/extensions/tab-groups.ephy-extension
+lib/epiphany/%%VERSION%%/extensions/tab-states.ephy-extension
+%%ADBLOCK%%share/gnome/epiphany-extensions/adblock-patterns
+%%ADBLOCK%%share/gnome/epiphany-extensions/adblock-statusbar-icon.svg
+share/gnome/epiphany-extensions/ephy-gestures.xml
+share/gnome/epiphany-extensions/glade/action-properties.glade
+share/gnome/epiphany-extensions/glade/actions-editor.glade
+share/gnome/epiphany-extensions/glade/error-viewer.glade
+share/gnome/epiphany-extensions/glade/extensions-manager-ui.glade
+share/gnome/epiphany-extensions/glade/page-info.glade
+share/gnome/epiphany-extensions/xml/epiphany-sidebar-ui.xml
+share/gnome/epiphany-extensions/xml/page-info-context-ui.xml
+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-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/omf/epiphany-extensions/epiphany-extensions-C.omf
+share/locale/bg/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/ca/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/cs/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/da/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/de/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/el/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/en_CA/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/en_GB/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/es/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/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/hr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/hu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/it/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/ja/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/ko/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/lt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/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/pa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/pl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/pt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/ru/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/rw/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/sk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/sq/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/sr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/sr@Latn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/sv/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/uk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/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_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrm share/gnome/omf/epiphany-extensions
+@dirrm share/gnome/help/epiphany-extensions/C/figures
+@dirrm share/gnome/help/epiphany-extensions/C
+@dirrm share/gnome/help/epiphany-extensions
+@dirrm share/gnome/epiphany-extensions/xml
+@dirrm share/gnome/epiphany-extensions/glade
+@dirrm share/gnome/epiphany-extensions
+@dirrmtry lib/epiphany/%%VERSION%%/extensions
+@dirrmtry lib/epiphany/%%VERSION%%/plugins
+@dirrmtry lib/epiphany/%%VERSION%%
+@dirrmtry lib/epiphany