diff --git a/print/gv/Makefile b/print/gv/Makefile index 081ee5e1bb..d1bc27241b 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -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/ diff --git a/print/gv/pkg/DESCR b/print/gv/pkg/DESCR index 8789f1f478..d361034860 100644 --- a/print/gv/pkg/DESCR +++ b/print/gv/pkg/DESCR @@ -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. diff --git a/print/gv/pkg/INSTALL b/print/gv/pkg/INSTALL deleted file mode 100644 index bf37f8d3ba..0000000000 --- a/print/gv/pkg/INSTALL +++ /dev/null @@ -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