The FreeBSD Ports Archive
FreeBSD print : ghostview4>
An X11 front-end for ghostscript, the GNU postscript previewer
Ghostview is an X11 interface for ghostscript 2.4 and later. It 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.
|
ghostview history
v. 1.22
date: 2007/05/19 20:20:53; author: flz; state: Exp; lines: +2 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.21
date: 2003/04/30 05:48:39; author: grog; state: Exp; lines: +0 -2
Remove FORBIDDEN, which was added by accident.
Reviewed by: kris
v. 1.20
date: 2003/02/20 18:55:44; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.19
date: 2002/11/10 16:47:41; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.18
date: 2002/11/06 22:46:38; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.17
date: 2002/10/18 07:52:39; author: sobomax; state: Exp; lines: +3 -1
Mark as forbidden. See bugtraq id 5808.
v. 1.16
date: 2000/10/08 10:22:42; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.15
date: 2000/04/09 17:49:44; author: cpiazza; state: Exp; lines: +3 -3
Accidental whitespace
v. 1.14
date: 2000/04/09 17:40:15; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.13
date: 1999/08/31 01:44:48; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.12
date: 1999/01/27 07:41:26; author: fenner; state: Exp; lines: +2 -1
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.11
date: 1998/10/20 01:48:36; author: steve; state: Exp; lines: +2 -1
Move manpages from pkg/PLIST to Makefile.
v. 1.10
date: 1997/07/13 18:49:28; author: max; state: Exp; lines: +2 -2
/bin/sh -> ${SH}
v. 1.9
date: 1997/01/14 09:11:49; author: asami; state: Exp; lines: +4 -3
Remove RUN_DEPENDS to gs, there are too many versions around (3
English and 3 Japanese) and we don't want the package to have a
@pkgdep on a particular version.
v. 1.8
date: 1996/11/18 10:25:35; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.7
date: 1996/11/17 08:44:40; author: obrien; state: Exp; lines: +4 -2
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
v. 1.6
date: 1996/04/18 07:58:21; author: tg; state: Exp; lines: +2 -2
Rename EXEC_DEPENDS to RUN_DEPENDS
v. 1.5
date: 1995/11/22 13:18:10; author: asami; state: Exp; lines: +2 -2
Change "printing" to "print".
v. 1.4
date: 1995/04/15 04:33:48; author: asami; state: Exp; lines: +5 -3
Print Makefiles...this one was tough!
v. 1.3
date: 1995/04/01 12:49:29; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.2
date: 1995/02/11 13:50:44; author: asami; state: Exp; lines: +2 -2
Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
v. 1.1
date: 1994/10/22 05:42:21; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/22 05:42:22; author: jkh; state: Exp; lines: +0 -0
ghostview 1.5.
=============================================================================
v. 1.22
date: 2007/05/19 20:20:53; author: flz; state: Exp; lines: +2 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.21
date: 2003/04/30 05:48:39; author: grog; state: Exp; lines: +0 -2
Remove FORBIDDEN, which was added by accident.
Reviewed by: kris
v. 1.20
date: 2003/02/20 18:55:44; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.19
date: 2002/11/10 16:47:41; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.18
date: 2002/11/06 22:46:38; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.17
date: 2002/10/18 07:52:39; author: sobomax; state: Exp; lines: +3 -1
Mark as forbidden. See bugtraq id 5808.
v. 1.16
date: 2000/10/08 10:22:42; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.15
date: 2000/04/09 17:49:44; author: cpiazza; state: Exp; lines: +3 -3
Accidental whitespace
v. 1.14
date: 2000/04/09 17:40:15; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.13
date: 1999/08/31 01:44:48; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.12
date: 1999/01/27 07:41:26; author: fenner; state: Exp; lines: +2 -1
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.11
date: 1998/10/20 01:48:36; author: steve; state: Exp; lines: +2 -1
Move manpages from pkg/PLIST to Makefile.
v. 1.10
date: 1997/07/13 18:49:28; author: max; state: Exp; lines: +2 -2
/bin/sh -> ${SH}
v. 1.9
date: 1997/01/14 09:11:49; author: asami; state: Exp; lines: +4 -3
Remove RUN_DEPENDS to gs, there are too many versions around (3
English and 3 Japanese) and we don't want the package to have a
@pkgdep on a particular version.
v. 1.8
date: 1996/11/18 10:25:35; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.7
date: 1996/11/17 08:44:40; author: obrien; state: Exp; lines: +4 -2
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
v. 1.6
date: 1996/04/18 07:58:21; author: tg; state: Exp; lines: +2 -2
Rename EXEC_DEPENDS to RUN_DEPENDS
v. 1.5
date: 1995/11/22 13:18:10; author: asami; state: Exp; lines: +2 -2
Change "printing" to "print".
v. 1.4
date: 1995/04/15 04:33:48; author: asami; state: Exp; lines: +5 -3
Print Makefiles...this one was tough!
v. 1.3
date: 1995/04/01 12:49:29; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.2
date: 1995/02/11 13:50:44; author: asami; state: Exp; lines: +2 -2
Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
v. 1.1
date: 1994/10/22 05:42:21; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/22 05:42:22; author: jkh; state: Exp; lines: +0 -0
ghostview 1.5.
=============================================================================
v. 1.22
date: 2007/05/19 20:20:53; author: flz; state: Exp; lines: +2 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.21
date: 2003/04/30 05:48:39; author: grog; state: Exp; lines: +0 -2
Remove FORBIDDEN, which was added by accident.
Reviewed by: kris
v. 1.20
date: 2003/02/20 18:55:44; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.19
date: 2002/11/10 16:47:41; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.18
date: 2002/11/06 22:46:38; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.17
date: 2002/10/18 07:52:39; author: sobomax; state: Exp; lines: +3 -1
Mark as forbidden. See bugtraq id 5808.
v. 1.16
date: 2000/10/08 10:22:42; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.15
date: 2000/04/09 17:49:44; author: cpiazza; state: Exp; lines: +3 -3
Accidental whitespace
v. 1.14
date: 2000/04/09 17:40:15; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.13
date: 1999/08/31 01:44:48; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.12
date: 1999/01/27 07:41:26; author: fenner; state: Exp; lines: +2 -1
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.11
date: 1998/10/20 01:48:36; author: steve; state: Exp; lines: +2 -1
Move manpages from pkg/PLIST to Makefile.
v. 1.10
date: 1997/07/13 18:49:28; author: max; state: Exp; lines: +2 -2
/bin/sh -> ${SH}
v. 1.9
date: 1997/01/14 09:11:49; author: asami; state: Exp; lines: +4 -3
Remove RUN_DEPENDS to gs, there are too many versions around (3
English and 3 Japanese) and we don't want the package to have a
@pkgdep on a particular version.
v. 1.8
date: 1996/11/18 10:25:35; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.7
date: 1996/11/17 08:44:40; author: obrien; state: Exp; lines: +4 -2
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
v. 1.6
date: 1996/04/18 07:58:21; author: tg; state: Exp; lines: +2 -2
Rename EXEC_DEPENDS to RUN_DEPENDS
v. 1.5
date: 1995/11/22 13:18:10; author: asami; state: Exp; lines: +2 -2
Change "printing" to "print".
v. 1.4
date: 1995/04/15 04:33:48; author: asami; state: Exp; lines: +5 -3
Print Makefiles...this one was tough!
v. 1.3
date: 1995/04/01 12:49:29; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.2
date: 1995/02/11 13:50:44; author: asami; state: Exp; lines: +2 -2
Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
v. 1.1
date: 1994/10/22 05:42:21; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/22 05:42:22; author: jkh; state: Exp; lines: +0 -0
ghostview 1.5.
=============================================================================
|
| |

|