[Lunar-commits] <moonbase-other> hevea: introduction to -other
v4hn
me at v4hn.de
Sat Oct 13 11:59:41 CEST 2012
commit fa1b05ff4539a23f7f75a53ca6d01f01700f6a89
Author: v4hn <me at v4hn.de>
Date: Sat, 13 Oct 2012 02:59:41 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/fa1b05ff4539a23f7f75a53ca6d01f01700f6a89
hevea: introduction to -other
---
docs/hevea/BUILD | +8/-0
docs/hevea/DEPENDS | +1/-0
docs/hevea/DETAILS | +15/-0
3 files changed, 24 insertions(+)
--- /dev/null
+++ b/docs/hevea/BUILD
@@ -0,0 +1,8 @@
+(
+
+ sedit "s:PREFIX=/usr/local:PREFIX=/usr:" Makefile &&
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/docs/hevea/DEPENDS
@@ -0,0 +1 @@
+depends ocaml
--- /dev/null
+++ b/docs/hevea/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=hevea
+ VERSION=2.00
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://hevea.inria.fr/distri/
+ SOURCE_VFY=sha1:3de1c2e32f125c305d902fb1c066facc939405a2
+ WEB_SITE=http://hevea.inria.fr/
+ ENTERED=20121013
+ UPDATED=20121013
+ SHORT="LaTeX to HTML translator"
+cat << EOF
+HeVeA is a LaTeX to html translator.
+The input language is a fairly complete subset
+of LaTeX2e and the output language is HTML that is
+(hopefully) correct with respect to version 5.
+EOF
More information about the Lunar-commits
mailing list