ports/90414: [NEW PORT] comms/qfaxreader: Mono/color multipage tiff/fax files visualisation/printing utility

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Thu Dec 15 02:00:26 UTC 2005


>Number:         90414
>Category:       ports
>Synopsis:       [NEW PORT] comms/qfaxreader: Mono/color multipage tiff/fax files visualisation/printing utility
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 15 02:00:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.0-STABLE #5: Thu Dec  1 02:08:55 EET 2005


>Description:


DESCRIPTION
  QFaxReader is a monochrome/color multipage tiff/fax files visualisation 
utility. Is designed for the users who receive faxes using computers.

FEATURES
  * Handle multi page tiff/fax files (even color)
  * Correctly display fax images in any resolution
  * Fullscreen mode
  * Printing fax files (multiple pages per sheet)
  * Autodetect printing system (CUPS, lpr-bsd, lpr-ng)
  * Image transformation (rotate left, rotate right, vertical flip)
  * Arbitrary zoom fax images
  * Sidebar with easy navigation through directories
  * AutoRefresh + notification for new facsimiles
  * Aliases database for replacing faxes id's with real name
    If you don't have gdbm library installed, this feature is disabled.
  * Export in all formats which your QT have support
    WARNING! This feature overwrite files without any notification!
  * Experimental internationalization support
  * CID support

WWW: http://oss.thel.ro/qfaxreader


>How-To-Repeat:





>Fix:


--- qfaxreader.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	qfaxreader/Makefile
#	qfaxreader/distinfo
#	qfaxreader/pkg-descr
#	qfaxreader/pkg-plist
#
echo x - qfaxreader/Makefile
sed 's/^X//' >qfaxreader/Makefile << 'END-of-qfaxreader/Makefile'
X# New ports collection makefile for:	qfaxreader
X# Date created:				2005-11-18
X# Whom:			Ion-Mihai "IOnut" Tetcu <itetcu at people.tecnik93.com>
X#
X# $FreeBSD$
X#
X# $Tecnik: ports/comms/qfaxreader/Makefile,v 1.3 2005/12/15 01:43:59 itetcu Exp $
X#
X
XPORTNAME=	qfaxreader
X#PORTVERSION=	0.3
XDISTVERSION=	0.3RC4
XCATEGORIES=	comms graphics print
XMASTER_SITES=	http://oss.thel.ro/${PORTNAME}/ \
X	http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
X
XMAINTAINER=	itetcu at people.tecnik93.com
XCOMMENT=	Mono/color multipage tiff/fax files visualisation/printing utility
X
XUSE_BZIP2=	yes
X#USE_REINPLACE=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_QT_VER=	3
X
XLIBS_DEPENDS+=	libtiff.4:${PORTSDIR}/graphics/tiff
X
XMAN1=	qfaxreader.1
XMANCOMPRESSED=	yes
X
XOPTIONS+=	GDBM "For sender-id look-up (recomended)" on
X#OPTIONS+=	KDE "Instal KDE icons (and depend on KDE)" off
X# fix me and fix NOPORTDOCS once the author makes up his mind
X
X.include <bsd.port.pre.mk>
X
XCONFIGURE_ENV+=		QTDIR=${QT_PREFIX} PTHREAD_LIBS=${PTHREAD_LIBS}
XCONFIGURE_ARGS+=	--with-docdir=${DOCSDIR}
X
X.if defined(WITH_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
XLIB_DEPENDS+=	gdbm.3:${PORTSDIR}/databases/gdbm
X.endif
X
X# Don't use this, waiting for author to make up his mind
X#.ifdef(WITH_KDE)
X#USE_KDE_VER=	3
X#.include <bsd.kde.mk>
X#CONFIGURE_ARGS+=	--with-kdeico=${KDE_PREFIX}/share/icons
X#DESKTOP_ENTRIES=	"QFaxReader" "${COMMENT}" "${PORTNAME}.png" "${PORTNAME}" \
X#			"Application;Utilities"
X#.	for I in 16 22 32
X#PLIST_FILES+=	share/icons/hicolor/${I}x${I}/apps/${PORTNAME}.png
X#.	endfor
X#.post-install:
X#	cd ${WRCSRK}/kde && \
X#	for I in 16 22 32; do
X#		${INSTALL_DATA} ./icon-${I}.png \
X#			${PREFIX}/share/icons/hicolor/${I}x${I}/apps/${PORTNAME}.png
X#	done
X#		${INSTALL_DATA} ./${PORTNAME}.desktop ${DESKTOPDIR}/
X#.endif
X
X.include  <bsd.port.post.mk>
END-of-qfaxreader/Makefile
echo x - qfaxreader/distinfo
sed 's/^X//' >qfaxreader/distinfo << 'END-of-qfaxreader/distinfo'
XMD5 (qfaxreader-0.3RC4.tar.bz2) = 610a74eb3503a1878eb51484959ac4a7
XSHA256 (qfaxreader-0.3RC4.tar.bz2) = 52939e4d51e4b390b8091955bda55d8cc2b1a4fca0f8d86f26243c80fe27df98
XSIZE (qfaxreader-0.3RC4.tar.bz2) = 242571
END-of-qfaxreader/distinfo
echo x - qfaxreader/pkg-descr
sed 's/^X//' >qfaxreader/pkg-descr << 'END-of-qfaxreader/pkg-descr'
XDESCRIPTION
X  QFaxReader is a monochrome/color multipage tiff/fax files visualisation 
Xutility. Is designed for the users who receive faxes using computers.
X
XFEATURES
X  * Handle multi page tiff/fax files (even color)
X  * Correctly display fax images in any resolution
X  * Fullscreen mode
X  * Printing fax files (multiple pages per sheet)
X  * Autodetect printing system (CUPS, lpr-bsd, lpr-ng)
X  * Image transformation (rotate left, rotate right, vertical flip)
X  * Arbitrary zoom fax images
X  * Sidebar with easy navigation through directories
X  * AutoRefresh + notification for new facsimiles
X  * Aliases database for replacing faxes id's with real name
X    If you don't have gdbm library installed, this feature is disabled.
X  * Export in all formats which your QT have support
X    WARNING! This feature overwrite files without any notification!
X  * Experimental internationalization support
X  * CID support
X
XWWW: http://oss.thel.ro/qfaxreader
END-of-qfaxreader/pkg-descr
echo x - qfaxreader/pkg-plist
sed 's/^X//' >qfaxreader/pkg-plist << 'END-of-qfaxreader/pkg-plist'
Xbin/qfaxreader
X at comment %%KDE%%share/icons/hicolor/16x16/apps/qfaxreader.png
X at comment %%KDE%%share/icons/hicolor/22x22/apps/qfaxreader.png
X at comment %%KDE%%share/icons/hicolor/32x32/apps/qfaxreader.png
X%%DOCSDIR%%/AUTHORS
X%%DOCSDIR%%/COPYING
X%%DOCSDIR%%/ChangeLog
X%%DOCSDIR%%/README
X%%DOCSDIR%%/TODO
X at dirrm %%DOCSDIR%%
END-of-qfaxreader/pkg-plist
exit

--- qfaxreader.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list