pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/algol68g



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Sat Aug 26 15:18:57 UTC 2023

Modified Files:
        pkgsrc/lang/algol68g: Makefile PLIST distinfo

Log Message:
lang/algol68g: update to version 3.3.5

Version 3.3.1-5, August 2023
* Minor fixes.

Version 3.3.0, August 2023
* Minor fixes.
* Add procedure "https content" (UNIX).
* Add procedures "puts", "gets", "putsf", "getsf" and
  "string", "stringf".

Version 3.2.1, July 2023
* Minor fixes.
* Distribution updates.

Version 3.2.0, June 2023
* Enable CLANG as (optional) back-end plugin compiler, as alternative for GCC.

Version 3.1.1-3.1.9, January/May 2023
* Fix configuration bug preventing building on Cygwin.
* Fix undefined errno upon succesful relpath call on some systems.
* Distribution update.
* Minor bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/algol68g/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/algol68g/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/algol68g/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/algol68g/Makefile
diff -u pkgsrc/lang/algol68g/Makefile:1.24 pkgsrc/lang/algol68g/Makefile:1.25
--- pkgsrc/lang/algol68g/Makefile:1.24  Wed Mar 29 10:11:12 2023
+++ pkgsrc/lang/algol68g/Makefile       Sat Aug 26 15:18:57 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/03/29 10:11:12 rhialto Exp $
+# $NetBSD: Makefile,v 1.25 2023/08/26 15:18:57 rhialto Exp $
 
-DISTNAME=      algol68g-3.1.4
+DISTNAME=      algol68g-3.3.5
 CATEGORIES=    lang
 MASTER_SITES=  http://jmvdveer.home.xs4all.nl/
 

Index: pkgsrc/lang/algol68g/PLIST
diff -u pkgsrc/lang/algol68g/PLIST:1.5 pkgsrc/lang/algol68g/PLIST:1.6
--- pkgsrc/lang/algol68g/PLIST:1.5      Wed Mar 29 10:11:12 2023
+++ pkgsrc/lang/algol68g/PLIST  Sat Aug 26 15:18:57 2023
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2023/03/29 10:11:12 rhialto Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/08/26 15:18:57 rhialto Exp $
 bin/a68g
 include/algol68g/a68g-common.h
-include/algol68g/a68g-compiler.h
 include/algol68g/a68g-config.h
 include/algol68g/a68g-config.win32.h
 include/algol68g/a68g-defines.h
@@ -18,6 +17,7 @@ include/algol68g/a68g-lib.h
 include/algol68g/a68g-listing.h
 include/algol68g/a68g-masks.h
 include/algol68g/a68g-math.h
+include/algol68g/a68g-moids.h
 include/algol68g/a68g-mp.h
 include/algol68g/a68g-nil.h
 include/algol68g/a68g-numbers.h
@@ -26,6 +26,7 @@ include/algol68g/a68g-options.h
 include/algol68g/a68g-parser.h
 include/algol68g/a68g-physics.h
 include/algol68g/a68g-platform.h
+include/algol68g/a68g-plugin.h
 include/algol68g/a68g-postulates.h
 include/algol68g/a68g-prelude-gsl.h
 include/algol68g/a68g-prelude-mathlib.h

Index: pkgsrc/lang/algol68g/distinfo
diff -u pkgsrc/lang/algol68g/distinfo:1.16 pkgsrc/lang/algol68g/distinfo:1.17
--- pkgsrc/lang/algol68g/distinfo:1.16  Wed Mar 29 10:11:12 2023
+++ pkgsrc/lang/algol68g/distinfo       Sat Aug 26 15:18:57 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2023/03/29 10:11:12 rhialto Exp $
+$NetBSD: distinfo,v 1.17 2023/08/26 15:18:57 rhialto Exp $
 
-BLAKE2s (algol68g-3.1.4.tar.gz) = 1812f1ebdaf6562aaafa6bc5671dbeeab68a1003be81528306fc23f63baf9697
-SHA512 (algol68g-3.1.4.tar.gz) = 3d8522edc5ed721c7b4fc5534fc3db350ca5a33cbbd8aa6b8c6a4840cd90ba415ca01ba0e6d6573a4cedfd9f72a294bbe56252b161b97fcc9596386692cc9170
-Size (algol68g-3.1.4.tar.gz) = 618962 bytes
+BLAKE2s (algol68g-3.3.5.tar.gz) = 48e3e00a3e59fed6d7bab565301bf70aa760653e8a78f6ec966688401ff5eb87
+SHA512 (algol68g-3.3.5.tar.gz) = a1f18f482613c34c6e2efbbf20a8c106da9153f09b85ad5ff741d420425f73e6340ab4ab2fd8b70cc31d0b5c983373fa3be6e499c4e7008787c75fd81dd3ae4b
+Size (algol68g-3.3.5.tar.gz) = 659011 bytes
 SHA1 (patch-src_a68g_a68g-options.c) = bd659a155d0a6ee835e42868a0eaac9c4a7d9824



Home | Main Index | Thread Index | Old Index