Index: graphics/Makefile =================================================================== --- graphics/Makefile +++ graphics/Makefile @@ -165,6 +165,7 @@ SUBDIR += eom SUBDIR += eos-movrec SUBDIR += epdfview + SUBDIR += ephoto SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool Index: graphics/ephoto/Makefile =================================================================== --- /dev/null +++ graphics/ephoto/Makefile @@ -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 Index: graphics/ephoto/distinfo =================================================================== --- /dev/null +++ graphics/ephoto/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1519510979 +SHA256 (enlightenment/ephoto-1.5.tar.xz) = fed33ae0ff594596d3925687d988e8ea7b629852f81ed611d059a62b974afbe0 +SIZE (enlightenment/ephoto-1.5.tar.xz) = 327004 Index: graphics/ephoto/pkg-descr =================================================================== --- /dev/null +++ graphics/ephoto/pkg-descr @@ -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 Index: graphics/ephoto/pkg-plist =================================================================== --- /dev/null +++ graphics/ephoto/pkg-plist @@ -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