Skip to content

Commit

Permalink
lang/algol68g: update Algol 68 Genie to the latest version 3.3.0
Browse files Browse the repository at this point in the history
Apart from usual minor fixes, this release adds WWW/cURL support and
a number of new procedures: "https content", "puts", "gets", "putsf",
"getsf", "string", "stringf".

Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Aug 16, 2023
1 parent 59decf3 commit 5dfddf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions lang/algol68g/Makefile
@@ -1,5 +1,5 @@
PORTNAME= algol68g
PORTVERSION= 3.2.0
PORTVERSION= 3.3.0
CATEGORIES= lang
MASTER_SITES= https://jmvdveer.home.xs4all.nl/

Expand All @@ -13,8 +13,11 @@ USES= readline
GNU_CONFIGURE= yes
TEST_TARGET= check

OPTIONS_DEFINE= GSL PGSQL PLOTUTILS RMATH
OPTIONS_DEFAULT= GSL PGSQL PLOTUTILS RMATH
OPTIONS_DEFINE= CURL GSL PGSQL PLOTUTILS RMATH
OPTIONS_DEFAULT= CURL GSL PGSQL PLOTUTILS RMATH

CURL_LIB_DEPENDS= libcurl.so:ftp/curl
CURL_CONFIGURE_ENABLE= curl

GSL_DESC= Bindings for GNU Scientific Library
GSL_LIB_DEPENDS= libgsl.so:math/gsl
Expand Down
6 changes: 3 additions & 3 deletions lang/algol68g/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1686401126
SHA256 (algol68g-3.2.0.tar.gz) = 964a32a39de074dff235d2baba21e2b31c8b1855a537b98c62cc36cceff8bf89
SIZE (algol68g-3.2.0.tar.gz) = 633360
TIMESTAMP = 1692106116
SHA256 (algol68g-3.3.0.tar.gz) = bc159c355563d1db303131a75893f0c9ffc630589ab5fc5209b2eb2bfb5990bb
SIZE (algol68g-3.3.0.tar.gz) = 657751

0 comments on commit 5dfddf9

Please sign in to comment.