diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/bugmenot/Makefile | 14 | ||||
-rw-r--r-- | www/bugmenot/pkg-descr | 4 | ||||
-rw-r--r-- | www/bugmenot/pkg-plist | 2 | ||||
-rw-r--r-- | www/mozex/Makefile | 19 | ||||
-rw-r--r-- | www/mozex/Makefile.xpi | 52 | ||||
-rw-r--r-- | www/mozex/files/pkg-message.in (renamed from www/mozex/pkg-message) | 2 | ||||
-rw-r--r-- | www/mozex/pkg-descr | 2 | ||||
-rw-r--r-- | www/mozex/pkg-install.xpi | 19 | ||||
-rw-r--r-- | www/mozex/pkg-plist | 2 | ||||
-rw-r--r-- | www/mplayer-plugin/Makefile | 6 | ||||
-rw-r--r-- | www/mplayer-plugin/distinfo | 6 | ||||
-rw-r--r-- | www/mplayer-plugin/files/patch-configure | 10 | ||||
-rw-r--r-- | www/mplayer-plugin/pkg-plist | 2 | ||||
-rw-r--r-- | www/swfdec-plugin/Makefile | 2 |
14 files changed, 57 insertions, 85 deletions
diff --git a/www/bugmenot/Makefile b/www/bugmenot/Makefile index a004390f8..a17416969 100644 --- a/www/bugmenot/Makefile +++ b/www/bugmenot/Makefile @@ -5,20 +5,26 @@ # $FreeBSD$ # -PORTNAME?= bugmenot +PORTNAME= bugmenot PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://extensions.roachfiend.com/ DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_1 MAINTAINER= thierry@FreeBSD.org -COMMENT?= Mozilla extension to bypass compulsory web registration +COMMENT= ${GECKO} extension to bypass compulsory web registration + +PLIST_FILES= %%MOZDIR%%/chrome/bugmenot.jar .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozex/Makefile.xpi" +.if ${GECKO} == mozilla +PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf +.endif + do-install: @${INSTALL_DATA} ${WRKDIR}/chrome/bugmenot.jar ${MOZDIR}/chrome diff --git a/www/bugmenot/pkg-descr b/www/bugmenot/pkg-descr index 643bdfb54..367d4be7c 100644 --- a/www/bugmenot/pkg-descr +++ b/www/bugmenot/pkg-descr @@ -1,5 +1,5 @@ -Bypass compulsory web registration via Firefox's right-click context menu. -Compatibile with Mozilla and current Firefox releases. +Bypass compulsory web registration via Mozilla's right-click context menu. +Compatibile with Mozilla and current Seamonkey releases. Visit bugmenot.com for full details of their service. diff --git a/www/bugmenot/pkg-plist b/www/bugmenot/pkg-plist deleted file mode 100644 index 0b390fcc4..000000000 --- a/www/bugmenot/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%MOZDIR%%/chrome/bugmenot.jar -%%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf diff --git a/www/mozex/Makefile b/www/mozex/Makefile index cb44dcba5..94dc57764 100644 --- a/www/mozex/Makefile +++ b/www/mozex/Makefile @@ -4,20 +4,31 @@ # # $FreeBSD$ # $MCom$ +# -PORTNAME?= mozex +PORTNAME= mozex PORTVERSION= 1.07 -PORTREVISION?= 3 +PORTREVISION= 5 CATEGORIES= www mail news ftp MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER?= ports@FreeBSD.org -COMMENT?= Mozex allows Mozilla's users to use external programs for mail, news, etc. +MAINTAINER= ports@FreeBSD.org +COMMENT= Mozex allows users of ${GEKO} to use external programs for mail, news, etc. + +SUB_FILES= pkg-message +SUB_LIST= GECKO=${GECKO} +PKGMESSAGE= ${WRKDIR}/pkg-message + +PLIST_FILES= %%MOZDIR%%/chrome/mozex.jar .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozex/Makefile.xpi" +.if ${GECKO} == mozilla +PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf +.endif + do-install: @${INSTALL_DATA} ${WRKDIR}/mozex.jar ${MOZDIR}/chrome diff --git a/www/mozex/Makefile.xpi b/www/mozex/Makefile.xpi index 99bc252fe..34b4e176d 100644 --- a/www/mozex/Makefile.xpi +++ b/www/mozex/Makefile.xpi @@ -1,57 +1,29 @@ # Date created: Sun Oct 26, 2003 # Whom: Thierry Thomas (<thierry@pompo.net>) # -# $FreeBSD$ -# $MCom$ +# $FreeBSD: ports/www/mozex/Makefile.xpi,v 1.6 2006/09/06 06:45:01 thierry Exp $ +# -EXTRACT_SUFX= .xpi +USE_GECKO= seamonkey mozilla +.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" -BUILD_DEPENDS+= ${MOZDIR}/regxpcom:${PORTSDIR}/www/${MOZPORT} -RUN_DEPENDS+= ${MOZDIR}:${PORTSDIR}/www/${MOZPORT} +EXTRACT_SUFX= .xpi NO_BUILD= yes USE_ZIP= yes -PKGINSTALL= ${PORTSDIR}/www/mozex/pkg-install.xpi +PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${PKGINSTALL} -.if !defined(WITH_FIREFOX) -# "Regular" mozillas -. if exists(${LOCALBASE}/lib) -MOZDIR!= ${FIND} ${LOCALBASE}/lib -name mozilla-bin -exec dirname {} \; | ${HEAD} -n 1 -. else -MOZDIR= -. endif -. if empty(MOZDIR) -MOZPORT= mozilla -MOZDIR= ${LOCALBASE}/lib/${MOZPORT} -. else -MOZPORT!= ${BASENAME} ${MOZDIR} -. endif -MOZLDIR= lib/${MOZPORT} -.else -# Firefox -DEPRECATED= "must be converted to include www/xpi-adblock/Makefile.xpi" -PKGNAMESUFFIX= -firefox -. if exists(${LOCALBASE}/lib) -MOZDIR!= ${FIND} ${LOCALBASE}/lib -name firefox-bin -exec dirname {} \; | ${HEAD} -n 1 -. else -MOZDIR= -. endif -. if empty(MOZDIR) -MOZVER= firefox -. else -MOZVER!= ${BASENAME} ${MOZDIR} -. endif -MOZPORT= firefox -MOZLDIR= lib/firefox -.endif -.if empty(MOZDIR) +MOZLDIR= lib/${GECKO} MOZDIR= ${LOCALBASE}/${MOZLDIR} -.endif - PLIST_SUB= MOZDIR=${MOZLDIR} +pre-configure: + ${SED} -e 's|%%GECKO%%|${GECKO}|g' \ + < ${.CURDIR}/../../www/mozex/pkg-install.xpi \ + > ${PKGINSTALL} + pre-install: .if ${PREFIX} != ${LOCALBASE} @${ECHO_MSG} "" diff --git a/www/mozex/pkg-message b/www/mozex/files/pkg-message.in index 54740e0ef..ff22ac4a2 100644 --- a/www/mozex/pkg-message +++ b/www/mozex/files/pkg-message.in @@ -1,5 +1,5 @@ ************************************************************************** -Mozex has been installed. If Mozilla is running, restart it. +Mozex has been installed. If %%GECKO%% is running, restart it. A new "mozex" entry is present in page context menu (right click somewhere on the page), and you have to edit preferences (for every profile). diff --git a/www/mozex/pkg-descr b/www/mozex/pkg-descr index fe15d0df1..14fad01f6 100644 --- a/www/mozex/pkg-descr +++ b/www/mozex/pkg-descr @@ -1,4 +1,4 @@ -Mozex is an extension to Mozilla or Firefox which allows the user to use +Mozex is an extension to Mozilla or Seamonkey which allows the user to use external programs for these actions: * view page source diff --git a/www/mozex/pkg-install.xpi b/www/mozex/pkg-install.xpi index 27aa2afd6..511847138 100644 --- a/www/mozex/pkg-install.xpi +++ b/www/mozex/pkg-install.xpi @@ -1,10 +1,10 @@ #!/bin/sh # -# $FreeBSD: ports/www/mozex/pkg-install.xpi,v 1.2 2005/01/20 22:23:18 thierry Exp $ +# $FreeBSD$ # # Date created: Mon Oct 27, 2003 # Whom: Thierry Thomas (<thierry@pompo.net>) -# Register the extension $1 in the chrome registry. +# Register the extension $1 in the chrome registry for the browser %%GECKO%%. umask 022 PATH=/bin:/usr/bin @@ -15,27 +15,20 @@ PATH=/bin:/usr/bin PREFIX=${PKG_PREFIX:-/usr/local} -# If this is an extension for firefox, PKGNAMESUFFIX has been set PKG_NAME=${1%%-[0-9._]*} -PKG_ROOT=$(echo $PKG_NAME | sed 's/-firefox$//') -if [ $PKG_NAME = $PKG_ROOT ]; then -MOZBIN=mozilla-bin -else -MOZBIN=firefox-bin -fi -MOZDIR=`find $PREFIX/lib -name $MOZBIN -exec dirname {} \; | head -n 1` +MOZDIR=$PREFIX/lib/%%GECKO%% REGXPCOM=$MOZDIR/regxpcom REGCHROME=$MOZDIR/regchrome if [ "x$2" = "xPOST-DEINSTALL" ]; then - case $PKG_ROOT in - fr-mozilla-flp|fr-firefox-flp) + case $PKG_NAME in + fr-mozilla-flp) MODEXT="FR.jar fr-unix.jar" ;; *) - MODEXT=$PKG_ROOT + MODEXT=$PKG_NAME ;; esac # Removing definition of extension $MODEXT diff --git a/www/mozex/pkg-plist b/www/mozex/pkg-plist deleted file mode 100644 index c604d6193..000000000 --- a/www/mozex/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%MOZDIR%%/chrome/mozex.jar -%%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index 5609f00f1..43ff04711 100644 --- a/www/mplayer-plugin/Makefile +++ b/www/mplayer-plugin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mplayerplug-in -PORTVERSION= 3.25 +PORTVERSION= 3.31 PORTREVISION= 1 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -25,8 +25,10 @@ PLUGINSFILES= mplayerplug-in.so mplayerplug-in.xpt mplayerplug-in-wmp.so \ mplayerplug-in-qt.so mplayerplug-in-rm.so \ mplayerplug-in-gmp.so mplayerplug-in-wmp.xpt \ mplayerplug-in-qt.xpt mplayerplug-in-rm.xpt \ - mplayerplug-in-gmp.xpt + mplayerplug-in-gmp.xpt mplayerplug-in-dvx.so \ + mplayerplug-in-dvx.xpt GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-gmp USE_GNOME= gnometarget CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -DBSD" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" diff --git a/www/mplayer-plugin/distinfo b/www/mplayer-plugin/distinfo index ad322766a..b5c43eb3c 100644 --- a/www/mplayer-plugin/distinfo +++ b/www/mplayer-plugin/distinfo @@ -1,3 +1,3 @@ -MD5 (mplayerplug-in-3.25.tar.gz) = fb99a2efeacd5aed8b92ae0bb33c708a -SHA256 (mplayerplug-in-3.25.tar.gz) = ce8304c3cab3ffc10888f3648d9470ab7db7609c5178ef3a6cb3163fc7b901c8 -SIZE (mplayerplug-in-3.25.tar.gz) = 209554 +MD5 (mplayerplug-in-3.31.tar.gz) = be26b17cde385c7a34fc634d2c88c5c9 +SHA256 (mplayerplug-in-3.31.tar.gz) = 359b33927eb2837a544592afc00b55671e02694a8c54d3e7af3c81600bc38885 +SIZE (mplayerplug-in-3.31.tar.gz) = 211714 diff --git a/www/mplayer-plugin/files/patch-configure b/www/mplayer-plugin/files/patch-configure deleted file mode 100644 index ded52dd57..000000000 --- a/www/mplayer-plugin/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Oct 11 19:30:39 2004 -+++ configure Mon Oct 11 19:32:12 2004 -@@ -2854,6 +2854,7 @@ - echo "$as_me:$LINENO: checking MOZPLUG_CFLAGS" >&5 - echo $ECHO_N "checking MOZPLUG_CFLAGS... $ECHO_C" >&6 - MOZPLUG_CFLAGS=`$PKG_CONFIG --cflags "mozilla-plugin"` -+ MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I"`$PKG_CONFIG --variable=includedir "mozilla-plugin"` - echo "$as_me:$LINENO: result: $MOZPLUG_CFLAGS" >&5 - echo "${ECHO_T}$MOZPLUG_CFLAGS" >&6 - diff --git a/www/mplayer-plugin/pkg-plist b/www/mplayer-plugin/pkg-plist index a57bec344..6622d496f 100644 --- a/www/mplayer-plugin/pkg-plist +++ b/www/mplayer-plugin/pkg-plist @@ -2,6 +2,8 @@ etc/mplayerplug-in.conf.dist @unexec if cmp -s %D/etc/mplayerplug-in.types %D/etc/mplayerplug-in.types.dist; then rm -f %D/etc/mplayerplug-in.types; fi etc/mplayerplug-in.types.dist +lib/browser_plugins/mplayerplug-in-dvx.so +lib/browser_plugins/mplayerplug-in-dvx.xpt lib/browser_plugins/mplayerplug-in-gmp.so lib/browser_plugins/mplayerplug-in-gmp.xpt lib/browser_plugins/mplayerplug-in-qt.so diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile index 78e58c7a8..c96f33368 100644 --- a/www/swfdec-plugin/Makefile +++ b/www/swfdec-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= swfdec-plugin PORTVERSION= 0.3.5 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.schleef.org/swfdec/download/ DISTNAME= swfdec-${PORTVERSION} |