From a5b1756b9a7d598280a8171b08e05a70fa369035 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sat, 11 Apr 2015 00:44:34 +0000 Subject: 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 --- lang/opensource-cobol/Makefile | 8 +++----- lang/opensource-cobol/distinfo | 9 ++++----- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'lang') diff --git a/lang/opensource-cobol/Makefile b/lang/opensource-cobol/Makefile index 5c25dd0530d..eed2bcd3004 100644 --- a/lang/opensource-cobol/Makefile +++ b/lang/opensource-cobol/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2014/03/16 04:52:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2015/04/11 00:44:34 ryoon Exp $ -DISTNAME= opensource-cobol-1.3.2J-utf8 +DISTNAME= opensource-cobol-1.4.0J-utf8 PKGNAME= ${DISTNAME:S/-utf8//} CATEGORIES= lang -MASTER_SITES= -http://www.osscons.jp/osscobol/files/?action=cabinet_action_main_download&block_id=414&room_id=21&cabinet_id=11&file_id=193&upload_id=388 +MASTER_SITES= -http://www.osscons.jp/osscobol/files/?action=cabinet_action_main_download&block_id=414&room_id=21&cabinet_id=11&file_id=289&upload_id=564 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://www.osscons.jp/osscobol/ @@ -12,8 +12,6 @@ LICENSE= gnu-gpl-v2 CONFLICTS= opencobol-[0-9]* open-cobol-ce-[0-9]* -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} - BDB_ACCEPTED= db4 GNU_CONFIGURE= yes diff --git a/lang/opensource-cobol/distinfo b/lang/opensource-cobol/distinfo index 833eedf1cd1..16e2b1709a5 100644 --- a/lang/opensource-cobol/distinfo +++ b/lang/opensource-cobol/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/03/16 04:52:42 ryoon Exp $ +$NetBSD: distinfo,v 1.3 2015/04/11 00:44:34 ryoon Exp $ -SHA1 (opensource-cobol-1.3.2J-utf8.tar.gz) = d2accfa0b7dc0efce48c06ff1be98c267c1a0ab4 -RMD160 (opensource-cobol-1.3.2J-utf8.tar.gz) = cfdc3f3892bcd75ca83215e4346e5a3e37e28763 -Size (opensource-cobol-1.3.2J-utf8.tar.gz) = 1204733 bytes -SHA1 (patch-bin_Makefile.in) = fa71482bedd5bf6fade229db0c464691109fd6be +SHA1 (opensource-cobol-1.4.0J-utf8.tar.gz) = 24b8dd2b1ea8269f296889351fcfd906da84b207 +RMD160 (opensource-cobol-1.4.0J-utf8.tar.gz) = 2c48df0c04f20a19ef801e9da212fb0bf2fa50e3 +Size (opensource-cobol-1.4.0J-utf8.tar.gz) = 1709635 bytes -- cgit v1.2.3