viewfax is the new name of g3view (in ports/x11). It is now upgraded to

version 2.2
Repository copy operation done by: peter@freebsd.org
This commit is contained in:
Jean-Marc Zucconi 1995-09-28 02:02:22 +00:00
parent 00cbf54c60
commit c136cd1bf5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2202
5 changed files with 26 additions and 29 deletions

View File

@ -1,19 +1,16 @@
# New ports collection makefile for: g3view
# Version required: 1.8
# Date created: 3 February 1995
# New ports collection makefile for: viewfax
# Version required: 2.2
# Date created: 16 sept 1995
# Whom: jmz
#
# $Id$
#
DISTNAME= g3view-1.8
DISTNAME= viewfax-2.2
CATEGORIES+= x11
MASTER_SITES= ftp://ftp.leo.org//pub/comp/networking/communication/modem/mgetty/
MASTER_SITES= ftp://ftp.leo.org/pub/comp/networking/communication/modem/mgetty/
USE_IMAKE= yes
MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (g3view-1.8.tar.gz) = 5c37dd6d6609f000e29f0d83f79d4e50
MD5 (viewfax-2.2.tar.gz) = 9612d1bb899054f8f0af1f3893d4182c

View File

@ -1 +1 @@
g3view - fast display of a g3 fax file in an X11 window
display raw, digifax or tiff files containing g3 and/or g4 coded fax pages.

View File

@ -1,11 +1,14 @@
g3view displays a group 3 fax file in an X11 window. The input file
must be a raw, single-page fax received by a fax modem.
The fax image is rendered at full resolution and then successively
scaled down by a linear factor of 2 prior to display until it fits on
the screen. The display can be controlled interactively using mouse
and keyboard commands. The left mouse button expands the image by a
factor of two and the right button reduces it by the same factor. If
the image is bigger than the available window size, the middle mouse
button can be used to reposition it within the window. To see the
right bottom corner of the image, click near in the right bottom
corner of the window, etc.
viewfax displays one or more fax files in an X11 window. The input
files may be either raw, single-page faxes received by a fax modem
with a program such as mgetty, or tiff files such as those used by
hylafax. The first (or only) page of "PC-Research"-style (DigiFAX)
files produced by the ghostscript dfaxhigh or dfaxlow drivers can also
be displayed.
Input files using any common fax encoding such as group 3 (1 and 2
dimensional) and group 4 can be displayed.
The fax images are rendered at full resolution and then successively
scaled down by a linear factor of 2 prior to display, until they fit
on the screen. The display can be controlled interactively using
mouse and keyboard commands.

View File

@ -1,6 +1,3 @@
@cd /usr/local
@owner bin
@mode 755
bin/g3view
@mode 644
man/man1/g3view.1
bin/viewfax
lib/viewfax.tif
man/man1/viewfax.1.gz