Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7bca885a2caca5de5c35b49629b44095d3590924)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7bca885a2caca5de5c35b49629b44095d3590924)
  • Date: Mon, 19 Jan 2015 08:15:26 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
devel/apl/DETAILS | 27 +++++++++++++++++++++++++++
devel/apl/HISTORY | 2 ++
3 files changed, 33 insertions(+)

New commits:
commit 7bca885a2caca5de5c35b49629b44095d3590924
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

apl: new spell, interpreter for the programming language APL

diff --git a/ChangeLog b/ChangeLog
index 77a979c..20ee072 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-19 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/apl: new spell, interpreter for the programming language
+ APL
+
2015-01-18 Ismael Luceno <ismael AT sourcemage.org>
* utils/dzen: new spell, general purpose messaging, notification
and menuing program for X11
diff --git a/devel/apl/DETAILS b/devel/apl/DETAILS
new file mode 100755
index 0000000..a839d8a
--- /dev/null
+++ b/devel/apl/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=apl
+ VERSION=1.4
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:4ed3025de338d1eb52b76c4ae3d9a7f092da747ed394bd4245f778e64b523c6c51647469a5d2de2875a70e36be2212305a159c67f1f413214771bcbf7fe893e1
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://www.gnu.org/software/apl/";
+ LICENSE[0]="GPLv3"
+ ENTERED=20150119
+ KEYWORDS=""
+ SHORT="interpreter for the programming language APL"
+cat << EOF
+GNU APL is a free interpreter for the programming language APL.
+
+The APL interpreter is an (almost) complete implementation of ISO standard
+13751 aka. Programming Language APL, Extended.
+
+The APL interpreter has implemented:
+
+* nested arrays and related functions
+
+* complex numbers, and
+
+* a shared variable interface
+
+In addition, GNU APL can be scripted.
+EOF
diff --git a/devel/apl/HISTORY b/devel/apl/HISTORY
new file mode 100644
index 0000000..cd10a96
--- /dev/null
+++ b/devel/apl/HISTORY
@@ -0,0 +1,2 @@
+2015-01-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7bca885a2caca5de5c35b49629b44095d3590924), Ismael Luceno, 01/19/2015

Archive powered by MHonArc 2.6.24.

Top of Page