summaryrefslogtreecommitdiff
path: root/lang/gnucobol/PLIST
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-10-15 13:40:40 +0000
committerwen <wen@pkgsrc.org>2016-10-15 13:40:40 +0000
commit0e13769e6e8a5ce34d92c5937635e63a83d328c3 (patch)
tree8d22b308a941a8631e116271be57a57c4357d5cf /lang/gnucobol/PLIST
parent4b2e48c637c36bf62c19f3e43a5857b68e663c23 (diff)
downloadpkgsrc-0e13769e6e8a5ce34d92c5937635e63a83d328c3.tar.gz
Update to 2.0rc1
Add LICENSE Upstream changes: * 20160813 GnuCOBOL 2.0rc1 ** User Defined Functions ** New cobc options: *** -t listing, -T wide listing, --tlines=lines, lines per page of listing *** -K <entry>, entry point compile static *** -i -info, display build/environment *** -j -job=args, run job after compile *** -P, generate preprocessor listing *** -Xref, generate cross reference (requires cobxref) *** -A, add options to C compile phase *** -Q, add options to C link phase *** -D define symbol for Compiler Directive Facility *** -f<tag>=value override .conf configuration setting *** -list-reserved, -list-intrinsics, -list-mnemonics, -list-system *** -W enable ALL warnings (more than -Wall, which excludes some) *** -Wunreachable report on unreachable statements *** -Wprototypes warn missing FUNCTION prototypes/definitions *** -fmfcomment * or / in column 1 as comment *** -facucomment $ in idicator area treated as *, | treated as *> *** Many compiler messaging changes, refactored for translation *** input filename of '-' reads source from standard in *** New -std=cobol2014 *** new configuration settings **** call-overflow, literal-length, numeric-literal-length **** specify-reserved-words ** New cobcrun options: *** -i -info, display build/environment *** -r -runtime-env, display runtime configuration *** -c -config, set runtime config from file *** -M -module, set path/module name when looking for entry ** New build features *** coloured textsuite output *** Windows(tm) Visual Studio build support files added to source tree ** New GnuCOBOL features *** User Defined Functions, FUNCTION-ID. *** Most of the COBOL 2014 spec Compiler Directive Facility is in *** Spanish and Dutch messages along with English and Japanese *** More C/C++ reserved words tested to avoid conflicts *** screen IO, many extended ACCEPT DISPLAY screen section changes *** stricter ordering of CONFIGURATION SECTION paragraphs *** PICTURE clause, more to COBOL 2014 spec *** ACCEPT OMITTED, waits for return/enter *** More Intrinsic Functions, including ISO 8601 FORMATTED-DATE and TIME *** Changes to INITIAL and RECURSIVE program handling, needs to improve more *** More IEEE numeric types added, FLOAT-DECIMAL-16, FLOAT-DECIMAL-34, etc *** More SWITCHes, from SWITCH-01 to SWITCH-36 *** TALLY special register predefined *** More literal types added, numeric boolean etc. *** Nested OCCURS DEPENDING ON (when proper config settings *** comment keywords in IDENTIFICATION DIVISION treated as end-of-line comments *** PROCEDURE DIVISION RETURNING OMITTED support matching void C functions *** New system functions **** CBL_OC_HOSTED - provides access to C extern variables, like stdin, errno *** More support for EC-exception codes *** SET LAST EXCEPTION TO OFF * All files created by GnuCOBOL runtime use the same file permission settings now: COB_FILE_MODE which was changed to 0666
Diffstat (limited to 'lang/gnucobol/PLIST')
-rw-r--r--lang/gnucobol/PLIST9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/gnucobol/PLIST b/lang/gnucobol/PLIST
index af242331838..3c4aeccc7c7 100644
--- a/lang/gnucobol/PLIST
+++ b/lang/gnucobol/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/07/01 14:23:55 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/10/15 13:40:40 wen Exp $
bin/cob-config
bin/cobc
bin/cobcrun
@@ -9,13 +9,19 @@ include/libcob/exception.def
info/gnucobol.info
lib/gnu-cobol/CBL_OC_DUMP.so
lib/libcob.la
+man/man1/cobc.1
+man/man1/cobcrun.1
+share/gnu-cobol/config/acu.conf
share/gnu-cobol/config/bs2000.conf
share/gnu-cobol/config/cobol2002.conf
+share/gnu-cobol/config/cobol2014.conf
share/gnu-cobol/config/cobol85.conf
share/gnu-cobol/config/default.conf
share/gnu-cobol/config/ibm.conf
share/gnu-cobol/config/mf.conf
share/gnu-cobol/config/mvs.conf
+share/gnu-cobol/config/runtime.cfg
+share/gnu-cobol/config/runtime_empty.cfg
share/gnu-cobol/copy/screenio.cpy
share/gnu-cobol/copy/sqlca.cpy
share/gnu-cobol/copy/sqlda.cpy
@@ -23,3 +29,4 @@ share/locale/en@boldquot/LC_MESSAGES/gnu-cobol.mo
share/locale/en@quot/LC_MESSAGES/gnu-cobol.mo
share/locale/es/LC_MESSAGES/gnu-cobol.mo
share/locale/ja/LC_MESSAGES/gnu-cobol.mo
+share/locale/nl/LC_MESSAGES/gnu-cobol.mo