Date: Tue, 16 Oct 2018 22:07:53 +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: r482261 - in head/misc: . molequeue Message-ID: <201810162207.w9GM7rC4072810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810162207.w9GM7rC4072810>