SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/opalvoip/$SOURCE
-
SOURCE_HASH=sha512:8dfbc679a833a28dc9e8c765b3c6479911544fe545fc18a39ee18dc28ba112bd4b3fa50ab5d39bf73e0a9eb9df8e26ea0b0e9c653a746143069fd23e2944d4d5
+
SOURCE_HASH=sha512:a41850b5b55dfc23f5deac21449ba22f3badf4cb85b647db56673b065ffee0d68acf4fc7eb902a085d9ed2d78386359522b60f1a02ddbb958e4f5a84972499dc
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
LICENSE[0]=MPL
diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
index 3524665..3866904 100644
--- a/chat-libs/ptlib/HISTORY
+++ b/chat-libs/ptlib/HISTORY
@@ -1,3 +1,6 @@
+2016-03-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.14.4
+
2015-12-25 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: openssl -> SSL
diff --git a/devel/brandy/BUILD b/devel/brandy/BUILD
new file mode 100755
index 0000000..b7ebca3
--- /dev/null
+++ b/devel/brandy/BUILD
@@ -0,0 +1 @@
+make LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS -c"
diff --git a/devel/brandy/DETAILS b/devel/brandy/DETAILS
new file mode 100755
index 0000000..e98f2d2
--- /dev/null
+++ b/devel/brandy/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=brandy
+ VERSION=1.0.19
+ SOURCE="${SPELL}_${VERSION/.0.}.tgz"
+ SOURCE_URL[0]=http://jaguar.orpheusweb.co.uk/$SOURCE
+
SOURCE_HASH=sha512:2409386f42623c249ef5db9e58c71e7ffb9b43da2d96afc0391a61923527b2884f187a20be29ca5ea7a73dd762f3f2e9b3e8d848783f0053e0931da769d9fca9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://jaguar.orpheusweb.co.uk/branpage.html"
+ LICENSE[0]="GPLv2"
+ ENTERED=20160315
+ KEYWORDS=""
+ SHORT="BBC BASIC interpreter"
+ GATHER_DOCS=off
+cat << EOF
+Brandy is an interpreter for BBC Basic (or Basic V as it is refered to here)
+that runs under a variety of operating systems. Basic V is the version of
+Basic supplied with desktop computers running RISC OS. These were originally
+made by Acorn Computers but are now designed and manufactured by companies
+such as Advantage Six and Castle Technology.
+EOF
diff --git a/devel/brandy/HISTORY b/devel/brandy/HISTORY
new file mode 100644
index 0000000..d57cf14
--- /dev/null
+++ b/devel/brandy/HISTORY
@@ -0,0 +1,2 @@
+2016-03-15 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/devel/brandy/INSTALL b/devel/brandy/INSTALL
new file mode 100755
index 0000000..4a891d9
--- /dev/null
+++ b/devel/brandy/INSTALL
@@ -0,0 +1,7 @@
+pfx="$INSTALL_ROOT"/usr
+bindir="$pfx"/bin
+docdir="$pfx"/share/doc/$SPELL
+install -d -m755 "$bindir" "$docdir"/examples &&
+install -m755 brandy "$bindir" &&
+install -m644 examples/* "$docdir"/examples &&
+install -m644 docs/* "$docdir"
[SM-Commit] GIT changes to master grimoire by Ismael Luceno (2adb68e1f6d4f1273d776c033fda1b03439eaf29),
Ismael Luceno, 03/15/2016