[Lunar-commits] <moonbase> open-cobol: Initial import. Well, why not.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Fri Nov 14 13:05:49 CET 2008
commit e2b744df14f6031987f9d7c3e573e9cd92a2b3ea
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Fri Nov 14 07:05:49 2008 -0500
open-cobol: Initial import. Well, why not.
---
compilers/open-cobol/DEPENDS | 5 +++++
compilers/open-cobol/DETAILS | 22 ++++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/compilers/open-cobol/DEPENDS b/compilers/open-cobol/DEPENDS
new file mode 100644
index 0000000..9aa8d1c
--- /dev/null
+++ b/compilers/open-cobol/DEPENDS
@@ -0,0 +1,5 @@
+depends gettext
+depends gmp
+
+optional_depends db "" "" "for database support"
+optional_depends ncurses "" "" "for Screen Section support"
diff --git a/compilers/open-cobol/DETAILS b/compilers/open-cobol/DETAILS
new file mode 100644
index 0000000..b4107c0
--- /dev/null
+++ b/compilers/open-cobol/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=open-cobol
+ VERSION=1.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:4c0930a74e92014317b2f237aaedc90acc2b72df
+ WEB_SITE=http://www.opencobol.org/
+ ENTERED=20081114
+ UPDATED=20081114
+ SHORT="open-source COBOL compiler"
+
+cat << EOF
+OpenCOBOL is an open-source COBOL compiler. OpenCOBOL implements a substantial
+part of the COBOL 85 and COBOL 2002 standards, as well as many extensions of
+the existent COBOL compilers.
+
+OpenCOBOL translates COBOL into C and compiles the translated code using the
+native C compiler. You can build your COBOL programs on various platforms,
+including Unix/Linux, Mac OS X, and Microsoft Windows.
+
+The compiler is licensed under GNU General Public License.
+The run-time library is licensed under GNU Lesser General Public License.
+EOF
More information about the Lunar-commits
mailing list