[Lunar-commits] <moonbase> lout: New module submission - poor man's LaTeX
Duncan Gibson
engelsman at lunar-linux.org
Mon Feb 9 19:59:04 CET 2009
commit 54cda7136c2ed6216bba2316072661bec3790172
Author: Paul Bredbury <brebs at sent.com>
Date: Mon Feb 9 19:59:04 2009 +0100
lout: New module submission - poor man's LaTeX
2nd submission, after cleanup.
---
zbeta/lout/BUILD | 19 +++++++++++++++++++
zbeta/lout/DEPENDS | 1 +
zbeta/lout/DETAILS | 15 +++++++++++++++
3 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/zbeta/lout/BUILD b/zbeta/lout/BUILD
new file mode 100644
index 0000000..4fffd8b
--- /dev/null
+++ b/zbeta/lout/BUILD
@@ -0,0 +1,19 @@
+(
+
+ sedit 's:mkdir \$:mkdir -p \$:g' makefile &&
+
+ opts="PREFIX=/usr BINDIR=/usr/bin LOUTLIBDIR=/usr/share/lout LOUTDOCDIR=/usr/share/doc/lout MANDIR=/usr/share/man/man1" &&
+ make ${opts} PDF_COMPRESSION=1 ZLIB=-lz all &&
+ prepare_install &&
+ mkdir -p /usr/share/doc/lout &&
+ make -j1 ${opts} allinstall &&
+
+ # Create docs
+ cd doc/user && lout -r6 all -o /usr/share/doc/lout/user.ps &&
+ cd ../design && lout -r3 all -o /usr/share/doc/lout/design.ps &&
+ cd ../expert && lout -r4 all -o /usr/share/doc/lout/expert.ps &&
+ cd ../slides && lout -r2 all -o /usr/share/doc/lout/slides.ps &&
+ echo "Finished creating lout docs."
+
+) > $C_FIFO 2>&1
+
diff --git a/zbeta/lout/DEPENDS b/zbeta/lout/DEPENDS
new file mode 100644
index 0000000..fb6a846
--- /dev/null
+++ b/zbeta/lout/DEPENDS
@@ -0,0 +1 @@
+depends zlib
diff --git a/zbeta/lout/DETAILS b/zbeta/lout/DETAILS
new file mode 100644
index 0000000..82e0f2d
--- /dev/null
+++ b/zbeta/lout/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=lout
+ VERSION=3.38
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=$SFORGE_URL/lout
+ SOURCE_VFY=sha1:2c4aec500dc27a00298f8265b9249d74d97e5466
+ WEB_SITE=http://lout.sourceforge.net/
+ ENTERED=20090201
+ UPDATED=20090201
+ MAINTAINER=brebs at sent.com
+ SHORT="Typesetting system, an alternative to (La)TeX"
+
+cat << EOF
+Lout is a batch document formatter. It reads a high-level description of a document similar in style to LaTeX and produces a PostScript file which can be printed on most laser printers. Plain text and PDF output are also available.
+EOF
More information about the Lunar-commits
mailing list