summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:56:09 +0200
committerBor Kraljič2011-10-11 13:56:09 +0200
commit98e8558002f5166a91e4a85848e28a8c51452681 (patch)
treee9e86dc7e54045b452395854ab096a267c3f6914
parent9a2a16aec109e66b4a97099c5aaf5b1667406ef9 (diff)
http/icecat: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xhttp/icecat/BUILD45
-rwxr-xr-xhttp/icecat/CONFIGURE37
-rwxr-xr-xhttp/icecat/DEPENDS70
-rwxr-xr-xhttp/icecat/DETAILS35
-rw-r--r--http/icecat/HISTORY47
-rwxr-xr-xhttp/icecat/INSTALL46
-rwxr-xr-xhttp/icecat/PRE_BUILD8
-rwxr-xr-xhttp/icecat/PROVIDES4
-rw-r--r--http/icecat/desktop/icecat.desktop10
-rw-r--r--http/icecat/icecat18
-rw-r--r--http/icecat/icecat.gpgbin1161 -> 0 bytes
-rw-r--r--http/icecat/icecat.sh12
-rw-r--r--http/icecat/mozconfig28
14 files changed, 1 insertions, 360 deletions
diff --git a/ChangeLog b/ChangeLog
index 79d22929d0..0522491f54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -228,6 +228,7 @@
* editors/scribus: removed (we no longer support qt3 (qt-x11))
* editors/yzis: removed (we no longer support qt3 (qt-x11))
* graphics/mm3d: removed (we no longer support qt3 (qt-x11))
+ * http/icecat: removed (we no longer support qt3 (qt-x11))
2011-10-05 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/fabric: new spell, simple, Pythonic tool for remote
diff --git a/http/icecat/BUILD b/http/icecat/BUILD
deleted file mode 100755
index 52a402ae74..0000000000
--- a/http/icecat/BUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-local ICECAT_HOME=${INSTALL_ROOT}/usr/lib/${SPELL} &&
-export MOZ_PHOENIX=1 &&
-
-export CFLAGS="${CFLAGS//-O3/-O2}" &&
-export CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
-
-OPTS="$ICECAT_MAILNEWS $ICECAT_CALENDAR $ICECAT_CHAT $ICECAT_COMPOSER \
-$ICECAT_MATHML $ICECAT_JS $OPTS" &&
-
-if [[ "$ICECAT_RENDER" != "none" ]]
-then
- OPTS="--enable-svg-renderer=$ICECAT_RENDER $OPTS"
-fi &&
-
-case $ICECAT_TOOLKIT in
- gtk2) OPTS="--enable-default-toolkit=cairo-gtk2" ;;
- qt-x11) OPTS="--enable-default-toolkit=cairo-qt" ;;
- *) message "unknown toolkit selected!" ; false ;;
-esac
-
-[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=$HOST"
-
-./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- --with-user-appdir=.${SPELL} \
- --enable-optimize="$CFLAGS" \
- --with-pthreads \
---enable-application=browser \
- --enable-reorder \
- --enable-cpp-rtti \
- --enable-strip \
- --with-default-mozilla-five-home=$ICECAT_HOME \
- --disable-debug \
- --disable-tests \
- --disable-installer \
- --disable-pedantic \
- --enable-single-profile \
- --enable-extensions="default" \
- --enable-canvas \
- $OPTS &&
-
-make
diff --git a/http/icecat/CONFIGURE b/http/icecat/CONFIGURE
deleted file mode 100755
index 02a3813723..0000000000
--- a/http/icecat/CONFIGURE
+++ /dev/null
@@ -1,37 +0,0 @@
-config_query_option ICECAT_MAILNEWS \
- 'Build Mail/News client?' \
- y \
- '--enable-mailnews' \
- '--disable-mailnews' &&
-config_query_option ICECAT_CALENDAR \
- 'Build Calendar component?' \
- y \
- '--enable-calendar' \
- '--disable-calendar' &&
-config_query_option ICECAT_CHAT \
- 'Build ChatZilla component?' \
- y \
- '--enable-chatzilla' \
- '--disable-chatzilla' &&
-config_query_option ICECAT_COMPOSER \
- 'Build Composer component?' \
- y \
- '--enable-composer' \
- '--disable-composer' &&
-config_query_option ICECAT_MATHML \
- 'Enable MathML?' \
- y \
- '--enable-mathml' \
- '--disable-mathml' &&
-config_query_option ICECAT_JS \
- 'Build JavaScript profile tool?' \
- n \
- '--enable-xpctools' \
- '--disable-xpctools' &&
-config_query_list ICECAT_TOOLKIT \
- 'Possible graphics toolkits' \
- 'gtk2' 'qt-x11' &&
-
-config_query ICECAT_NULLPLUGIN \
-"Do you want nullplugin installed (to enable auto search and install of other plugins)" \
- y
diff --git a/http/icecat/DEPENDS b/http/icecat/DEPENDS
deleted file mode 100755
index 333e667700..0000000000
--- a/http/icecat/DEPENDS
+++ /dev/null
@@ -1,70 +0,0 @@
-depends -sub CXX gcc &&
-depends zip &&
-depends glib2 &&
-depends xorg-libs "--with-x" &&
-depends cairo "--enable-system-cairo" &&
-case $ICECAT_TOOLKIT in
- gtk2) depends gtk+2 ;;
- qt-x11) depends qt-x11 ;;
- *) true ;;
-esac &&
-
-optional_depends libxft \
- "" \
- "--disable-xft" \
- "for Xft support" &&
-
-optional_depends libxinerama \
- "--enable-xinerama" \
- "" \
- "for Xinerama support"
-
-optional_depends freetype2 \
- "" \
- "--disable-freetype2" \
- "for FreeType2 support" &&
-
-optional_depends gnome-vfs2 \
- "" \
- "--disable-gnomevfs" \
- "for GnomeVFS support" &&
-
-optional_depends JPEG \
- "--with-system-jpeg" \
- "" \
- "for system jpeg" &&
-
-optional_depends libgnomeui \
- "" \
- "--disable-gnomeui" \
- "for libgnomeui support" &&
-
-optional_depends libpng \
- "--with-system-png" \
- "" \
- "for system png" &&
-
-optional_depends nspr \
- "--with-system-nspr" \
- "" \
- "for system NSPR" &&
-
-optional_depends openldap \
- "" \
- "--disable-ldap" \
- "for LDAP support" &&
-
-optional_depends pango \
- "--enable-pango" \
- "" \
- "for Pango font rendering support" &&
-
-optional_depends POSTSCRIPT-INTERPRETER \
- "" \
- "--disable-postscript" \
- "for PostScript printing support" &&
-
-optional_depends zlib \
- "--with-system-zlib" \
- "" \
- "for system libz"
diff --git a/http/icecat/DETAILS b/http/icecat/DETAILS
deleted file mode 100755
index 06509b7db2..0000000000
--- a/http/icecat/DETAILS
+++ /dev/null
@@ -1,35 +0,0 @@
- SPELL=icecat
- VERSION=3.6.12
- SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE2=${SOURCE}.sig
- SOURCE_GPG="icecat.gpg:${SOURCE2}:UPSTREAM_KEY"
- SOURCE2_IGNORE=signature
- SOURCE_URL[0]=${GNU_URL}/gnuzilla/${VERSION}/${SOURCE}
- SOURCE2_URL[0]=${SOURCE_URL}.sig
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- WEB_SITE=http://gnuzilla.gnu.org/
- ENTERED=20071220
- PATCHLEVEL=1
- LICENSE[0]="MPL GPL LPPL"
- KEYWORDS="http"
- SHORT="the GNU version of the Firefox browser"
-cat << EOF
-Gnuzilla is the GNU version of the Mozilla suite, and IceCat is the GNU
-version of the Firefox browser. Its main advantage is an ethical one: it is
-entirely free software. While the source code from the Mozilla project is free
-software, the binaries that they release include additional non-free software.
-Also, they distribute non-free software as plug-ins. (IceCat does keep the
-triple licensing used by Firefox to facilitate the reuse of code.)
-
-In addition, IceCat includes some privacy protection features:
-
- 1. Some sites refer to zero-size images on other hosts to keep track of
- cookies. When IceCat detects this mechanism it blocks cookies from the
- site hosting the zero-length image file. (It is possible to re-enable
- such a site by removing it from the blocked hosts list.)
- 2. Other sites rewrite the host name in links redirecting the user to another
- site, mainly to "spy" on clicks. When this behavior is detected, IceCat
- shows a message alerting the user.
-
-To see these new features in action, some test pages are available.
-EOF
diff --git a/http/icecat/HISTORY b/http/icecat/HISTORY
deleted file mode 100644
index a48f8cfa69..0000000000
--- a/http/icecat/HISTORY
+++ /dev/null
@@ -1,47 +0,0 @@
-2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2011-01-02 Ismael Luceno <ismael@sourcemage.org>
- * icecat.desktop: added generic name
-
-2010-11-09 Arjan Bouter <abouter@sourcemage.org>
- * DETAILS: version 3.6.12, corrected source URL
- * BUILD, CONFIGURE, DEPENDS: depends on cairo, corrected toolkit options
- * PRE_BUILD, cairo-fixes.patch: removed obsolete patch
- * INSTALL: removed pkgconfig fixes
-
-2010-11-03 Ladislav Hagara <hgr@vabo.cz>
- * DEPENDS: jpeg -> JPEG
-
-2009-01-26 George Sherwood <gsherwood@sourcemage.org>
- * DETAILS: PATCHLEVEL++
- * DEPENDS: Removed optional_depends libxp. libxp deprecated from
- xorg-modular
-
-2008-09-24 Tommy Boatman <tboatman@sourcemage.org>
- * DEPENDS: Added zip (bug 14753)
- * DEPENDS: Added menu to select gtk+, gtk+2, qt-x11, xlib
- continuing bug 14753 - one HAS to be enabled
-
-2008-04-14 Pol Vinogradov <vin.public@gmail.com>
- * DETAILS: updated to 2.0.0.13-g1, added GPL and LPPL to LICENSE[0]
-
-2008-03-18 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: No need to check if using modular X as that's all that's
- available now
- Switch X11-LIBS to the one and only xorg-libs
-
-2008-02-06 Pol Vinogradov <vin.public@gmail.com>
- * CONFIGURE: removed iceweasel's defaults
- * CONFLICTS: removed
- * BUILD: made it more default_build-like
-
-2007-12-26 Juuso Alasuutari <iuso@sourcemage.org>
- * CONFIGURE: Import query defaults from deprecated iceweasel.
-
-2007-12-20 Pol Vinogradov <vin.public@gmail.com>
- * BUILD, cairo-fixes.patch, CONFIGURE, CONFLICTS, DEPENDS,
- desktop/icecat.desktop, DETAILS, icecat, icecat.sh,
- icecat.gpg, INSTALL, PRE_BUILD, PROVIDES: created this spell
-
diff --git a/http/icecat/INSTALL b/http/icecat/INSTALL
deleted file mode 100755
index 33af07e47c..0000000000
--- a/http/icecat/INSTALL
+++ /dev/null
@@ -1,46 +0,0 @@
-make_normal &&
-
-MOZILLA_HOME=$INSTALL_ROOT/usr/lib/icecat &&
-
-#
-# everything coming into /usr/lib/icecat-${VERSION/rc*}/
-# must actually go to /usr/lib/icecat/
-#
-mkdir -p $MOZILLA_HOME &&
-ln -fns $MOZILLA_HOME $MOZILLA_HOME-${VERSION/rc*} &&
-mkdir -p $INSTALL_ROOT/usr/share/idl/icecat &&
-ln -fns $TRACK_ROOT/usr/share/idl/icecat \
- $INSTALL_ROOT/usr/share/idl/icecat-${VERSION/rc*} &&
-
-make install &&
-
-#
-# Script to set MOZILLA_FIVE_HOME
-#
-cp ${SCRIPT_DIRECTORY}/${SPELL}.sh $INSTALL_ROOT/etc/profile.d &&
-
-#
-# Create symlink from NSS Root CA store, if it exists. NSS requires this
-# to be in the same directory as the current application binary. See:
-# http://www.mozilla.org/projects/security/pki/nss/loadable_certs.html
-# https://bugzilla.mozilla.org/show_bug.cgi?id=128290
-# Only create if $MOZILLA_HOME/libnssckbi.so does not exist or is already a
-# symlink.
-#
-if test -f $INSTALL_ROOT/usr/lib/libnssckbi.so; then
- if ! test -f $MOZILLA_HOME/libnssckbi.so ||
- test -h $MOZILLA_HOME/libnssckbi.so; then
- ln -sf $TRACK_ROOT/usr/lib/libnssckbi.so $MOZILLA_HOME/libnssckbi.so
- fi
-fi &&
-if [[ "$ICECAT_NULLPLUGIN" == "n" ]]
-then
- rm $MOZILLA_HOME/plugins/libnullplugin.so
-fi &&
-
-#
-# install icecat script so it loads properly even if MOZILLA_FIVE_HOME is
-# not set or set to a different mozilla/firefox directory
-#
-install -m 755 -o root -g root $SCRIPT_DIRECTORY/icecat \
- $INSTALL_ROOT/usr/bin
diff --git a/http/icecat/PRE_BUILD b/http/icecat/PRE_BUILD
deleted file mode 100755
index ad67b1d32b..0000000000
--- a/http/icecat/PRE_BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-default_pre_build &&
-
-# remove /root/.mozconfig, it causes too much trouble
-if [ -f /root/.mozconfig ]; then
- rm -f /root/.mozconfig
-fi &&
-
-cp -v $SPELL_DIRECTORY/mozconfig .mozconfig
diff --git a/http/icecat/PROVIDES b/http/icecat/PROVIDES
deleted file mode 100755
index e0c99a29e4..0000000000
--- a/http/icecat/PROVIDES
+++ /dev/null
@@ -1,4 +0,0 @@
-WEB-BROWSER
-GRAPHICAL-WEB-BROWSER
-GECKO
-NS-PLUGIN-COMPATIBLE
diff --git a/http/icecat/desktop/icecat.desktop b/http/icecat/desktop/icecat.desktop
deleted file mode 100644
index dad007858a..0000000000
--- a/http/icecat/desktop/icecat.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=IceCat
-Exec=icecat
-Icon=
-Terminal=false
-Type=Application
-Categories=Application;Network;Browsers;
-GenericName=Web browser
-GenericName[es]=Navegador web
diff --git a/http/icecat/icecat b/http/icecat/icecat
deleted file mode 100644
index 02985cfc44..0000000000
--- a/http/icecat/icecat
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# Created by Eric Sandall 2004-12-09
-# Modified for IceCat by Pol Vinogradov 2007-10-22
-#
-# This script is here to set the correct LD_LIBRARY_PATH for icecat 2.0+
-# based on the information from this thread:
-# http://lists.freebsd.org/pipermail/freebsd-gnome/2004-October/008443.html
-#
-export MOZILLA_FIVE_HOME=/usr/lib/icecat
-export LD_LIBRARY_PATH=/usr/lib/icecat
-remote=""
-if /usr/lib/icecat/icecat-bin -remote "ping()" > /dev/null 2>&1 ; then
- if [ -z "$@" ] ; then
- remote='-remote xfeDoCommand(openBrowser)'
- fi
-fi
-/usr/lib/icecat/icecat-bin $remote "$@"
diff --git a/http/icecat/icecat.gpg b/http/icecat/icecat.gpg
deleted file mode 100644
index 0c80ddfdb5..0000000000
--- a/http/icecat/icecat.gpg
+++ /dev/null
Binary files differ
diff --git a/http/icecat/icecat.sh b/http/icecat/icecat.sh
deleted file mode 100644
index fa5cbb135d..0000000000
--- a/http/icecat/icecat.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-# First check if this variable is already set
-# then if not set, check it (maybe), then set it
-#
-# Set MOZILLA_FIVE_HOME for packages which need
-# the mozilla libs (e.g. monodevelop)
-#
-
-if [ -z "$MOZILLA_FIVE_HOME" ] ; then
- MOZILLA_FIVE_HOME=/usr/lib/icecat
-fi
-export MOZILLA_FIVE_HOME
diff --git a/http/icecat/mozconfig b/http/icecat/mozconfig
deleted file mode 100644
index fa47e6eece..0000000000
--- a/http/icecat/mozconfig
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# See http://www.mozilla.org/build/ for build instructions.
-#
-
-# Options for client.mk.
-mk_add_options MOZ_CO_PROJECT=browser
-
-# Options for 'configure' (same as command-line options).
-ac_add_options --with-pthreads
-ac_add_options --with-system-jpeg=/usr/lib
-ac_add_options --with-system-zlib=/usr/lib
-ac_add_options --with-system-png=/usr/lib
-ac_add_options --with-system-nspr
-ac_add_options --with-system-nss
-ac_add_options --enable-application=browser
-ac_add_options --disable-system-cairo
-ac_add_options --enable-default-toolkit=cairo-gtk2
-ac_add_options --disable-freetype2
-ac_add_options --enable-pango
-ac_add_options --disable-dbus
-ac_add_options --disable-installer
-ac_add_options --disable-updater
-ac_add_options --disable-tests
-ac_add_options --with-system-libxul
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-1.9
-ac_add_options --prefix=$INSTALL_ROOT/usr
-ac_add_options --mandir=$INSTALL_ROOT/usr
-ac_add_options --enable-optimize="$CFLAGS"