Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2011 06:24:24 GMT
From:      Gvozdikov Veniamin <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156146: New port: graphics/qiviewer A Qt image viewer, designed to be fast and lightweight
Message-ID:  <201104030624.p336OOcp027564@red.freebsd.org>
Resent-Message-ID: <201104030630.p336UEbp002085@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156146
>Category:       ports
>Synopsis:       New port: graphics/qiviewer A Qt image viewer, designed to be fast and lightweight
>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:   Sun Apr 03 06:30:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Gvozdikov Veniamin
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
FreeBSD LSD.zlonet.ru 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
 
>Description:
This programm has been written with help of Qt library, to be a lightweight image viewer, similar to eog or viewnior for Gnome.
>How-To-Repeat:

>Fix:
# 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:
#
#	qiviewer
#	qiviewer/pkg-descr
#	qiviewer/Makefile
#	qiviewer/distinfo
#
echo c - qiviewer
mkdir -p qiviewer > /dev/null 2>&1
echo x - qiviewer/pkg-descr
sed 's/^X//' >qiviewer/pkg-descr << '82d0f3f7c93b22e9e31d87cf97d46354'
XThis programm has been written with help of Qt library, to be a
Xlightweight image viewer, similar to eog or viewnior for Gnome.
X
XWWW:	http://code.google.com/p/qiviewer/
82d0f3f7c93b22e9e31d87cf97d46354
echo x - qiviewer/Makefile
sed 's/^X//' >qiviewer/Makefile << '3f475e622a8a6d3e3780a0e56c3e48a1'
X# New ports collection makefile for:	qiviewer
X# Date created:		2011-04-02
X# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qiviewer
XPORTVERSION=	0.4.0
XCATEGORIES=	graphics
XMASTER_SITES=	GOOGLE_CODE
X
XMAINTAINER=	g.veniamin@googlemail.com
XCOMMENT=	A Qt image viewer, designed to be fast and lightweight
X
XLICENSE=	GPLv2
X
XUSE_BZIP2=	yes
XUSE_QT_VER=	4
XQT_COMPONENTS=	gui xml dbus linguist qmake_build moc_build \
X		rcc_build
XQMAKEFLAGS+=	PREFIX="${PREFIX}"
X
XPLIST_FILES=	bin/qiviewer \
X		share/applications/qiviewer.desktop \
X		%%DATADIR%%/locale/es_AR.qm \
X		%%DATADIR%%/locale/es_ES.qm \
X
XPLIST_DIRS=	share/qiviewer/locale \
X		share/qiviewer
X
XWRKSRC=		${WRKDIR}/${PORTNAME}/src
X
XOPTIONS=	WEBP "support webp (experemental)" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITHOUT_WEBP)
XPLIST_SUB+=	WEBP="@comment "
X.else
XQMAKEFLAGS+=	CONFIG+=enable-webp
XPLIST_SUB+=	WEBP=""
X.endif
X
Xdo-configure:
X	@cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS}
Xpost-configure:
X	${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|g' \
X		${WRKSRC}/Makefile
X
X.include <bsd.port.post.mk>
3f475e622a8a6d3e3780a0e56c3e48a1
echo x - qiviewer/distinfo
sed 's/^X//' >qiviewer/distinfo << '333201374b41283b327e587ea5abdb7e'
XSHA256 (qiviewer-0.4.0.tar.bz2) = 83d0dfee9d6caa36261c882b6f3ca9b466423b7fae1057c22ace4f953c3b951b
XSIZE (qiviewer-0.4.0.tar.bz2) = 105777
333201374b41283b327e587ea5abdb7e
exit


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104030624.p336OOcp027564>