[Lunar-commits] <moonbase> gforth: Bringing in from zbeta and adding a hard DEPENDS.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Feb 20 15:59:12 CET 2010
commit 2af740cb013c42907756dd341565015d6bc56336
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Feb 20 09:59:12 2010 -0500
gforth: Bringing in from zbeta and adding a hard DEPENDS.
---
compilers/gforth/DEPENDS | 1 +
compilers/gforth/DETAILS | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/compilers/gforth/DEPENDS b/compilers/gforth/DEPENDS
new file mode 100644
index 0000000..cb7f644
--- /dev/null
+++ b/compilers/gforth/DEPENDS
@@ -0,0 +1 @@
+depends emacs
diff --git a/compilers/gforth/DETAILS b/compilers/gforth/DETAILS
new file mode 100644
index 0000000..f18e066
--- /dev/null
+++ b/compilers/gforth/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=gforth
+ VERSION=0.7.0
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=${GNU_URL}/${MODULE}/
+ SOURCE_VFY=sha1:5bb357268cba683f2a8c63d2a4bcab8f41cb0086
+ WEBSITE=http://www.gnu.org/software/gforth/
+ ENTERED=20081019
+ UPDATED=20081110
+ SHORT="A Forth compiler/interpreter"
+
+PSAFE=no
+cat << EOF
+GForth is the GNU implementation of Forth, a simple and fast
+stack-based language that can be interpreted or compiled.
+
+GForth is ANS-Forth compliant, but includes a number of useful
+extensions. It also includes documentation and tutorials in INFO
+format.
+EOF
+
More information about the Lunar-commits
mailing list