Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2015 19:43:02 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402780 - in head/graphics: . phototonic phototonic/files
Message-ID:  <201512011943.tB1Jh2fc068323@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Tue Dec  1 19:43:02 2015
New Revision: 402780
URL: https://svnweb.freebsd.org/changeset/ports/402780

Log:
  Phototonic is a fast and functional image viewer and organizer, inspired
  by the traditional image viewer design (i.e. thumbnails and viewer
  layouts).
  
  WWW: http://oferkv.github.io/phototonic/

Added:
  head/graphics/phototonic/
  head/graphics/phototonic/Makefile   (contents, props changed)
  head/graphics/phototonic/distinfo   (contents, props changed)
  head/graphics/phototonic/files/
  head/graphics/phototonic/files/patch-phototonic.pro   (contents, props changed)
  head/graphics/phototonic/pkg-descr   (contents, props changed)
  head/graphics/phototonic/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Dec  1 19:37:06 2015	(r402779)
+++ head/graphics/Makefile	Tue Dec  1 19:43:02 2015	(r402780)
@@ -756,6 +756,7 @@
     SUBDIR += pgplot
     SUBDIR += pho
     SUBDIR += photopc
+    SUBDIR += phototonic
     SUBDIR += php-facedetect
     SUBDIR += php-gdal
     SUBDIR += php-libpuzzle

Added: head/graphics/phototonic/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/phototonic/Makefile	Tue Dec  1 19:43:02 2015	(r402780)
@@ -0,0 +1,26 @@
+# Created by: Olivier Duchateau
+# $FreeBSD$
+
+PORTNAME=	phototonic
+PORTVERSION=	1.7
+DISTVERSIONPREFIX=	v
+CATEGORIES=	graphics
+
+MAINTAINER=	olivierd@FreeBSD.org
+COMMENT=	Image viewer and organizer
+
+LICENSE=	GPLv3
+
+LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	oferkv
+
+USES=	desktop-file-utils gettext qmake
+USE_QT5=	buildtools_build imageformats svg widgets
+
+post-patch:
+	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
+		${WRKSRC}/phototonic.pro
+
+.include <bsd.port.mk>

Added: head/graphics/phototonic/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/phototonic/distinfo	Tue Dec  1 19:43:02 2015	(r402780)
@@ -0,0 +1,2 @@
+SHA256 (oferkv-phototonic-v1.7_GH0.tar.gz) = ef194d41e71b4d50e347f56da27a2e5d00a86f4ba4ff6580f86852df475f39df
+SIZE (oferkv-phototonic-v1.7_GH0.tar.gz) = 284334

Added: head/graphics/phototonic/files/patch-phototonic.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/phototonic/files/patch-phototonic.pro	Tue Dec  1 19:43:02 2015	(r402780)
@@ -0,0 +1,27 @@
+--- phototonic.pro.orig	2015-11-08 18:03:52 UTC
++++ phototonic.pro
+@@ -17,19 +17,19 @@ SOURCES += dialogs.cpp main.cpp mainwind
+ 			mdcache.cpp
+ RESOURCES += phototonic.qrc
+ 
+-target.path = /usr/bin/
++target.path = %%PREFIX%%/bin/
+ 
+ icon.files = images/phototonic.png
+-icon.path = /usr/share/icons/hicolor/48x48/apps
++icon.path = %%PREFIX%%/share/icons/hicolor/48x48/apps
+ 
+ icon16.files = images/icon16/phototonic.png
+-icon16.path = /usr/share/icons/hicolor/16x16/apps
++icon16.path = %%PREFIX%%/share/icons/hicolor/16x16/apps
+ 
+ iconPixmaps.files = images/icon16/phototonic.png
+-iconPixmaps.path = /usr/share/pixmaps
++iconPixmaps.path = %%PREFIX%%/share/pixmaps
+ 
+ desktop.files = phototonic.desktop
+-desktop.path = /usr/share/applications
++desktop.path = %%PREFIX%%/share/applications
+ 
+ INSTALLS += target icon icon16 iconPixmaps desktop
+ 

Added: head/graphics/phototonic/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/phototonic/pkg-descr	Tue Dec  1 19:43:02 2015	(r402780)
@@ -0,0 +1,5 @@
+Phototonic is a fast and functional image viewer and organizer, inspired
+by the traditional image viewer design (i.e. thumbnails and viewer
+layouts).
+
+WWW: http://oferkv.github.io/phototonic/

Added: head/graphics/phototonic/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/phototonic/pkg-plist	Tue Dec  1 19:43:02 2015	(r402780)
@@ -0,0 +1,5 @@
+bin/phototonic
+share/applications/phototonic.desktop
+share/icons/hicolor/16x16/apps/phototonic.png
+share/icons/hicolor/48x48/apps/phototonic.png
+share/pixmaps/phototonic.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512011943.tB1Jh2fc068323>