Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/sysutils/monit/Portfile

Revision 32090, 1.6 kB (checked in by eridius@…, 11 months ago)

Bump monit to 4.10.1 - Thanks Dave

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem 1.0
4
5name                monit
6version             4.10.1
7categories          sysutils
8platforms           darwin freebsd linux netbsd openbsd solaris
9maintainers         eridius@macports.org
10
11description         monit is a utility for managing and monitoring, processes, \
12                    files, directories and devices on a UNIX system.
13long_description    Monit can start a process if it does not run, restart a process \
14                    if it does not respond and stop a process if it uses too many resources. \
15                    You can use monit to monitor files, directories and devices for changes, \
16                    such as timestamp changes, checksum changes or size changes. You can also \
17                    monitor remote hosts\; monit can ping a remote host and can check TCP/IP \
18                    port connections and server protocols. Monit is controlled via an easy \
19                    to use control file based on a free-format, token-oriented syntax. Monit \
20                    logs to syslog or to its own log file and notifies you about error \
21                    conditions and recovery status via customizable alert.
22
23homepage            http://www.tildeslash.com/monit/
24master_sites        http://www.tildeslash.com/monit/dist/
25
26checksums           md5 d3143b0bbd79b53f1b019d2fc1dae656 \
27                    sha1 c87aa0c6e0b1d13f46b7e9d84937191e25a907a6
28
29depends_build       bin:flex:flex bin:bison:bison
30depends_lib         port:openssl
31
32platform freebsd {
33    build.type      gnu
34}
35
36platform netbsd {
37    build.type      gnu
38}
39
40platform openbsd {
41    build.type      gnu
42}
Note: See TracBrowser for help on using the browser.