Skip to Content.
Sympa Menu

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

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 (5af945a9e59d9d12385cea7dd7ff71332c721120)
  • Date: Wed, 24 Sep 2008 10:42:49 -0500

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

database/flamerobin/DETAILS | 8 ++++----
database/flamerobin/HISTORY | 3 +++
graphics-libs/freeimage/DETAILS | 11 +++--------
graphics-libs/freeimage/HISTORY | 3 +++
graphics-libs/libraw/DETAILS | 4 ++--
graphics-libs/libraw/HISTORY | 3 +++
graphics-libs/poppler/DETAILS | 4 ++--
graphics-libs/poppler/HISTORY | 3 +++
python-pypi/beautifulsoup/DETAILS | 4 ++--
python-pypi/beautifulsoup/HISTORY | 3 +++
10 files changed, 28 insertions(+), 18 deletions(-)

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

"poppler-0.9.2"

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

"flamerobin-0.9.0"

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

"freeimage-3110"

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

"beautifulsoup-3.0.7a"

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

"libraw-0.6.0"

diff --git a/database/flamerobin/DETAILS b/database/flamerobin/DETAILS
index d05fe93..54ba5f8 100755
--- a/database/flamerobin/DETAILS
+++ b/database/flamerobin/DETAILS
@@ -1,10 +1,10 @@
SPELL=flamerobin
if [[ $FL_VER == snapshot ]];then
- VERSION=0.8.7.1723
-
SOURCE_HASH=sha512:fdca67e15fee33d6d1e8639ed2cfa08472601aca9203f7d17c5e452ebfb40b728e1d1b082c068c6734660993591637d69eff866a7714f83ffca613431e2003c3
+ VERSION=0.9.0
+
SOURCE_HASH=sha512:2cb73b44652c0c3553dd83c014fc735af6606f48aeef5230daf35e62b310d3d16459d40d45a0ce99a70e2f95ba61287e19a6e79cc0060596381e045717f1ea53
else
- VERSION=0.8.6
-
SOURCE_HASH=sha512:d1e878d7e9f15aa6712d89c0c90785920461417121d2cf44e8ebff2c23f33ac4fb09945193fbbc99d625c1d59638a28a3c1dbd6263fae4d3840746cc8f84a8db
+ VERSION=0.9.0
+
SOURCE_HASH=sha512:2cb73b44652c0c3553dd83c014fc735af6606f48aeef5230daf35e62b310d3d16459d40d45a0ce99a70e2f95ba61287e19a6e79cc0060596381e045717f1ea53
fi
SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-src
diff --git a/database/flamerobin/HISTORY b/database/flamerobin/HISTORY
index 87faf8f..f47d7a0 100644
--- a/database/flamerobin/HISTORY
+++ b/database/flamerobin/HISTORY
@@ -1,3 +1,6 @@
+2008-09-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.0
+
2008-08-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.7.1723
* PREPARE: added
diff --git a/graphics-libs/freeimage/DETAILS b/graphics-libs/freeimage/DETAILS
index 4f89e03..0eba042 100755
--- a/graphics-libs/freeimage/DETAILS
+++ b/graphics-libs/freeimage/DETAILS
@@ -1,16 +1,11 @@
SPELL=freeimage
SPELLX=FreeImage
- VERSION=3100
-
SOURCE_HASH=sha512:c5e28a40c0a019be1f33adb2310c05fc2c955d511b018ab7fe6244ef3ddbc9f4f10d40065550d96e36a8b27ff239344c11ae21bf955342ac15c8c662aeeb5ae8
+ VERSION=3110
+
SOURCE_HASH=sha512:6c156a35ca8e9b81371b8137ebde2382c67eff1dc300ac191158efa3de2106a2527f19bcbeb12e9bfc6ac67e03c9ed5276bb30bd7249a5f0d8e5ad344e285752
SOURCE=$SPELLX$VERSION.zip
-# SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
-# SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
-# SOURCE2_IGNORE=signature
-
-WEB_SITE=http://$SPELL.SourceForge.net
+ WEB_SITE=http://$SPELL.SourceForge.net
LICENSE[0]=GPL
ENTERED=20070709
KEYWORDS="graphics viewer"
diff --git a/graphics-libs/freeimage/HISTORY b/graphics-libs/freeimage/HISTORY
index 078cdba..4c1dbfe 100644
--- a/graphics-libs/freeimage/HISTORY
+++ b/graphics-libs/freeimage/HISTORY
@@ -1,3 +1,6 @@
+2008-09-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3110
+
2007-12-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3100
* DEPENDS: remove junk
diff --git a/graphics-libs/libraw/DETAILS b/graphics-libs/libraw/DETAILS
index 57897a7..b048513 100755
--- a/graphics-libs/libraw/DETAILS
+++ b/graphics-libs/libraw/DETAILS
@@ -1,7 +1,7 @@
SPELL=libraw
SPELLX=LibRaw
- VERSION=0.5.4
-
SOURCE_HASH=sha512:a453120be39fcea7a3bf3537d6945f773cbf02cb373d435d3621e81c4b1a141fdfdf4d97aa911e4438cbbc49081f8ca3fc5077f596c9b44acf5fc757488fea2e
+ VERSION=0.6.0
+
SOURCE_HASH=sha512:12c7918d915778f3e8bcc02e2f63e1d368a5b21ce96bd0a3ce7a577b0e14a0b458fbfd79e45bd4c6ddf2efd292e95c736486685753c921d6e4f77caee59cda96
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://www.libraw.org/
diff --git a/graphics-libs/libraw/HISTORY b/graphics-libs/libraw/HISTORY
index 01e12c1..8957967 100644
--- a/graphics-libs/libraw/HISTORY
+++ b/graphics-libs/libraw/HISTORY
@@ -1,3 +1,6 @@
+2008-09-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.0
+
2008-09-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.4
spell created
diff --git a/graphics-libs/poppler/DETAILS b/graphics-libs/poppler/DETAILS
index 39cbc8b..4e3abf9 100755
--- a/graphics-libs/poppler/DETAILS
+++ b/graphics-libs/poppler/DETAILS
@@ -12,8 +12,8 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
else
if [[ $POPPLER_VER == devel ]]; then
- VERSION=0.9.1
-
SOURCE_HASH=sha512:008f5bfeeb5d23ab277146a755d2a6eb6974aabc115f27f94e6fde960af42f8e2e1b7123a08b922aea77d93f03beb5004e340ee61c55cc250804450c1e5082f1
+ VERSION=0.9.2
+
SOURCE_HASH=sha512:b4b924093110dabce98298e45711cfbe1b6741662db0170c7f15852313c64c24d0e35619bbeb697d62420547f46ef8138e8fd3f6a8ed6632001cbfd6f0982612
else
VERSION=0.8.7

