diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-31 03:34:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-31 03:34:14 +0800 |
commit | 717d2d6d20bab479dbd5b82c8108ca0adc55667b (patch) | |
tree | 0c3f1d114c184dc6c7a2beffef43aa346afbe4d5 /www | |
parent | 1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11 (diff) | |
download | marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.gz marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.bz2 marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.lz marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.xz marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.zst marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.zip |
Add epiphany-extensions, a set of plug-ins to extend the functionality of
the Epiphany web browser.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1567 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany-extensions/Makefile | 32 | ||||
-rw-r--r-- | www/epiphany-extensions/distinfo | 1 | ||||
-rw-r--r-- | www/epiphany-extensions/pkg-descr | 9 | ||||
-rw-r--r-- | www/epiphany-extensions/pkg-plist | 17 |
4 files changed, 59 insertions, 0 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile new file mode 100644 index 000000000..a98dd837d --- /dev/null +++ b/www/epiphany-extensions/Makefile @@ -0,0 +1,32 @@ +# Ports collection Makefile for: epiphany-extensions +# Date created: 30 December 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= epiphany +PORTVERSION= 0.6 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/0.6 +PKGNAMESUFFIX= -extensions +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A set of add-ons for the Epiphany web browser + +BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany +RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack lthack gnometarget +USE_LIBTOOL= yes +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ARGS= --with-extensions="all" + +.include <bsd.port.mk> diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo new file mode 100644 index 000000000..bf4376da9 --- /dev/null +++ b/www/epiphany-extensions/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/epiphany-extensions-0.6.tar.bz2) = eb28e6834aad362da1ae07e76ed153f6 diff --git a/www/epiphany-extensions/pkg-descr b/www/epiphany-extensions/pkg-descr new file mode 100644 index 000000000..5617f207d --- /dev/null +++ b/www/epiphany-extensions/pkg-descr @@ -0,0 +1,9 @@ +Epiphany-extensions is a set of plug-ins for the Epiphany web browser that +extend its base functionality. Currently, the following extensions are +supported: + +* Mouse gestures +* Pop-up blocker +* Tabs menu + +WWW: http://savannah.nongnu.org/projects/ephyplugins/ diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist new file mode 100644 index 000000000..78331255a --- /dev/null +++ b/www/epiphany-extensions/pkg-plist @@ -0,0 +1,17 @@ +lib/epiphany/extensions/libgesturesextension.a +lib/epiphany/extensions/libgesturesextension.so +lib/epiphany/extensions/libgesturesextension.so.0 +lib/epiphany/extensions/libpopupblockerextension.a +lib/epiphany/extensions/libpopupblockerextension.so +lib/epiphany/extensions/libpopupblockerextension.so.0 +lib/epiphany/extensions/libtabsmenuextension.a +lib/epiphany/extensions/libtabsmenuextension.so +lib/epiphany/extensions/libtabsmenuextension.so.0 +share/gnome/epiphany-extensions/ephy-gestures.xml +share/locale/de/LC_MESSAGES/epiphany-extensions-1.0.mo +share/locale/en_GB/LC_MESSAGES/epiphany-extensions-1.0.mo +share/locale/fr/LC_MESSAGES/epiphany-extensions-1.0.mo +share/locale/ja/LC_MESSAGES/epiphany-extensions-1.0.mo +@dirrm share/gnome/epiphany-extensions +@dirrm lib/epiphany/extensions +@dirrm lib/epiphany |