summaryrefslogtreecommitdiff
blob: 3799f5bf3f117c0c2a9bcaac395af85a35e9f741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci</herd>
  <maintainer>
    <email>jlec@gentoo.org</email>
  </maintainer>
  <longdescription>
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 and 
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.
  </longdescription>
  <use>
    <flag name="zeromq">Build with <pkg>net-libs/zeromq</pkg> support</flag>
    <flag name="client">Build the client application</flag>
    <flag name="server">Build the serve application</flag>
  </use>
  <upstream>
    <remote-id type="sourceforge">molequeue</remote-id>
    <remote-id type="github">OpenChemistry/molequeue</remote-id>
  </upstream>
</pkgmetadata>