Skip to Content.
Sympa Menu

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

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 (b3ad3bf18818b23a772b41c3cdadbae8608f719b)
  • Date: Sun, 17 Oct 2010 08:23:05 -0500

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

ChangeLog | 7 +++++++
devel/libcutl/DEPENDS | 2 ++
devel/libcutl/DETAILS | 15 +++++++++++++++
devel/libcutl/HISTORY | 4 ++++
devel/libcutl/INSTALL | 3 +++
devel/odb/DEPENDS | 2 ++
devel/odb/DETAILS | 16 ++++++++++++++++
devel/odb/HISTORY | 3 +++
libs/libodb-mysql/DEPENDS | 3 +++
libs/libodb-mysql/DETAILS | 15 +++++++++++++++
libs/libodb-mysql/HISTORY | 3 +++
libs/libodb-tracer/DEPENDS | 2 ++
libs/libodb-tracer/DETAILS | 16 ++++++++++++++++
libs/libodb-tracer/HISTORY | 3 +++
libs/libodb/DEPENDS | 1 +
libs/libodb/DETAILS | 14 ++++++++++++++
libs/libodb/HISTORY | 3 +++
17 files changed, 112 insertions(+)

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

libs/libodb-tracer: new spell, tracer part of libodb

commit c818789a615fa563048e12d50c3cb9df20764e50
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/libodb-mysql: new spell, mysql part of libodb

commit b0c3ea08fc12a189cc0d01402397bb36f0ae24e7
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/libodb: new spell, common ODB library

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

devel/odb: new spell, an object relational database mapping system for
C++

commit fc525ef7867bb9c05039827c64dce4cc1e3b5081
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/libcutl: install missing header files

commit cd33eb26d457ee6fbe5a0cc0a5636c196cb05918
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/libcutl: new spell, a C++ utility library

diff --git a/ChangeLog b/ChangeLog
index 8756d8c..b3d268e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * devel/libcutl: new spell, a C++ utility library
+ * devel/odb: new spell, an object relational database mapping system
for C++
+ * libs/libodb: new spell, common ODB library
+ * libs/libodb-mysql: new spell, mysql part of libodb
+ * libs/libodb-tracer: new spell, tracer part of libodb
+
2010-10-13 Vlad Glagolev <stealth AT sourcemage.org>
* php-pear/php-webdav: new spell, PHP WebDAV extension

