Difference between revisions of "Gnucobol"

From Free Software Directory
Jump to: navigation, search
m (person info)
(gnucobol-3.2)
Line 5: Line 5:
  
 
GnuCOBOL translates COBOL into C and compiles the translated code using a native C compiler.
 
GnuCOBOL translates COBOL into C and compiles the translated code using a native C compiler.
|Homepage URL=https://www.gnu.org/software/gnucobol/
+
|Homepage URL=https://gnucobol.sourceforge.io/
 +
|Version download=https://ftpmirror.gnu.org/gnucobol/gnucobol-3.2.tar.gz
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=svn checkout svn://svn.code.sf.net/p/gnucobol/code/trunk gnucobol-dev
 
|VCS checkout command=svn checkout svn://svn.code.sf.net/p/gnucobol/code/trunk gnucobol-dev
Line 17: Line 18:
 
|Version date=2020/06/30
 
|Version date=2020/06/30
 
|Version status=stable
 
|Version status=stable
|Version download=https://alpha.gnu.org/gnu/gnucobol/gnucobol-3.1-rc1.tar.xz
 
 
|Last review by=Fsf-mensch
 
|Last review by=Fsf-mensch
 
|Last review date=2020/08/24
 
|Last review date=2020/08/24
Line 30: Line 30:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=Bendikker
+
|License copyright=Copyright (C) 2001-2012, 2014-2022 Free Software Foundation, Inc.
|License verified date=2018/06/18
+
|License verified by=Genium
 +
|License verified date=2023-07-29
 
|License note=The GnuCOBOL compiler is licensed under GNU General Public License.
 
|License note=The GnuCOBOL compiler is licensed under GNU General Public License.
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=LGPLv3orlater
 
|License=LGPLv3orlater
|License verified by=Bendikker
+
|License copyright=Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2020 Free Software Foundation, Inc.
|License verified date=2018/06/18
+
|License verified by=Genium
 +
|License verified date=2023-07-29
 
|License note=The run-time library is licensed under GNU Lesser General Public License.
 
|License note=The run-time library is licensed under GNU Lesser General Public License.
 
}}
 
}}
Line 46: Line 48:
 
|Software-development=compiler
 
|Software-development=compiler
 
|Use=software-development
 
|Use=software-development
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=gnucobol
 
}}
 
}}
 
{{Person
 
{{Person
Line 82: Line 88:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref) (R)
+
|Resource audience=Savannah
|Resource URL=https://tracker.debian.org/pkg/gnucobol
+
|Resource kind=Developer
}}
 
{{Resource
 
|Resource audience=Debian (Ref)
 
|Resource URL=https://tracker.debian.org/pkg/gnucobol
 
}}
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
 
|Resource URL=https://savannah.gnu.org/projects/gnucobol/
 
|Resource URL=https://savannah.gnu.org/projects/gnucobol/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=SourceForge
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://sourceforge.net/p/gnucobol/code/HEAD/tree/
 
|Resource URL=https://sourceforge.net/p/gnucobol/code/HEAD/tree/
Line 112: Line 112:
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnucobol-messages/
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnucobol-messages/
}}
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 128: Line 124:
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=https://ftp.gnu.org/gnu/gnucobol/
 
|Resource URL=https://ftp.gnu.org/gnu/gnucobol/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/gnucobol/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 142: Line 142:
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/gnucobol
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://savannah.gnu.org/people/
+
|Resource URL=https://www.wikidata.org/wiki/Q7095747
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|VCS checkout command=svn checkout https://svn.code.sf.net/p/gnucobol/code/trunk gnucobol-code
 +
|Decommissioned or Obsolete=No
 +
|Version identifier=3.2
 +
|Version date=2023-07-28
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2023-07-29
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/gnucobol/gnucobol-3.2.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 09:17, 29 July 2023


[edit]

GnuCOBOL

https://gnucobol.sourceforge.io/
COBOL compiler and runtime.

GnuCOBOL is a modern COBOL compiler. It implements a substantial portion of the COBOL 85, COBOL 2002, COBOL 2014 and X/Open COBOL standards, as well as many extensions included in other COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others)

GnuCOBOL translates COBOL into C and compiles the translated code using a native C compiler.

Related Projects





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

29 July 2023

Notes

The GnuCOBOL compiler is licensed under GNU General Public License.

Verified by

Genium

Verified on

29 July 2023

Notes

The run-time library is licensed under GNU Lesser General Public License.




Leaders and contributors

Contact(s)Role
Ron Norman Contributor
Simon Sobisch Maintainer
Keisuke Nishida Original author
Sergey Kashyrin Contributor
Edward Hart Contributor
Roger While Old Maintainer
Brian Tiffin Contributor


Resources and communication

AudienceResource typeURI
Downloadhttps://ftp.gnu.org/gnu/gnucobol/
Generalhttps://translationproject.org/domain/gnucobol.html
SavannahDeveloperhttps://savannah.gnu.org/projects/gnucobol/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnucobol-messages/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnucobol-users/
Forumhttps://sourceforge.net/p/gnucobol/discussion/
Generalhttps://sourceforge.net/p/gnucobol/wiki/Home/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-gnucobol/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnucobol-dev/
WikidataGeneralhttps://www.wikidata.org/wiki/Q7095747
Downloadhttps://alpha.gnu.org/gnu/gnucobol/
SourceForgeVCS Repository Webviewhttps://sourceforge.net/p/gnucobol/code/HEAD/tree/
DebianDeveloperhttps://tracker.debian.org/pkg/gnucobol
Downloadhttps://ftpmirror.gnu.org/gnucobol/
Downloadhttps://sourceforge.net/projects/gnucobol/files/


Software prerequisites

This entry (in part or in whole) was last reviewed on 29 July 2023.




Entry












"Original author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"Old Maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.

















"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"SourceForge" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.
























"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.