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.5.1J
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf5fbea10952
branches: trunk
changeset: 356268:cf5fbea10952
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Dec 25 00:11:56 2016 +0000
description:
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.
diffstat:
lang/opensource-cobol/Makefile | 7 +++----
lang/opensource-cobol/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (32 lines):
diff -r ae3e571989b9 -r cf5fbea10952 lang/opensource-cobol/Makefile
--- a/lang/opensource-cobol/Makefile Sat Dec 24 21:45:52 2016 +0000
+++ b/lang/opensource-cobol/Makefile Sun Dec 25 00:11:56 2016 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2015/08/18 07:31:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/12/25 00:11:56 ryoon Exp $
-DISTNAME= opensource-cobol-1.4.0J-utf8
+DISTNAME= opensource-cobol-1.5.1J-utf8
PKGNAME= ${DISTNAME:S/-utf8//}
-PKGREVISION= 2
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=289&upload_id=564
+MASTER_SITES= -https://www.osscons.jp/osscobol/files/?action=cabinet_action_main_download&block_id=414&room_id=21&cabinet_id=11&file_id=382&upload_id=761
MAINTAINER= ryoon%NetBSD.org@localhost
HOMEPAGE= http://www.osscons.jp/osscobol/
diff -r ae3e571989b9 -r cf5fbea10952 lang/opensource-cobol/distinfo
--- a/lang/opensource-cobol/distinfo Sat Dec 24 21:45:52 2016 +0000
+++ b/lang/opensource-cobol/distinfo Sun Dec 25 00:11:56 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 22:50:40 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/12/25 00:11:56 ryoon Exp $
-SHA1 (opensource-cobol-1.4.0J-utf8.tar.gz) = 24b8dd2b1ea8269f296889351fcfd906da84b207
-RMD160 (opensource-cobol-1.4.0J-utf8.tar.gz) = 2c48df0c04f20a19ef801e9da212fb0bf2fa50e3
-SHA512 (opensource-cobol-1.4.0J-utf8.tar.gz) = 75c624796b5fe581da9b9a1c4e0621a4883b70d51e470f8d2a1e2f6d08b901134fbf1d26d20256c47d6982d3a214b6829ecd0c7176ed1ff14191226545290dec
-Size (opensource-cobol-1.4.0J-utf8.tar.gz) = 1709635 bytes
+SHA1 (opensource-cobol-1.5.1J-utf8.tar.gz) = eda4191aff9e05b569fe4024a26dab187a00c3f6
+RMD160 (opensource-cobol-1.5.1J-utf8.tar.gz) = 1996eb2fcb7c3df86e8ab3dd51652720bed4ba6e
+SHA512 (opensource-cobol-1.5.1J-utf8.tar.gz) = d61127229127bd8e60de018cf05fae70876a757452e8dc4f0d98a6d866332018cf4ba8b0bb3c14f0a9de540bd3a5bb8f870803d8d71967f0dcd416463e9d4a11
+Size (opensource-cobol-1.5.1J-utf8.tar.gz) = 1744325 bytes
Home |
Main Index |
Thread Index |
Old Index