- Append notice displayed by INSTALL to DESCR

- Bump PKGNAME

ok naddy@ sturm@
This commit is contained in:
alek 2004-11-23 22:45:21 +00:00
parent fd2aed79f3
commit b79da1ffe8
3 changed files with 8 additions and 14 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.23 2004/01/04 21:32:18 espie Exp $
# $OpenBSD: Makefile,v 1.24 2004/11/23 22:45:21 alek Exp $
COMMENT= "PostScript and PDF previewer"
DISTNAME= gv-3.5.8
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
CATEGORIES= print
HOMEPAGE= http://wwwthep.physik.uni-mainz.de/~plass/gv/

View File

@ -1,3 +1,9 @@
gv is an X11 PostScript and PDF previewer based on Tim Theisen's
ghostview-1.5. It uses the Xaw3d widget set, thus providing a much
nicer look and it's said to be a bit faster.
Ghostscript version >=7.00 includes an X11 display with anti-aliasing.
Set:
-sDISPLAY=x11 -dNOPLATFONTS -dTextAlphaBits=4 -dGraphicsAlphaBits=4.
to use it; this option has better rendering than x11alpha, but is
slower.

View File

@ -1,12 +0,0 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.5 2003/02/06 19:44:20 avsm Exp $
if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi
if [ `gs -v|sed -e 's/.*Ghostscript *\([0-9]\).*/\1/' -e q` -ge 7 ]; then
echo "Ghostscript version >=7.00 includes an X11 display with anti-aliasing. Set:\n"
echo " -sDISPLAY=x11 -dNOPLATFONTS -dTextAlphaBits=4 -dGraphicsAlphaBits=4.\n"
echo "to use it; this option has better rendering than x11alpha, but is slower."
fi