[Lunar-commits] r16838 - in moonbase/trunk/doc-tools: . xmlto
Dennis Veatch
stumbles at lunar-linux.org
Sat Oct 8 00:11:04 UTC 2005
Author: stumbles
Date: 2005-10-08 00:11:01 +0000 (Sat, 08 Oct 2005)
New Revision: 16838
Added:
moonbase/trunk/doc-tools/xmlto/
moonbase/trunk/doc-tools/xmlto/DEPENDS
Log:
Initial toss into moonbase. I noticed yasm (coming soon)
was looking for this during its build. It's not a show
stopper or the like.
doc-tools seemed to be a good place for it, if not just
holler and I'll move it else where.
compile with gcc-3.4.4 and glibc-2.3.5
Added: moonbase/trunk/doc-tools/xmlto/DEPENDS
===================================================================
--- moonbase/trunk/doc-tools/xmlto/DEPENDS 2005-10-07 23:05:30 UTC (rev 16837)
+++ moonbase/trunk/doc-tools/xmlto/DEPENDS 2005-10-08 00:11:01 UTC (rev 16838)
@@ -0,0 +1,16 @@
+ MODULE=xmlto
+ VERSION=0.0.18
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://cyberelk.net/tim/data/$MODULE/stable/
+ SOURCE_VFY=sha1:abee8925a80bfefcdf1543956a804b1facff7bec
+ WEB_SITE=http://cyberelk.net/tim/xmlto/
+ ENTERED=20051007
+ UPDATED=20051007
+ SHORT="a front-end to an XSL toolchain"
+
+cat << EOF
+xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet
+for the conversion you want and applies it using an external XSL-T processor.
+It also performs any necessary post-processing.
+EOF
+
More information about the Lunar-commits
mailing list