From owner-svn-ports-head@freebsd.org Tue Dec 1 19:43:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53D51A3E641; Tue, 1 Dec 2015 19:43:04 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 295131332; Tue, 1 Dec 2015 19:43:04 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB1Jh3Jh068330; Tue, 1 Dec 2015 19:43:03 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB1Jh2fc068323; Tue, 1 Dec 2015 19:43:02 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201512011943.tB1Jh2fc068323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 1 Dec 2015 19:43:02 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 01 Dec 2015 19:43:04 -0000 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 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