aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-02-04 04:41:39 +0800
committerjmz <jmz@FreeBSD.org>1995-02-04 04:41:39 +0800
commit37e045fc186aa983dff8f0df57e6571465f3f68d (patch)
tree76d1063a3984b9f4749289c386e955739784d3c4 /comms
parentf35759745d1b6a6c98e35ebf9fe71c0055dcfb62 (diff)
downloadfreebsd-ports-gnome-37e045fc186aa983dff8f0df57e6571465f3f68d.tar.gz
freebsd-ports-gnome-37e045fc186aa983dff8f0df57e6571465f3f68d.tar.zst
freebsd-ports-gnome-37e045fc186aa983dff8f0df57e6571465f3f68d.zip
g3view - fast display of a g3 fax file in an X11 window
Diffstat (limited to 'comms')
-rw-r--r--comms/viewfax/Makefile12
-rw-r--r--comms/viewfax/distinfo3
-rw-r--r--comms/viewfax/pkg-comment1
-rw-r--r--comms/viewfax/pkg-descr11
-rw-r--r--comms/viewfax/pkg-plist6
5 files changed, 33 insertions, 0 deletions
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile
new file mode 100644
index 000000000000..171b98910239
--- /dev/null
+++ b/comms/viewfax/Makefile
@@ -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>
diff --git a/comms/viewfax/distinfo b/comms/viewfax/distinfo
new file mode 100644
index 000000000000..9c8cb7b966e8
--- /dev/null
+++ b/comms/viewfax/distinfo
@@ -0,0 +1,3 @@
+MD5 (1587.Z) = fbe7988b58b0b933644816356d8da1c1
+MD5 (1588.Z) = aa32310fa89648d03eecb93683523e9e
+MD5 (1589.Z) = 2f23a9eced592837764b140aa796826b
diff --git a/comms/viewfax/pkg-comment b/comms/viewfax/pkg-comment
new file mode 100644
index 000000000000..cd9030f127fd
--- /dev/null
+++ b/comms/viewfax/pkg-comment
@@ -0,0 +1 @@
+g3view - fast display of a g3 fax file in an X11 window
diff --git a/comms/viewfax/pkg-descr b/comms/viewfax/pkg-descr
new file mode 100644
index 000000000000..8b027853e997
--- /dev/null
+++ b/comms/viewfax/pkg-descr
@@ -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.
diff --git a/comms/viewfax/pkg-plist b/comms/viewfax/pkg-plist
new file mode 100644
index 000000000000..d05c46c22ba1
--- /dev/null
+++ b/comms/viewfax/pkg-plist
@@ -0,0 +1,6 @@
+@cd /usr/local
+@owner bin
+@mode 755
+bin/g3view
+@mode 644
+man/man1/g3view.1