Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4a640dae514e31a41ebbaf0a065b2488d163e764)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4a640dae514e31a41ebbaf0a065b2488d163e764)
  • Date: Fri, 13 Mar 2015 09:36:56 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
libs/glog/DETAILS | 15 +++++++++++++++
libs/glog/HISTORY | 2 ++
3 files changed, 21 insertions(+)

New commits:
commit 4a640dae514e31a41ebbaf0a065b2488d163e764
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

glog: new spell, C++ implementation of the Google logging module

diff --git a/ChangeLog b/ChangeLog
index bd168cc..34e6bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-13 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/glog: new spell, C++ implementation of the Google logging
+ module
+
2015-03-09 Ismael Luceno <ismael AT sourcemage.org>
* editors/hexcompare: new spell, visual binary diff

diff --git a/libs/glog/DETAILS b/libs/glog/DETAILS
new file mode 100755
index 0000000..1b20ee6
--- /dev/null
+++ b/libs/glog/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=glog
+ VERSION=0.3.4
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/google/$SPELL/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:139525b546a9eccacc9bebf7cc3053ba52229e9488485ad45344c3d3134ca819d3b571250c0e3a6d84097009c8be89b0f4fa16ef5ec838ffcc237ae11c3a034c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/google/glog";
+ LICENSE[0]="ModifiedBSD"
+ ENTERED=20150313
+ KEYWORDS=""
+ SHORT="C++ implementation of the Google logging module"
+cat << EOF
+The glog library implements application-level logging. This library provides
+logging APIs based on C++-style streams and various helper macros.
+EOF
diff --git a/libs/glog/HISTORY b/libs/glog/HISTORY
new file mode 100644
index 0000000..4474288
--- /dev/null
+++ b/libs/glog/HISTORY
@@ -0,0 +1,2 @@
+2015-03-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4a640dae514e31a41ebbaf0a065b2488d163e764), Ismael Luceno, 03/13/2015

Archive powered by MHonArc 2.6.24.

Top of Page