Skip to Content.
Sympa Menu

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

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 (d010a2c596ae8fdcd1335e2ac35c3abb9c5fba55)
  • Date: Sat, 4 May 2013 10:12:09 -0500

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

ChangeLog | 3 +
doc/qpdf/DETAILS | 4 -
doc/qpdf/HISTORY | 3 +
gnome3-libs/libgda5/BUILD | 2
gnome3-libs/libgda5/DEPENDS | 92
+++++++++++++++++++++++++++++++++++++++++
gnome3-libs/libgda5/DETAILS | 17 +++++++
gnome3-libs/libgda5/HISTORY | 3 +
python-pypi/formencode/DETAILS | 6 +-
python-pypi/formencode/HISTORY | 3 +
9 files changed, 128 insertions(+), 5 deletions(-)

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

libgda-5.1.2

commit f697d150b96c0cdf4b0617ab37983d3483e5473b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qpdf: => 4.1.0

commit 2b616791b314d9ee0eb1d90a53b609080a2968ef
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

formencode: => 1.2.6

diff --git a/ChangeLog b/ChangeLog
index f861955..93bb061 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-05-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * gnome3-libs/libgda5: new spell - database access library
+
2013-04-30 Treeve Jelbert <treeve AT sourcemage.org>
* libs/vc: new spell - automatic vectroisation library for c++

diff --git a/doc/qpdf/DETAILS b/doc/qpdf/DETAILS
index cd63742..4f2ab5d 100755
--- a/doc/qpdf/DETAILS
+++ b/doc/qpdf/DETAILS
@@ -1,6 +1,6 @@
SPELL=qpdf
- VERSION=4.0.1
-
SOURCE_HASH=sha512:391997d691ab1a7af78684e8ef29b092fba56dc280d8eba3fcfe6d7048adb65ac5862f8302f9ef7dc7774c6a12eb937dab4a08084aa6467436c11b4b87f65f9c
+ VERSION=4.1.0
+
SOURCE_HASH=sha512:60864e5a51efc7c584bb335c53b1ca5496abbd8ee5ae0033d12d321586a714301162e0c3fd7bf2159d0b7466f168fe3f3bf988569bc5a94ce02a283810c36f5b
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/doc/qpdf/HISTORY b/doc/qpdf/HISTORY
index c237f28..3c6cefb 100644
--- a/doc/qpdf/HISTORY
+++ b/doc/qpdf/HISTORY
@@ -1,3 +1,6 @@
+2013-05-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.1.0
+
2013-04-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.0.1

