diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-28 02:15:46 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-28 02:15:46 +0800 |
commit | 91de36b21e0538363db4873de601304c7d7ff693 (patch) | |
tree | f9dc99b543fd0b53a4c88b52c658b5728bce29bd /graphics | |
parent | c23b79fbd209cbeb95c1a1d18710f24e5e5498f6 (diff) | |
download | freebsd-ports-gnome-91de36b21e0538363db4873de601304c7d7ff693.tar.gz freebsd-ports-gnome-91de36b21e0538363db4873de601304c7d7ff693.tar.zst freebsd-ports-gnome-91de36b21e0538363db4873de601304c7d7ff693.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/ephoto/Makefile | 26 | ||||
-rw-r--r-- | graphics/ephoto/distinfo | 3 | ||||
-rw-r--r-- | graphics/ephoto/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/ephoto/pkg-plist | 16 |
5 files changed, 51 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a77f13e01da5..df971a3449f9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -165,6 +165,7 @@ SUBDIR += eom SUBDIR += eos-movrec SUBDIR += epdfview + SUBDIR += ephoto SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool diff --git a/graphics/ephoto/Makefile b/graphics/ephoto/Makefile new file mode 100644 index 000000000000..a2c8c1c0ed10 --- /dev/null +++ b/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 <bsd.port.mk> diff --git a/graphics/ephoto/distinfo b/graphics/ephoto/distinfo new file mode 100644 index 000000000000..af89b373d555 --- /dev/null +++ b/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 diff --git a/graphics/ephoto/pkg-descr b/graphics/ephoto/pkg-descr new file mode 100644 index 000000000000..fc260b4b0f9a --- /dev/null +++ b/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 diff --git a/graphics/ephoto/pkg-plist b/graphics/ephoto/pkg-plist new file mode 100644 index 000000000000..b21e78da4929 --- /dev/null +++ b/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 |