Date: Tue, 18 Sep 2012 20:56:50 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304464 - in head/graphics: . nomacs Message-ID: <201209182056.q8IKuopJ061362@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd at tuxproject.de> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209182056.q8IKuopJ061362>