diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-27 18:15:46 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-27 18:15:46 +0000 |
| commit | 11016f74f623fb66a80261c29de0d9ead5f0285e (patch) | |
| tree | f9dc99b543fd0b53a4c88b52c658b5728bce29bd /graphics/ephoto | |
| parent | 0b374af2e662c8e0d9d0c2976730dc0616028ba6 (diff) | |
Notes
Diffstat (limited to 'graphics/ephoto')
| -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 |
4 files changed, 50 insertions, 0 deletions
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 |
