Date: Thu, 16 Aug 2012 11:07:03 GMT From: "Jens K. Loewe" <bsd@tuxproject.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170666: New port: graphics/nomacs simple image viewer Message-ID: <201208161107.q7GB735H006250@red.freebsd.org> Resent-Message-ID: <201208161110.q7GBABOa022907@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd@tuxproject.de> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208161107.q7GB735H006250>