1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

remove ports which still depend on seamonkey 1.1

Approved by:	thierry, maintainer timeout > 6 months
This commit is contained in:
Florian Smeets 2011-08-02 00:13:39 +00:00
parent eb7994bdff
commit 16e334bc26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278754
20 changed files with 0 additions and 290 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -1 +0,0 @@
content,install,url,jar:resource:/chrome/adblock.jar!/content/

View File

@ -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/

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (bugmenot-1.8-mod.xpi) = b394885fdfe23d28bb32c80a6a8bb858a47ba92388596398603a336826a1859a
SIZE (bugmenot-1.8-mod.xpi) = 24739

View File

@ -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/

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -1,2 +0,0 @@
SHA256 (mozex-1.07.xpi) = 81a06238416621540343e14c762bdf195277a406991c63a1cb6245eeb63ededf
SIZE (mozex-1.07.xpi) = 17072

View File

@ -1 +0,0 @@
content,install,url,jar:resource:/chrome/mozex.jar!/content/mozex/

View File

@ -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>.
**************************************************************************

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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/