[23718] trunk/dports/sysutils
source_changes at macosforge.org
source_changes at macosforge.org
Sat Apr 7 09:45:42 PDT 2007
Revision: 23718
http://trac.macosforge.org/projects/macports/changeset/23718
Author: eridius at macports.org
Date: 2007-04-07 09:45:39 -0700 (Sat, 07 Apr 2007)
Log Message:
-----------
New port: monit 4.9
Added Paths:
-----------
trunk/dports/sysutils/monit/
trunk/dports/sysutils/monit/Portfile
Added: trunk/dports/sysutils/monit/Portfile
===================================================================
--- trunk/dports/sysutils/monit/Portfile (rev 0)
+++ trunk/dports/sysutils/monit/Portfile 2007-04-07 16:45:39 UTC (rev 23718)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem 1.0
+
+name monit
+version 4.9
+categories sysutils
+platforms darwin freebsd linux netbsd openbsd solaris
+maintainers eridius at macports.org
+
+description monit is a utility for managing and monitoring, processes, \
+ files, directories and devices on a UNIX system.
+long_description Monit can start a process if it does not run, restart a process \
+ if it does not respond and stop a process if it uses to much resources. \
+ You can use monit to monitor files, directories and devices for changes, \
+ such as timestamp changes, checksum changes or size changes. You can also \
+ monitor remote hosts\; monit can ping a remote host and can check TCP/IP \
+ port connections and server protocols. Monit is controlled via an easy \
+ to use control file based on a free-format, token-oriented syntax. Monit \
+ logs to syslog or to its own log file and notifies you about error \
+ conditions and recovery status via customizable alert.
+
+homepage http://www.tildeslash.com/monit/
+master_sites http://www.tildeslash.com/monit/dist/
+
+checksums md5 bcbaab776a54d1e34e3a057c925de9ca \
+ sha1 a910b07a9ecc7d2803368d7d114df01f4e0916cd
+
+depends_build bin:flex:flex bin:bison:bison
+depends_lib port:openssl
+
+platform freebsd {
+ build.type gnu
+}
+
+platform netbsd {
+ build.type gnu
+}
+
+platform openbsd {
+ build.type gnu
+}
Property changes on: trunk/dports/sysutils/monit/Portfile
___________________________________________________________________
Name: svn:keywords
+ id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070407/68bc5c52/attachment.html
More information about the macports-changes
mailing list