aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/denature/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-01-13 16:45:54 +0800
committerijliao <ijliao@FreeBSD.org>2004-01-13 16:45:54 +0800
commitd136182716512b1914c47f8bbe3e3087794ac287 (patch)
tree6081da13409fe9d7044209eb59f72c7bfeef6cba /textproc/denature/pkg-descr
parent5073c50359c0b3af66d9e31dd2b970c6ff38c699 (diff)
downloadfreebsd-ports-gnome-d136182716512b1914c47f8bbe3e3087794ac287.tar.gz
freebsd-ports-gnome-d136182716512b1914c47f8bbe3e3087794ac287.tar.zst
freebsd-ports-gnome-d136182716512b1914c47f8bbe3e3087794ac287.zip
add denature 0.6.5
A HTML to PDF converter
Diffstat (limited to 'textproc/denature/pkg-descr')
-rw-r--r--textproc/denature/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/denature/pkg-descr b/textproc/denature/pkg-descr
new file mode 100644
index 000000000000..319c7cdcf850
--- /dev/null
+++ b/textproc/denature/pkg-descr
@@ -0,0 +1,11 @@
+denature is a perl program that attempts to convert an HTML page into XSL-FO
+which it then passes off to the FOP (Formatted Objects Formatter) to produce a
+PDF document.
+
+denature trys to use any included CSS stylesheets to figure out the properties
+used in the document. The CSS processing in denature is not very mature and
+only handles a limited amount of the available CSS markup. The CSS support
+does not handle the contextual entries in a CSS document, and the CSS::Tiny
+module requires that all the :'s in a document have a space after them.
+
+WWW: http://denature.sourceforge.net/