Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (722adace2501da278a41a87f1bd3e59c10776f07)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (722adace2501da278a41a87f1bd3e59c10776f07)
  • Date: Mon, 15 Jan 2007 16:16:44 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
libs/log4cpp/DETAILS | 15 +++++++++++++++
libs/log4cpp/HISTORY | 3 +++
libs/log4cpp/Manipulator.hh.patch | 10 ++++++++++
libs/log4cpp/PRE_BUILD | 3 +++
5 files changed, 34 insertions(+)

New commits:
commit 722adace2501da278a41a87f1bd3e59c10776f07
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

new spell

diff --git a/ChangeLog b/ChangeLog
index ab79aba..c824a3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2007-01-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* video-libs/libfame: new spell, a video encoding library
* graphics-libs/gigi: new spell, a GUI library for OpenGL
+ * libs/log4cpp: new spell, a library of C++ classes for
+ flexible logging to files, syslog, IDSA and other
+ destinations

2007-01-13 Alexander Tsamutali <astsmtl AT gmail.com>
* x11-toolkits/kiwi: new spell, GUI framework for Python
diff --git a/libs/log4cpp/DETAILS b/libs/log4cpp/DETAILS
new file mode 100755
index 0000000..489032c
--- /dev/null
+++ b/libs/log4cpp/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=log4cpp
+ VERSION=0.3.5rc3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:e6782a3f2407ef87a38d3df4dca20a93fad5abca8924ace033d50b70c5bfeef3253421121f8dd8277d98a9973d943a36a962b00f547c959750fa251f2818e0cc
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://log4cpp.sourceforge.net/
+ LICENSE[0]=LGPL
+ ENTERED=20070115
+ SHORT="a library of C++ classes for flexible logging to files,
syslog, IDSA and other destinations"
+cat << EOF
+Log4cpp is library of C++ classes for flexible logging to files, syslog,
+IDSA and other destinations. It is modeled after the Log4j Java library,
+staying as close to their API as is reasonable.
+EOF
diff --git a/libs/log4cpp/HISTORY b/libs/log4cpp/HISTORY
new file mode 100644
index 0000000..aff2ef9
--- /dev/null
+++ b/libs/log4cpp/HISTORY
@@ -0,0 +1,3 @@
+2007-01-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, HISTORY, Manipulator.hh.patch, PRE_BUILD: created
+ spell
diff --git a/libs/log4cpp/Manipulator.hh.patch
b/libs/log4cpp/Manipulator.hh.patch
new file mode 100644
index 0000000..5385542
--- /dev/null
+++ b/libs/log4cpp/Manipulator.hh.patch
@@ -0,0 +1,10 @@
+diff -Naur log4cpp-0.3.5rc3/include/log4cpp/Manipulator.hh
log4cpp-0.3.5rc3.dings/include/log4cpp/Manipulator.hh
+--- log4cpp-0.3.5rc3/include/log4cpp/Manipulator.hh 2005-06-01
21:07:48.000000000 +0200
++++ log4cpp-0.3.5rc3.dings/include/log4cpp/Manipulator.hh 2007-01-11
17:14:49.000000000 +0100
+@@ -26,5 +26,5 @@
+ inline tab(unsigned int i) : size(i) {}
+ friend LOG4CPP_EXPORT std::ostream& operator<< (std::ostream& os, const
tab& w);
+ };
+-};
++}
+ #endif
diff --git a/libs/log4cpp/PRE_BUILD b/libs/log4cpp/PRE_BUILD
new file mode 100755
index 0000000..236e556
--- /dev/null
+++ b/libs/log4cpp/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/Manipulator.hh.patch



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (722adace2501da278a41a87f1bd3e59c10776f07), Florian Franzmann, 01/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page