viewfax 2.3, X11 Fax Viewer
This commit is contained in:
parent
d63b945781
commit
edef8ce17d
21
x11/viewfax/Makefile
Normal file
21
x11/viewfax/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: viewfax
|
||||||
|
# Version required: 2.3
|
||||||
|
# Date created: 14 Apr 1998
|
||||||
|
# Whom: form
|
||||||
|
#
|
||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/14 03:34:56 form Exp $
|
||||||
|
# FreeBSD: Makefile,v 1.9 1998/03/07 23:26:23 jmz Exp
|
||||||
|
#
|
||||||
|
DISTNAME= viewfax-2.3
|
||||||
|
CATEGORIES= x11
|
||||||
|
MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
|
||||||
|
|
||||||
|
USE_IMAKE= yes
|
||||||
|
|
||||||
|
MAINTAINER= form@vs.itam.nsc.ru
|
||||||
|
|
||||||
|
pre-install:
|
||||||
|
@mkdir -p ${PREFIX}/lib/X11
|
||||||
|
@mkdir -p ${PREFIX}/lib/X11/viewfax
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
x11/viewfax/files/md5
Normal file
1
x11/viewfax/files/md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (viewfax-2.3.tar.gz) = cd98fa7aedf1a8d570e88f5813e49446
|
1
x11/viewfax/pkg/COMMENT
Normal file
1
x11/viewfax/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
|||||||
|
Display files containing g3 and/or g4 coded fax pages.
|
14
x11/viewfax/pkg/DESCR
Normal file
14
x11/viewfax/pkg/DESCR
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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.
|
4
x11/viewfax/pkg/PLIST
Normal file
4
x11/viewfax/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
bin/viewfax
|
||||||
|
lib/X11/viewfax/viewfax.tif
|
||||||
|
man/cat1/viewfax.0
|
||||||
|
@dirrm lib/X11/viewfax
|
8
x11/viewfax/scripts/pre-configure
Normal file
8
x11/viewfax/scripts/pre-configure
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cat <<EOF >>$WRKSRC/Imakefile
|
||||||
|
BINDIR = $PREFIX/bin
|
||||||
|
HELPDIR = $PREFIX/lib/X11/viewfax
|
||||||
|
MANDIR = $PREFIX/man/cat1
|
||||||
|
EOF
|
||||||
|
exit 0
|
Loading…
Reference in New Issue
Block a user