[Lunar-commits] <moonbase> Falcon: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Aug 25 09:51:51 CEST 2009
commit 5cbcb9d4de4712fc886a5e7b09bc0514c0b23836
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Aug 25 03:51:51 2009 -0400
Falcon: Adding to moonbase.
---
compilers/Falcon/BUILD | 7 +++++++
compilers/Falcon/DEPENDS | 1 +
compilers/Falcon/DETAILS | 20 ++++++++++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/compilers/Falcon/BUILD b/compilers/Falcon/BUILD
new file mode 100644
index 0000000..be567d3
--- /dev/null
+++ b/compilers/Falcon/BUILD
@@ -0,0 +1,7 @@
+(
+
+ ./build.sh -p /usr &&
+ prepare_install &&
+ ./build.sh -i
+
+) > $C_FIFO 2>&1
diff --git a/compilers/Falcon/DEPENDS b/compilers/Falcon/DEPENDS
new file mode 100644
index 0000000..288e6d4
--- /dev/null
+++ b/compilers/Falcon/DEPENDS
@@ -0,0 +1 @@
+depends bison
diff --git a/compilers/Falcon/DETAILS b/compilers/Falcon/DETAILS
new file mode 100644
index 0000000..fbe2451
--- /dev/null
+++ b/compilers/Falcon/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=Falcon
+ VERSION=0.9.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.falconpl.org/project_dl/_official_rel/
+ SOURCE_VFY=sha1:e689bd24d36f136429ee7d2c03b23c1b5a78ea1a
+ WEB_SITE=http://www.falconpl.org/index.ftd?page_id=Home
+ ENTERED=20090815
+ UPDATED=20090815
+ SHORT="Falcon Programming Language"
+
+cat << EOF
+Falcon is an Open Source, simple, fast and powerful programming language, easy
+to learn and to feel comfortable with, and a scripting engine ready to empower
+mission-critical multithreaded applications.
+
+Falcon provides six integrated programming paradigms: procedural, object
+oriented, prototype oriented, functional, tabular and message oriented. And you
+don't have to master all of them; you just need to pick the ingredients you
+prefer, and let the code to follow your inspiration.
+EOF
More information about the Lunar-commits
mailing list