From e6b03c63896bb56831cc7c6e796bf2094c0b6f5f Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sun, 16 Sep 2001 17:36:01 +0000 Subject: Initial import of ghfaxviewer-0.22. ghfaxviewer is the fax viewer. PR: 30470 Submitted by: Dominik Brettnacher --- comms/ghfaxviewer/Makefile | 27 +++++++++++++++++++++++++++ comms/ghfaxviewer/distinfo | 1 + comms/ghfaxviewer/files/patch-aa | 11 +++++++++++ comms/ghfaxviewer/pkg-comment | 1 + comms/ghfaxviewer/pkg-descr | 4 ++++ comms/ghfaxviewer/pkg-plist | 12 ++++++++++++ 6 files changed, 56 insertions(+) create mode 100644 comms/ghfaxviewer/Makefile create mode 100644 comms/ghfaxviewer/distinfo create mode 100644 comms/ghfaxviewer/files/patch-aa create mode 100644 comms/ghfaxviewer/pkg-comment create mode 100644 comms/ghfaxviewer/pkg-descr create mode 100644 comms/ghfaxviewer/pkg-plist (limited to 'comms/ghfaxviewer') diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile new file mode 100644 index 000000000000..96767a1947df --- /dev/null +++ b/comms/ghfaxviewer/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: ghfaxviewer +# Date created: Fri Apr 20 13:08:00 MET DST 2001 +# Whom: Dominik Brettnacher +# +# $FreeBSD$ +# + +PORTNAME= ghfaxviewer +PORTVERSION= 0.22.0 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= halifax + +MAINTAINER= domi@saargate.de + +LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ + gconf-1.1:${PORTSDIR}/devel/gconf \ + tiff.4:${PORTSDIR}/graphics/tiff + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= yes +GNU_CONFIGURE= yes + +MAN1= halifax.1 ghfaxviewer.1 + +.include diff --git a/comms/ghfaxviewer/distinfo b/comms/ghfaxviewer/distinfo new file mode 100644 index 000000000000..132f34193589 --- /dev/null +++ b/comms/ghfaxviewer/distinfo @@ -0,0 +1 @@ +MD5 (ghfaxviewer-0.22.0.tar.gz) = b000c0a39e8154eb68ef6d2509922888 diff --git a/comms/ghfaxviewer/files/patch-aa b/comms/ghfaxviewer/files/patch-aa new file mode 100644 index 000000000000..eb698481a3f3 --- /dev/null +++ b/comms/ghfaxviewer/files/patch-aa @@ -0,0 +1,11 @@ +--- src/setup.c.orig Fri Apr 27 22:11:15 2001 ++++ src/setup.c Mon Sep 10 00:08:31 2001 +@@ -143,7 +143,7 @@ + + gerror = NULL; + +- gdk_window_get_root_origin (window, &x, &y); ++ gdk_window_get_position (window, &x, &y); + gdk_window_get_size (window, &width, &height); + + gconf_client_set_int (gc_client, diff --git a/comms/ghfaxviewer/pkg-comment b/comms/ghfaxviewer/pkg-comment new file mode 100644 index 000000000000..20072800f6a8 --- /dev/null +++ b/comms/ghfaxviewer/pkg-comment @@ -0,0 +1 @@ +a GNOME compliant fax viewer which ist capable of displaying TIFF G3 faxes diff --git a/comms/ghfaxviewer/pkg-descr b/comms/ghfaxviewer/pkg-descr new file mode 100644 index 000000000000..aad4ebb33d8d --- /dev/null +++ b/comms/ghfaxviewer/pkg-descr @@ -0,0 +1,4 @@ +ghfaxviewer is the fax viewer of the GNU HaliFAX project which is part of +the GNU project. + +WWW: http://www.gnu.org/software/halifax/ diff --git a/comms/ghfaxviewer/pkg-plist b/comms/ghfaxviewer/pkg-plist new file mode 100644 index 000000000000..7a17cdd4e87d --- /dev/null +++ b/comms/ghfaxviewer/pkg-plist @@ -0,0 +1,12 @@ +bin/ghfaxviewer +lib/charset.alias +share/gnome/pixmaps/ghfaxviewer/info.xpm +share/gnome/pixmaps/ghfaxviewer/ghfaxviewer-logo.xpm +share/gnome/pixmaps/ghfaxviewer/ghfaxviewer-icon.xpm +share/gnome/locale/de/LC_MESSAGES/ghfaxviewer.mo +share/gnome/locale/fr/LC_MESSAGES/ghfaxviewer.mo +share/gnome/locale/locale.alias +share/gnome/locale/pl/LC_MESSAGES/ghfaxviewer.mo +share/gnome/locale/zh_TW.Big5/LC_MESSAGES/ghfaxviewer.mo +share/gnome/gnome/apps/Graphics/ghfaxviewer.desktop +@dirrm share/gnome/pixmaps/ghfaxviewer -- cgit v1.2.3