Skip to Content.
Sympa Menu

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

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 (8f0f02ae619f93210a157ec5469c1ea003731dc1)
  • Date: Sun, 5 Sep 2010 14:52:30 -0500

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

ChangeLog | 3
database/hk_classes/BUILD | 3
database/hk_classes/CONFIGURE | 3
database/hk_classes/DEPENDS | 36 --------
database/hk_classes/DETAILS | 23 +----
database/hk_classes/DOWNLOAD | 1
database/hk_classes/HISTORY | 162
------------------------------------
database/hk_classes/INSTALL | 1
database/hk_classes/PRE_BUILD | 1
database/hk_classes/TRIGGERS | 1
database/odk-ng/BUILD | 4
database/odk-ng/CONFIGURE | 5 -
database/odk-ng/DEPENDS | 9 --
database/odk-ng/DETAILS | 19 +---
database/odk-ng/DOWNLOAD | 1
database/odk-ng/HISTORY | 77 -----------------
database/odk-ng/INSTALL | 3
database/odk-ng/PRE_BUILD | 1
database/odk-ng/TRIGGERS | 1
database/odkutils/BUILD | 4
database/odkutils/DEPENDS | 2
database/odkutils/DETAILS | 20 +---
database/odkutils/DOWNLOAD | 1
database/odkutils/HISTORY | 64 --------------
database/odkutils/INSTALL | 3
database/odkutils/PRE_BUILD | 1
database/odkutils/TRIGGERS | 1
database/picosql/BUILD | 11 --
database/picosql/DEPENDS | 2
database/picosql/DETAILS | 20 +---
database/picosql/DOWNLOAD | 1
database/picosql/HISTORY | 61 -------------
database/picosql/INSTALL | 9 --
database/picosql/PRE_BUILD | 1
database/picosql/TRIGGERS | 1
python-pypi/python-dateutil/DETAILS | 4
python-pypi/python-dateutil/HISTORY | 3
python-pypi/sqlkit/DEPENDS | 11 ++
python-pypi/sqlkit/DETAILS | 16 +++
python-pypi/sqlkit/HISTORY | 4
python-pypi/sqlkit/INSTALL | 4
41 files changed, 101 insertions(+), 497 deletions(-)

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

deprecate database/hk_classes [replaced by ]

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

deprecate database/picosql [replaced by ]

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

deprecate database/odkutils [replaced by sqlkit]

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

deprecate database/odk-ng [replaced by sqlkit]

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

new spell: sqlkit - 0.9-rc1

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

python-dateutil: => 1.5

diff --git a/ChangeLog b/ChangeLog
index ff510e9..c25a21e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/sqlkit: new spell, database editing tools
+
2010-09-05 Ladislav Hagara <hgr AT vabo.cz>
* video/v4l-utils: new spell, V4L2 and DVB API utilities

