Ticket #40359: Portfile.5

File Portfile.5, 1.5 KB (added by mf2k (Frank Schima), 10 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: $
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                molequeue
8version             0.7.1
9set branch          [join [lrange [split ${version} .] 0 1] .]
10
11categories          science chemistry
12maintainers         me.com:c.herbig openmaintainer
13platforms           darwin macosx
14license             BSD
15
16description         Job queueing and coordination system for computation chemistry tasks.
17long_description    MoleQueue is a desktop application for abstracting, managing, and \
18                    coordinating the execution of tasks both locally and on remote \
19                    computational resources. Users can set up local and remote queues \
20                    that describe where the task will be executed. Each queue can have \
21                    programs, with templates to facilitate the execution of the program. \
22                    Input files can be staged, and output files collected using a standard \
23                    interface. Alternatively, a native OS X installer is available from \
24                    the homepage.
25
26homepage            http://www.openchemistry.org
27master_sites        sourceforge
28
29checksums           rmd160  41ebc08bdd3c51f7aa27ea005bf0bba4fc5a565a \
30                    sha256  cdf184936a73e382b8cbff02768b9a04a3a64fec658d6dde4f6574236a73d3bf
31
32depends_lib-append  port:qt4-mac