Skip to Content.
Sympa Menu

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

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 (e5ec2594f32594ce6c1dd55acc155460f2c96e8d)
  • Date: Sun, 3 Feb 2008 09:16:23 -0600

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

ChangeLog | 3 +++
devel/falcon/BUILD | 1 +
devel/falcon/DEPENDS | 3 +++
devel/falcon/DETAILS | 25 +++++++++++++++++++++++++
devel/falcon/HISTORY | 18 ++++++++++++++++++
devel/falcon/INSTALL | 1 +
6 files changed, 51 insertions(+)

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

falcon-0.8.8

diff --git a/ChangeLog b/ChangeLog
index 84f168b..5fe86bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * devel/falcon: new spell, general purpose untyped scripting language
+
2008-02-02 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* ruby-raa/FUNCTIONS: minor fixups for rake

diff --git a/devel/falcon/BUILD b/devel/falcon/BUILD
new file mode 100755
index 0000000..d9da69d
--- /dev/null
+++ b/devel/falcon/BUILD
@@ -0,0 +1 @@
+./build.sh -p $INSTALL_ROOT/usr
diff --git a/devel/falcon/DEPENDS b/devel/falcon/DEPENDS
new file mode 100755
index 0000000..4308a67
--- /dev/null
+++ b/devel/falcon/DEPENDS
@@ -0,0 +1,3 @@
+depends g++ &&
+depends cmake
+
diff --git a/devel/falcon/DETAILS b/devel/falcon/DETAILS
new file mode 100755
index 0000000..1c2f9d3
--- /dev/null
+++ b/devel/falcon/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=falcon
+ SPELLX=Falcon
+ VERSION=0.8.8
+
SOURCE_HASH=sha512:f623851b299798be22f0a5aa5936e805915c4255fec8e0d03e1b61e01321ba2f926040fcb8ba114e4f90f93f2c707a50c1abe44008fa40d8f613e669f7a9b4ff
+ SOURCE=$SPELLX-$VERSION.tar.gz
+# SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+# 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://www.falconpl.org/
+# WEB_SITE=http://search.cpan.org/search?query=$SPELL
+# SOURCE_URL[0]=http://.../$SOURCE
+ SOURCE_URL[0]=$WEB_SITE/downloads/$VERSION/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20070906
+ KEYWORDS="scripting"
+ SHORT="scripting language"
+cat << EOF
+The Falcon Programming Language is an Open Source general purpose untyped
+language, based on a Virtual Machine executing portable pseudo codes (a
class
+of languages nowadays known as Scripting Languages, and counting Python,
PERL,
+PHP, Ruby and LUA among them), completely written in C++.
+EOF
diff --git a/devel/falcon/HISTORY b/devel/falcon/HISTORY
new file mode 100644
index 0000000..3103870
--- /dev/null
+++ b/devel/falcon/HISTORY
@@ -0,0 +1,18 @@
+2008-02-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.8
+
+2007-12-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.6
+
+2007-12-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.5
+
+2007-11-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.4
+ * DEPENDS: add cmake
+ * BUILD: convert to cmake_build
+
+2007-09-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.3
+ spell created
+
diff --git a/devel/falcon/INSTALL b/devel/falcon/INSTALL
new file mode 100755
index 0000000..a6895f4
--- /dev/null
+++ b/devel/falcon/INSTALL
@@ -0,0 +1 @@
+./build.sh -i



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e5ec2594f32594ce6c1dd55acc155460f2c96e8d), Treeve Jelbert, 02/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page