Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (19b8d91944b098308b5a6153beffaff9af6517bc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (19b8d91944b098308b5a6153beffaff9af6517bc)
  • Date: Tue, 28 Oct 2008 02:40:58 -0500

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

devel/gnu-smalltalk/DEPENDS | 11 +++++++++++
devel/gnu-smalltalk/DETAILS | 6 +++---
devel/gnu-smalltalk/HISTORY | 6 ++++++
3 files changed, 20 insertions(+), 3 deletions(-)

New commits:
commit 5d45b786e10fb1ec47904d5ccd4d05ea3144d960
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

updated gnu-smalltalk

diff --git a/devel/gnu-smalltalk/DEPENDS b/devel/gnu-smalltalk/DEPENDS
new file mode 100755
index 0000000..ca217cf
--- /dev/null
+++ b/devel/gnu-smalltalk/DEPENDS
@@ -0,0 +1,11 @@
+optional_depends tk "" "" "for Tk support" &&
+optional_depends gtk+2 \
+ "--enable-gtk=yes" \
+ "--enable-gtk=no" \
+ "for GTK+ GUI support"
+if is_depends_enabled $SPELL gtk+2 ; then
+ config_query GTK_BLOX "Build EXPERIMENTAL GTK+ version of BLOX?" n &&
+ if [[ "$GTK_BLOX" = "y" ]]; then
+ depends gtk+2 "--enable-gtk=blox"
+ fi
+fi
diff --git a/devel/gnu-smalltalk/DETAILS b/devel/gnu-smalltalk/DETAILS
index fc19a2d..f3c5896 100755
--- a/devel/gnu-smalltalk/DETAILS
+++ b/devel/gnu-smalltalk/DETAILS
@@ -1,11 +1,11 @@
SPELL=gnu-smalltalk
- VERSION=2.2
+ VERSION=3.1
SOURCE=smalltalk-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/smalltalk-$VERSION
SOURCE_URL[0]=$GNU_URL/smalltalk/$SOURCE
-
SOURCE_HASH=sha512:1b716a32042f0c3bb0ef2b6ebf959a14ca14e4782b7fb434c8709dd9840a12943c03d77c23a57fa6b48a24dca05639b5a99cfd6a33a392d45d68ab4538cf5d3f
+
SOURCE_HASH=sha512:5bb9d3d81f1d0f11a96f3cc5530bc82eebd64a8cc7cb42855f024b0faf594c227fc2a6015aeb51b59502c86721dd6ab51416068ebfff5fe266b93e8245a257e1
LICENSE[0]=GPL
- WEB_SITE=http://www.gnu.org/software/smalltalk/smalltalk.html
+ WEB_SITE=http://smalltalk.gnu.org/
ENTERED=20050219
KEYWORDS="devel"
SHORT="Free implementation of the Smalltalk programming
language"
diff --git a/devel/gnu-smalltalk/HISTORY b/devel/gnu-smalltalk/HISTORY
index a5055f5..8e87686 100644
--- a/devel/gnu-smalltalk/HISTORY
+++ b/devel/gnu-smalltalk/HISTORY
@@ -1,3 +1,9 @@
+2008-10-28 Lalo Martins <lalo AT sourcemage.org>
+ * DETAILS: Updated to 3.1
+ * DEPENDS: (new file) optional tk and gtk+2
+ This is a bit incomplete, there are other optionals that
+ I'd like to add, but better than before ;-)
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Lalo Martins (19b8d91944b098308b5a6153beffaff9af6517bc), Lalo Martins, 10/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page