Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (b425d315fb34565d46b6d16f0a0ef2cf9e2d5c37)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (b425d315fb34565d46b6d16f0a0ef2cf9e2d5c37)
  • Date: Thu, 1 Mar 2007 12:38:09 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
http/csacek/BUILD | 13 -------------
http/csacek/DEPENDS | 1 -
http/csacek/DETAILS | 17 -----------------
http/csacek/HISTORY | 35 -----------------------------------
http/csacek/POST_INSTALL | 28 ----------------------------
http/csacek/POST_REMOVE | 18 ------------------
http/csacek/csacek.diff | 16 ----------------
8 files changed, 3 insertions(+), 128 deletions(-)

New commits:
commit b425d315fb34565d46b6d16f0a0ef2cf9e2d5c37
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

csacek: removed #11045

diff --git a/ChangeLog b/ChangeLog
index 5ef0207..c896242 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * http/csacek: removed #11045
+
2007-03-01 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* audio-players/lxmms2: new xmms2 client for control thorough LIRC

diff --git a/http/csacek/BUILD b/http/csacek/BUILD
deleted file mode 100755
index 66e598c..0000000
--- a/http/csacek/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-
- message "${MESSAGE_COLOR}Checking for Apache 1.x${DEFAULT_COLOR}" &&
- httpd -v | grep -q "Apache/1\." &&
-
- patch -p1 < $SCRIPT_DIRECTORY/$SPELL.diff &&
- configure --with-target=Apache &&
-
- make &&
- prepare_install &&
- cp mod_csacek.so /usr/libexec/
-
-) >$C_FIFO 2>&1
diff --git a/http/csacek/DEPENDS b/http/csacek/DEPENDS
deleted file mode 100755
index 00f9ec4..0000000
--- a/http/csacek/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends APACHE
diff --git a/http/csacek/DETAILS b/http/csacek/DETAILS
deleted file mode 100755
index 1361aae..0000000
--- a/http/csacek/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=csacek
- VERSION=2.1.9
- SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:d0b7c41bfce337685d5f26685b95183b4e3b1519b73ee91b382ad0d00bd8c76a7e1602457365457dce99ee23e260ab63a4d5c5190feb211eca4563bc44d71a12
- LICENSE[0]=BSD
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.csacek.cz/distrib/$SOURCE
- WEB_SITE=http://www.csacek.cz/
- ENTERED=20030410
- KEYWORDS="http"
- BUILD_API=1
- SHORT='CSacek is apache module for right encoding diacritic'
-cat << EOF
-CSacek is tool for right encoding diacritic. CSacek provide dynamicaly
-recoding characters to client charset and from client charset to server
-charset.
-EOF
diff --git a/http/csacek/HISTORY b/http/csacek/HISTORY
deleted file mode 100644
index 3510f17..0000000
--- a/http/csacek/HISTORY
+++ /dev/null
@@ -1,35 +0,0 @@
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed MAINTAINER.
-
-2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: inserted BUILD_API=1 line
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-11-22 Eric Sandall <eric AT sandall.us>
- * POST_INSTALL,POST_REMOVE: Changed `exit 1` to `return 1` (Bug #7649)
-
-2004-05-03 Seth Woolley <seth AT tautology.org>
- * DETAILS: to fix md5 for SOURCE.
-
-2004-03-11 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DEPENDS: changed WEBSERVER to APACHE
-
-2003-12-05 Sergey Lipnevich <sergey AT sourcemage.org>
- * BUILD, csacek.diff: add a patch to fix broken line.
- * POST_INSTALL, POST_REMOVE: do not restart Apache.
- * Rename to just 'csacek';
-
-2003-11-02 Eric Sandall <eric AT sandall.us>
- * DEPENDS: Changed requires to depends, and uppercase
-
-2003-04-10 Petr Kovar <petr AT dkf.ics.muni.cz>
- * Spell created.
-
diff --git a/http/csacek/POST_INSTALL b/http/csacek/POST_INSTALL
deleted file mode 100755
index b7aba6d..0000000
--- a/http/csacek/POST_INSTALL
+++ /dev/null
@@ -1,28 +0,0 @@
-if [ -d /etc/httpd ]; then
- DIR="/etc/httpd"
-elif [ -d /etc/httpsd ]; then
- DIR="/etc/httpsd"
-else
- echo "Expected that config dir is /etc/httpd or /etc/httpds"
- return 1
-fi
-if ! [ -f $DIR/httpd.conf ]; then
- echo "Expected that config file is $DIR/httpd.conf";
- return 1
-fi
-
-cp $DIR/httpd.conf $DIR/httpd.conf.old
-X=`grep 'LoadModule.*libssl.so' $DIR/httpd.conf`
-if ! [ "x$X" = "x" ]; then
- sed 's:.*\(LoadModule.*libssl.so\).*:LoadModule csacek_module
libexec/mod_csacek.so?\1:' < $DIR/httpd.conf | tr '?' '\n' >
$DIR/httpd.conf.tmp
- mv $DIR/httpd.conf.tmp $DIR/httpd.conf
- sed 's:.*\(AddModule.*mod_ssl.c\).*:AddModule mod_csacek.c?\1:' <
$DIR/httpd.conf | tr '?' '\n' > $DIR/httpd.conf.tmp
- mv $DIR/httpd.conf.tmp $DIR/httpd.conf
-else
- echo -en "LoadModule csacek_module libexec/mod_csacek.so\n" \
- "AddModule mod_csacek.c\n" >> $DIR/httpd.conf
-fi
-
-echo -en "<IfModule mod_csacek.c>\n csacekEngine on\n" \
- " csacekDefaultCharset iso-8859-2\n" \
- "</IfModule>\n" >> $DIR/httpd.conf
diff --git a/http/csacek/POST_REMOVE b/http/csacek/POST_REMOVE
deleted file mode 100755
index 462b85a..0000000
--- a/http/csacek/POST_REMOVE
+++ /dev/null
@@ -1,18 +0,0 @@
-if [ -d /etc/httpd ]; then
- DIR="/etc/httpd"
-elif [ -d /etc/httpsd ]; then
- DIR="/etc/httpsd"
-else
- echo "Expected that config dir is /etc/httpd or /etc/httpds"
- return 1
-fi
-if ! [ -f $DIR/httpd.conf ]; then
- echo "Expected that config file is $DIR/httpd.conf";
- return 1
-fi
-
-cp $DIR/httpd.conf $DIR/httpd.conf.old
-grep -v "LoadModule csacek_module" $DIR/httpd.conf > $DIR/httpd.conf.tmp
-mv $DIR/httpd.conf.tmp $DIR/httpd.conf
-grep -v "AddModule mod_csacek.c" $DIR/httpd.conf > $DIR/httpd.conf.tmp
-mv $DIR/httpd.conf.tmp $DIR/httpd.conf
diff --git a/http/csacek/csacek.diff b/http/csacek/csacek.diff
deleted file mode 100644
index aff6f4b..0000000
--- a/http/csacek/csacek.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -purN csacek-2.1.9/info.c csacek/info.c
---- csacek-2.1.9/info.c 2002-02-03 06:13:41.000000000 -0500
-+++ csacek/info.c 2003-12-05 12:19:42.000000000 -0500
-@@ -267,11 +267,7 @@ csa_info(p, cfg)
- #endif
-
- /* We are proud HTML 4.01 validated */
-- csa_add_output(p, "<p>\
-- <a href=\"http://validator.w3.org/check/referer\";><img border=\"0\"
-- src=\"http://www.w3.org/Icons/valid-html401\";
-- alt=\"Valid HTML 4.01!\" height=\"31\" width=\"88\"></a>
-- </p>\n", 0, CSA_OUT_STR);
-+ csa_add_output(p, "<p>\"<a
href=\"http://validator.w3.org/check/referer\";><img
border=\"0\"src=\"http://www.w3.org/Icons/valid-html401\"alt=\"Valid HTML
4.01!\" height=\"31\" width=\"88\"></a></p>\n", 0, CSA_OUT_STR);
-
- csa_add_output(p, "</BODY>\n</HTML>", 0, CSA_OUT_STR);
-



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (b425d315fb34565d46b6d16f0a0ef2cf9e2d5c37), Jaka Kranjc, 03/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page