diff --git a/devel/libcutl/DEPENDS b/devel/libcutl/DEPENDS
new file mode 100755
index 0000000..dcc9e44
--- /dev/null
+++ b/devel/libcutl/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends libtool
diff --git a/devel/libcutl/DETAILS b/devel/libcutl/DETAILS
new file mode 100755
index 0000000..d863ae3
--- /dev/null
+++ b/devel/libcutl/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libcutl
+ VERSION=1.2.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://codesynthesis.com/download/${SPELL}/1.2/${SOURCE}
+
SOURCE_HASH=sha512:3e4ae84f3e616885e85096092b2c9b6e7918bb4b4c82750dcc131636dcb20d754b20b0e513d662cd45434a1c51f774ae22486fd7bf1a2713b182956d3797a013
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://codesynthesis.com/projects/libcutl/";
+ LICENSE[0]=MIT
+ ENTERED=20101017
+ SHORT="a C++ utility library"
+cat << EOF
+libcutl is a C++ utility library. It contains a collection of generic and
+independent components such as meta-programming tests, smart pointers,
+containers, compiler building blocks, etc.
+EOF
diff --git a/devel/libcutl/HISTORY b/devel/libcutl/HISTORY
new file mode 100644
index 0000000..12ea0df
--- /dev/null
+++ b/devel/libcutl/HISTORY
@@ -0,0 +1,4 @@
+2010-10-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+ * INSTALL: install missing header files
+
diff --git a/devel/libcutl/INSTALL b/devel/libcutl/INSTALL
new file mode 100755
index 0000000..31ddb43
--- /dev/null
+++ b/devel/libcutl/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+install -m644 ${SOURCE_DIRECTORY}/cutl/details/config.h
${INSTALL_ROOT}/usr/include/cutl/details &&
+install -m644 ${SOURCE_DIRECTORY}/cutl/config.h
${INSTALL_ROOT}/usr/include/cutl
diff --git a/devel/odb/DEPENDS b/devel/odb/DEPENDS
new file mode 100755
index 0000000..7d037d2
--- /dev/null
+++ b/devel/odb/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends libcutl
diff --git a/devel/odb/DETAILS b/devel/odb/DETAILS
new file mode 100755
index 0000000..5003948
--- /dev/null
+++ b/devel/odb/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=odb
+ VERSION=1.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://codesynthesis.com/download/${SPELL}/1.0/${SOURCE}
+
SOURCE_HASH=sha512:b6d27ea0880062b2c65499307407fcef9c7c9e443d3b0b82e2e55edf0579694710e1daa379ae1a47e21344f3e1444906da86798b4447cf67112b023214da1aef
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://codesynthesis.com/products/odb/";
+ LICENSE[0]=GPL
+ ENTERED=20101017
+ SHORT="a cross-database object-relational mapping (ORM) system
for C++"
+cat << EOF
+ODB is an open-source, cross-platform and cross-database object-relational
+mapping (ORM) system for C++. It allows you to persist C++ objects to a
+relational database without having to deal with tables, columns, or SQL and
+without manually writing any mapping code.
+EOF
diff --git a/devel/odb/HISTORY b/devel/odb/HISTORY
new file mode 100644
index 0000000..40e4632
--- /dev/null
+++ b/devel/odb/HISTORY
@@ -0,0 +1,3 @@
+2010-10-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/libs/libodb-mysql/DEPENDS b/libs/libodb-mysql/DEPENDS
new file mode 100755
index 0000000..89134b9
--- /dev/null
+++ b/libs/libodb-mysql/DEPENDS
@@ -0,0 +1,3 @@
+depends g++ &&
+depends libodb &&
+depends MYSQL
diff --git a/libs/libodb-mysql/DETAILS b/libs/libodb-mysql/DETAILS
new file mode 100755
index 0000000..1570c51
--- /dev/null
+++ b/libs/libodb-mysql/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libodb-mysql
+ VERSION=1.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://codesynthesis.com/download/odb/1.0/${SOURCE}
+
SOURCE_HASH=sha512:0ac30d08c8f2e7901310d34cd2ddd6424038748a80bc19685e96ad01d641988a154776dfe1aa99f46f0e2855ccd3abc89a9580e6c4f2f06164d06c999e9bf414
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://codesynthesis.com/products/odb/";
+ LICENSE[0]=GPL
+ ENTERED=20101017
+ SHORT="the mysql part of libodb"
+cat << EOF
+This spell provides the MySQL part of the odb runtime library. Every
+application the includes code generated for the MySQL database will need to
+link to this library.
+EOF
diff --git a/libs/libodb-mysql/HISTORY b/libs/libodb-mysql/HISTORY
new file mode 100644
index 0000000..40e4632
--- /dev/null
+++ b/libs/libodb-mysql/HISTORY
@@ -0,0 +1,3 @@
+2010-10-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/libs/libodb-tracer/DEPENDS b/libs/libodb-tracer/DEPENDS
new file mode 100755
index 0000000..dfa5730
--- /dev/null
+++ b/libs/libodb-tracer/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends libodb
diff --git a/libs/libodb-tracer/DETAILS b/libs/libodb-tracer/DETAILS
new file mode 100755
index 0000000..8b892c7
--- /dev/null
+++ b/libs/libodb-tracer/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libodb-tracer
+ VERSION=1.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://codesynthesis.com/download/odb/1.0/${SOURCE}
+
SOURCE_HASH=sha512:76426024a8d75faf46f352087298b8a2876a34182049e84506f596a608bf9a9becf929e3171f9dd97d85cec9f769a1cbcd63607bf69a8f7fd5525e271ceee218
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://codesynthesis.com/products/odb/";
+ LICENSE[0]=GPL
+ ENTERED=20101017
+ SHORT="the tracer part of libodb"
+cat << EOF
+This spell contains the tracer ODB runtime library. The tracer runtime
+is only used for testing the ODB system and is not normally link to user
+applications. In most cases you will only need to build this library if you
+plan to build the ODB test suite.
+EOF
diff --git a/libs/libodb-tracer/HISTORY b/libs/libodb-tracer/HISTORY
new file mode 100644
index 0000000..40e4632
--- /dev/null
+++ b/libs/libodb-tracer/HISTORY
@@ -0,0 +1,3 @@
+2010-10-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/libs/libodb/DEPENDS b/libs/libodb/DEPENDS
new file mode 100755
index 0000000..1c113e9
--- /dev/null
+++ b/libs/libodb/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/libs/libodb/DETAILS b/libs/libodb/DETAILS
new file mode 100755
index 0000000..94e95ea
--- /dev/null
+++ b/libs/libodb/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libodb
+ VERSION=1.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://codesynthesis.com/download/odb/1.0/${SOURCE}
+
SOURCE_HASH=sha512:7b02e40a65bcea3160ff2acaefacda84667c674509b30c8ccf078f172dca4e4343bbdbd4c1b411dfdbc06cfe96fa8d279f64018e557c3f6fccfb6bc2b34b2a71
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://codesynthesis.com/products/odb/";
+ LICENSE[0]=GPL
+ ENTERED=20101017
+ SHORT="the common ODB runtime library"
+cat << EOF
+This spell provides the common ODB runtime library. Every application that
+includes code generated by the ODB compiler will need to link to this
library.
+EOF
diff --git a/libs/libodb/HISTORY b/libs/libodb/HISTORY
new file mode 100644
index 0000000..40e4632
--- /dev/null
+++ b/libs/libodb/HISTORY
@@ -0,0 +1,3 @@
+2010-10-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b3ad3bf18818b23a772b41c3cdadbae8608f719b), Florian Franzmann, 10/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page