[Lunar-commits] <moonbase> boo: and object oriented language for CLI.

Florin Braescu florin at lunar-linux.org
Thu Oct 9 14:34:43 CEST 2008


commit 88505a7e8b8c8e038994fac5b6e84b81eb89c1b8
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Oct 9 15:34:43 2008 +0300

    boo: and object oriented language for CLI.
---
 mono/boo/BUILD   |    6 ++++++
 mono/boo/DEPENDS |    6 ++++++
 mono/boo/DETAILS |   15 +++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/mono/boo/BUILD b/mono/boo/BUILD
new file mode 100644
index 0000000..8d1fdf1
--- /dev/null
+++ b/mono/boo/BUILD
@@ -0,0 +1,6 @@
+(
+
+  sedit "s:gtksourceview-1.0:gtksourceview-2.0:"  configure.in  configure  extras/Makefile.am  extras/Makefile.in  &&
+  default_build
+ 
+) > $C_FIFO 2>&1
diff --git a/mono/boo/DEPENDS b/mono/boo/DEPENDS
new file mode 100644
index 0000000..8d041fa
--- /dev/null
+++ b/mono/boo/DEPENDS
@@ -0,0 +1,6 @@
+depends mono
+
+optional_depends  "shared-mime-info"  ""  ""  "for MIME support"
+optional_depends  "gtksourceview"     ""  ""  "for GTK source editor support"
+
+
diff --git a/mono/boo/DETAILS b/mono/boo/DETAILS
new file mode 100644
index 0000000..89d2a48
--- /dev/null
+++ b/mono/boo/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=boo
+         VERSION=0.8.2.2960
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://dist.codehaus.org/boo/distributions
+      SOURCE_VFY=sha1:1dd1bb1d6480011eb115849e981a3128e00977bf
+        WEB_SITE=http://boo.codehaus.org
+         ENTERED=20081008
+         UPDATED=20081008
+           SHORT="An object oriented programming language for the CLI"
+
+cat << EOF
+Boo is a new object oriented statically typed programming language for 
+the Common Language Infrastructure with a python inspired syntax and a 
+special focus on language and compiler extensibility.
+EOF


More information about the Lunar-commits mailing list