aboutsummaryrefslogtreecommitdiff
path: root/textproc/html2fo
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-30 17:02:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-30 17:02:15 +0000
commita3128f0346b47b467a1d5ec217ca98ece1aabcd1 (patch)
treec0c390a2b4ac88d2105285a964fefa8d31edf41d /textproc/html2fo
parent86392a202ce39b9b10209e2291c71c993f8a1dbd (diff)
downloadports-a3128f0346b47b467a1d5ec217ca98ece1aabcd1.tar.gz
ports-a3128f0346b47b467a1d5ec217ca98ece1aabcd1.zip
add html2fo
html to xsl:fo converter
Notes
Notes: svn path=/head/; revision=45630
Diffstat (limited to 'textproc/html2fo')
-rw-r--r--textproc/html2fo/Makefile24
-rw-r--r--textproc/html2fo/distinfo1
-rw-r--r--textproc/html2fo/pkg-comment1
-rw-r--r--textproc/html2fo/pkg-descr5
-rw-r--r--textproc/html2fo/pkg-plist1
5 files changed, 32 insertions, 0 deletions
diff --git a/textproc/html2fo/Makefile b/textproc/html2fo/Makefile
new file mode 100644
index 000000000000..eca374d4245a
--- /dev/null
+++ b/textproc/html2fo/Makefile
@@ -0,0 +1,24 @@
+# ex:ts=8
+# New ports collection makefile for: html2fo
+# Date created: Jul 30, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= html2fo
+PORTVERSION= 0.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+post-patch:
+ @${PERL} -pi -e "s,^CC,#CC,g ; \
+ s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/html2fo ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/textproc/html2fo/distinfo b/textproc/html2fo/distinfo
new file mode 100644
index 000000000000..f7f09165e5ce
--- /dev/null
+++ b/textproc/html2fo/distinfo
@@ -0,0 +1 @@
+MD5 (html2fo-0.3.tar.gz) = 23906f4fff4c282c52011c7293fbdb64
diff --git a/textproc/html2fo/pkg-comment b/textproc/html2fo/pkg-comment
new file mode 100644
index 000000000000..7bcebfe17521
--- /dev/null
+++ b/textproc/html2fo/pkg-comment
@@ -0,0 +1 @@
+html to xsl:fo converter
diff --git a/textproc/html2fo/pkg-descr b/textproc/html2fo/pkg-descr
new file mode 100644
index 000000000000..c9a7bb9d03f1
--- /dev/null
+++ b/textproc/html2fo/pkg-descr
@@ -0,0 +1,5 @@
+html2fo is a converter from html to xsl:fo. The html code could be written
+with StarOffice or other WYSIWYM editors and must not be 100% valid html code.
+html2fo is designed to produce a valid xsl:fo for using FOP from Apache.
+
+WWW: http://html2fo.sourceforge.net/
diff --git a/textproc/html2fo/pkg-plist b/textproc/html2fo/pkg-plist
new file mode 100644
index 000000000000..ae2c792b3ad6
--- /dev/null
+++ b/textproc/html2fo/pkg-plist
@@ -0,0 +1 @@
+bin/html2fo