Initial import of ghfaxviewer-0.22.
ghfaxviewer is the fax viewer. PR: 30470 Submitted by: Dominik Brettnacher <domi@saargate.de>
This commit is contained in:
parent
58c9ae1ee6
commit
e6b03c6389
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47881
7 changed files with 57 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
SUBDIR += comserv
|
||||
SUBDIR += conserver
|
||||
SUBDIR += ecu
|
||||
SUBDIR += ghfaxviewer
|
||||
SUBDIR += gkermit
|
||||
SUBDIR += gnokii
|
||||
SUBDIR += hylafax
|
||||
|
|
27
comms/ghfaxviewer/Makefile
Normal file
27
comms/ghfaxviewer/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: ghfaxviewer
|
||||
# Date created: Fri Apr 20 13:08:00 MET DST 2001
|
||||
# Whom: Dominik Brettnacher <domi@saargate.de>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
comms/ghfaxviewer/distinfo
Normal file
1
comms/ghfaxviewer/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ghfaxviewer-0.22.0.tar.gz) = b000c0a39e8154eb68ef6d2509922888
|
11
comms/ghfaxviewer/files/patch-aa
Normal file
11
comms/ghfaxviewer/files/patch-aa
Normal file
|
@ -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,
|
1
comms/ghfaxviewer/pkg-comment
Normal file
1
comms/ghfaxviewer/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
a GNOME compliant fax viewer which ist capable of displaying TIFF G3 faxes
|
4
comms/ghfaxviewer/pkg-descr
Normal file
4
comms/ghfaxviewer/pkg-descr
Normal file
|
@ -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/
|
12
comms/ghfaxviewer/pkg-plist
Normal file
12
comms/ghfaxviewer/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue