summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-02-03 16:16:14 +0100
committerTreeve Jelbert2008-02-03 16:16:14 +0100
commite5ec2594f32594ce6c1dd55acc155460f2c96e8d (patch)
tree75bf27bade2a9b1d7254f10b45e6055d1200f2dd
parent1865b51e22d17cd06b6cb43bc3c2f7ea00bede36 (diff)
falcon-0.8.8
-rw-r--r--ChangeLog3
-rwxr-xr-xdevel/falcon/BUILD1
-rwxr-xr-xdevel/falcon/DEPENDS3
-rwxr-xr-xdevel/falcon/DETAILS25
-rw-r--r--devel/falcon/HISTORY18
-rwxr-xr-xdevel/falcon/INSTALL1
6 files changed, 51 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84f168bf92..5fe86bd925 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-03 Treeve Jelbert <treeve@sourcemage.org>
+ * devel/falcon: new spell, general purpose untyped scripting language
+
2008-02-02 Andraž "ruskie" Levstik <ruskie@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 0000000000..d9da69d338
--- /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 0000000000..4308a67c2e
--- /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 0000000000..1c2f9d3877
--- /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 0000000000..31038707f3
--- /dev/null
+++ b/devel/falcon/HISTORY
@@ -0,0 +1,18 @@
+2008-02-03 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.8.8
+
+2007-12-28 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.8.6
+
+2007-12-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.8.5
+
+2007-11-08 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.8.4
+ * DEPENDS: add cmake
+ * BUILD: convert to cmake_build
+
+2007-09-11 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.8.3
+ spell created
+
diff --git a/devel/falcon/INSTALL b/devel/falcon/INSTALL
new file mode 100755
index 0000000000..a6895f481a
--- /dev/null
+++ b/devel/falcon/INSTALL
@@ -0,0 +1 @@
+./build.sh -i