From 9a0fd9be08eabfb1721d4c4bdc64a71d5d189ef6 Mon Sep 17 00:00:00 2001 From: rh Date: Tue, 17 Aug 1999 12:28:36 +0000 Subject: [PATCH] Initial import of viewfax-2.4, an X11 fax viewer. --- graphics/viewfax/Makefile | 21 +++++++++++++++++++++ graphics/viewfax/files/md5 | 3 +++ graphics/viewfax/files/patch-sum | 3 +++ graphics/viewfax/patches/patch-aa | 17 +++++++++++++++++ graphics/viewfax/pkg/COMMENT | 1 + graphics/viewfax/pkg/DESCR | 5 +++++ graphics/viewfax/pkg/PLIST | 5 +++++ 7 files changed, 55 insertions(+) create mode 100644 graphics/viewfax/Makefile create mode 100644 graphics/viewfax/files/md5 create mode 100644 graphics/viewfax/files/patch-sum create mode 100644 graphics/viewfax/patches/patch-aa create mode 100644 graphics/viewfax/pkg/COMMENT create mode 100644 graphics/viewfax/pkg/DESCR create mode 100644 graphics/viewfax/pkg/PLIST diff --git a/graphics/viewfax/Makefile b/graphics/viewfax/Makefile new file mode 100644 index 00000000000..bffb37a337d --- /dev/null +++ b/graphics/viewfax/Makefile @@ -0,0 +1,21 @@ +# $NetBSD$ +# + +DISTNAME= viewfax-2.4 +CATEGORIES= graphics comms +MASTER_SITES= ftp://ftp.hylafax.org/pub/hylafax/contrib/viewfax/ \ + ftp://ftp.leo.org/pub/comp/networking/communication/modem/mgetty/ \ + ftp://ftp.tuwien.ac.at/infosys/fax/hylafax/contrib/viewfax/ \ + http://gd.tuwien.ac.at/infosys/fax/hylafax/contrib/viewfax/ \ + ftp://ftp.ips.gov.au/mirror/hylafax/contrib/viewfax/ \ + ftp://ftp.oce.nl/pub/gnu/hylafax/contrib/viewfax/ \ + ftp://ftp.rge.com/pub/communications/hylafax/contrib/viewfax/ + +MAINTAINER= rh@netbsd.org + +USE_IMAKE= yes + +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/libdata/viewfax + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/viewfax/files/md5 b/graphics/viewfax/files/md5 new file mode 100644 index 00000000000..e3324558073 --- /dev/null +++ b/graphics/viewfax/files/md5 @@ -0,0 +1,3 @@ +$NetBSD$ + +MD5 (viewfax-2.4.tar.gz) = 908fc11a026969e1114d22fa27e66af4 diff --git a/graphics/viewfax/files/patch-sum b/graphics/viewfax/files/patch-sum new file mode 100644 index 00000000000..b7aca45ed2c --- /dev/null +++ b/graphics/viewfax/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD$ + +MD5 (patch-aa) = f2c8a07ffbae67846a6e04fd37f2a27c diff --git a/graphics/viewfax/patches/patch-aa b/graphics/viewfax/patches/patch-aa new file mode 100644 index 00000000000..6457026bac2 --- /dev/null +++ b/graphics/viewfax/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD$ + +--- Imakefile.orig Mon Oct 16 20:18:38 1995 ++++ Imakefile Tue Aug 17 13:48:55 1999 +@@ -5,9 +5,9 @@ + complain about this. Sheesh! :-) */ + HELPDIR = ${USRLIBDIR}/X11 + #else +-BINDIR = /usr/local/bin /* where you want the binary installed */ +-MANDIR = /usr/local/man/man1 /* where you want the man file installed */ +-HELPDIR = /usr/local/lib /* where you want the help file installed */ ++BINDIR = ${PREFIX}/bin /* where you want the binary installed */ ++MANDIR = ${PREFIX}/man/cat1 /* where you want the man file installed */ ++HELPDIR = ${PREFIX}/libdata/viewfax /* where you want the help file installed */ + #endif + + DEFINES = -DHELPFILE=\"$(HELPDIR)/viewfax.tif\" diff --git a/graphics/viewfax/pkg/COMMENT b/graphics/viewfax/pkg/COMMENT new file mode 100644 index 00000000000..db952958ba1 --- /dev/null +++ b/graphics/viewfax/pkg/COMMENT @@ -0,0 +1 @@ +a tool for displaying fax files in an X Window diff --git a/graphics/viewfax/pkg/DESCR b/graphics/viewfax/pkg/DESCR new file mode 100644 index 00000000000..41c0341db2d --- /dev/null +++ b/graphics/viewfax/pkg/DESCR @@ -0,0 +1,5 @@ + viewfax can display raw, digifax or tiff files containing g3 (T.4) and/or +g4 (T.6) coded fax pages. + + To install viewfax you need an ansi C compiler on a machine +supporting X11. No toolkit is required, just Xlib. diff --git a/graphics/viewfax/pkg/PLIST b/graphics/viewfax/pkg/PLIST new file mode 100644 index 00000000000..c176ff0351d --- /dev/null +++ b/graphics/viewfax/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD$ +bin/viewfax +libdata/viewfax/viewfax.tif +man/cat1/viewfax.0 +@dirrm libdata/viewfax -- 2.41.0