pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/opensource-cobol Update to 1.4.0J



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7007af8914f
branches:  trunk
changeset: 649825:d7007af8914f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Apr 11 00:44:34 2015 +0000

description:
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

diffstat:

 lang/opensource-cobol/Makefile |  8 +++-----
 lang/opensource-cobol/distinfo |  9 ++++-----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (39 lines):

diff -r 206df78ddcf6 -r d7007af8914f lang/opensource-cobol/Makefile
--- a/lang/opensource-cobol/Makefile    Fri Apr 10 22:01:43 2015 +0000
+++ b/lang/opensource-cobol/Makefile    Sat Apr 11 00:44:34 2015 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.osscons.jp/osscobol/
@@ -12,8 +12,6 @@
 
 CONFLICTS=             opencobol-[0-9]* open-cobol-ce-[0-9]*
 
-WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
-
 BDB_ACCEPTED=          db4
 
 GNU_CONFIGURE=         yes
diff -r 206df78ddcf6 -r d7007af8914f lang/opensource-cobol/distinfo
--- a/lang/opensource-cobol/distinfo    Fri Apr 10 22:01:43 2015 +0000
+++ b/lang/opensource-cobol/distinfo    Sat Apr 11 00:44:34 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index