diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-09-18 20:56:49 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-09-18 20:56:49 +0000 |
commit | 7040e0a359c5aac45e9ad7a582cb68f2d54c76b2 (patch) | |
tree | 86044d5b83cf06e42a063e33aaa4ce0e33da45ad /graphics/nomacs | |
parent | 0b2b32af104b97213656aaa83b5709f6e3d87727 (diff) | |
download | ports-7040e0a359c5aac45e9ad7a582cb68f2d54c76b2.tar.gz ports-7040e0a359c5aac45e9ad7a582cb68f2d54c76b2.zip |
Notes
Diffstat (limited to 'graphics/nomacs')
-rw-r--r-- | graphics/nomacs/Makefile | 26 | ||||
-rw-r--r-- | graphics/nomacs/distinfo | 2 | ||||
-rw-r--r-- | graphics/nomacs/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/nomacs/pkg-plist | 11 |
4 files changed, 46 insertions, 0 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile new file mode 100644 index 000000000000..14327d58206d --- /dev/null +++ b/graphics/nomacs/Makefile @@ -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> diff --git a/graphics/nomacs/distinfo b/graphics/nomacs/distinfo new file mode 100644 index 000000000000..f829a00babcf --- /dev/null +++ b/graphics/nomacs/distinfo @@ -0,0 +1,2 @@ +SHA256 (nomacs-0.4.0-source.zip) = 3432d55d4de23c365912f0c796deb2e25184efdbd8a81304f15914e3fe4da2c7 +SIZE (nomacs-0.4.0-source.zip) = 1112306 diff --git a/graphics/nomacs/pkg-descr b/graphics/nomacs/pkg-descr new file mode 100644 index 000000000000..74ec84585441 --- /dev/null +++ b/graphics/nomacs/pkg-descr @@ -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/ diff --git a/graphics/nomacs/pkg-plist b/graphics/nomacs/pkg-plist new file mode 100644 index 000000000000..4b59d29eaf15 --- /dev/null +++ b/graphics/nomacs/pkg-plist @@ -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 |