Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (03cf47b5a37a715bcf7f585416741c023db410f2)
  • Date: Sat, 27 Jan 2007 08:50:36 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

archive/p7zip/DETAILS | 4 ++--
archive/p7zip/HISTORY | 3 +++
database/firebird/BUILD | 4 +++-
database/firebird/DETAILS | 11 ++++++-----
database/firebird/HISTORY | 7 +++++++
database/firebird/configs | 4 ++--
database/firebird/excluded | 1 +
database/firebird/protected | 1 -
database/firebird/volatiles | 6 ++----
database/rlib/DETAILS | 10 +++++-----
database/rlib/HISTORY | 4 ++++
disk/k3b/DETAILS | 4 ++--
disk/k3b/HISTORY | 3 +++
13 files changed, 40 insertions(+), 22 deletions(-)

New commits:
commit 3bda0a141ece87cd56b506f22e28bbf820cbde54
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

k3b-1.0rc5

commit 16e5abd8bb3520059c7c6ff37b8d9e7f8473c3b8
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

firebird-2.0.1.12810

commit 67c7f088231f7717543e3ad51e8044786fd398c7
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

/p7zip-4.44

commit b7b19f78a9ca30c2e919c5d6a49c7d50cc51e084
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

rlib-1.3.8

diff --git a/archive/p7zip/DETAILS b/archive/p7zip/DETAILS
index c373adb..5df7197 100755
--- a/archive/p7zip/DETAILS
+++ b/archive/p7zip/DETAILS
@@ -1,6 +1,6 @@
SPELL=p7zip
- VERSION=4.43
-
SOURCE_HASH=sha512:a9dd11d78844269b93c15138e21bb01c2e23d4b9108d61ba906e20a502959be8eec24019199cfbe3b970ab5039e5cdf1c239b341ea78978bf735509d9f001787
+ VERSION=4.44
+
SOURCE_HASH=sha512:d470236ba325c72d3cb4c5866afa052d3f9816b5042115b7ac5a217d20d4aec05bff1f4f278d2283acb41515e14cb0cae5c268ce9145b5bc74118eac812eec6c
SOURCE=${SPELL}_${VERSION}_src_all.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/archive/p7zip/HISTORY b/archive/p7zip/HISTORY
index bb64200..5bd94e8 100644
--- a/archive/p7zip/HISTORY
+++ b/archive/p7zip/HISTORY
@@ -1,3 +1,6 @@
+2007-01-27 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: upgrade to 4.44
+
2006-10-21 Treeve Jelbert <treeve AT pi.be>
* DETAILS: upgrade to 4.43

