diff options
author | flo <flo@FreeBSD.org> | 2011-08-02 08:13:39 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-08-02 08:13:39 +0800 |
commit | 38e4d11e5ea13565463fedfe1a2a8ec776eeccba (patch) | |
tree | 445a6da459ef3216ba7e98c90fdb886d4c638a52 /www | |
parent | 9be77ee7fa00612729254ad444eb731fdf186a68 (diff) | |
download | freebsd-ports-gnome-38e4d11e5ea13565463fedfe1a2a8ec776eeccba.tar.gz freebsd-ports-gnome-38e4d11e5ea13565463fedfe1a2a8ec776eeccba.tar.zst freebsd-ports-gnome-38e4d11e5ea13565463fedfe1a2a8ec776eeccba.zip |
remove ports which still depend on seamonkey 1.1
Approved by: thierry, maintainer timeout > 6 months
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 4 | ||||
-rw-r--r-- | www/adblock/Makefile | 31 | ||||
-rw-r--r-- | www/adblock/distinfo | 2 | ||||
-rw-r--r-- | www/adblock/files/installed-chrome.txt | 1 | ||||
-rw-r--r-- | www/adblock/pkg-descr | 7 | ||||
-rw-r--r-- | www/bugmenot/Makefile | 31 | ||||
-rw-r--r-- | www/bugmenot/distinfo | 2 | ||||
-rw-r--r-- | www/bugmenot/files/installed-chrome.txt | 4 | ||||
-rw-r--r-- | www/bugmenot/pkg-descr | 6 | ||||
-rw-r--r-- | www/mozex/Makefile | 35 | ||||
-rw-r--r-- | www/mozex/Makefile.xpi | 47 | ||||
-rw-r--r-- | www/mozex/distinfo | 2 | ||||
-rw-r--r-- | www/mozex/files/installed-chrome.txt | 1 | ||||
-rw-r--r-- | www/mozex/files/pkg-message.in | 8 | ||||
-rw-r--r-- | www/mozex/pkg-descr | 10 | ||||
-rw-r--r-- | www/mozex/pkg-install.xpi | 56 | ||||
-rw-r--r-- | www/preferential/Makefile | 34 | ||||
-rw-r--r-- | www/preferential/distinfo | 2 | ||||
-rw-r--r-- | www/preferential/files/installed-chrome.txt | 2 | ||||
-rw-r--r-- | www/preferential/pkg-descr | 5 |
20 files changed, 0 insertions, 290 deletions
diff --git a/www/Makefile b/www/Makefile index 895c98dfa461..f3e879644963 100644 --- a/www/Makefile +++ b/www/Makefile @@ -7,7 +7,6 @@ SUBDIR += WebMagick SUBDIR += abyssws SUBDIR += ach - SUBDIR += adblock SUBDIR += admuser SUBDIR += adzap SUBDIR += amphetadesk @@ -67,7 +66,6 @@ SUBDIR += boa SUBDIR += bookmarkbridge SUBDIR += bozohttpd - SUBDIR += bugmenot SUBDIR += bugmenot-firefox SUBDIR += c-icap SUBDIR += cacheboy15-devel @@ -581,7 +579,6 @@ SUBDIR += moodle SUBDIR += moodle2 SUBDIR += moonshine - SUBDIR += mozex SUBDIR += mozplugger SUBDIR += multisort SUBDIR += mybb @@ -1479,7 +1476,6 @@ SUBDIR += polipo SUBDIR += pound SUBDIR += prado - SUBDIR += preferential SUBDIR += privoxy SUBDIR += privoxy+ipv6 SUBDIR += protovis diff --git a/www/adblock/Makefile b/www/adblock/Makefile deleted file mode 100644 index d014eec5eeda..000000000000 --- a/www/adblock/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Ports collection makefile for: adblock -# Date created: Thu Aug 4, 2005 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= adblock -DISTVERSION= 0.5-dev -PORTREVISION= 6 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= thierry -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= thierry@FreeBSD.org -COMMENT= A content filtering plug-in for ${GECKO} - -PLIST_FILES= %%MOZDIR%%/chrome/adblock.jar - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozex/Makefile.xpi" - -.if ${GECKO} == mozilla -PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/mozapps/content/overlays.rdf -.endif - -do-install: - @${INSTALL_DATA} ${WRKDIR}/chrome/adblock.jar ${MOZDIR}/chrome - -.include <bsd.port.post.mk> diff --git a/www/adblock/distinfo b/www/adblock/distinfo deleted file mode 100644 index d7932c9d9af8..000000000000 --- a/www/adblock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (adblock-0.5.d/adblock-0.5-dev.xpi) = 097e55e8579bea31c7821ebefb74a9ef56068b6b0b437f3580c3a18d38fc5563 -SIZE (adblock-0.5.d/adblock-0.5-dev.xpi) = 72084 diff --git a/www/adblock/files/installed-chrome.txt b/www/adblock/files/installed-chrome.txt deleted file mode 100644 index 37af91024fa3..000000000000 --- a/www/adblock/files/installed-chrome.txt +++ /dev/null @@ -1 +0,0 @@ -content,install,url,jar:resource:/chrome/adblock.jar!/content/ diff --git a/www/adblock/pkg-descr b/www/adblock/pkg-descr deleted file mode 100644 index 9c8a689fb2c8..000000000000 --- a/www/adblock/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Adblock is a content filtering plug-in for the Mozilla and Seamonkey browsers. -It is both more robust and more precise than the built-in image blocker. - -Adblock allows the user to specify filters, which remove unwanted content based -on the source-address. - -WWW: http://adblock.mozdev.org/ diff --git a/www/bugmenot/Makefile b/www/bugmenot/Makefile deleted file mode 100644 index e08e70303bd7..000000000000 --- a/www/bugmenot/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Ports collection Makefile for: bugmenot -# Date created: Tue May 24, 2005 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= bugmenot -PORTVERSION= 1.8 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_MOZDEV} -MASTER_SITE_SUBDIR= xsidebar/mods -DISTNAME= ${PORTNAME}-${PORTVERSION}-mod - -MAINTAINER= saper@saper.info -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 - -.include <bsd.port.post.mk> diff --git a/www/bugmenot/distinfo b/www/bugmenot/distinfo deleted file mode 100644 index 0bf9733498a9..000000000000 --- a/www/bugmenot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bugmenot-1.8-mod.xpi) = b394885fdfe23d28bb32c80a6a8bb858a47ba92388596398603a336826a1859a -SIZE (bugmenot-1.8-mod.xpi) = 24739 diff --git a/www/bugmenot/files/installed-chrome.txt b/www/bugmenot/files/installed-chrome.txt deleted file mode 100644 index 027be81bb4b9..000000000000 --- a/www/bugmenot/files/installed-chrome.txt +++ /dev/null @@ -1,4 +0,0 @@ -content,install,url,jar:resource:/chrome/bugmenot.jar!/content/bugmenot/ -skin,install,url,jar:resource:/chrome/bugmenot.jar!/skin/classic/bugmenot/ -locale,install,url,jar:resource:/chrome/bugmenot.jar!/locale/bugmenot/en-US/ -locale,install,url,jar:resource:/chrome/bugmenot.jar!/locale/bugmenot/it-IT/ diff --git a/www/bugmenot/pkg-descr b/www/bugmenot/pkg-descr deleted file mode 100644 index f970dc86f8da..000000000000 --- a/www/bugmenot/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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. - -WWW: http://xsidebar.mozdev.org/modifiedmisc.html#bugmenot diff --git a/www/mozex/Makefile b/www/mozex/Makefile deleted file mode 100644 index 157a0af0d009..000000000000 --- a/www/mozex/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Ports collection makefile for: mozex -# Date created: Sun Oct 26, 2003 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# $MCom: ports/www/mozex/Makefile,v 1.2 2006/09/22 19:52:59 mezz Exp $ -# - -PORTNAME= mozex -PORTVERSION= 1.07 -PORTREVISION= 10 -CATEGORIES= www mail news ftp -MASTER_SITES= ${MASTER_SITE_MOZDEV} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= thierry@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} == libxul -PLIST_FILES+= %%MOZDIR%%/chrome/installed-chrome.txt -.endif - -do-install: - @${INSTALL_DATA} ${WRKDIR}/mozex.jar ${MOZDIR}/chrome - -.include <bsd.port.post.mk> diff --git a/www/mozex/Makefile.xpi b/www/mozex/Makefile.xpi deleted file mode 100644 index 351c17c312ba..000000000000 --- a/www/mozex/Makefile.xpi +++ /dev/null @@ -1,47 +0,0 @@ -# Date created: Sun Oct 26, 2003 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -USE_GECKO= seamonkey -.include "${.CURDIR}/../../Mk/bsd.gecko.mk" - -EXTRACT_SUFX= .xpi - -NO_BUILD= yes -USE_ZIP= yes - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${PKGINSTALL} - -MOZLDIR= lib/${GECKO} -MOZDIR= ${LOCALBASE}/${MOZLDIR} -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} "" - @${ECHO_MSG} "${PREFIX} invalid - must be installed under ${LOCALBASE}." - @${ECHO_MSG} "" - @${FALSE} -.else - @${CP} ${FILESDIR}/installed-chrome.txt ${MOZDIR}/${PORTNAME}-installed-chrome.txt -.endif - -post-install: - @${ECHO_CMD} ${MOZLDIR}/${PORTNAME}-installed-chrome.txt >> ${TMPPLIST} - @${CAT} ${MOZDIR}/${PORTNAME}-installed-chrome.txt \ - >> ${MOZDIR}/chrome/installed-chrome.txt - @${ECHO_CMD} "@exec ${CAT} ${MOZDIR}/${PORTNAME}-installed-chrome.txt \ - >> ${MOZDIR}/chrome/installed-chrome.txt" >> ${TMPPLIST} - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.if exists(${PKGMESSAGE}) - @${CAT} ${PKGMESSAGE} -.endif diff --git a/www/mozex/distinfo b/www/mozex/distinfo deleted file mode 100644 index af91a231d1bd..000000000000 --- a/www/mozex/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mozex-1.07.xpi) = 81a06238416621540343e14c762bdf195277a406991c63a1cb6245eeb63ededf -SIZE (mozex-1.07.xpi) = 17072 diff --git a/www/mozex/files/installed-chrome.txt b/www/mozex/files/installed-chrome.txt deleted file mode 100644 index 4626d5403f1e..000000000000 --- a/www/mozex/files/installed-chrome.txt +++ /dev/null @@ -1 +0,0 @@ -content,install,url,jar:resource:/chrome/mozex.jar!/content/mozex/ diff --git a/www/mozex/files/pkg-message.in b/www/mozex/files/pkg-message.in deleted file mode 100644 index ff22ac4a29ef..000000000000 --- a/www/mozex/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -************************************************************************** -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). - -To set up your external programs, please follow the instructions on -<http://mozex.mozdev.org/arguments.html>. -************************************************************************** diff --git a/www/mozex/pkg-descr b/www/mozex/pkg-descr deleted file mode 100644 index 14fad01f61a4..000000000000 --- a/www/mozex/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Mozex is an extension to Mozilla or Seamonkey which allows the user to use -external programs for these actions: - - * view page source - * edit content of textareas (possibly utilizing a spell-checker in the - text editor) - * handle mailto, news, telnet and FTP links - * download files - -WWW: http://mozex.mozdev.org/index.html diff --git a/www/mozex/pkg-install.xpi b/www/mozex/pkg-install.xpi deleted file mode 100644 index 511847138987..000000000000 --- a/www/mozex/pkg-install.xpi +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Date created: Mon Oct 27, 2003 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# Register the extension $1 in the chrome registry for the browser %%GECKO%%. - -umask 022 -PATH=/bin:/usr/bin - -[ "x$1" = "x" ] && exit 1 -[ "x$2" = "xPRE-INSTALL" ] && exit 0 -[ "x$2" = "xDEINSTALL" ] && exit 0 - -PREFIX=${PKG_PREFIX:-/usr/local} - -PKG_NAME=${1%%-[0-9._]*} - -MOZDIR=$PREFIX/lib/%%GECKO%% -REGXPCOM=$MOZDIR/regxpcom -REGCHROME=$MOZDIR/regchrome - -if [ "x$2" = "xPOST-DEINSTALL" ]; then - case $PKG_NAME in - fr-mozilla-flp) - MODEXT="FR.jar fr-unix.jar" - ;; - - *) - MODEXT=$PKG_NAME - ;; - esac - # Removing definition of extension $MODEXT - for mod in $MODEXT; do - sed -i .bak -e "/$mod/d" $MOZDIR/chrome/installed-chrome.txt - done -fi - -echo "===> Re-building Chrome's registry..." -rm -rf $MOZDIR/chrome/overlayinfo -rm -f $MOZDIR/chrome/*.rdf -mkdir -p $MOZDIR/chrome/overlayinfo -rm -f $MOZDIR/component.reg - -LD_LIBRARY_PATH=$MOZDIR MOZILLA_FIVE_HOME=$MOZDIR $MOZDIR/regxpcom || true -LD_LIBRARY_PATH=$MOZDIR MOZILLA_FIVE_HOME=$MOZDIR $MOZDIR/regchrome || true - -if [ -d "$MOZDIR/searchplugins" ]; then - chmod -R u+w "$MOZDIR/searchplugins" -fi -#touch $MOZDIR/chrome/user-skins.rdf $MOZDIR/chrome/user-locales.rdf - -[ "x$2" = "xPOST-INSTALL" ] || rm $MOZDIR/chrome/installed-chrome.txt.bak - -exit 0 diff --git a/www/preferential/Makefile b/www/preferential/Makefile deleted file mode 100644 index 70f9c7b7029f..000000000000 --- a/www/preferential/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Ports collection makefile for: preferential -# Date created: Tue Oct 28, 2003 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= preferential -PORTVERSION= 0.8.1 -PORTREVISION= 2 -PORTEPOCH= 1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_MOZDEV} -MASTER_SITE_SUBDIR= ${PORTNAME}/versions -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= miwi@FreeBSD.org -COMMENT= GUI interface to view & edit all ${GECKO} prefs - -PLIST_FILES= %%MOZDIR%%/chrome/preferential.jar - -PORTSCOUT= skipv:0.8.2 - -.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/preferential.jar ${MOZDIR}/chrome - -.include <bsd.port.post.mk> diff --git a/www/preferential/distinfo b/www/preferential/distinfo deleted file mode 100644 index 08d7b99af8ff..000000000000 --- a/www/preferential/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (preferential-0.8.1/preferential-0.8.1.xpi) = 9658d342d4fde12d8e2af854c0b56af6b854434d9959696b5a194bf40870b7b1 -SIZE (preferential-0.8.1/preferential-0.8.1.xpi) = 86986 diff --git a/www/preferential/files/installed-chrome.txt b/www/preferential/files/installed-chrome.txt deleted file mode 100644 index 1109a02f4ac6..000000000000 --- a/www/preferential/files/installed-chrome.txt +++ /dev/null @@ -1,2 +0,0 @@ -content,install,url,jar:resource:/chrome/preferential.jar!/content/ -locale,install,url,jar:resource:/chrome/preferential.jar!/locale/en-US/preferential/ diff --git a/www/preferential/pkg-descr b/www/preferential/pkg-descr deleted file mode 100644 index a191eeb59315..000000000000 --- a/www/preferential/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Preferential project aims to provide all users of Gecko browsers -(eg. Mozilla, Seamonkey) with a simple, accessible GUI that allows the -modification of any preference set within that browser environment. - -WWW: http://preferential.mozdev.org/ |