diff options
author | rh <rh> | 1999-08-17 12:28:36 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-17 12:28:36 +0000 |
commit | 8730980624bdaa4f8483ef613460a429a5759ae7 (patch) | |
tree | a4e5f162eeba4b5447ef4f2b2157c3985eb56498 /graphics/viewfax | |
parent | bd738fd82285a6340ba485c16ec48ecaecc3b65a (diff) | |
download | pkgsrc-8730980624bdaa4f8483ef613460a429a5759ae7.tar.gz |
Initial import of viewfax-2.4, an X11 fax viewer.
Diffstat (limited to 'graphics/viewfax')
-rw-r--r-- | graphics/viewfax/Makefile | 21 | ||||
-rw-r--r-- | graphics/viewfax/files/md5 | 3 | ||||
-rw-r--r-- | graphics/viewfax/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/viewfax/patches/patch-aa | 17 | ||||
-rw-r--r-- | graphics/viewfax/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/viewfax/pkg/DESCR | 5 | ||||
-rw-r--r-- | graphics/viewfax/pkg/PLIST | 5 |
7 files changed, 55 insertions, 0 deletions
diff --git a/graphics/viewfax/Makefile b/graphics/viewfax/Makefile new file mode 100644 index 00000000000..27f00b51896 --- /dev/null +++ b/graphics/viewfax/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/17 12:28:36 rh Exp $ +# + +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..74bef7cd6ba --- /dev/null +++ b/graphics/viewfax/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/17 12:28:36 rh Exp $ + +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..9fc5ebd15e0 --- /dev/null +++ b/graphics/viewfax/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/08/17 12:28:36 rh Exp $ + +MD5 (patch-aa) = f2c8a07ffbae67846a6e04fd37f2a27c diff --git a/graphics/viewfax/patches/patch-aa b/graphics/viewfax/patches/patch-aa new file mode 100644 index 00000000000..9ddee27e62e --- /dev/null +++ b/graphics/viewfax/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/08/17 12:28:36 rh Exp $ + +--- 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..051d11e4f55 --- /dev/null +++ b/graphics/viewfax/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/17 12:28:36 rh Exp $ +bin/viewfax +libdata/viewfax/viewfax.tif +man/cat1/viewfax.0 +@dirrm libdata/viewfax |