1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: misc/molequeue: Desktop integration of high performance computing resources

This commit is contained in:
Yuri Victorovich 2018-10-16 22:07:52 +00:00
parent 10a86f5ddb
commit dbdfd6e456
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482261
5 changed files with 63 additions and 0 deletions

View File

@ -291,6 +291,7 @@
SUBDIR += mime-support
SUBDIR += mirmon
SUBDIR += mmv
SUBDIR += molequeue
SUBDIR += morse
SUBDIR += mtail
SUBDIR += mtx

21
misc/molequeue/Makefile Normal file
View File

@ -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>

3
misc/molequeue/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1539726091
SHA256 (molequeue-0.9.0.tar.gz) = df036dbca090db4348443cf3d09be35fdf877a37075b4cb427b1130f005ef6e5
SIZE (molequeue-0.9.0.tar.gz) = 620286

17
misc/molequeue/pkg-descr Normal file
View File

@ -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

21
misc/molequeue/pkg-plist Normal file
View File

@ -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