Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (68f93dd44650500cbff8ca21b56892d016a74971)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (68f93dd44650500cbff8ca21b56892d016a74971)
  • Date: Tue, 30 May 2023 14:24:32 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
devel/algol68g/DEPENDS | 5 +++++
devel/algol68g/DETAILS | 21 +++++++++++++++++++++
devel/algol68g/HISTORY | 3 +++
4 files changed, 32 insertions(+)

New commits:
commit 68f93dd44650500cbff8ca21b56892d016a74971
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

devel/algol68g: new spell, algol68 programming language

diff --git a/ChangeLog b/ChangeLog
index 6102b5f..930e2a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-05-30 Conner Clere <xenanthropy AT sourcemage.org>
+ * devel/algol68g: new spell, implementation of algol68 programming
language
+
2023-05-21 Pavel Vinogradov <public AT sourcemage.org>
* libs/finalcut: new spell, a text-based widget toolkit

diff --git a/devel/algol68g/DEPENDS b/devel/algol68g/DEPENDS
new file mode 100755
index 0000000..81a907c
--- /dev/null
+++ b/devel/algol68g/DEPENDS
@@ -0,0 +1,5 @@
+depends PKG-CONFIG &&
+
+optional_depends plotutils '' '' 'plotlib support' &&
+optional_depends gsl '' '' 'gsl support' &&
+optional_depends mpfr '' '' 'MPFR support'
diff --git a/devel/algol68g/DETAILS b/devel/algol68g/DETAILS
new file mode 100755
index 0000000..905e571
--- /dev/null
+++ b/devel/algol68g/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=algol68g
+ VERSION=3.1.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://jmvdveer.home.xs4all.nl/${SOURCE}
+
SOURCE_HASH=sha256:6705656c29283ae2fc34276b1e628882e66ee0b982c30c19023427d0333f10fb
+ LICENSE[0]=GPL
+ WEB_SITE=https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html
+ ENTERED=20230530
+ KEYWORDS="devel algol"
+ SHORT="algol68 programming language"
+cat << EOF
+The Algol 68 Genie project preserves Algol 68 out of educational as well
+as scientific-historical interest, by making available a recent
implementation
+written from scratch by Marcel van der Veer, together with extensive
+documentation for both the language and this new implementation.
+
+Algol 68 Genie is free software distributed under the
+GNU General Public License; it is a fast compiler-interpreter which
+ranks among the most complete implementations of the language.
+EOF
diff --git a/devel/algol68g/HISTORY b/devel/algol68g/HISTORY
new file mode 100644
index 0000000..9d60232
--- /dev/null
+++ b/devel/algol68g/HISTORY
@@ -0,0 +1,3 @@
+2023-05-30 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, DETAILS: version 3.1.9, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (68f93dd44650500cbff8ca21b56892d016a74971), Conner Clere, 05/30/2023

Archive powered by MHonArc 2.6.24.

Top of Page