diff --git a/database/firebird/BUILD b/database/firebird/BUILD
index b503dea..3ee2990 100755
--- a/database/firebird/BUILD
+++ b/database/firebird/BUILD
@@ -21,6 +21,7 @@
./configure \
--prefix=$FB_PREFIX \
$OPTS &&
+ make_single &&
if [ $FB_CLIENT == n ]; then
make &&
# prepare an install image
@@ -44,4 +45,5 @@ else
FBDEST=../buildroot${INSTALL_ROOT}/usr/include &&
mkdir -p $FBDEST &&
cp -a include/* $FBDEST
-fi
+fi &&
+make_normal
diff --git a/database/firebird/DETAILS b/database/firebird/DETAILS
index 90dcc1f..5588e32 100755
--- a/database/firebird/DETAILS
+++ b/database/firebird/DETAILS
@@ -15,13 +15,14 @@ case $FB_VER in
SOURCE_URL[0]=$SOURCEFORGE_URL/firebird/$SOURCE
;;
*)
- VERSION=2.0.0.12748
- SOURCE=${SPELL/f/F}-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:a27a40459f134a79801ebb4ef90cf4036f1499859b5d236f82abec4b1a5a134f0a2be4a88d91b558aaa2638139293ccd8ca70a2547df83a2f0988ab231b5cd5c
- SOURCE_URL[0]=$SOURCEFORGE_URL/firebird/$SOURCE
+ VERSION=2.0.1.12810
+ SOURCE=${SPELL}-$VERSION.tar.bz2
+
SOURCE_HASH=sha512:1f1623ae1ebc6f6536f949c2bc6b177066e6ae38e0fa88481347b2e126cfbefb67c6ac466e45723738e26baba466b8ec1043c5e491907ce89b50b5d7565951b5
+ SOURCE_URL[0]=http://firebirdsql.org/download/prerelease/$SOURCE
+# SOURCE_URL[0]=$SOURCEFORGE_URL/firebird/$SOURCE
;;
esac
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION/0.1/0.0}
WEB_SITE=http://www.firebirdsql.org
LICENSE=IDPL
ENTERED=20031111
diff --git a/database/firebird/HISTORY b/database/firebird/HISTORY
index 672bab8..ca2634d 100644
--- a/database/firebird/HISTORY
+++ b/database/firebird/HISTORY
@@ -1,3 +1,10 @@
+2007-01-27 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 2.0.1.12810
+ * volatiles, configs; fix regex
+ * excluded: add
+ * protected: delete
+ * BUILD: add make_{single,normal}
+
2007-01-03 Treeve Jelbert <treeve AT pi.be>
* PRE_BUILD: fix typo, simplify logic
check for a running server
diff --git a/database/firebird/configs b/database/firebird/configs
index ad636c7..5ee6d7e 100644
--- a/database/firebird/configs
+++ b/database/firebird/configs
@@ -1,2 +1,2 @@
-^/usr/firebird/aliases.conf$
-^/usr/firebird/firebird.conf$
+^/usr/firebird/aliases\.conf$
+^/usr/firebird/firebird\.conf$
diff --git a/database/firebird/excluded b/database/firebird/excluded
new file mode 100644
index 0000000..ba810a4
--- /dev/null
+++ b/database/firebird/excluded
@@ -0,0 +1 @@
+^/usr/firebird/.*fdb$
diff --git a/database/firebird/protected b/database/firebird/protected
deleted file mode 100644
index 5f46212..0000000
--- a/database/firebird/protected
+++ /dev/null
@@ -1 +0,0 @@
-^/usr/firebird/security?\.fdb$
diff --git a/database/firebird/volatiles b/database/firebird/volatiles
index 58bd88e..98441c8 100644
--- a/database/firebird/volatiles
+++ b/database/firebird/volatiles
@@ -1,4 +1,2 @@
-${INSTALL_ROOT}/usr/firebird/security2.fdb
-${INSTALL_ROOT}/usr/firebird/security.fdb
-${INSTALL_ROOT}/usr/firebird/aliases.conf
-${INSTALL_ROOT}/usr/firebird/firebird.conf
+^/usr/firebird/aliases\.conf
+^/usr/firebird/firebird\.conf
diff --git a/database/rlib/DETAILS b/database/rlib/DETAILS
index 4cee51b..d6e1654 100755
--- a/database/rlib/DETAILS
+++ b/database/rlib/DETAILS
@@ -1,12 +1,12 @@
SPELL=rlib
- VERSION=1.3.7
-
SOURCE_HASH=sha512:c9bedab0c09de433bc2e9e28aed274e51b68672540bbf3a181fde34b1149d1a5147788b2b95398b4fe1ce5535d8ad94d390e07373afe1a757819de838da9b0e1
+ VERSION=1.3.8
+
SOURCE_HASH=sha512:ecefe1305452f372c6495d49460574e493c5fbde4cbecba339a4e9aa3300f041fa278a147c4a4f1f397bbc11e4e0fcb101ec38a1e3b13eafdb0b80c391536951
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://rlib.sicompos.com/
-#SOURCE_URL[0]=http://www.sicompos.com/~bdoan/$SOURCE
- SOURCE_URL[0]=$SOURCEFORGE_URL/rlib/$SOURCE
- SOURCE_URL[1]=$WEB_SITE/$SOURCE
+SOURCE_URL[0]=http://www.sicompos.com/~bdoan/$SOURCE
+# SOURCE_URL[0]=$SOURCEFORGE_URL/rlib/$SOURCE
+# SOURCE_URL[1]=$WEB_SITE/$SOURCE
LICENSE=GPL
DOCS="README NEWS ChangeLog HACKING"
ENTERED=20031203
diff --git a/database/rlib/HISTORY b/database/rlib/HISTORY
index 486271b..bc3ab8f 100644
--- a/database/rlib/HISTORY
+++ b/database/rlib/HISTORY
@@ -1,3 +1,7 @@
+2007-01-26 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 1.3.8
+ prerelease
+
2006-08-11 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 1.3.7
offical release, from sourceforge
diff --git a/disk/k3b/DETAILS b/disk/k3b/DETAILS
index eed0b11..b489abb 100755
--- a/disk/k3b/DETAILS
+++ b/disk/k3b/DETAILS
@@ -1,6 +1,6 @@
SPELL=k3b
- VERSION=1.0rc4
-
SOURCE_HASH=sha512:84a3333af05f01be3cc416a6a89563808e78cf9c6761c643b1206fc1b2f89a04f8f7651f66106868bf2b9be206bd5ecb019a85bdf0f7be72a74986ba0bdc75ac
+ VERSION=1.0rc5
+
SOURCE_HASH=sha512:97116d7760be49fc67016be743d96a2ac4988fe6dd7ede34e7ca3cd6d1f7e0ad9895c5241c002b0b078913bd62003c570202c73a9e3e4be15faf127059944bcb
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/k3b/${SOURCE}
diff --git a/disk/k3b/HISTORY b/disk/k3b/HISTORY
index 2fd4a3f..cc3fd87 100644
--- a/disk/k3b/HISTORY
+++ b/disk/k3b/HISTORY
@@ -1,3 +1,6 @@
+2007-01-27 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: Updated to 1.0rc5
+
2007-01-16 Treeve Jelbert <treeve AT pi.be>
* DEPENDS: add optional libdvdread
remove cdparanoia, id3lib



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (03cf47b5a37a715bcf7f585416741c023db410f2), Treeve Jelbert, 01/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page