pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ephoto: Add 1.6.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Wed May 22 20:08:14 2024 -0700
Changeset:	363747df58b668267fe850151d47ac9a78ab86df

Added Files:
	ephoto/DESCR
	ephoto/Makefile
	ephoto/PLIST
	ephoto/distinfo

Log Message:
ephoto: Add 1.6.0

ephoto is a photo editor/viewer for the enlightenment desktop.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=363747df58b668267fe850151d47ac9a78ab86df

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ephoto/DESCR    |  3 +++
 ephoto/Makefile | 18 ++++++++++++++++++
 ephoto/PLIST    | 20 ++++++++++++++++++++
 ephoto/distinfo |  5 +++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/ephoto/DESCR b/ephoto/DESCR
new file mode 100644
index 0000000000..f9e61366f7
--- /dev/null
+++ b/ephoto/DESCR
@@ -0,0 +1,3 @@
+Ephoto - A comprehensive image viewer written using the core EFL.
+For more information, please visit:
+http://www.smhouston.us/ephoto/
diff --git a/ephoto/Makefile b/ephoto/Makefile
new file mode 100644
index 0000000000..3c28cf0360
--- /dev/null
+++ b/ephoto/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	ephoto-1.6.0
+CATEGORIES=	graphics enlightenment
+MASTER_SITES=	https://download.enlightenment.org/rel/apps/ephoto/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	matthewd%fastmail.us@localhost
+HOMEPAGE=	https://download.enlightenment.org/rel/apps/ephoto/
+COMMENT=	Image viewer and editor for the enlightenment desktop
+LICENSE=	2-clause-bsd
+
+USE_PKGLOCALEDIR=	yes
+USE_TOOLS=		pkg-config
+
+.include "../../devel/meson/build.mk"
+.include "../../wip/efl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ephoto/PLIST b/ephoto/PLIST
new file mode 100644
index 0000000000..5bf0af3559
--- /dev/null
+++ b/ephoto/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+bin/ephoto
+lib/ephoto/ephoto_thumbnail
+share/applications/ephoto.desktop
+share/ephoto/AUTHORS
+share/ephoto/images/ephoto.png
+share/ephoto/images/grid.png
+share/ephoto/images/single.png
+share/ephoto/themes/ephoto.edj
+share/icons/ephoto.png
+share/locale/cs/LC_MESSAGES/ephoto.mo
+share/locale/da/LC_MESSAGES/ephoto.mo
+share/locale/de/LC_MESSAGES/ephoto.mo
+share/locale/es/LC_MESSAGES/ephoto.mo
+share/locale/fr/LC_MESSAGES/ephoto.mo
+share/locale/it/LC_MESSAGES/ephoto.mo
+share/locale/nl/LC_MESSAGES/ephoto.mo
+share/locale/ru/LC_MESSAGES/ephoto.mo
+share/locale/sk/LC_MESSAGES/ephoto.mo
+share/locale/sl/LC_MESSAGES/ephoto.mo
diff --git a/ephoto/distinfo b/ephoto/distinfo
new file mode 100644
index 0000000000..12e1ff2b93
--- /dev/null
+++ b/ephoto/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ephoto-1.6.0.tar.xz) = c037e055da0b6e7725a9585729833e8105f02f8aa7132b1d4ae13a59f0eedb9d
+SHA512 (ephoto-1.6.0.tar.xz) = 9e74857edbeb7b6999077a8108c7aa368c0c0bc7411891541f818eb428336f75e79bfeb5f5828b889ab5298542227dcefbf57893eb00a6136a895cc1eee9efe9
+Size (ephoto-1.6.0.tar.xz) = 141256 bytes


Home | Main Index | Thread Index | Old Index