diff --git a/database/hk_classes/BUILD b/database/hk_classes/BUILD
index 49203ff..27ba77d 100755
--- a/database/hk_classes/BUILD
+++ b/database/hk_classes/BUILD
@@ -1,2 +1 @@
-OPTS="$HK_PARADOX $HK_MDB $HK_DBASE $OPTS" &&
-default_build
+true
diff --git a/database/hk_classes/CONFIGURE b/database/hk_classes/CONFIGURE
deleted file mode 100755
index a252ad1..0000000
--- a/database/hk_classes/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-config_query_option HK_PARADOX "build Paradox support?" n "--with-paradox"
"--without-paradox"
-config_query_option HK_MDB "build MDB support?" n "--with-mdb"
"--without-mdb"
-config_query_option HK_DBASE "build dbase support?" n "--with-dbase"
"--without-dbase"
diff --git a/database/hk_classes/DEPENDS b/database/hk_classes/DEPENDS
deleted file mode 100755
index fb8bd76..0000000
--- a/database/hk_classes/DEPENDS
+++ /dev/null
@@ -1,36 +0,0 @@
-depends g++ &&
-depends python &&
-optional_depends ODBC-MGR \
- "--with-odbc" \
- "--without-odbc" \
- "ODBC database manager" &&
-
-optional_depends firebird \
- "--with-firebird-dir=/opt/firebird" \
- "--without-firebird" \
- "database engine" &&
-
-optional_depends MYSQL \
- "--with-mysql" \
- "--without-mysql" \
- "database engine" &&
-
-optional_depends postgresql \
- "--with-postgres" \
- "--without-postgres" \
- "database engine" &&
-
-optional_depends sqlite \
- "--with-sqlite3" \
- "--without-sqlite3" \
- "sqlite v3" &&
-
-optional_depends sqlite2 \
- "--with-sqlite" \
- "--without-sqlite" \
- "sqlite v2" &&
-
-optional_depends xbase \
- "--with-xbase" \
- "--without-xbase" \
- "xbase plugins"
diff --git a/database/hk_classes/DETAILS b/database/hk_classes/DETAILS
index 119aac5..e72c831 100755
--- a/database/hk_classes/DETAILS
+++ b/database/hk_classes/DETAILS
@@ -1,21 +1,8 @@
SPELL=hk_classes
- VERSION=0.8.3
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/hk-classes/$SOURCE
- SOURCE2_URL[0]=$SOURCE_URL.sig
- SOURCE2_IGNORE=signature
- SOURCE_GPG="knorr.gpg:$SOURCE.sig:UPSTREAM_KEY"
- WEB_SITE=http://hk-classes.SourceForge.net
- LICENSE=LGPL
- ENTERED=20031021
- KEYWORDS="database"
-SHORT="hk_classes is C++ library for rapid development of database
applications"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-hk_classes is C++ library which allows rapid development of database
-applications with all features a modern database application should have
-like forms an reports. hk_classes is database and GUI independent. In
-combination with hk_kdeclasses (which is part of the knoda package) it
-supports the rapid development of database applications for KDE.
+deprecated spell [replaced by ]
EOF
+
diff --git a/database/hk_classes/DOWNLOAD b/database/hk_classes/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/database/hk_classes/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/database/hk_classes/HISTORY b/database/hk_classes/HISTORY
old mode 100755
new mode 100644
index d7c79b1..5a5112c
--- a/database/hk_classes/HISTORY
+++ b/database/hk_classes/HISTORY
@@ -1,158 +1,4 @@
-2010-04-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
- * DEPENDS: updated mysql dependency to MYSQL provider
-
-2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: firebird is now in /opt/firebird
-
-2006-12-17 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.3
-
-2006-10-29 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE, BUILD: allow dbase support
-
-2006-10-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.2
-
-2006-10-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.2-test3
-
-2006-08-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.2-test2
-
-2006-04-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.1
- * PRE_BUILD fb2.diff.bz2: deleted
- * DEPENDS: no longer needs mdbtools or pxlib, uses its own copy
- * BUILD CONFIGURE: add, for optional paradox/mdb support
-
-2006-04-20 Treeve Jelbert <treeve AT sourcemage.org>
- * PRE_BUILD fb2.diff.bz2: add
- fix build for firebird 2
-
-2006-04-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: python is not optional
- fix bug #11238
-
-2006-03-24 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.1-test3
-
-2006-03-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.1-test2
- use gpg checking
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-01-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.1-test1
-
-2005-10-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8
- * hk.diff PRE_BUILD: deleted
-
-2005-09-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8-test2
- use SOURCE_HASH instead of MD5[0]
- * PRE_BUILD hk.diff: add
- fixes gcc-4 problem
-
-2005-08-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8-test1
-
-2005-08-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.4a
-
-2005-06-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.4
-
-2005-06-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.4-test3
-
-2005-05-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.4-test2a
-
-2005-05-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add optional pxlib (for Paradox)
- add mdbtools (for Access)
- add xbase (for dBase)
-
-2005-05-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.4-test2
- * DEPENDS: add firebird
- explicit with/without
- * BUILD rep.diff: deleted
-
-2005-05-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.4-test1
- * DEPENDS: specific depends on various database engines
- * BUILD rep.diff: added
- fix syntax error
-
-2005-03-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.3
-
-2005-02-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.3-test2
-
-2004-12-16 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Python renamed to python
- Formatted to Guru Handbook
-
-2004-11-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.2
-
-2004-11-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.2-test3
-
-2004-11-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.2-test2
-
-2004-09-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.1
-
-2004-09-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.1-test2
-
-2004-08-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.1-test1
- BUILD_API=2
-
-2004-07-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7
-
-2004-07-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add g++
-
-2004-06-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7-test3
-
-2004-06-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7-test2
-
-2004-05-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7-test1
- * DEPENDS: cleanup
-
-2004-04-06 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.3
-
-2004-03-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.3-test3
-
-2004-03-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.3-test2
-
-2004-01-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.3-test1
-
-2003-12-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: ODBC-MGR, instead of unixODBC
-
-2003-11-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.2a
-
-2003-10-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.1
- * BUILD, DEPENDS: added
- spell created
-
+2010-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by ]
diff --git a/database/hk_classes/INSTALL b/database/hk_classes/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/database/hk_classes/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/database/hk_classes/PRE_BUILD b/database/hk_classes/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/database/hk_classes/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/database/hk_classes/TRIGGERS b/database/hk_classes/TRIGGERS
new file mode 100755
index 0000000..77e07a1
--- /dev/null
+++ b/database/hk_classes/TRIGGERS
@@ -0,0 +1 @@
+on_cast hk_classes dispel_self
diff --git a/database/odk-ng/BUILD b/database/odk-ng/BUILD
index 48415d0..27ba77d 100755
--- a/database/odk-ng/BUILD
+++ b/database/odk-ng/BUILD
@@ -1,3 +1 @@
-cd $SOURCE_DIRECTORY/odkda2 &&
-chmod u+x ./compile.sh &&
-./compile.sh
+true
diff --git a/database/odk-ng/CONFIGURE b/database/odk-ng/CONFIGURE
deleted file mode 100755
index 52a1803..0000000
--- a/database/odk-ng/CONFIGURE
+++ /dev/null
@@ -1,5 +0,0 @@
-source $GRIMOIRE/FUNCTIONS &&
-config_query_multi ODK_BACKENDS \
- "Which database backends do you want?" \
- mysql, postgresql, sqlite, sqlite2
-
diff --git a/database/odk-ng/DEPENDS b/database/odk-ng/DEPENDS
index f9f7857..ae7ebee 100755
--- a/database/odk-ng/DEPENDS
+++ b/database/odk-ng/DEPENDS
@@ -1,8 +1 @@
-depends odkutils &&
-depends expat &&
-local DB &&
-for DB in $ODK_BACKENDS;do
- depends ${DB/,/}
-done
-
-
+depends sqlkit
diff --git a/database/odk-ng/DETAILS b/database/odk-ng/DETAILS
index e94fb46..df45b48 100755
--- a/database/odk-ng/DETAILS
+++ b/database/odk-ng/DETAILS
@@ -1,17 +1,8 @@
SPELL=odk-ng
- VERSION=0.5.8.1
-
SOURCE_HASH=sha512:93975c1f7cacdb8c2240c0a7c3f91bd37011ea1f172fc3bfbb9ba42868c30dd0b484899efbd274cdad07d1058a5d7cbe08a52e4e1fbc8d7d7d773a8ce8c14658
- SOURCE=odkit-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/odkit-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/odkit/$SOURCE
- WEB_SITE=http://odkit.SourceForge.net
- LICENSE[0]=GPL
- ENTERED=20050801
- KEYWORDS="database"
-SHORT="Object Oriented Database Kit "
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-The Object Oriented Database Kit is a collection of tools to create database
-oriented applications in many languages and with crossplatform support,
making
-easy for the developer to work with databases; shorting the time required to
-develop such applications.
+deprecated spell [replaced by sqlkit]
EOF
+
diff --git a/database/odk-ng/DOWNLOAD b/database/odk-ng/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/database/odk-ng/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/database/odk-ng/HISTORY b/database/odk-ng/HISTORY
index ef449be..f555631 100644
--- a/database/odk-ng/HISTORY
+++ b/database/odk-ng/HISTORY
@@ -1,73 +1,4 @@
-2007-06-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.8.1
-
-2007-06-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.8
-
-2007-05-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.7
-
-2007-03-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.6
- * PRE_BUILD: deleted
- * BUILD, INSTALL: cd to appropriate directory
-
-2006-12-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.5
- * PRE_BUILD: unpack appropriate tarball
- * BUILD, INSTALL: cd to appropriate directory
-
-
-2006-11-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.4.1
-
-2006-09-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.3
- * CONFIGURE, DEPENDS, BUILD, INSTALL: remove references to python
-
-2006-05-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.2
-
-2006-05-14 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE DEPENDS BUILD INSTALL:
- allow building of python interface
- * DETAILS: set PATCHLEVEL
-
-2006-05-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.1
-
-2006-05-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: remove DOCS
- fix typo in description
- * BUILD INSTALL: only build odkda2
- * CONFIGURE: add, allow choice of database backends
- * DEPENDS: add odkutils, which is now a separate spell
- add expat
- change depends for requested backends from optional to required
- this prevents building with no backends, fixes bug #11748
-
-2006-03-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.0
- * BUILD INSTALL: adapt to new tree layout
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.4
- * PRE_BUILD fix.diff: removed
- * BUILD: minor adjustment
-
-2005-09-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.3
- * BUILD: remove obsolete code
- * PRE_BUILD fix.diff: add
-
-2005-08-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.2
-
-2005-08-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.1
- * BUILD, DEPENDS: added
- spell created
-
+2010-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by sqlkit]
diff --git a/database/odk-ng/INSTALL b/database/odk-ng/INSTALL
index c3015fb..27ba77d 100755
--- a/database/odk-ng/INSTALL
+++ b/database/odk-ng/INSTALL
@@ -1,2 +1 @@
-cd $SOURCE_DIRECTORY/odkda2 &&
-./compile.sh install $INSTALL_ROOT/usr
+true
diff --git a/database/odk-ng/PRE_BUILD b/database/odk-ng/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/database/odk-ng/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/database/odk-ng/TRIGGERS b/database/odk-ng/TRIGGERS
new file mode 100755
index 0000000..54c7ca8
--- /dev/null
+++ b/database/odk-ng/TRIGGERS
@@ -0,0 +1 @@
+on_cast odk-ng dispel_self
diff --git a/database/odkutils/BUILD b/database/odkutils/BUILD
index 228ae9d..27ba77d 100755
--- a/database/odkutils/BUILD
+++ b/database/odkutils/BUILD
@@ -1,3 +1 @@
-cd $SOURCE_DIRECTORY/$SPELL &&
-chmod u+x ./compile.sh &&
-./compile.sh
+true
diff --git a/database/odkutils/DEPENDS b/database/odkutils/DEPENDS
index 01005df..ae7ebee 100755
--- a/database/odkutils/DEPENDS
+++ b/database/odkutils/DEPENDS
@@ -1 +1 @@
-depends expat
+depends sqlkit
diff --git a/database/odkutils/DETAILS b/database/odkutils/DETAILS
index b590d40..49f1d50 100755
--- a/database/odkutils/DETAILS
+++ b/database/odkutils/DETAILS
@@ -1,18 +1,8 @@
SPELL=odkutils
- VERSION=0.5.8.1
-
SOURCE_HASH=sha512:93975c1f7cacdb8c2240c0a7c3f91bd37011ea1f172fc3bfbb9ba42868c30dd0b484899efbd274cdad07d1058a5d7cbe08a52e4e1fbc8d7d7d773a8ce8c14658
- SOURCE=odkit-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/odkit-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/odkit/$SOURCE
- WEB_SITE=http://odkit.SourceForge.net
- LICENSE[0]=GPL
- DOCS="odkutils/{README,ChangeLog} "
- ENTERED=20050801
- KEYWORDS="database"
-SHORT="Object Oriented Database Kit "
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-The Object Oriented Database Kit is a collection of tools to create database
-oriented applications in many languages and with crossplatform support,
making
-easy for the developer to work with databases; shorting the time requiered
to
-develop such applications.
+deprecated spell [replaced by sqlkit]
EOF
+
diff --git a/database/odkutils/DOWNLOAD b/database/odkutils/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/database/odkutils/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/database/odkutils/HISTORY b/database/odkutils/HISTORY
index 0050dff..f555631 100644
--- a/database/odkutils/HISTORY
+++ b/database/odkutils/HISTORY
@@ -1,60 +1,4 @@
-2007-06-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.8.1
-
-2007-06-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.8
-
-2007-05-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.7
-
-2007-03-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.6
- * PRE_BUILD: deleted
- * BUILD, INSTALL: adjust directory names
-
-2006-12-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.5
- * PRE_BUILD: unpack appropriate tarball
- * BUILD, INSTALL: cd to appropriate directory
-
-2006-11-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.4.1
-
-2006-09-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.3
-
-2006-05-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.2
-
-2006-05-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.1
-
-2006-05-03 Treeve Jelbert <treeve AT sourcemage.org>
- * create a separate odkutils spell from part of odk-ng,
- it was impossible to build the combined spell
-
-2006-03-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.0
- * BUILD INSTALL: adapt to new tree layout
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.4
- * PRE_BUILD fix.diff: removed
- * BUILD: minor adjustment
-
-2005-09-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.3
- * BUILD: remove obsolete code
- * PRE_BUILD fix.diff: add
-
-2005-08-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.2
-
-2005-08-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.1
- * BUILD, DEPENDS: added
- spell created
-
+2010-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by sqlkit]
diff --git a/database/odkutils/INSTALL b/database/odkutils/INSTALL
index af2ccbd..27ba77d 100755
--- a/database/odkutils/INSTALL
+++ b/database/odkutils/INSTALL
@@ -1,2 +1 @@
-cd $SOURCE_DIRECTORY/$SPELL &&
-./compile.sh install $INSTALL_ROOT/usr
+true
diff --git a/database/odkutils/PRE_BUILD b/database/odkutils/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/database/odkutils/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/database/odkutils/TRIGGERS b/database/odkutils/TRIGGERS
new file mode 100755
index 0000000..f3512bd
--- /dev/null
+++ b/database/odkutils/TRIGGERS
@@ -0,0 +1 @@
+on_cast odkutils dispel_self
diff --git a/database/picosql/BUILD b/database/picosql/BUILD
index 8031e21..27ba77d 100755
--- a/database/picosql/BUILD
+++ b/database/picosql/BUILD
@@ -1,10 +1 @@
- PREFIX=${INSTALL_ROOT}/usr/share/picosql &&
-# insert CFLAGS into all subdir makefiles
-# remove -static from link stage
- local L &&
- for L in `ls -d *` ; do
- if [[ -f $L/Makefile ]] ; then
- sedit "s/CFLAGS=-O/CFLAGS+=/;s/-static//" $L/Makefile;
- fi
- done &&
- make
+true
diff --git a/database/picosql/DEPENDS b/database/picosql/DEPENDS
deleted file mode 100755
index 8d7702a..0000000
--- a/database/picosql/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends g++
-
diff --git a/database/picosql/DETAILS b/database/picosql/DETAILS
index 63a85b6..402579c 100755
--- a/database/picosql/DETAILS
+++ b/database/picosql/DETAILS
@@ -1,18 +1,8 @@
SPELL=picosql
- VERSION=2.0.3a
-
SOURCE_HASH=sha512:5d7fe6e58768899240428f0324641222363a318d3a7f059e157f474b92b34e3711604c1dc7fbee5a2edc16a785ee2401f3a0d854b11f81dfa6feff2a4d8bbfc6
- SOURCE=picoSQL-$VERSION-src.tar.gz
- WEB_SITE=http://www.picosoft.it/picosql/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/picoSQL-$VERSION
- SOURCE_URL[0]=$WEB_SITE/$SOURCE
- ENTERED=20021130
- UPDATED=20030919
- LICENSE[0]=GPL
- DOCS="CHANGELOG doc/en/*"
- KEYWORDS="database"
- SHORT="Robust, fast and rather complete RDBMS"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-picoSQL is probably the first Italian Open Source Database. Because it
-derives from a commercial project, picoSQL is already robust, fast and
-rather complete.
+deprecated spell [replaced by ]
EOF
+
diff --git a/database/picosql/DOWNLOAD b/database/picosql/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/database/picosql/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/database/picosql/HISTORY b/database/picosql/HISTORY
index a8f684f..5a5112c 100644
--- a/database/picosql/HISTORY
+++ b/database/picosql/HISTORY
@@ -1,57 +1,4 @@
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-02-28 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD: remove '-static' from link option in Makefiles
- (suppress lots of warnings)
-
-2006-02-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.0.3a
- * CONFLICTS: removed
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-11-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.0.2
- reorder lines, so that sourceurl follows website, which it uses!
-
-2004-07-18 Eric Sandall <sandalle AT sourcemage.org>
- * Renamed to picosql
- * DETAILS: Renamed to picosql
- Removed MAINTAINER
- Shortened SHORT
- * BUILD: Install to /usr/share/picosql
- * CONFLICTS: Conflicts with picoSQL
-
-2004-07-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add g++
-
-2004-06-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: BUILD_API=2
- * BUILD: strip
- * INSTALL: add
-
-2004-01-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.0.1
-
-2003-12-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.0
- * BUILD: install to /usr/share/picoSQL
-
-2003-09-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.0beta
-
-2003-06-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.5.1
-
-2003-06-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.5
-
-2003-01-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1
- spell created
-
+2010-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by ]
diff --git a/database/picosql/INSTALL b/database/picosql/INSTALL
index 860d15a..27ba77d 100755
--- a/database/picosql/INSTALL
+++ b/database/picosql/INSTALL
@@ -1,8 +1 @@
-# must manually copy directories for install purposes
- cp lib/*.a ${INSTALL_ROOT}/usr/lib &&
- cp inc/* ${INSTALL_ROOT}/usr/include &&
- rm bin/*.{bat,js} &&
- mkdir -p $PREFIX/bin &&
- cp bin/* $PREFIX/bin &&
- cp -r test $PREFIX
-
+true
diff --git a/database/picosql/PRE_BUILD b/database/picosql/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/database/picosql/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/database/picosql/TRIGGERS b/database/picosql/TRIGGERS
new file mode 100755
index 0000000..b2b31ac
--- /dev/null
+++ b/database/picosql/TRIGGERS
@@ -0,0 +1 @@
+on_cast picosql dispel_self
diff --git a/python-pypi/python-dateutil/DETAILS
b/python-pypi/python-dateutil/DETAILS
index b39cef7..59ec612 100755
--- a/python-pypi/python-dateutil/DETAILS
+++ b/python-pypi/python-dateutil/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-dateutil
- VERSION=1.4.1
+ VERSION=1.5
+
SOURCE_HASH=sha512:94191a551822c6b1d3c16523c32ab50aa33c45654e9c8b3d81739305e95dd980e14112be0d7ff92fe226c10fd0e6f5b7d287e86dfddbbdb1a5a5a1ec3ff8c563
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://labix.org/download/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:d5baf0e5027c57f787247b2bca59354602f16caf91f5fd2ac285eb8e9237f12ca72fd93bae6d0cc3d3fc332bb5e90cb34cb4da55f97df6acc95a968340268415
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://labix.org/python-dateutil";
LICENSE[0]=PYTHON
diff --git a/python-pypi/python-dateutil/HISTORY
b/python-pypi/python-dateutil/HISTORY
index fcf0bd9..c8319e9 100644
--- a/python-pypi/python-dateutil/HISTORY
+++ b/python-pypi/python-dateutil/HISTORY
@@ -1,3 +1,6 @@
+2010-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5
+
2009-03-13 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS, DETAILS: spell created

diff --git a/python-pypi/sqlkit/DEPENDS b/python-pypi/sqlkit/DEPENDS
new file mode 100755
index 0000000..cf241c0
--- /dev/null
+++ b/python-pypi/sqlkit/DEPENDS
@@ -0,0 +1,11 @@
+depends python &&
+depends setuptools &&
+depends sqlalchemy &&
+depends pygtk2 &&
+depends babel &&
+depends python-dateutil &&
+optional_depends bash-completion '' '' 'syntax completion'
+
+
+
+
diff --git a/python-pypi/sqlkit/DETAILS b/python-pypi/sqlkit/DETAILS
new file mode 100755
index 0000000..87a7516
--- /dev/null
+++ b/python-pypi/sqlkit/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=sqlkit
+ VERSION=0.9-rc1
+
SOURCE_HASH=sha512:a7ba1f1b6729ef1a360a7f0c1051f09243228dfbff7baadf9c0e32475c17237f25f466ca8ff8942b696c65314139c5d6ee39d40ae0db9fdbb5f2f5043b400503
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://sqlkit.argolinux.org
+ SOURCE_URL[0]=$WEB_SITE/download/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=2010-09-05
+ KEYWORDS="database"
+SHORT="Object Oriented Database Kit "
+cat << EOF
+Sqlkit is a tool to edit data of a database (as opposed to schemas) in the
easiest possible
+way. By easy we mean both: easy to write for the user since completion helps
you, and easy to
+write for the programmer as a lot of features are there to help you
customize it.
+EOF
diff --git a/python-pypi/sqlkit/HISTORY b/python-pypi/sqlkit/HISTORY
new file mode 100644
index 0000000..9faadbc
--- /dev/null
+++ b/python-pypi/sqlkit/HISTORY
@@ -0,0 +1,4 @@
+2010-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.rc1
+ spell created
+
diff --git a/python-pypi/sqlkit/INSTALL b/python-pypi/sqlkit/INSTALL
new file mode 100755
index 0000000..7acf4c7
--- /dev/null
+++ b/python-pypi/sqlkit/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+if is_depends_enabled $SPELL bash-completion;then
+ install sqledit.completion
$INSTALL_ROOT/etc/bash_completion.d/sqledit.completion
+fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8f0f02ae619f93210a157ec5469c1ea003731dc1), Treeve Jelbert, 09/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page