diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-22 05:42:23 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-22 05:42:23 +0000 |
commit | 00180e3a0fffe50dd117231982d710fbaf8d63cd (patch) | |
tree | 65d4406b569287ca23a2b5481e26424b73732e65 /print/ghostview | |
parent | 7ca83d83e1f05dd73e2cf8bc4e6894156c62d5c7 (diff) | |
download | ports-00180e3a0fffe50dd117231982d710fbaf8d63cd.tar.gz ports-00180e3a0fffe50dd117231982d710fbaf8d63cd.zip |
ghostview 1.5.
Notes
Notes:
svn path=/head/; revision=252
Diffstat (limited to 'print/ghostview')
-rw-r--r-- | print/ghostview/Makefile | 14 | ||||
-rw-r--r-- | print/ghostview/files/patch-aa | 12 | ||||
-rw-r--r-- | print/ghostview/files/patch-ab | 12 | ||||
-rw-r--r-- | print/ghostview/pkg-comment | 1 | ||||
-rw-r--r-- | print/ghostview/pkg-descr | 28 | ||||
-rw-r--r-- | print/ghostview/pkg-plist | 3 |
6 files changed, 70 insertions, 0 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile new file mode 100644 index 000000000000..f33d671ba07b --- /dev/null +++ b/print/ghostview/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: ghostview +# Version required: 1.5 +# Date created: 21 October 1994 +# Whom: jkh +# +# $Id: Makefile,v 1.6 1994/10/06 01:31:54 jkh Exp $ +# + +DISTNAME= ghostview-1.5 +USE_IMAKE= yes +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +DEPENDS= ${PORTSDIR}/print/ghostscript + +.include <bsd.port.mk> diff --git a/print/ghostview/files/patch-aa b/print/ghostview/files/patch-aa new file mode 100644 index 000000000000..62bf2701f2a1 --- /dev/null +++ b/print/ghostview/files/patch-aa @@ -0,0 +1,12 @@ +*** misc.c.orig Fri Oct 21 22:36:09 1994 +--- misc.c Fri Oct 21 22:36:20 1994 +*************** +*** 61,67 **** + #include <perror.h> + #else + extern int sys_nerr; +- extern char *sys_errlist[]; + #endif + + #include "Ghostview.h" +--- 61,66 ---- diff --git a/print/ghostview/files/patch-ab b/print/ghostview/files/patch-ab new file mode 100644 index 000000000000..6efae3f78d8d --- /dev/null +++ b/print/ghostview/files/patch-ab @@ -0,0 +1,12 @@ +*** SelFile.c.orig Fri Oct 21 22:37:11 1994 +--- SelFile.c Fri Oct 21 22:37:17 1994 +*************** +*** 46,52 **** + /* BSD 4.3 errno.h does not declare errno */ + extern int errno; + extern int sys_nerr; +- extern char *sys_errlist[]; + + #include <sys/param.h> + #include <X11/cursorfont.h> +--- 46,51 ---- diff --git a/print/ghostview/pkg-comment b/print/ghostview/pkg-comment new file mode 100644 index 000000000000..a3505fdaa40e --- /dev/null +++ b/print/ghostview/pkg-comment @@ -0,0 +1 @@ +ghostview - an X11 front-end for ghostscript, the GNU postscript previewer. diff --git a/print/ghostview/pkg-descr b/print/ghostview/pkg-descr new file mode 100644 index 000000000000..27043499a0c3 --- /dev/null +++ b/print/ghostview/pkg-descr @@ -0,0 +1,28 @@ + + Ghostview -- An X11 user interface for ghostscript. + +Ghostview is full function user interface for ghostscript 2.4 and later. + +Brief list of features: + - Ghostview parses any known version of Adobe's Document Structuring + Conventions. + - Page size is automatically determined from the Document Structuring + Comments. The user is able to override the values from the comments. + - Window size is set to the bounding box for Encapsulated PostScript figures. + - Default page size is Letter and can be changed via Xresources or + application defaults file to A4 (or any other valid size) for our + European friends. + - Scrollbars appear when necessary. + - Page orientation is automatically determined from the Document Structuring + Comments. The user is able to override the values from the comments. + - Ability to view at 4 orientations: Portrait, Landscape, Upside-down, + and Seascape (for those who rotate landscape the other direction). + - Ability to restrict rendering to grayscale or monochrome. (Requires + ghostscript 2.6.1.) + - Ability to mark pages for printing, or saving. (Good for people that + printed a 100 page document and lost page 59 due to a printer jam.) + - Can popup zoom windows at printer resolution + (1 display dot = 1 printer dot). + + The Ghostview distribution includes a Ghostview Widget that people + are encouraged to use in other programs. diff --git a/print/ghostview/pkg-plist b/print/ghostview/pkg-plist new file mode 100644 index 000000000000..ae47e0df41c7 --- /dev/null +++ b/print/ghostview/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X386 +bin/ghostview +lib/X11/app-defaults/Ghostview |