From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 16 11:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46E54106566B for ; Thu, 16 Aug 2012 11:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1FEF08FC14 for ; Thu, 16 Aug 2012 11:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7GBABBv022908 for ; Thu, 16 Aug 2012 11:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7GBABOa022907; Thu, 16 Aug 2012 11:10:11 GMT (envelope-from gnats) Resent-Date: Thu, 16 Aug 2012 11:10:11 GMT Resent-Message-Id: <201208161110.q7GBABOa022907@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jens K. Loewe" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0368A1065672 for ; Thu, 16 Aug 2012 11:07:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D7D658FC08 for ; Thu, 16 Aug 2012 11:07:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7GB74Ma006264 for ; Thu, 16 Aug 2012 11:07:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q7GB735H006250; Thu, 16 Aug 2012 11:07:03 GMT (envelope-from nobody) Message-Id: <201208161107.q7GB735H006250@red.freebsd.org> Date: Thu, 16 Aug 2012 11:07:03 GMT From: "Jens K. Loewe" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/170666: New port: graphics/nomacs simple image viewer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 11:10:12 -0000 >Number: 170666 >Category: ports >Synopsis: New port: graphics/nomacs simple image viewer >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 Aug 16 11:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jens K. Loewe >Release: 9.0-RELEASE >Organization: Hochschule Ostfalia >Environment: FreeBSD freebsd 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: nomacs is a small, fast and free image viewer >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # nomacs # nomacs/Makefile # nomacs/pkg-descr # nomacs/pkg-plist # nomacs/distinfo # echo c - nomacs mkdir -p nomacs > /dev/null 2>&1 echo x - nomacs/Makefile sed 's/^X//' >nomacs/Makefile << 'c8b1f45b2d148ff97f35da61a2fa6ab3' X# New ports collection makefile for: nomacs X# Date created: 15 August 2012 X# Whom: Jens K. Loewe X# X# $FreeBSD$ X# X XPORTNAME= nomacs XPORTVERSION= 0.4.0 XCATEGORIES= graphics XMASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-source X XMAINTAINER= bsd@tuxproject.de XCOMMENT= nomacs is a small, fast and free image viewer X XLICENSE= GPLv3 X XLIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ X sysinfo:${PORTSDIR}/devel/libsysinfo X XUSE_ZIP= yes XNO_WRKSUBDIR= yes XUSE_CMAKE= yes XUSE_QT_VER= 4 XQT_COMPONENTS+= linguist_build XLDFLAGS+= -lsysinfo -lkvm X X# no RAW support for now. XCMAKE_ARGS+=-DENABLE_RAW=0 X X.include c8b1f45b2d148ff97f35da61a2fa6ab3 echo x - nomacs/pkg-descr sed 's/^X//' >nomacs/pkg-descr << 'fe34fc0787af7582fc1f0bf19b7b9da3' Xnomacs is a free image viewer which is licensed under the GNU Public XLicense v3. X Xnomacs is small, fast and able to handle the most common image formats. XAdditionally it is possible to synchronize multiple viewers. A Xsynchronization of viewers running on the same computer or via LAN is Xpossible. It allows to compare images and spot the differences (e.g. Xschemes of architects to show the progress). X XWWW: http://www.nomacs.org/ fe34fc0787af7582fc1f0bf19b7b9da3 echo x - nomacs/pkg-plist sed 's/^X//' >nomacs/pkg-plist << '8ad96560e39b968d4ab3ae593bb79259' Xbin/nomacs Xshare/applications/nomacs.desktop Xshare/pixmaps/nomacs.png X%%DATADIR%%/translations/nomacs_als.qm X%%DATADIR%%/translations/nomacs_de.qm X%%DATADIR%%/translations/nomacs_en.qm X%%DATADIR%%/translations/nomacs_ru.qm X%%DATADIR%%/translations/nomacs_zh.qm X@dirrm %%DATADIR%%/translations X@dirrm %%DATADIR%% X@dirrmtry share/applications X@dirrmtry share/pixmaps 8ad96560e39b968d4ab3ae593bb79259 echo x - nomacs/distinfo sed 's/^X//' >nomacs/distinfo << 'c34eff6b4dabdc5132e5cf3550ec4ff9' XSHA256 (nomacs-0.4.0-source.zip) = 3432d55d4de23c365912f0c796deb2e25184efdbd8a81304f15914e3fe4da2c7 XSIZE (nomacs-0.4.0-source.zip) = 1112306 c34eff6b4dabdc5132e5cf3550ec4ff9 exit >Release-Note: >Audit-Trail: >Unformatted: