From owner-svn-ports-head@freebsd.org Tue Feb 27 18:15:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 135C9F3CB6A; Tue, 27 Feb 2018 18:15:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77BFC870A7; Tue, 27 Feb 2018 18:15:47 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72A96633F; Tue, 27 Feb 2018 18:15:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RIFlUA022298; Tue, 27 Feb 2018 18:15:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RIFkYq022293; Tue, 27 Feb 2018 18:15:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802271815.w1RIFkYq022293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Feb 2018 18:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463149 - in head/graphics: . ephoto X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . ephoto X-SVN-Commit-Revision: 463149 X-SVN-Commit-Repository: ports 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.25 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, 27 Feb 2018 18:15:48 -0000 Author: yuri Date: Tue Feb 27 18:15:46 2018 New Revision: 463149 URL: https://svnweb.freebsd.org/changeset/ports/463149 Log: New port: graphics/ephoto: Comprehensive Image Viewer Using EFL PR: 226199 Submitted by: lbartoletti@tuxfamily.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14513 Added: head/graphics/ephoto/ head/graphics/ephoto/Makefile (contents, props changed) head/graphics/ephoto/distinfo (contents, props changed) head/graphics/ephoto/pkg-descr (contents, props changed) head/graphics/ephoto/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Feb 27 18:05:47 2018 (r463148) +++ head/graphics/Makefile Tue Feb 27 18:15:46 2018 (r463149) @@ -165,6 +165,7 @@ SUBDIR += eom SUBDIR += eos-movrec SUBDIR += epdfview + SUBDIR += ephoto SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool Added: head/graphics/ephoto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ephoto/Makefile Tue Feb 27 18:15:46 2018 (r463149) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= ephoto +DISTVERSION= 1.5 +CATEGORIES= graphics enlightenment +MASTER_SITES= https://download.enlightenment.org/rel/apps/${PORTNAME}/ +DIST_SUBDIR= enlightenment + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= Comprehensive Image Viewer Using EFL + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libefl.so:devel/efl + +USES= compiler:c11 desktop-file-utils pkgconfig tar:xz +GNU_CONFIGURE= yes + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + +.include Added: head/graphics/ephoto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ephoto/distinfo Tue Feb 27 18:15:46 2018 (r463149) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519510979 +SHA256 (enlightenment/ephoto-1.5.tar.xz) = fed33ae0ff594596d3925687d988e8ea7b629852f81ed611d059a62b974afbe0 +SIZE (enlightenment/ephoto-1.5.tar.xz) = 327004 Added: head/graphics/ephoto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ephoto/pkg-descr Tue Feb 27 18:15:46 2018 (r463149) @@ -0,0 +1,5 @@ +Ephoto is an image viewer and editor written using the Enlightenment Foundation +Libraries(EFL). It focuses on simplicity and ease of use, while taking +advantage of the speed and small footprint provided by EFL. + +WWW: https://www.enlightenment.org/about-ephoto Added: head/graphics/ephoto/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ephoto/pkg-plist Tue Feb 27 18:15:46 2018 (r463149) @@ -0,0 +1,16 @@ +bin/ephoto +lib/ephoto/ephoto_thumbnail +share/applications/ephoto.desktop +%%DATADIR%%/AUTHORS +%%DATADIR%%/COPYING +%%DATADIR%%/images/ephoto.png +%%DATADIR%%/images/grid.png +%%DATADIR%%/images/single.png +%%DATADIR%%/themes/ephoto.edj +%%NLS%%share/locale/cs/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/de/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/it/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/sk/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/sl/LC_MESSAGES/ephoto.mo +share/pixmaps/ephoto.png