Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2025 01:29:56 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cc07abae5c12 - main - lang/algol68g: update Algol 68 Genie to version 3.5.12
Message-ID:  <202501150129.50F1TuJn017315@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cc07abae5c123b9f56d71818ee3df8d66fb48746

commit cc07abae5c123b9f56d71818ee3df8d66fb48746
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-01-15 01:28:18 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-01-15 01:28:18 +0000

    lang/algol68g: update Algol 68 Genie to version 3.5.12
    
    While here, provide more accurate COMMENT and elaborate
    port description, listing some of the offered features.
    
    Reported by:    portscout
---
 lang/algol68g/Makefile  | 4 ++--
 lang/algol68g/distinfo  | 6 +++---
 lang/algol68g/pkg-descr | 9 ++++++---
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile
index eed2fab2f37e..992cc82b5b72 100644
--- a/lang/algol68g/Makefile
+++ b/lang/algol68g/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	algol68g
-PORTVERSION=	3.5.10
+PORTVERSION=	3.5.12
 CATEGORIES=	lang
 MASTER_SITES=	https://jmvdveer.home.xs4all.nl/ LOCAL/danfe
 
 MAINTAINER=	danfe@FreeBSD.org
-COMMENT=	Algol 68 Genie compiler
+COMMENT=	Algol 68 Genie hybrid compiler-interpreter
 WWW=		https://www.xs4all.nl/~jmvdveer/algol.html
 
 LICENSE=	GPLv3+
diff --git a/lang/algol68g/distinfo b/lang/algol68g/distinfo
index 70b809fb8e02..3be7cb50535f 100644
--- a/lang/algol68g/distinfo
+++ b/lang/algol68g/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733000905
-SHA256 (algol68g-3.5.10.tar.gz) = f4d1c8a99afcfc5414134aad5999c1505619449dbccd3d7702269b36264cfa1c
-SIZE (algol68g-3.5.10.tar.gz) = 662366
+TIMESTAMP = 1736695612
+SHA256 (algol68g-3.5.12.tar.gz) = 720ab4411d589180a85ba1d4c63c90b5a77e9be1b345e27c25ceb743d88cd71f
+SIZE (algol68g-3.5.12.tar.gz) = 662372
diff --git a/lang/algol68g/pkg-descr b/lang/algol68g/pkg-descr
index 0679719ed1c3..e673a1401471 100644
--- a/lang/algol68g/pkg-descr
+++ b/lang/algol68g/pkg-descr
@@ -1,5 +1,8 @@
 The development of Algol played an important role in establishing
-computer science as an academic discipline. The Algol 68 Genie project
+computer science as an academic discipline.  The Algol 68 Genie project
 preserves Algol 68 out of educational as well as scientific-historical
-interest, by making available Algol 68 Genie; a recent, well-featured
-implementation written from scratch.
+interest, by making a modern, well-featured hybrid compiler-interpreter
+written from scratch, which ranks among the most complete Algol 68
+implementations.  It features arbitrary precision arithmetic, complex
+numbers, parallel processing, partial parameterization, and formatted
+transput, as well as support for curses, regular expressions, and sound.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501150129.50F1TuJn017315>