Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 18:15:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463149 - in head/graphics: . ephoto
Message-ID:  <201802271815.w1RIFkYq022293@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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