From owner-svn-ports-all@freebsd.org Sun Dec 2 18:08:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71A00132985B; Sun, 2 Dec 2018 18:08:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16CBF7741F; Sun, 2 Dec 2018 18:08:25 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E64F422A3; Sun, 2 Dec 2018 18:08:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2I8OPd077318; Sun, 2 Dec 2018 18:08:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2I8NYN077308; Sun, 2 Dec 2018 18:08:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812021808.wB2I8NYN077308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 2 Dec 2018 18:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486474 - in head/misc: . actiona actiona/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . actiona actiona/files X-SVN-Commit-Revision: 486474 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 16CBF7741F X-Spamd-Result: default: False [0.39 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.31)[0.313,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 02 Dec 2018 18:08:25 -0000 Author: yuri Date: Sun Dec 2 18:08:23 2018 New Revision: 486474 URL: https://svnweb.freebsd.org/changeset/ports/486474 Log: New port: misc/actiona: Cross-platform automation tool Added: head/misc/actiona/ head/misc/actiona/Makefile (contents, props changed) head/misc/actiona/distinfo (contents, props changed) head/misc/actiona/files/ head/misc/actiona/files/patch-actexecuter_actexecuter.pro (contents, props changed) head/misc/actiona/files/patch-gui_gui.pro (contents, props changed) head/misc/actiona/pkg-descr (contents, props changed) head/misc/actiona/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Dec 2 17:43:33 2018 (r486473) +++ head/misc/Makefile Sun Dec 2 18:08:23 2018 (r486474) @@ -7,6 +7,7 @@ SUBDIR += R-cran-xfun SUBDIR += achievo SUBDIR += aclgen + SUBDIR += actiona SUBDIR += amanda-client SUBDIR += amanda-perl-wrapper SUBDIR += amanda-server Added: head/misc/actiona/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/Makefile Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= actiona +DISTVERSIONPREFIX= v +DISTVERSION= 3.10.0-4 +DISTVERSIONSUFFIX= -gd8874a32 +CATEGORIES= misc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Cross-platform automation tool + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/property_tree/ini_parser.hpp:devel/boost-libs +LIB_DEPENDS= libnotify.so:devel/libnotify \ + libopencv_core.so:graphics/opencv-core \ + libopencv_video.so:graphics/opencv + +USES= desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info +USE_GITHUB= yes +GH_ACCOUNT= Jmgr +USE_QT= concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \ + buildtools_build uitools_build +USE_GNOME= gdkpixbuf2 glib20 +USE_GL= gl +USE_XORG= x11 xtst + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USE= QT=linguisttools_build + +pre-build-NLS-on: # this is a hackish way to turn NLS on/off, asked the upstream to have the NLS option + @cd ${WRKSRC} && ${MAKE_CMD} locale_release + +post-stage-NLS-off: + @${RM} -r ${STAGEDIR}${DATADIR} + +.include Added: head/misc/actiona/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/distinfo Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543764947 +SHA256 (Jmgr-actiona-v3.10.0-4-gd8874a32_GH0.tar.gz) = df32434beb9aa313d2845c562ae9745e9d50ae5bb0ada6b393a79a190fe647fb +SIZE (Jmgr-actiona-v3.10.0-4-gd8874a32_GH0.tar.gz) = 1287453 Added: head/misc/actiona/files/patch-actexecuter_actexecuter.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/files/patch-actexecuter_actexecuter.pro Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,11 @@ +--- actexecuter/actexecuter.pro.orig 2018-12-02 16:33:24 UTC ++++ actexecuter/actexecuter.pro +@@ -54,7 +54,7 @@ unix { + locales.files = ../locale/actexecuter_fr_FR.qm + locales.CONFIG = no_check_exist + +- manfile.path = $${PREFIX}/share/man/man1 ++ manfile.path = $${PREFIX}/man/man1 + manfile.files = ../docs/actexec.1 + + INSTALLS += target locales manfile Added: head/misc/actiona/files/patch-gui_gui.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/files/patch-gui_gui.pro Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,11 @@ +--- gui/gui.pro.orig 2018-12-02 16:33:46 UTC ++++ gui/gui.pro +@@ -138,7 +138,7 @@ unix { + desktopfile.path = $${PREFIX}/share/applications + desktopfile.files = ../actiona.desktop + +- manfile.path = $${PREFIX}/share/man/man1 ++ manfile.path = $${PREFIX}/man/man1 + manfile.files = ../docs/actiona.1 + + mimefile.path = $${PREFIX}/share/mime/packages/ Added: head/misc/actiona/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/pkg-descr Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,9 @@ +Actiona is a task automation tool. It allows you to create and execute action +lists. + +Users don't need to know any programming language to use it: its intuitive +interface allows to create action lists (scripts) using drag & drop. + +Advanced users can use JavaScript (EcmaScript) to extend its functionality. + +WWW: https://wiki.actiona.tools/doku.php Added: head/misc/actiona/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/pkg-plist Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,35 @@ +bin/actexec +bin/actiona +lib/actiona/actions/libActionPackData.so +lib/actiona/actions/libActionPackDevice.so +lib/actiona/actions/libActionPackInternal.so +lib/actiona/actions/libActionPackSystem.so +lib/actiona/actions/libActionPackWindows.so +lib/actiona/libactiontools.so +lib/actiona/libactiontools.so.1 +lib/actiona/libactiontools.so.1.0 +lib/actiona/libactiontools.so.1.0.0 +lib/actiona/libexecuter.so +lib/actiona/libexecuter.so.1 +lib/actiona/libexecuter.so.1.0 +lib/actiona/libexecuter.so.1.0.0 +lib/actiona/libtools.so +lib/actiona/libtools.so.1 +lib/actiona/libtools.so.1.0 +lib/actiona/libtools.so.1.0.0 +man/man1/actexec.1.gz +man/man1/actiona.1.gz +%%NLS%%%%DATADIR%%/locale/actexecuter_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpackdata_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpackdevice_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpackinternal_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpacksystem_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpackwindows_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actiontools_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/executer_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/gui_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/tools_fr_FR.qm +share/applications/actiona.desktop +share/icons/hicolor/48x48/apps/actiona.png +share/mime/packages/actiona.xml +share/pixmaps/actiona.png