Skip to Content.
Sympa Menu

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

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 (b601a6a928a59eca3e740b8877355d287a3063ad)
  • Date: Wed, 19 Oct 2016 21:39:23 +0000

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

ChangeLog | 4 ++++
devel/mercurylang/DETAILS | 17 +++++++++++++++++
devel/mercurylang/HISTORY | 2 ++
3 files changed, 23 insertions(+)

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

mercurylang: new spell, Mercury pure logic programming language

diff --git a/ChangeLog b/ChangeLog
index 08663bf..09147ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-19 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/mercurylang: new spell, Mercury pure logic programming
+ language
+
2016-10-17 Ismael Luceno <ismael AT sourcemage.org>
* windowmanagers/bspwm: new spell, Tiling window manager based on
binary space partitioning
diff --git a/devel/mercurylang/DETAILS b/devel/mercurylang/DETAILS
new file mode 100755
index 0000000..e6a3802
--- /dev/null
+++ b/devel/mercurylang/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=mercurylang
+ VERSION=14.01.1
+ SOURCE="mercury-srcdist-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://dl.mercurylang.org/release/$SOURCE
+
SOURCE_HASH=sha512:a128ef0fd4955abadea32019ec59297ffe32537415f32e9e948cbc1c3439bb40eb09de77569690fb18dd7d6969a2b1141b3ae5baeb87f2627eaa65ad93add92c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
+ WEB_SITE="http://www.mercurylang.org/";
+ LICENSE[0]="GPL"
+ ENTERED=20161019
+ KEYWORDS=""
+ SHORT="Mercury pure logic programming language"
+cat << EOF
+Mercury is a pure logic programming language intended for the creation
+of large, fast, reliable programs. The syntax of Mercury is based on the
+syntax of Prolog, but semantically the two languages are very different due
+to Mercury's purity, its type, mode, determinism and module systems.
+EOF
diff --git a/devel/mercurylang/HISTORY b/devel/mercurylang/HISTORY
new file mode 100644
index 0000000..0f0eee8
--- /dev/null
+++ b/devel/mercurylang/HISTORY
@@ -0,0 +1,2 @@
+2016-10-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b601a6a928a59eca3e740b8877355d287a3063ad), Ismael Luceno, 10/19/2016

Archive powered by MHonArc 2.6.24.

Top of Page