Bug 170666 - New port: graphics/nomacs simple image viewer
Summary: New port: graphics/nomacs simple image viewer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 12:10 UTC by Jens K. Loewe
Modified: 2012-09-18 22:05 UTC (History)
0 users

See Also:


Attachments
file.shar (2.55 KB, text/plain)
2012-08-16 12:10 UTC, Jens K. Loewe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jens K. Loewe 2012-08-16 12:10:11 UTC
nomacs is a small, fast and free image viewer

Fix: Patch attached with submission follows:
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-13 13:20:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-18 21:56:59 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-18 22:05:43 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!