diff options
author | hubertf <hubertf> | 1997-12-29 02:38:27 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-29 02:38:27 +0000 |
commit | 1ebee9f60ef64ecb242f219c393d318a6f6866ca (patch) | |
tree | 9cd978922a9fa694f379a6fc06f392f548fcac5c /print/gv/pkg | |
parent | 916bdb5c8343ed2d4c43a07304d8f45062663733 (diff) | |
download | pkgsrc-1ebee9f60ef64ecb242f219c393d318a6f6866ca.tar.gz |
PostScript and PDF previewer.
Taken from FreeBSD.
Diffstat (limited to 'print/gv/pkg')
-rw-r--r-- | print/gv/pkg/COMMENT | 1 | ||||
-rw-r--r-- | print/gv/pkg/DESCR | 3 | ||||
-rw-r--r-- | print/gv/pkg/INSTALL | 9 | ||||
-rw-r--r-- | print/gv/pkg/PLIST | 28 |
4 files changed, 41 insertions, 0 deletions
diff --git a/print/gv/pkg/COMMENT b/print/gv/pkg/COMMENT new file mode 100644 index 00000000000..e53849ad625 --- /dev/null +++ b/print/gv/pkg/COMMENT @@ -0,0 +1 @@ +A PostScript and PDF previewer. diff --git a/print/gv/pkg/DESCR b/print/gv/pkg/DESCR new file mode 100644 index 00000000000..8789f1f4781 --- /dev/null +++ b/print/gv/pkg/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/print/gv/pkg/INSTALL b/print/gv/pkg/INSTALL new file mode 100644 index 00000000000..2d7c72fb052 --- /dev/null +++ b/print/gv/pkg/INSTALL @@ -0,0 +1,9 @@ +#!/bin/sh +if [ "$2" != "POST-INSTALL" ]; then + exit 0 +fi +if ! which gs >/dev/null; then + echo "I can't find ghostscript (gs) in your search path." + echo "Please install your favorite version of ghostscript," + echo "otherwise this program is useless." +fi diff --git a/print/gv/pkg/PLIST b/print/gv/pkg/PLIST new file mode 100644 index 00000000000..64826bb8ac5 --- /dev/null +++ b/print/gv/pkg/PLIST @@ -0,0 +1,28 @@ +bin/gv +lib/X11/app-defaults/GV +lib/X11/gv/gv_class.ad +lib/X11/gv/gv_system.ad +lib/X11/gv/gv_user.ad +man/man1/gv.1.gz +share/doc/gv/comments.doc.gz +share/doc/gv/gs.interface.gz +share/doc/gv/gv-1.html +share/doc/gv/gv-10.html +share/doc/gv/gv-11.html +share/doc/gv/gv-12.html +share/doc/gv/gv-13.html +share/doc/gv/gv-2.html +share/doc/gv/gv-3.html +share/doc/gv/gv-4.html +share/doc/gv/gv-5.html +share/doc/gv/gv-6.html +share/doc/gv/gv-7.html +share/doc/gv/gv-8.html +share/doc/gv/gv-9.html +share/doc/gv/gv-faq.html +share/doc/gv/gv-faq.txt.gz +share/doc/gv/gv.html +share/doc/gv/gv.ps.gz +share/doc/gv/key-bindings.txt.gz +@dirrm lib/X11/gv +@dirrm share/doc/gv |