From owner-svn-ports-head@FreeBSD.ORG Tue Sep 18 20:56:50 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6231A106568D; Tue, 18 Sep 2012 20:56:50 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4D4778FC1F; Tue, 18 Sep 2012 20:56:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8IKuoTT061368; Tue, 18 Sep 2012 20:56:50 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8IKuopJ061362; Tue, 18 Sep 2012 20:56:50 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209182056.q8IKuopJ061362@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 18 Sep 2012 20:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304464 - in head/graphics: . nomacs X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 20:56:50 -0000 Author: makc Date: Tue Sep 18 20:56:49 2012 New Revision: 304464 URL: http://svn.freebsd.org/changeset/ports/304464 Log: Add new port graphics/nomacs: nomacs is small, fast and able to handle the most common image formats. Additionally it is possible to synchronize multiple viewers. A synchronization of viewers running on the same computer or via LAN is possible. It allows to compare images and spot the differences (e.g. schemes of architects to show the progress). WWW: http://www.nomacs.org/ PR: based on ports/170666 Submitted by: Jens K. Loewe Added: head/graphics/nomacs/ head/graphics/nomacs/Makefile (contents, props changed) head/graphics/nomacs/distinfo (contents, props changed) head/graphics/nomacs/pkg-descr (contents, props changed) head/graphics/nomacs/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Sep 18 20:55:26 2012 (r304463) +++ head/graphics/Makefile Tue Sep 18 20:56:49 2012 (r304464) @@ -575,6 +575,7 @@ SUBDIR += nathive SUBDIR += netpbm SUBDIR += nip2 + SUBDIR += nomacs SUBDIR += npretty SUBDIR += nurbs++ SUBDIR += nvidia-texture-tools Added: head/graphics/nomacs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nomacs/Makefile Tue Sep 18 20:56:49 2012 (r304464) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= nomacs +PORTVERSION= 0.4.0 +CATEGORIES= graphics +MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-source + +MAINTAINER= bsd@tuxproject.de +COMMENT= Small, fast and free image viewer + +LICENSE= GPLv3 + +LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ + sysinfo:${PORTSDIR}/devel/libsysinfo + +USE_ZIP= yes +USE_CMAKE= yes +USE_QT4= gui network linguist_build moc_build \ + qmake_build rcc_build uic_build +LDFLAGS+= -lsysinfo -lkvm +# no RAW support for now. +CMAKE_ARGS+= -DENABLE_RAW=0 +NO_WRKSUBDIR= yes + +.include Added: head/graphics/nomacs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nomacs/distinfo Tue Sep 18 20:56:49 2012 (r304464) @@ -0,0 +1,2 @@ +SHA256 (nomacs-0.4.0-source.zip) = 3432d55d4de23c365912f0c796deb2e25184efdbd8a81304f15914e3fe4da2c7 +SIZE (nomacs-0.4.0-source.zip) = 1112306 Added: head/graphics/nomacs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nomacs/pkg-descr Tue Sep 18 20:56:49 2012 (r304464) @@ -0,0 +1,7 @@ +nomacs is small, fast and able to handle the most common image +formats. Additionally it is possible to synchronize multiple +viewers. A synchronization of viewers running on the same computer +or via LAN is possible. It allows to compare images and spot the +differences (e.g. schemes of architects to show the progress). + +WWW: http://www.nomacs.org/ Added: head/graphics/nomacs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nomacs/pkg-plist Tue Sep 18 20:56:49 2012 (r304464) @@ -0,0 +1,11 @@ +bin/nomacs +share/applications/nomacs.desktop +share/nomacs/translations/nomacs_als.qm +share/nomacs/translations/nomacs_de.qm +share/nomacs/translations/nomacs_en.qm +share/nomacs/translations/nomacs_ru.qm +share/nomacs/translations/nomacs_zh.qm +share/pixmaps/nomacs.png +@dirrm share/nomacs/translations +@dirrm share/nomacs +@dirrmtry share/applications