From 717d2d6d20bab479dbd5b82c8108ca0adc55667b Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 30 Dec 2003 19:34:14 +0000 Subject: 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 --- www/epiphany-extensions/Makefile | 32 ++++++++++++++++++++++++++++++++ www/epiphany-extensions/distinfo | 1 + www/epiphany-extensions/pkg-descr | 9 +++++++++ www/epiphany-extensions/pkg-plist | 17 +++++++++++++++++ 4 files changed, 59 insertions(+) create mode 100644 www/epiphany-extensions/Makefile create mode 100644 www/epiphany-extensions/distinfo create mode 100644 www/epiphany-extensions/pkg-descr create mode 100644 www/epiphany-extensions/pkg-plist 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 +# +# $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 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 -- cgit v1.2.3