summaryrefslogtreecommitdiff
path: root/comms/viewfax
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-03 20:41:39 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-03 20:41:39 +0000
commit83de0f2a4b0253f613e4ee8569dc31aeaf53d9d1 (patch)
tree66bb83d6425155776f7e5d1c564c867909b00950 /comms/viewfax
parentUpdate (diff)
g3view - fast display of a g3 fax file in an X11 window
Notes
Notes: svn path=/head/; revision=873
Diffstat (limited to 'comms/viewfax')
-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