SOURCE_HASH=sha512:467dcafd94031d4ad3aeca2acc8d8cf038323c4e501784408d64e77f08376e0184d48e6752de5027126443a87170a23f8b19b3c06ac1d82627ce0de49aa238c9
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 9e82ccd..e6ee6e0 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,6 @@
+2008-09-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.2 (devel)
+
2008-09-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.1 (devel)
* PREPARE, PRE_BUILD: add support for devel version
diff --git a/python-pypi/beautifulsoup/DETAILS
b/python-pypi/beautifulsoup/DETAILS
index c8abb22..981a1be 100755
--- a/python-pypi/beautifulsoup/DETAILS
+++ b/python-pypi/beautifulsoup/DETAILS
@@ -1,7 +1,7 @@
SPELL=beautifulsoup
SPELLX=BeautifulSoup
- VERSION=3.0.5
-
SOURCE_HASH=sha512:8758a4832d433edd411b9991c14abab265ab153a64e5b2a67d672d389a2c02ff20d6f45cc0c6e4f4d8b3eadbc1e034c3708b586bd2f87a4c967ed299103199a1
+ VERSION=3.0.7a
+
SOURCE_HASH=sha512:deb1dcad59b10dd2bfedb312c58daee77edd748676a3a758d381e11eb6e41c397a9a432ce09a9de762ff189270f73043972af67155551226bbb17f5fdce8b72b
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://www.crummy.com/software/BeautifulSoup/
diff --git a/python-pypi/beautifulsoup/HISTORY
b/python-pypi/beautifulsoup/HISTORY
index eb28003..c79d4c6 100644
--- a/python-pypi/beautifulsoup/HISTORY
+++ b/python-pypi/beautifulsoup/HISTORY
@@ -1,3 +1,6 @@
+2008-0923 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.7a
+
2007-12-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.5
LICENSE = BSD



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5af945a9e59d9d12385cea7dd7ff71332c721120), Treeve Jelbert, 09/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page