[Lunar-commits] <moonbase> tidy: The tarball has gone missing.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Aug 24 01:22:37 CEST 2010
commit 265512a9e83a925da4cd91376e4a977a6e99aa1b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Aug 23 19:22:37 2010 -0400
tidy: The tarball has gone missing.
"The source code distribution is not generated anymore. To better safeguard
the TidyLib source code and pre-built binaries against hacker attacks, "
So I grabbed from today's cvs and here it is.
---
doc-tools/tidy/BUILD | 15 ++++++---------
doc-tools/tidy/DETAILS | 12 ++++++------
2 files changed, 12 insertions(+), 15 deletions(-)
diff --git a/doc-tools/tidy/BUILD b/doc-tools/tidy/BUILD
index 45c7c65..f0e3ff5 100644
--- a/doc-tools/tidy/BUILD
+++ b/doc-tools/tidy/BUILD
@@ -1,16 +1,13 @@
(
-
- sedit "s/LDIR= \/usr\/local\//LDIR= \/usr\//" \
- build/gmake/Makefile &&
- sedit "s/\/usr\/local\/man\//\/usr\/share\/man\//" \
- build/gmake/Makefile &&
- /bin/sh ./build/gnuauto/setup.sh &&
- default_build &&
+
+ /bin/sh ./build/gnuauto/setup.sh &&
+ OPTS="--disable-static" &&
+ default_build &&
- DOCDIR="/usr/share/doc/tidy" &&
+ DOCDIR="/usr/share/doc/tidy" &&
if [ ! -d $DOCDIR ]; then
mkdir -p $DOCDIR
- fi &&
+ fi &&
cp -r $SOURCE_DIRECTORY/htmldoc $DOCDIR
diff --git a/doc-tools/tidy/DETAILS b/doc-tools/tidy/DETAILS
index 93c3eaa..927b088 100644
--- a/doc-tools/tidy/DETAILS
+++ b/doc-tools/tidy/DETAILS
@@ -1,16 +1,16 @@
MODULE=tidy
- VERSION=0.1
- SOURCE=tidy_src.tgz
+ VERSION=08232010
+ SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=tidy_docs.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL[0]=http://tidy.sourceforge.net/src/
+ SOURCE_URL[0]=$MIRROR_URL
SOURCE2_URL[0]=$MIRROR_URL
- SOURCE_VFY=sha1:53be36945344af0c4080c34ebc95728bf8617f1c
+ SOURCE_VFY=sha1:f225e13b1d802652e8ea5e8d92f1f1c156fff562
SOURCE2_VFY=sha1:04988d51267566db6899e8061d9f2e5b58fbeec4
WEB_SITE=http://tidy.sourceforge.net/
ENTERED=20020711
- UPDATED=20050307
+ UPDATED=20100823
SHORT="tidy up sloppy html editing into nicely layed out markup"
+
cat << EOF
When editing HTML it's easy to make mistakes. Wouldn't it be nice if
there was a simple way to fix these mistakes automatically and tidy
More information about the Lunar-commits
mailing list