Commit graph

11 commits

Author SHA1 Message Date
roy
8ca06b09c1 Use the curses framework. 2017-01-05 15:36:24 +00:00
ryoon
792e962ab6 Update to 1.5.1J
* Fix PR pkg/51738 from Oshima-san

Changelog:
* Changes in opensource COBOL 1.5.1J

** Bug fixes

*** build error on Windows.

*** test failure caused by missing inline-function declarations on gcc5.

*** compiler warnings on v1.3 or later.

** Changes

*** update solution file in Visual Studio to 2015.

-----------------------------------------------------------------------

* Changes in opensource COBOL 1.5.0J

** New features

*** ADD new functions and features.
    (1) Add a new function "C$CALLEDBY".
        This gets the program name that called itself.
    (2) Add a new function "C$LIST-DIRECTORY".
        This gets the list of files in the target directory.
    (3) Add a new feature "CANCEL ALL".
        This cancel subprogram and all subprograms that callded by it.
2016-12-25 00:11:56 +00:00
agc
54622f28e2 Add SHA512 digests for distfiles for lang category
Problems found with existing digests:
	Package nhc98 distfile nhc98src-1.22.tar.gz
	a8adc8f22371998ee0657bc0e01058a57d876abc [recorded]
	81975fcb5f1dda5efeaabc30ce8c6dceae55e591 [calculated]

Problems found locating distfiles:
	Package gcc-aux: missing distfile ada-bootstrap.i386.dragonfly.36A.tar.bz2
	Package gcc-aux: missing distfile ada-bootstrap.i386.freebsd.84.tar.bz2
	Package gcc-aux: missing distfile ada-bootstrap.x86_64.dragonfly.36A.tar.bz2
	Package gcc-aux: missing distfile ada-bootstrap.x86_64.freebsd.84.tar.bz2
	Package gcc-aux: missing distfile ada-bootstrap.x86_64.solaris.511.tar.bz2
	Package gcc5-aux: missing distfile ada-bootstrap.i386.dragonfly.36A.tar.bz2
	Package gcc5-aux: missing distfile ada-bootstrap.i386.freebsd.84.tar.bz2
	Package gcc5-aux: missing distfile ada-bootstrap.x86_64.dragonfly.36A.tar.bz2
	Package gcc5-aux: missing distfile ada-bootstrap.x86_64.freebsd.84.tar.bz2
	Package gcc5-aux: missing distfile ada-bootstrap.x86_64.solaris.511.tar.bz2
	Package ghc7: missing distfile ghc-7.6.3-boot-i386-unknown-freebsd.tar.xz
	Package icc11: missing distfile l_cproc_p_11.1.080.tgz
	Package jini: missing distfile jini-1_2_1_001-src.zip
	Package oo2c: missing distfile oo2c_32-2.0.11.tar.bz2
	Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz
	Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-5-i386-20150301.tar.xz
	Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-6-i386-20150301.tar.xz
	Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz
	Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz
	Package openjdk7: missing distfile openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2
	Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz
	Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-5-i386-20150301.tar.xz
	Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-6-i386-20150301.tar.xz
	Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz
	Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz
	Package openjdk8: missing distfile openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2
	Package oracle-jdk8: missing distfile jdk-8u60-linux-i586.tar.gz
	Package oracle-jdk8: missing distfile jdk-8u60-solaris-x64.tar.gz
	Package oracle-jre8: missing distfile jre-8u60-linux-i586.tar.gz
	Package oracle-jre8: missing distfile jre-8u60-solaris-x64.tar.gz
	Package sun-jdk6: missing distfile jdk-6u45-linux-i586.bin
	Package sun-jdk6: missing distfile jdk-6u45-solaris-i586.sh
	Package sun-jdk7: missing distfile jdk-7u72-linux-i586.tar.gz
	Package sun-jdk7: missing distfile jdk-7u72-solaris-i586.tar.gz
	Package sun-jre6: missing distfile jce_policy-6.zip
	Package sun-jre6: missing distfile jre-6u45-linux-x64.bin
	Package sun-jre6: missing distfile jre-6u45-solaris-x64.sh
	Package sun-jre7: missing distfile jre-7u72-linux-i586.tar.gz
	Package sun-jre7: missing distfile jre-7u72-solaris-i586.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 22:50:31 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
ryoon
6f811d3a35 Remove unused patch.
Thank you, wiz@.
2015-04-16 23:13:49 +00:00
ryoon
6f2a334e42 Update to 1.4.0J
CHangelog:
* Changes in opensource COBOL 1.4.0J

** New features

*** Supports for Microsoft Windows ( Visual Studio and CL compiler )
    Added win32 directory in opensource COBOL package, and prepared Solution Files for Visual Studio.

*** Enhanced CUI features
    (1) Add a new function "CBL_OC_KEISEN".
        This displays a KEISEN ( vertical or horizontal ruled lines ) on the screen.
    (2) Supports SJIS multi-byte character input and output on the screen.

** Changes

*** Added VBISAM to the opensource COBOL package

*** Fixed not to abandon REPLACE after following COPY REPLACING has done

*** Though old style STOP statement maybe skipped, it should be still at least recognized as non-nil statement on empty check

*** Stop editing initial value of national-edited item

