diff options
author | rh <rh@pkgsrc.org> | 2004-03-27 21:59:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-03-27 21:59:22 +0000 |
commit | 8ba81ba0e01201c650b2dbc28bee77b0dbe58336 (patch) | |
tree | ed64b6ac1855cded369c26cf3e464b49adcd8b53 /print | |
parent | 410c3f8c8ea938029ad218799f848fd2eb85dc04 (diff) | |
download | pkgsrc-8ba81ba0e01201c650b2dbc28bee77b0dbe58336.tar.gz |
Add a message that a Ghostscript package is required if you want to
convert .fig files to Postscript, PDF, and the like. This is not
a dependency, because transfig can be used without Ghostscript as
well (eg, to convert to other file formats). Moreover, it is a
pre-requisite to Xfig, which doesn't require Ghostscript at all.
Closes PR pkg/22959 by Greg A. Woods <woods@planix.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/transfig/MESSAGE | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/print/transfig/MESSAGE b/print/transfig/MESSAGE new file mode 100644 index 00000000000..5d737250e33 --- /dev/null +++ b/print/transfig/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/03/27 21:59:22 rh Exp $ + +Please note that Ghostscript is required if you want to convert Xfig +drawings to Postscript, PDF, or related formats. You need to install +one of the Ghostscript packages (see pkgsrc/print/ghostscript*) for +this. +=========================================================================== |