Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (32ee5a1e64d2416d6eb2f45da6f4bee26e99b78e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (32ee5a1e64d2416d6eb2f45da6f4bee26e99b78e)
  • Date: Fri, 27 Apr 2007 18:22:50 -0500

GIT changes to master grimoire by Jeremy Blosser <jblosser-smgl AT firinn.org>:

ChangeLog | 3 +++
science/aamath/BUILD | 1 +
science/aamath/DEPENDS | 4 ++++
science/aamath/DETAILS | 15 +++++++++++++++
science/aamath/HISTORY | 2 ++
science/aamath/INSTALL | 1 +
science/aamath/PRE_BUILD | 4 ++++
7 files changed, 30 insertions(+)

New commits:
commit 026b6a626824c470b4299388065df98e302089f3
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

aamath: new spell

diff --git a/ChangeLog b/ChangeLog
index bdada6e..724245f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-04-27 Jeremy Blosser <jblosser-smgl AT firinn.org>
+ * science/aamath: new spell, ascii math expression renderer
+
2007-04-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* fonts/TEX_DEPENDS: corrected a cut'n'paste mistake

diff --git a/science/aamath/BUILD b/science/aamath/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/science/aamath/BUILD
@@ -0,0 +1 @@
+make
diff --git a/science/aamath/DEPENDS b/science/aamath/DEPENDS
new file mode 100755
index 0000000..a8ce7f5
--- /dev/null
+++ b/science/aamath/DEPENDS
@@ -0,0 +1,4 @@
+depends bison &&
+depends flex &&
+depends readline &&
+depends ncurses
diff --git a/science/aamath/DETAILS b/science/aamath/DETAILS
new file mode 100755
index 0000000..5afb2bf
--- /dev/null
+++ b/science/aamath/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=aamath
+ VERSION=0.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://fuse.superglue.se/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:2f509f12f38030d21d06fbde26e8430c157403c17da9bf3e244151851aa47d7083046fd98cdbb222a355bf8774e3a4a7aa7d3abd61813b18348b48da84471e6f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://fuse.superglue.se/aamath/ "
+ LICENSE[0]=GPL
+ ENTERED=20070427
+ SHORT="An ASCII art mathematical expression renderer."
+cat << EOF
+aamath reads mathematical expressions in infix notation and renders them
+as ASCII art. It may be useful to send mathematics through text-only media,
+such as email or newsgroups.
+EOF
diff --git a/science/aamath/HISTORY b/science/aamath/HISTORY
new file mode 100644
index 0000000..e2a6aef
--- /dev/null
+++ b/science/aamath/HISTORY
@@ -0,0 +1,2 @@
+2007-04-27 Jeremy Blosser <jblosser-smgl AT firinn.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/science/aamath/INSTALL b/science/aamath/INSTALL
new file mode 100755
index 0000000..8dd26ab
--- /dev/null
+++ b/science/aamath/INSTALL
@@ -0,0 +1 @@
+install aamath $INSTALL_ROOT/usr/bin
diff --git a/science/aamath/PRE_BUILD b/science/aamath/PRE_BUILD
new file mode 100755
index 0000000..6cc5134
--- /dev/null
+++ b/science/aamath/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sedit "s/-ltermcap/-lcurses/" Makefile



  • [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (32ee5a1e64d2416d6eb2f45da6f4bee26e99b78e), Jeremy Blosser, 04/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page