Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (9abc496fdbf81d983cfd57421de070053ab24d6e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (9abc496fdbf81d983cfd57421de070053ab24d6e)
  • Date: Sun, 14 Oct 2007 02:02:11 -0500

GIT changes to master z-rejected grimoire by Alexander Tsamutali
<astsmtl AT gmail.com>:

ChangeLog | 3 ++
z-http/iceweasel-bin/BUILD | 1
z-http/iceweasel-bin/CONFIGURE | 6 ++++
z-http/iceweasel-bin/DEPENDS | 9 +++++++
z-http/iceweasel-bin/DETAILS | 31
++++++++++++++++++++++++
z-http/iceweasel-bin/HISTORY | 3 ++
z-http/iceweasel-bin/INSTALL | 32
+++++++++++++++++++++++++
z-http/iceweasel-bin/PROVIDES | 3 ++
z-http/iceweasel-bin/desktop/iceweasel.desktop | 8 ++++++
z-http/iceweasel-bin/iceweasel-bin | 4 +++
10 files changed, 100 insertions(+)

New commits:
commit 381ad1dcf1ecfdf7db40036d072d9cdd49a5d377
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

z-http/iceweasel-bin: new spell, the GNU version of the Firefox

diff --git a/ChangeLog b/ChangeLog
index 2f0d67e..0b28779 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-10-14 Alexander Tsamutali <astsmtl AT gmail.com>
+ * z-http/iceweasel-bin: new spell, the GNU version of the Firefox
+
2007-10-07 Eric Sandall <sandalle AT sourcemage.org>
* z-net/iwlwifi-3945-ucode: Added firmware code for the Intel 3945
* z-net/iwlwifi-4965-ucode: Added firmware code for the Intel 4965
diff --git a/z-http/iceweasel-bin/BUILD b/z-http/iceweasel-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-http/iceweasel-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-http/iceweasel-bin/CONFIGURE b/z-http/iceweasel-bin/CONFIGURE
new file mode 100755
index 0000000..eb6db04
--- /dev/null
+++ b/z-http/iceweasel-bin/CONFIGURE
@@ -0,0 +1,6 @@
+# Standard rejected warnings.
+source $GRIMOIRE/REJECTED_MSG &&
+
+config_query ICEBIN_ICEWEASEL_LINK "Create a symlink to iceweasel?" n &&
+config_query ICEBIN_FIREFOX_LINK "Create a symlink to firefox?" n &&
+config_query ICEBIN_MOZILLA_LINK "Create a symlink to mozilla?" n
diff --git a/z-http/iceweasel-bin/DEPENDS b/z-http/iceweasel-bin/DEPENDS
new file mode 100755
index 0000000..a4f6769
--- /dev/null
+++ b/z-http/iceweasel-bin/DEPENDS
@@ -0,0 +1,9 @@
+depends gcc33 &&
+depends zlib &&
+depends jpeg &&
+depends libpng &&
+depends zip &&
+depends perl &&
+depends gtk+2 &&
+depends freetype2 &&
+depends libidl
diff --git a/z-http/iceweasel-bin/DETAILS b/z-http/iceweasel-bin/DETAILS
new file mode 100755
index 0000000..32833d4
--- /dev/null
+++ b/z-http/iceweasel-bin/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=iceweasel-bin
+ VERSION=2.0.0.6-g2
+ SOURCE=iceweasel-${VERSION}-i386.tar.bz2
+
SOURCE_HASH=sha512:e9cd4c055e734ac2ac7bf6a732a62c09cb43a456d921b7e3c421ef0b7b251882cea753842e2878217c82bbd49c613329030b7f5747f9ece685cd6f0e4891de17
+ SOURCE_URL[0]=http://gnuzilla.gnu.org/download/${SOURCE}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/iceweasel-$VERSION-i386
+ WEB_SITE=http://www.gnu.org/software/gnuzilla/
+ ENTERED=20071014
+ LICENSE[0]=MOZILLA
+ REJECT="is non-source"
+ SHORT="the GNU version of the Firefox browser"
+cat << EOF
+Gnuzilla is the GNU version of the Mozilla suite, and IceWeasel 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. (IceWeasel does keep the
+triple licensing used by Firefox to facilitate the reuse of code.)
+
+In addition, IceWeasel includes some privacy protection features:
+
+ 1. Some sites refer to zero-size images on other hosts to keep track of
+ cookies. When IceWeasel 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,
IceWeasel
+ shows a message alerting the user.
+
+To see these new features in action, some test pages are available.
+EOF
diff --git a/z-http/iceweasel-bin/HISTORY b/z-http/iceweasel-bin/HISTORY
new file mode 100644
index 0000000..9cf0fe0
--- /dev/null
+++ b/z-http/iceweasel-bin/HISTORY
@@ -0,0 +1,3 @@
+2007-10-14 Alexander Tsamutali <astsmtl AT gmail.com>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY, INSTALL, PROVIDES:
+ Created this spell
diff --git a/z-http/iceweasel-bin/INSTALL b/z-http/iceweasel-bin/INSTALL
new file mode 100755
index 0000000..125e121
--- /dev/null
+++ b/z-http/iceweasel-bin/INSTALL
@@ -0,0 +1,32 @@
+# Tarball has been extracted, just copy to the correct directory.
+INSTALL_DIR=/opt/iceweasel
+
+mkdir -pv $INSTALL_DIR &&
+cp -Rv $SOURCE_DIRECTORY/* $INSTALL_DIR &&
+cp -v $SCRIPT_DIRECTORY/iceweasel-bin /usr/bin/ &&
+
+#
+# Create symlink to mozilla or firefox if selected
+# Only create if /usr/bin/mozilla or firefox does not exist or is
+# already a symlink
+#
+if [ "$ICEBIN_ICEWEASEL_LINK" == "y" ]; then
+ if ! test -f $INSTALL_ROOT/usr/bin/iceweasel ||
+ test -h $INSTALL_ROOT/usr/bin/iceweasel ; then
+ ln -sfv $TRACK_ROOT/usr/bin/iceweasel-bin /usr/bin/iceweasel
+ fi
+fi &&
+
+if [ "$ICEBIN_FIREFOX_LINK" == "y" ]; then
+ if ! test -f $INSTALL_ROOT/usr/bin/firefox ||
+ test -h $INSTALL_ROOT/usr/bin/firefox ; then
+ ln -sfv $TRACK_ROOT/usr/bin/iceweasel-bin /usr/bin/firefox
+ fi
+fi &&
+
+if [ "$ICEBIN_MOZILLA_LINK" == "y" ]; then
+ if ! test -f $INSTALL_ROOT/usr/bin/mozilla ||
+ test -h $INSTALL_ROOT/usr/bin/mozilla ; then
+ ln -sfv $TRACK_ROOT/usr/bin/iceweasel-bin /usr/bin/mozilla
+ fi
+fi
diff --git a/z-http/iceweasel-bin/PROVIDES b/z-http/iceweasel-bin/PROVIDES
new file mode 100755
index 0000000..e77ae65
--- /dev/null
+++ b/z-http/iceweasel-bin/PROVIDES
@@ -0,0 +1,3 @@
+GRAPHICAL-WEB-BROWSER
+WEB-BROWSER
+NS-PLUGIN-COMPATIBLE
diff --git a/z-http/iceweasel-bin/desktop/iceweasel.desktop
b/z-http/iceweasel-bin/desktop/iceweasel.desktop
new file mode 100644
index 0000000..84827f0
--- /dev/null
+++ b/z-http/iceweasel-bin/desktop/iceweasel.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Iceweasel
+Exec=iceweasel-bin
+Icon=/opt/iceweasel/icons/default.xpm
+Terminal=false
+Type=Application
+Categories=Application;Network;Browsers
diff --git a/z-http/iceweasel-bin/iceweasel-bin
b/z-http/iceweasel-bin/iceweasel-bin
new file mode 100755
index 0000000..565312d
--- /dev/null
+++ b/z-http/iceweasel-bin/iceweasel-bin
@@ -0,0 +1,4 @@
+#!/bin/sh
+#
+cd /opt/iceweasel
+./iceweasel $@



  • [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (9abc496fdbf81d983cfd57421de070053ab24d6e), Alexander Tsamutali, 10/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page