diff options
author | jmz <jmz@FreeBSD.org> | 1995-09-28 10:02:22 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-09-28 10:02:22 +0800 |
commit | 68bbfd370be11ba30d493919d5e0fb1d248dce76 (patch) | |
tree | 0b4b5451bb010bfd3fd6c43425ca487d13ac4c2c /comms | |
parent | 636d22a71fa1be4d02afad39a893bb16bac85617 (diff) | |
download | freebsd-ports-gnome-68bbfd370be11ba30d493919d5e0fb1d248dce76.tar.gz freebsd-ports-gnome-68bbfd370be11ba30d493919d5e0fb1d248dce76.tar.zst freebsd-ports-gnome-68bbfd370be11ba30d493919d5e0fb1d248dce76.zip |
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
Diffstat (limited to 'comms')
-rw-r--r-- | comms/viewfax/Makefile | 17 | ||||
-rw-r--r-- | comms/viewfax/distinfo | 2 | ||||
-rw-r--r-- | comms/viewfax/pkg-comment | 2 | ||||
-rw-r--r-- | comms/viewfax/pkg-descr | 25 | ||||
-rw-r--r-- | comms/viewfax/pkg-plist | 9 |
5 files changed, 26 insertions, 29 deletions
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index ebaee8141a55..a8f2e4b71ecd 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -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/ -MAINTAINER= jmz@FreeBSD.org +USE_IMAKE= yes -pre-install: - @mkdir -p ${PREFIX}/bin - @mkdir -p ${PREFIX}/man/man1 +MAINTAINER= jmz@FreeBSD.org .include <bsd.port.mk> diff --git a/comms/viewfax/distinfo b/comms/viewfax/distinfo index c9ca61fef5d1..27ffa13d82cf 100644 --- a/comms/viewfax/distinfo +++ b/comms/viewfax/distinfo @@ -1 +1 @@ -MD5 (g3view-1.8.tar.gz) = 5c37dd6d6609f000e29f0d83f79d4e50 +MD5 (viewfax-2.2.tar.gz) = 9612d1bb899054f8f0af1f3893d4182c diff --git a/comms/viewfax/pkg-comment b/comms/viewfax/pkg-comment index cd9030f127fd..a2ab93a288de 100644 --- a/comms/viewfax/pkg-comment +++ b/comms/viewfax/pkg-comment @@ -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. diff --git a/comms/viewfax/pkg-descr b/comms/viewfax/pkg-descr index 8b027853e997..1c7bd216751d 100644 --- a/comms/viewfax/pkg-descr +++ b/comms/viewfax/pkg-descr @@ -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. diff --git a/comms/viewfax/pkg-plist b/comms/viewfax/pkg-plist index d05c46c22ba1..7c8ed9ff63cb 100644 --- a/comms/viewfax/pkg-plist +++ b/comms/viewfax/pkg-plist @@ -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 |