diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-28 15:11:37 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-28 15:11:37 +0000 |
commit | 9846ed10cd5fbf2d2604b1d9c7fee37715ea32fb (patch) | |
tree | f2b4c1e8b07f3f129c614159947c8756fa9a78d3 /print/html2ps/files/html2psrc.in | |
parent | databases/py-htsql & backends: Update to 2.3.3 (diff) |
Merge print/html2ps-{a4,letter} to print/html2ps.
Notes
Notes:
svn path=/head/; revision=316729
Diffstat (limited to 'print/html2ps/files/html2psrc.in')
-rw-r--r-- | print/html2ps/files/html2psrc.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/html2ps/files/html2psrc.in b/print/html2ps/files/html2psrc.in new file mode 100644 index 000000000000..4716fb2b8589 --- /dev/null +++ b/print/html2ps/files/html2psrc.in @@ -0,0 +1,23 @@ +/* Global configuration file for html2ps */ + +@html2ps { + package { + ImageMagick: 1; + PerlMagick: 1; + djpeg: 1; + TeX: 1; + dvips: 1; + Ghostscript: 1; + check: weblint++; + libwww-perl: 1; + path: "%%LOCALBASE%%/bin"; + } + paper { + type: libpaper; + } + hyphenation { + en { + file: "%%DATADIR%%/hyphen.tex"; + } + } +} |