Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2f07d8f3f3580631244e3e7780b5689d2cd34938)
  • Date: Sat, 5 Mar 2011 17:21:29 -0600

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

ChangeLog | 3 +++
libs/loki/BUILD | 1 +
libs/loki/DEPENDS | 1 +
libs/loki/DETAILS | 18 ++++++++++++++++++
libs/loki/HISTORY | 3 +++
5 files changed, 26 insertions(+)

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

libs/loki: new spell, a library implementing C++ idioms

diff --git a/ChangeLog b/ChangeLog
index 7abc046..cdac083 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-03-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/loki: new spell, a library implementing C++ idioms
+
2011-03-04 Eric Sandall <sandalle AT sourcemage.org>
* xorg-proto/printproto: Removed, deprecated and unused

diff --git a/libs/loki/BUILD b/libs/loki/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/libs/loki/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/libs/loki/DEPENDS b/libs/loki/DEPENDS
new file mode 100755
index 0000000..1c113e9
--- /dev/null
+++ b/libs/loki/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/libs/loki/DETAILS b/libs/loki/DETAILS
new file mode 100755
index 0000000..9780f67
--- /dev/null
+++ b/libs/loki/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=loki
+ VERSION=0.1.7
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}-lib/Loki/Loki%20${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:166c300950a9c6926846d0c581833b77c6b935cdf6860c180e26a4d48e166b0d78e2dc845d2ac7f863106ff1f73a7cbfe34bed0cf36d6cce389950226b544972
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/projects/loki-lib/";
+ LICENSE[0]=MIT
+ ENTERED=20110306
+ SHORT="A C++ library of designs, containing flexible
implementations of common design patterns and idioms"
+cat << EOF
+Loki is a C++ software library written by Andrei Alexandrescu as part of his
+ book Modern C++ Design.
+
+The library makes extensive use of C++ template metaprogramming and
implements
+several commonly used tools: typelist, functor, singleton, smart pointer,
+object factory, visitor and multimethods.
+EOF
diff --git a/libs/loki/HISTORY b/libs/loki/HISTORY
new file mode 100644
index 0000000..2e6a96a
--- /dev/null
+++ b/libs/loki/HISTORY
@@ -0,0 +1,3 @@
+2011-03-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2f07d8f3f3580631244e3e7780b5689d2cd34938), Florian Franzmann, 03/05/2011

Archive powered by MHonArc 2.6.24.

Top of Page