[Lunar-commits] <moonbase> lout: version bump
Auke Kok
sofar at foo-projects.org
Tue Oct 5 06:25:52 CEST 2010
commit a6cb3a15ac00aa10be8979ec3c29d0a4cfd3aec5
Author: Paul Bredbury <brebs at sent.com>
Date: Tue Oct 5 06:25:52 2010 +0200
lout: version bump
Has moved from sourceforge to savannah.
Removed me as maintainer.
---
doc-tools/lout/BUILD | 7 +++----
doc-tools/lout/DETAILS | 18 +++++++++++-------
2 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/doc-tools/lout/BUILD b/doc-tools/lout/BUILD
index 4fffd8b..78db440 100644
--- a/doc-tools/lout/BUILD
+++ b/doc-tools/lout/BUILD
@@ -8,12 +8,11 @@
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 &&
+ # Create docs - they are too complex for PDF output
+ 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
+) > $C_FIFO 2>&1
diff --git a/doc-tools/lout/DETAILS b/doc-tools/lout/DETAILS
index 82e0f2d..8cde08f 100644
--- a/doc-tools/lout/DETAILS
+++ b/doc-tools/lout/DETAILS
@@ -1,15 +1,19 @@
MODULE=lout
- VERSION=3.38
+ VERSION=3.39
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/
+ SOURCE_URL[0]=http://download.savannah.gnu.org/releases/lout/
+ # Mirror from http://lists.nongnu.org/archive/html/lout-users/2010-09/msg00005.html
+ SOURCE_URL[1]=ftp://ftp.it.usyd.edu.au/jeff/lout/
+ SOURCE_VFY=sha1:ab2c982d7e235b132aaae05f28af1795df2d1c71
+ WEB_SITE=http://savannah.nongnu.org/projects/lout/
ENTERED=20090201
- UPDATED=20090201
- MAINTAINER=brebs at sent.com
+ UPDATED=20100927
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.
+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