Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0b0674348bf6001d3854f6d2089631d51c2af381)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0b0674348bf6001d3854f6d2089631d51c2af381)
  • Date: Sun, 7 Feb 2010 13:55:05 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
utils/log4cplus/DEPENDS | 1 +
utils/log4cplus/DETAILS | 16 ++++++++++++++++
utils/log4cplus/HISTORY | 4 ++++
4 files changed, 24 insertions(+)

New commits:
commit 0b0674348bf6001d3854f6d2089631d51c2af381
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

log4cplus-1.0.4-rc5

diff --git a/ChangeLog b/ChangeLog
index 2e6c6e9..6a6f92e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-02-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * utils/log4cplus: new spell - simple logging for c++
+
2010-02-07 Vlad Glagolev <stealth AT sourcemage.org>
* video-libs/unicap: spell deprecated, mostly in favour of
libunicapgtk
* video-libs/libunicap: new spell, 1/3 from new unicap
diff --git a/utils/log4cplus/DEPENDS b/utils/log4cplus/DEPENDS
new file mode 100755
index 0000000..fd0b0eb
--- /dev/null
+++ b/utils/log4cplus/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/utils/log4cplus/DETAILS b/utils/log4cplus/DETAILS
new file mode 100755
index 0000000..12bf7f2
--- /dev/null
+++ b/utils/log4cplus/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=log4cplus
+ VERSION=1.0.4-rc5
+ VX=${VERSION//-rc?}
+
SOURCE_HASH=sha512:bbf46a4c412d59366a43edbbd4b561d83681bd30d352a435f760e861818d74b38d58d5e111ba12ce859316b49bc6ba657f00ab49f93c8741fc95bda597c099fb
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=http://sourceforge.net/projects/log4cplus/files/log4cplus-stable/$VX/$SOURCE/download
+ WEB_SITE=http://$SPELL.SourceForge.net
+ LICENSE[0]=GPL
+ ENTERED=20100101
+ KEYWORDS=""
+ SHORT=" simple to use C++ logging API"
+cat << EOF
+log4cplus is a simple to use C++ logging API providing thread-safe,
flexible, and arbitrarily granular
+control over log management and configuration. It is modelled after the Java
log4j API
+EOF
diff --git a/utils/log4cplus/HISTORY b/utils/log4cplus/HISTORY
new file mode 100644
index 0000000..f191514
--- /dev/null
+++ b/utils/log4cplus/HISTORY
@@ -0,0 +1,4 @@
+2010-02-07Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.4-rc5
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0b0674348bf6001d3854f6d2089631d51c2af381), Treeve Jelbert, 02/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page