*** Changed NATIONAL comparison to be independent on COLLATING SEQUENCE setting

*** Fixed memory leaks in decoding national words

*** Fixed behavior of COPY REPLACING LEADING/TRAILING according to the standard

*** Fixed undecoded national item names appear in runtime messages

*** Fixed undecoded national item names appear in compilation messages

*** Prefixing/Suffixing should have no effect on FILLER item

*** Fixed compilation error on some SOURCE FORMAT FREE usage

*** Fixed bug in field subscript boundary check in cond expression

*** Preserve system time when date is modified by COB_DATE

*** Avoid reporting wrong section/paragraph name in error message

*** Fixed bug in reference modification boundary check in MOVE statement

*** Fixed initialization bug of ZonedDecimal variable defined as SIGN SEPARATE

*** Fixed initialization bug of ZonedDecimal variable when using -fsign-ebcdic option

** Other Updates

*** added and enhanced some tests

*** updated message catalog for 'ja'

*** bug fix some problem
2015-04-11 00:44:34 +00:00
ryoon
9573a3c4b3 Add missing patch 2014-03-16 04:53:14 +00:00
ryoon
33cf811855 Update 1.3.2J
Fix PR pkg/48659 from Yasushi Oshima.
* Enable UTF-8 support

Changelog:
* Changes in opensource COBOL 1.3.2J

** New features

*** Merged OpenCOBOL 1.1CE updates.
    *** Thanks to The OpenCOBOL Project! ***

*** New compiler warning option: -Wcompat
    (1) multiply after division in a numeric expression
    (2) GO TO over the SECTION boundary
    (3) X, NX Literal usage

*** Supports for compatibility issues found in existing COBOL programs:

*** "COPY JOINING AS PREFIX/SUFFIX", "COPY PREFIXING/SUFFIXING"

*** 'OR' in "GREATER/LESS THAN OR EQUAL" to optional

*** Treat full-width spaces as blank(token delimiter) in source text

*** accept data description without period

*** accept SPECIAL-NAMES without period

*** accept IO-CONTROL without period

*** accept syntax of INDEXED before KEY in OCCURS clause

*** ND, NX Literal, and N, NC Literal in SJIS mode

*** RESERVE "NO" in SELECT statement - syntactically accepted, no functionality

*** cheating DATE value by environment variable (set COB_DATE=yyyy/mm/dd)

*** put sort/merge result record count on console (when set COB_VERBOSE=Y)

*** implicitly substitute WRITE with REWRITE on the file opened in I-O mode (when set COB_IO_ASSUME_REWRITE=Y)

*** treat sign-nibble 'C' as 'F' in unsigned packed numeric value, when also type checking.

*** added another device naming format in assign clause (conf.parameter assign-clause: jph1)

*** UPSI 0-7 aliased to SWITCH1-8

*** INVALID KEY for sequential READ/WRITE (conf.parameter use-invalidkey-handler-on-status34)

*** COBOL68 style COPY semantics in data description clause (conf.parameter cobol68-copy-in-data-description)

*** accept key field name on right hand side of WHEN expression in SEARCH statement (conf.parameter allow-search-key-in-rhs)

*** added optional "IS" for SORT KEY spec. syntax

*** ignore "RECORD CONTAINS" (conf.parameter ignore-invalid-record-contains)

** Changes

*** omit checking field reference in DATA RECORDS

*** improve parser error recovery and source line-number in messages

** Other Updates

*** added some tests

*** updated message catalog for 'ja'

*** fixed bug in decording multibytes chars in section/paragraph name in compile messages

-----------------------------------------------------------------------

* Changes in opensource COBOL 1.3.1J

** New features

*** Enhanced SPLIT KEY support also accepts multiple key items specified for RECORD KEY.

*** Added SPLIT KEY support to START statement.

*** Added compilation warning that SPLIT KEY is currently only available on VB-ISAM
    (and other ISAM compatibles).

*** Conditional compiler directive $IF.

*** Automatic file creation on opening non exisiting file for I-O, EXTEND.

*** Added DELETE FILE statement.

** Bug fixes

*** Fixed the problem that COPY statement ignores the last line of each copybook when
    it does not end with line break. Actually same as opensource COBOL 1.2J, applied
    again to repair corruption in recent changes.

*** Restored compilation warning for KEY phrase in READ statement on the SEQUENTIAL
    mode file. It seemed to have been corrupted in recent changes.

*** Fixed problem that DYNAMIC phrase has no effect when -assign_external option is
    specified.

*** Fixed problem that some options are never passed to READ routine in USERFH.

*** Fixed problem of build time causes error when no curses library given.

*** Fixed some segfault on compilation error.

*** Fixed problem eliminates record length information on READing, SORTing variable
    length record.

*** Fixed internal error on long Japanese word in PROGRAM-ID.
2014-03-16 04:52:42 +00:00
ryoon
d879a51f6d Set CONFLICTS. 2013-05-26 04:15:40 +00:00
ryoon
029afffdcc Import opensource-cobol-1.3J as lang/opensource-cobol.
opensource COBOL is based on OpenCOBOL compiler and has some
extensions used in Japan. It translate COBOL programs to C code
and compiles it using GCC.
This package tracks opensource COBOL UTF-8 version.
2013-05-26 01:31:53 +00:00