mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
ghostview 1.5.
This commit is contained in:
parent
7ca83d83e1
commit
00180e3a0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252
14
print/ghostview/Makefile
Normal file
14
print/ghostview/Makefile
Normal file
@ -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>
|
12
print/ghostview/files/patch-aa
Normal file
12
print/ghostview/files/patch-aa
Normal file
@ -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 ----
|
12
print/ghostview/files/patch-ab
Normal file
12
print/ghostview/files/patch-ab
Normal file
@ -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 ----
|
1
print/ghostview/pkg-comment
Normal file
1
print/ghostview/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
ghostview - an X11 front-end for ghostscript, the GNU postscript previewer.
|
28
print/ghostview/pkg-descr
Normal file
28
print/ghostview/pkg-descr
Normal file
@ -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.
|
3
print/ghostview/pkg-plist
Normal file
3
print/ghostview/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
@cwd /usr/X386
|
||||
bin/ghostview
|
||||
lib/X11/app-defaults/Ghostview
|
Loading…
Reference in New Issue
Block a user