From owner-svn-ports-all@freebsd.org Tue Aug 8 18:07:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BA30DC7260; Tue, 8 Aug 2017 18:07:58 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 466166CF84; Tue, 8 Aug 2017 18:07:58 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v78I7vO2036222; Tue, 8 Aug 2017 18:07:57 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v78I7vKD036217; Tue, 8 Aug 2017 18:07:57 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201708081807.v78I7vKD036217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Tue, 8 Aug 2017 18:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447556 - in head/x11: . enventor X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/x11: . enventor X-SVN-Commit-Revision: 447556 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2017 18:07:58 -0000 Author: ultima Date: Tue Aug 8 18:07:56 2017 New Revision: 447556 URL: https://svnweb.freebsd.org/changeset/ports/447556 Log: Enventor, which is also known as EDC (Edje Data Collections) Editor, is a EDC script editor tool that supports text editing and previewing functions for the EDC source code. WWW: http://www.enlightenment.org/ PR: 219226 Submitted by: larca (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11890 Added: head/x11/enventor/ head/x11/enventor/Makefile (contents, props changed) head/x11/enventor/distinfo (contents, props changed) head/x11/enventor/pkg-descr (contents, props changed) head/x11/enventor/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Tue Aug 8 18:07:35 2017 (r447555) +++ head/x11/Makefile Tue Aug 8 18:07:56 2017 (r447556) @@ -58,6 +58,7 @@ SUBDIR += eaglemode SUBDIR += editres SUBDIR += emprint + SUBDIR += enventor SUBDIR += erun SUBDIR += eterm SUBDIR += evieext Added: head/x11/enventor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/enventor/Makefile Tue Aug 8 18:07:56 2017 (r447556) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= enventor +PORTVERSION= 1.0.0 +CATEGORIES= x11 enlightenment +MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ +DIST_SUBDIR= enlightenment + +MAINTAINER= itbot@bk.ru +COMMENT= Dynamic EDC Editor + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libefl.so:devel/efl + +USES= compiler:c11 desktop-file-utils gmake libtool pkgconfig \ + tar:xz +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libenventor.so.1.0.0 + +.include Added: head/x11/enventor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/enventor/distinfo Tue Aug 8 18:07:56 2017 (r447556) @@ -0,0 +1,3 @@ +TIMESTAMP = 1494515219 +SHA256 (enlightenment/enventor-1.0.0.tar.xz) = 6756707381de81d3cd6c445f7735927aa4dc853afdb04354d5267078b32bd134 +SIZE (enlightenment/enventor-1.0.0.tar.xz) = 2694824 Added: head/x11/enventor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/enventor/pkg-descr Tue Aug 8 18:07:56 2017 (r447556) @@ -0,0 +1,5 @@ +Enventor, which is also known as EDC (Edje Data Collections) Editor, is a EDC +script editor tool that supports text editing and previewing functions for the +EDC source code. + +WWW: http://www.enlightenment.org/ Added: head/x11/enventor/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/enventor/pkg-plist Tue Aug 8 18:07:56 2017 (r447556) @@ -0,0 +1,133 @@ +bin/enventor +include/enventor-1/Enventor.h +include/enventor-1/Enventor_Eo.h +include/enventor-1/Enventor_Legacy.h +include/enventor-1/enventor_object.eo.h +include/enventor-1/enventor_object.eo.legacy.h +lib/libenventor.a +lib/libenventor.so +lib/libenventor.so.1 +lib/libenventor.so.1.0.0 +libdata/pkgconfig/enventor.pc +share/applications/enventor.desktop +%%DATADIR%%/autocomp/autocomp.eet +%%DATADIR%%/color/edc.eet +%%DATADIR%%/color/syntax_template.dat +%%DATADIR%%/docs/README +%%DATADIR%%/help/COMMAND +%%DATADIR%%/help/DEVEL +%%DATADIR%%/help/HISTORY +%%DATADIR%%/help/INTRO +%%DATADIR%%/help/SHORTCUT +%%DATADIR%%/images/ENVENTOR_EMBEDDED_BAT1.svg +%%DATADIR%%/images/ENVENTOR_EMBEDDED_BAT2.svg +%%DATADIR%%/images/ENVENTOR_EMBEDDED_BG1.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_BG2.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_BG3.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_BUTTON_BG.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_BUTTON_BG_DOWN.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_BUTTON_BG_HOVER.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_CHERRY.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_FIELD.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_ICON_ARROW.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_ICON_BADGE.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_ICON_BADGE_DOWN.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_ICON_CLIP.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_ICON_CLIP_DOWN.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_ICON_DOCK.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_ICON_DOCK_DOWN.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_ICON_LOCK.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_ICON_LOCK_DOWN.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_IMAGE.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_LADDER.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_MASK.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_MELON.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_MONTH_STROKE.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_MOONPHASE_COVER.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_MOONPHASE_MOON.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_NEEDLE_HOUR.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_NEEDLE_HOUR_RECT.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_NEEDLE_MINUTE.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_NEEDLE_MINUTE_RECT.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_NEEDLE_SECOND.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_NEEDLE_SECOND_RECT.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_PLATFORM.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_SVG.svg +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TACK.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-01.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-02.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-03.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-04.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-05.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-06.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-07.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-08.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-09.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-10.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-11.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_TRIAB-12.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_WATCHFACE.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_WATCHFACE_RECT.png +%%DATADIR%%/images/ENVENTOR_EMBEDDED_WATERMELON.png +%%DATADIR%%/images/enventor_logo.png +%%DATADIR%%/reference/reference.src +%%DATADIR%%/sounds/ENVENTOR_EMBEDDED_TAP.wav +%%DATADIR%%/templates/Basic.edc +%%DATADIR%%/templates/Basic.edj +%%DATADIR%%/templates/BgAnimation.edc +%%DATADIR%%/templates/BgAnimation.edj +%%DATADIR%%/templates/Clip.edc +%%DATADIR%%/templates/Clip.edj +%%DATADIR%%/templates/CustomButton.edc +%%DATADIR%%/templates/CustomButton.edj +%%DATADIR%%/templates/Empty.edc +%%DATADIR%%/templates/Empty.edj +%%DATADIR%%/templates/GameStage.edc +%%DATADIR%%/templates/GameStage.edj +%%DATADIR%%/templates/Group.edc +%%DATADIR%%/templates/Group.edj +%%DATADIR%%/templates/Image.edc +%%DATADIR%%/templates/Image.edj +%%DATADIR%%/templates/Interpolation.edc +%%DATADIR%%/templates/Interpolation.edj +%%DATADIR%%/templates/Listitem.edc +%%DATADIR%%/templates/Listitem.edj +%%DATADIR%%/templates/Map.edc +%%DATADIR%%/templates/Map.edj +%%DATADIR%%/templates/Mask.edc +%%DATADIR%%/templates/Mask.edj +%%DATADIR%%/templates/MobileLayout.edc +%%DATADIR%%/templates/MobileLayout.edj +%%DATADIR%%/templates/Morphing.edc +%%DATADIR%%/templates/Morphing.edj +%%DATADIR%%/templates/MouseEvent.edc +%%DATADIR%%/templates/MouseEvent.edj +%%DATADIR%%/templates/Proxy.edc +%%DATADIR%%/templates/Proxy.edj +%%DATADIR%%/templates/Rect.edc +%%DATADIR%%/templates/Rect.edj +%%DATADIR%%/templates/Rotation+Zoom.edc +%%DATADIR%%/templates/Rotation+Zoom.edj +%%DATADIR%%/templates/Sound.edc +%%DATADIR%%/templates/Sound.edj +%%DATADIR%%/templates/Spacer.edc +%%DATADIR%%/templates/Spacer.edj +%%DATADIR%%/templates/Text.edc +%%DATADIR%%/templates/Text.edj +%%DATADIR%%/templates/Textblock.edc +%%DATADIR%%/templates/Textblock.edj +%%DATADIR%%/templates/Transition.edc +%%DATADIR%%/templates/Transition.edj +%%DATADIR%%/templates/Tween.edc +%%DATADIR%%/templates/Tween.edj +%%DATADIR%%/templates/Vector.edc +%%DATADIR%%/templates/Vector.edj +%%DATADIR%%/templates/Watchface.edc +%%DATADIR%%/templates/Watchface.edj +%%DATADIR%%/templates/Watchface2.edc +%%DATADIR%%/templates/Watchface2.edj +%%DATADIR%%/themes/enventor.edj +share/eolian/include/enventor-1/enventor_object.eo +share/icons/enventor.png +%%NLS%%share/locale/en/LC_MESSAGES/enventor.mo +%%NLS%%share/locale/ru/LC_MESSAGES/enventor.mo