Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (723e849738e4a819794c51aa00f7c4c45ca39e48)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (723e849738e4a819794c51aa00f7c4c45ca39e48)
  • Date: Mon, 6 Aug 2007 14:58:32 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
latex/l2a/BUILD | 1 +
latex/l2a/DEPENDS | 2 ++
latex/l2a/DETAILS | 15 +++++++++++++++
latex/l2a/HISTORY | 3 +++
latex/l2a/INSTALL | 2 ++
latex/l2a/PRE_BUILD | 3 +++
latex/l2a/l2a.zip.sig |binary
8 files changed, 29 insertions(+)

New commits:
commit 723e849738e4a819794c51aa00f7c4c45ca39e48
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

l2a: Added a simple LaTeX->ASCII conversion tool

diff --git a/ChangeLog b/ChangeLog
index 6d89b9b..cc78d51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-08-06 Eric Sandall <sandalle AT sourcemage.org>
+ * latex/l2a: Added a simple LaTeX -> ASCII conversion tool
+
2007-08-06 Ladislav Hagara <hgr AT vabo.cz>
* video/camorama: new spell
a utility to view, alter and save images from a webcam
diff --git a/latex/l2a/BUILD b/latex/l2a/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/latex/l2a/BUILD
@@ -0,0 +1 @@
+make
diff --git a/latex/l2a/DEPENDS b/latex/l2a/DEPENDS
new file mode 100755
index 0000000..49c37c7
--- /dev/null
+++ b/latex/l2a/DEPENDS
@@ -0,0 +1,2 @@
+depends flex &&
+depends tetex
diff --git a/latex/l2a/DETAILS b/latex/l2a/DETAILS
new file mode 100755
index 0000000..537d2ed
--- /dev/null
+++ b/latex/l2a/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=l2a
+ VERSION=1.2
+ SOURCE=$SPELL.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://folk.uio.no/gisle/enjoy/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+ WEB_SITE=http://folk.uio.no/gisle/enjoy/l2a.html
+ ENTERED=20070806
+ LICENSE=GPL
+ KEYWORDS="tex doc ascii"
+ SHORT='Simple filter to remove most common LaTeX commands'
+cat << EOF
+The program l2a is a simple filter to remove most common LaTeX commands from
+marked-up documents, leaving only the body of text.
+EOF
diff --git a/latex/l2a/FN.TMP b/latex/l2a/FN.TMP
new file mode 100644
index 0000000..e69de29
diff --git a/latex/l2a/HISTORY b/latex/l2a/HISTORY
new file mode 100644
index 0000000..1962dd9
--- /dev/null
+++ b/latex/l2a/HISTORY
@@ -0,0 +1,3 @@
+2007-08-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created
+
diff --git a/latex/l2a/INSTALL b/latex/l2a/INSTALL
new file mode 100755
index 0000000..11997b9
--- /dev/null
+++ b/latex/l2a/INSTALL
@@ -0,0 +1,2 @@
+make install BINDIR=$INSTALL_ROOT/usr/bin \
+ MANDIR=$INSTALL_ROOT/usr/share/man
diff --git a/latex/l2a/PRE_BUILD b/latex/l2a/PRE_BUILD
new file mode 100755
index 0000000..777f6c3
--- /dev/null
+++ b/latex/l2a/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''
diff --git a/latex/l2a/l2a.zip.sig b/latex/l2a/l2a.zip.sig
new file mode 100644
index 0000000..1530a52
Binary files /dev/null and b/latex/l2a/l2a.zip.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (723e849738e4a819794c51aa00f7c4c45ca39e48), Eric Sandall, 08/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page