From owner-svn-ports-all@freebsd.org Tue Oct 16 22:07:54 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 8E0E010E3524; Tue, 16 Oct 2018 22:07:54 +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 44DA082263; Tue, 16 Oct 2018 22:07:54 +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 3F71F228C9; Tue, 16 Oct 2018 22:07:54 +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 w9GM7sFC072816; Tue, 16 Oct 2018 22:07:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9GM7rC4072810; Tue, 16 Oct 2018 22:07:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810162207.w9GM7rC4072810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 16 Oct 2018 22:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482261 - in head/misc: . molequeue X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . molequeue X-SVN-Commit-Revision: 482261 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.27 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, 16 Oct 2018 22:07:54 -0000 Author: yuri Date: Tue Oct 16 22:07:52 2018 New Revision: 482261 URL: https://svnweb.freebsd.org/changeset/ports/482261 Log: New port: misc/molequeue: Desktop integration of high performance computing resources Added: head/misc/molequeue/ head/misc/molequeue/Makefile (contents, props changed) head/misc/molequeue/distinfo (contents, props changed) head/misc/molequeue/pkg-descr (contents, props changed) head/misc/molequeue/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Tue Oct 16 21:57:27 2018 (r482260) +++ head/misc/Makefile Tue Oct 16 22:07:52 2018 (r482261) @@ -291,6 +291,7 @@ SUBDIR += mime-support SUBDIR += mirmon SUBDIR += mmv + SUBDIR += molequeue SUBDIR += morse SUBDIR += mtail SUBDIR += mtx Added: head/misc/molequeue/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/molequeue/Makefile Tue Oct 16 22:07:52 2018 (r482261) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= molequeue +DISTVERSION= 0.9.0 +CATEGORIES= misc +MASTER_SITES= https://github.com/openchemistry/molequeue/releases/download/${DISTVERSION}/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Desktop integration of high performance computing resources + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:outsource compiler:c++11-lang qt:5 +USE_QT= core gui network widgets buildtools_build qmake_build +USE_LDCONFIG= yes + +post-install: + @${RM} -r ${STAGEDIR}${PREFIX}/share/doc + +.include Added: head/misc/molequeue/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/molequeue/distinfo Tue Oct 16 22:07:52 2018 (r482261) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539726091 +SHA256 (molequeue-0.9.0.tar.gz) = df036dbca090db4348443cf3d09be35fdf877a37075b4cb427b1130f005ef6e5 +SIZE (molequeue-0.9.0.tar.gz) = 620286 Added: head/misc/molequeue/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/molequeue/pkg-descr Tue Oct 16 22:07:52 2018 (r482261) @@ -0,0 +1,17 @@ +MoleQueue is an open-source, cross-platform, system-tray resident desktop +application for abstracting, managing, and coordinating the execution of tasks +both locally and on remote computational resources. It is built and tested on +Linux, Mac OS X, and Windows, with nightly binaries currently available for Mac +OS X and Windows. Users can set up local and remote queues that describe where +the task will be executed. Each queue can have programs, with templates to +facilitate the execution of the program. Input files can be staged, and output +files collected using a standard interface. + +The MoleQueue application is written in C++ using the Qt framework. It can +execute programs directly on the local machine, and uses SSH to communicate with +remote batch scheduling systems with support for Open Grid Scheduler (formerly +Sun Grid Engine) and PBS. The backend communication is abstracted, and support +is currently being added for UIT (a SOAP protocol for communicating with +military HPC resources using ezHPC). + +WWW: https://www.openchemistry.org/projects/molequeue Added: head/misc/molequeue/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/molequeue/pkg-plist Tue Oct 16 22:07:52 2018 (r482261) @@ -0,0 +1,21 @@ +bin/molequeue +include/molequeue/client/client.h +include/molequeue/client/jobobject.h +include/molequeue/client/jsonrpcclient.h +include/molequeue/client/molequeueclientexport.h +include/molequeue/servercore/connection.h +include/molequeue/servercore/connectionlistener.h +include/molequeue/servercore/connectionlistenerfactory.h +include/molequeue/servercore/jsonrpc.h +include/molequeue/servercore/localsocketconnection.h +include/molequeue/servercore/localsocketconnectionlistener.h +include/molequeue/servercore/message.h +include/molequeue/servercore/molequeueservercoreexport.h +include/molequeue/servercore/servercoreglobal.h +lib/cmake/molequeue/MoleQueueConfig.cmake +lib/cmake/molequeue/MoleQueueConfigVersion.cmake +lib/cmake/molequeue/MoleQueueTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/molequeue/MoleQueueTargets.cmake +lib/libMoleQueueClient.so +lib/libMoleQueueServerCore.so +lib/molequeue/plugins/LocalSocketServer.so