1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

g3view - fast display of a g3 fax file in an X11 window

This commit is contained in:
Jean-Marc Zucconi 1995-02-03 20:41:39 +00:00
parent d5102139f3
commit 83de0f2a4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=873
5 changed files with 33 additions and 0 deletions

12
comms/viewfax/Makefile Normal file
View File

@ -0,0 +1,12 @@
DISTFILES= 1587.Z 1588.Z 1589.Z
MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/
DISTNAME= g3view
EXTRACT_CMD= (cd ${WRKDIR}; gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh)
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
.include <bsd.port.mk>

3
comms/viewfax/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (1587.Z) = fbe7988b58b0b933644816356d8da1c1
MD5 (1588.Z) = aa32310fa89648d03eecb93683523e9e
MD5 (1589.Z) = 2f23a9eced592837764b140aa796826b

View File

@ -0,0 +1 @@
g3view - fast display of a g3 fax file in an X11 window

11
comms/viewfax/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
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.

6
comms/viewfax/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
@cd /usr/local
@owner bin
@mode 755
bin/g3view
@mode 644
man/man1/g3view.1