Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (6a71dfd2a46fe061070292c57fdd2a75f95d2035)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (6a71dfd2a46fe061070292c57fdd2a75f95d2035)
  • Date: Fri, 26 Sep 2008 21:29:31 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
devel/boo/DEPENDS | 1 +
devel/boo/DETAILS | 15 +++++++++++++++
devel/boo/HISTORY | 3 +++
4 files changed, 22 insertions(+)

New commits:
commit 6a71dfd2a46fe061070292c57fdd2a75f95d2035
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

boo: Added new spell

diff --git a/ChangeLog b/ChangeLog
index 4525a08..d0a200a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-26 George Sherwood <gsherwood AT sourcemage.org>
+ * devel/boo: new spell
+
2008-09-24 George Sherwood <gsherwood AT sourcemage.org>
* chat-libs/ptlib: new spell needed for ekiga

diff --git a/devel/boo/DEPENDS b/devel/boo/DEPENDS
new file mode 100755
index 0000000..50cd531
--- /dev/null
+++ b/devel/boo/DEPENDS
@@ -0,0 +1 @@
+depends mono
diff --git a/devel/boo/DETAILS b/devel/boo/DETAILS
new file mode 100755
index 0000000..d9cb117
--- /dev/null
+++ b/devel/boo/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=boo
+ VERSION=0.8.2.2960
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://dist.codehaus.org/${SPELL}/distributions/${SOURCE}
+
SOURCE_HASH=sha512:98279a76d1b35c04d9bd5ba209faa75f1f21c597c422543b61fca30cb2b948ae1aa4686ae591f079095072105a009330faf8f89517b9df192859382433fb38ea
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://boot.codehaus.org";
+ LICENSE[0]=GPL
+ ENTERED=20080926
+ SHORT="a object oriented statically typed programming language"
+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
diff --git a/devel/boo/HISTORY b/devel/boo/HISTORY
new file mode 100644
index 0000000..3ffb73d
--- /dev/null
+++ b/devel/boo/HISTORY
@@ -0,0 +1,3 @@
+2008-09-26 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (6a71dfd2a46fe061070292c57fdd2a75f95d2035), George Sherwood, 09/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page