diff --git a/gnome3-libs/libgda5/BUILD b/gnome3-libs/libgda5/BUILD
new file mode 100755
index 0000000..fbfbd36
--- /dev/null
+++ b/gnome3-libs/libgda5/BUILD
@@ -0,0 +1,2 @@
+CFLAGS=${CFLAGS/-ffast-math/} &&
+default_build
diff --git a/gnome3-libs/libgda5/DEPENDS b/gnome3-libs/libgda5/DEPENDS
new file mode 100755
index 0000000..8f10caf
--- /dev/null
+++ b/gnome3-libs/libgda5/DEPENDS
@@ -0,0 +1,92 @@
+depends pkgconfig &&
+depends glib2 &&
+depends libxml2 &&
+depends libxslt &&
+depends iso-codes &&
+depends perl &&
+depends xml-parser-expat &&
+depends readline &&
+depends ncurses &&
+depends intltool &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends sqlite \
+ "--enable-system-sqlite" \
+ "--disable-system-sqlite" \
+ "to use system SQLite" &&
+
+optional_depends db \
+ "--with-bdb" \
+ "--without-bdb" \
+ "Berkeley DB backend" &&
+
+optional_depends MYSQL \
+ "--with-mysql" \
+ "--without-mysql" \
+ "MySQL backend" &&
+
+optional_depends postgresql \
+ "--with-postgres" \
+ "--without-postgres" \
+ "PostgreSQL backend" &&
+
+optional_depends FIREBIRD \
+ "--with-firebird" \
+ "--without-firebird" \
+ "FireBird backend" &&
+
+optional_depends libsecret \
+ "--with-libsecret" \
+ "--without-libsecret" \
+ "" &&
+
+optional_depends gnome-keyring \
+ "--with-gnome-keyring" \
+ "--without-gnome-keyring" \
+ "for gnome-keyring support" &&
+
+optional_depends gtk+3 \
+ "--with-ui" \
+ "--without-ui" \
+ "for GTK+ extension and tools" &&
+
+optional_depends gtksourceview \
+ "--with-gtksourceview" \
+ "--without-gtksourceview" \
+ "to use GtkSourceView" &&
+
+optional_depends goocanvas \
+ "--with-goocanvas" \
+ "--without-goocanvas" \
+ "for using GooCanvas" &&
+
+optional_depends graphviz \
+ "--with-graphviz" \
+ "--without-graphviz" \
+ "to use Graphviz" &&
+
+optional_depends libsoup \
+ "--with-libsoup" \
+ "--without-libsoup" \
+ "to enable libsoup support" &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "to enable introspection for this build" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+optional_depends json-glib\
+ "--enable-json" \
+ "--disable-json" \
+ "JSON support" &&
+
+optional_depends libgcrypt "" "" "for password entry plugin"
diff --git a/gnome3-libs/libgda5/DETAILS b/gnome3-libs/libgda5/DETAILS
new file mode 100755
index 0000000..d2f5d0c
--- /dev/null
+++ b/gnome3-libs/libgda5/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libgda5
+ VERSION=5.1.2
+
SOURCE_HASH=sha512:027b2ecdcbf666c69e32f4c638cf7a144cb761fb694811ee6af749f34e584ff578ae601fdbae8aa88330c3f335db2f46db2296042c213aca14a1adc7b5192659
+ BRANCH=$(echo $VERSION|cut -d . -f 1,2)
+ SOURCE="libgda-${VERSION}.tar.xz"
+ SOURCE_URL[0]=$GNOME_URL/sources/libgda/$BRANCH/$SOURCE
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/libgda-${VERSION}"
+ WEB_SITE="http://www.gnome-db.org/";
+ LICENSE[0]=LGPL
+ ENTERED=20130504
+ SHORT="data abstraction library based on GLib"
+cat << EOF
+libgda is a (relatively small) database abstraction/access library integrated
+on the GLib object model. It can be used as a metadata extractor, to get
+information about all database objects in a common way, and as an ODBC-like
+wrapper to access data in different engines through an easier API.
+EOF
diff --git a/gnome3-libs/libgda5/HISTORY b/gnome3-libs/libgda5/HISTORY
new file mode 100644
index 0000000..6e56eb6
--- /dev/null
+++ b/gnome3-libs/libgda5/HISTORY
@@ -0,0 +1,3 @@
+2013-05-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.1.2
+ spell created, derived from libgda4
diff --git a/python-pypi/formencode/DETAILS b/python-pypi/formencode/DETAILS
index 5cd72f3..286481e 100755
--- a/python-pypi/formencode/DETAILS
+++ b/python-pypi/formencode/DETAILS
@@ -1,7 +1,7 @@
SPELL=formencode
- VERSION=1.2.4
-
SOURCE_HASH=sha512:493c7b40bef72de9587633a46d01feed0d711dfc8a63dc610c706c50673c3201d1eb737f29b3ce2464c5c5d228d03415ceca48472f5baffc548db2604ba4a2f9
- SOURCE=FormEncode-$VERSION.tar.gz
+ VERSION=1.2.6
+
SOURCE_HASH=sha512:107f43fc86882dc0e3898a805b93e8d0139815390d06d5f5798e6fe7d6278bc423c8232f5a5c0752cbb92a1e8a33bd9f6818b7f462bec0fcc4e0b81254191285
+ SOURCE=FormEncode-$VERSION.zip
SOURCE_URL[0]=http://pypi.python.org/packages/source/F/FormEncode/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/FormEncode-$VERSION
WEB_SITE=http://formencode.org/
diff --git a/python-pypi/formencode/HISTORY b/python-pypi/formencode/HISTORY
index a11cdf1..a5626d9 100644
--- a/python-pypi/formencode/HISTORY
+++ b/python-pypi/formencode/HISTORY
@@ -1,3 +1,6 @@
+2013-05-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.6
+
2012-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.4




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d010a2c596ae8fdcd1335e2ac35c3abb9c5fba55), Treeve Jelbert, 05/04/2013

Archive powered by MHonArc 2.6.24.

Top of Page