Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e560008c8798f2f5227682f1ca6bc1ce3aecaea1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e560008c8798f2f5227682f1ca6bc1ce3aecaea1)
  • Date: Sun, 9 May 2010 05:28:53 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/slang/DEPENDS | 23 +++++++++++++++++++----
devel/slang/DETAILS | 6 ++----
devel/slang/HISTORY | 4 ++++
3 files changed, 25 insertions(+), 8 deletions(-)

New commits:
commit e560008c8798f2f5227682f1ca6bc1ce3aecaea1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

slang: => 2.2.2

diff --git a/devel/slang/DEPENDS b/devel/slang/DEPENDS
index b9c9923..333d702 100755
--- a/devel/slang/DEPENDS
+++ b/devel/slang/DEPENDS
@@ -1,4 +1,19 @@
-optional_depends "zlib" "--with-zlib=/lib -with-zinc=/usr/include" "" "data
compression" &&
-optional_depends "pcre" "--with-pcre" "--without-pcre" "regular expressions"
&&
-optional_depends "libpng" "--with-png" "--without-png" "image manipulation"
&&
-optional_depends "readline" "" "" "edit command lines"
+optional_depends zlib \
+ "--with-zlib=$INSTALL_ROOT/lib
--with-zinc=$INSTALL_ROOT/include" \
+ "--without-z" \
+ "for data compression support" &&
+
+optional_depends pcre \
+ "--with-pcre" \
+ "--without-pcre" \
+ "for regular expressions support" &&
+
+optional_depends libpng \
+ "--with-png" \
+ "--without-png" \
+ "for PNG image manipulation support" &&
+
+optional_depends readline \
+ "--with-readline" \
+ "--without-readline" \
+ "to use GNU readline instead of slang for slsh"
diff --git a/devel/slang/DETAILS b/devel/slang/DETAILS
index 029b080..1c7015c 100755
--- a/devel/slang/DETAILS
+++ b/devel/slang/DETAILS
@@ -1,5 +1,5 @@
SPELL=slang
- VERSION=2.2.1
+ VERSION=2.2.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
@@ -11,13 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE2_URL[1]=${SOURCE_URL[1]}.asc

SOURCE_URL[2]=ftp://ftp.ntua.gr/pub/lang/slang/slang/v${VERSION:0:3}/$SOURCE
SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
- SOURCE_URL[3]=ftp://ftp.plig.org/pub/slang/v${VERSION:0:3}/$SOURCE
- SOURCE2_URL[3]=${SOURCE_URL[3]}.asc
LICENSE[0]=GPL
WEB_SITE=http://www.jedsoft.org/slang/
ENTERED=20010922
KEYWORDS="devel"
- SHORT="a powerful interpreted language."
+ SHORT="powerful interpreted language"
cat << EOF
S-Lang is a powerful interpreted language that may be embedded into an
application to make it extensible. Examples of applications that take
diff --git a/devel/slang/HISTORY b/devel/slang/HISTORY
index be81e9c..920e402 100644
--- a/devel/slang/HISTORY
+++ b/devel/slang/HISTORY
@@ -1,3 +1,7 @@
+2010-05-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.2; removed broken urls; fixed desc
+ * DEPENDS: improved readability; corrected flags
+
2009-10-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.1
* DEPENDS: add zlib



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e560008c8798f2f5227682f1ca6bc1ce3aecaea1), Vlad Glagolev, 05/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page