Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2018 17:03:51 +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: r476242 - in head/editors: . ecrire
Message-ID:  <201808021703.w72H3pCu014010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug  2 17:03:51 2018
New Revision: 476242
URL: https://svnweb.freebsd.org/changeset/ports/476242

Log:
  New port: editors/ecrire: EFL (Enlightenment) graphical text editor

Added:
  head/editors/ecrire/
  head/editors/ecrire/Makefile   (contents, props changed)
  head/editors/ecrire/distinfo   (contents, props changed)
  head/editors/ecrire/pkg-descr   (contents, props changed)
  head/editors/ecrire/pkg-plist   (contents, props changed)
Modified:
  head/editors/Makefile

Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile	Thu Aug  2 16:05:16 2018	(r476241)
+++ head/editors/Makefile	Thu Aug  2 17:03:51 2018	(r476242)
@@ -33,6 +33,7 @@
     SUBDIR += dte
     SUBDIR += e3
     SUBDIR += ecce
+    SUBDIR += ecrire
     SUBDIR += edith
     SUBDIR += editorconfig-core-c
     SUBDIR += emacs

Added: head/editors/ecrire/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/ecrire/Makefile	Thu Aug  2 17:03:51 2018	(r476242)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	ecrire
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.3.1-83
+DISTVERSIONSUFFIX=	-gc6c81eb
+CATEGORIES=	editors enlightenment
+DIST_SUBDIR=	enlightenment
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	EFL (Enlightenment) graphical text editor
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libefl.so:devel/efl
+
+USES=		cmake:outsource desktop-file-utils pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	Obsidian-StudiosInc
+
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
+
+NLS_USES=	gettext
+NLS_CMAKE_BOOL=	ENABLE_NLS
+
+.include <bsd.port.mk>

Added: head/editors/ecrire/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/ecrire/distinfo	Thu Aug  2 17:03:51 2018	(r476242)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1533182899
+SHA256 (enlightenment/Obsidian-StudiosInc-ecrire-v0.3.1-83-gc6c81eb_GH0.tar.gz) = 68d052bf832df2475add0e881e8d5b5010c50a8c53b3f076033b82842465bd3d
+SIZE (enlightenment/Obsidian-StudiosInc-ecrire-v0.3.1-83-gc6c81eb_GH0.tar.gz) = 66748

Added: head/editors/ecrire/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/ecrire/pkg-descr	Thu Aug  2 17:03:51 2018	(r476242)
@@ -0,0 +1,3 @@
+An actively developed fork of Ecrire, a EFL based text editor for Enlightenment.
+
+WWW: https://github.com/Obsidian-StudiosInc/ecrire

Added: head/editors/ecrire/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/ecrire/pkg-plist	Thu Aug  2 17:03:51 2018	(r476242)
@@ -0,0 +1,19 @@
+bin/ecrire
+share/applications/ecrire.desktop
+share/icons/hicolor/128x128/apps/ecrire.png
+%%NLS%%share/locale/ca/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/es/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/he/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/it/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/ko_KR/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/ecrire.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecrire.mo



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