Explorar o código

Add ./tarball_archive/symon-2.51.tar.gz

Wictor Lund %!s(int64=3) %!d(string=hai) anos
pai
achega
c6da92ddd4
Modificáronse 5 ficheiros con 14 adicións e 8 borrados
  1. 6 1
      symon/CHANGELOG
  2. 2 2
      symon/Makefile.inc
  3. 2 1
      symon/ports/symon/Makefile
  4. 2 2
      symon/symon/symon.h
  5. 2 2
      symon/symux/symux.h

+ 6 - 1
symon/CHANGELOG

@@ -1,3 +1,8 @@
+14/09/2002 - 2.51 
+
+   Steve Shockley reported that the port Makefile did not install rrd
+   tool. (Which is required for compilation of symux)
+
 13/09/2002 - 2.5 - kvm gone, renamed mon to symon
 
    Rewrote io.c to obtain information via sysctl only. All kvm code is now
@@ -147,4 +152,4 @@
 29/09/2001 - Lexer had trouble dealing with ip-addresses. Cleaned up the number	
              parsing code and removed a second comment reader.
 
-$Id: CHANGELOG,v 1.6 2002/09/14 15:58:45 dijkstra Exp $
+$Id: CHANGELOG,v 1.7 2002/09/16 06:26:23 dijkstra Exp $

+ 2 - 2
symon/Makefile.inc

@@ -1,6 +1,6 @@
-# $Id: Makefile.inc,v 1.8 2002/09/14 15:58:45 dijkstra Exp $
+# $Id: Makefile.inc,v 1.9 2002/09/16 06:26:24 dijkstra Exp $
 
-V=2.5
+V=2.51
 
 AR=	ar
 CC=	cc

+ 2 - 1
symon/ports/symon/Makefile

@@ -2,7 +2,7 @@
 # $Id: Makefile,v 1.5 2002/09/13 07:42:54 dijkstra Exp $
 
 COMMENT=		"active monitoring tool"
-V=			2.5
+V=			2.51
 DISTNAME=		symon-${V}
 CATEGORIES=		net sysutils
 NEED_VERSION=		1.502
@@ -45,6 +45,7 @@ MESSAGE=                ${PKGDIR}/MESSAGE${SUBPACKAGE}
 
 WRKDIST=		${WRKDIR}/symon
 SUBST_VARS=		V
+LIB_DEPENDS=		rrd.*::net/rrdtool 
 
 .include <bsd.port.mk>
 

+ 2 - 2
symon/symon/symon.h

@@ -1,4 +1,4 @@
-/* $Id: symon.h,v 1.19 2002/09/14 15:49:39 dijkstra Exp $ */
+/* $Id: symon.h,v 1.20 2002/09/16 06:26:26 dijkstra Exp $ */
 
 /*
  * Copyright (c) 2001-2002 Willem Dijkstra
@@ -40,7 +40,7 @@
 
 #define SYMON_CONFIG_FILE "/etc/symon.conf"
 #define SYMON_PID_FILE    "/var/run/symon.pid"
-#define SYMON_VERSION     "2.5"
+#define SYMON_VERSION     "2.51"
 #define SYMON_INTERVAL 5                           /* measurement interval */
 #define SYMON_WARN_SENDERR 50                      /* warn every x errors */
 #define SYMON_MAX_DOBJECTS  100                    /* max dynamic alloction

+ 2 - 2
symon/symux/symux.h

@@ -1,4 +1,4 @@
-/* $Id: symux.h,v 1.13 2002/09/14 15:54:56 dijkstra Exp $ */
+/* $Id: symux.h,v 1.14 2002/09/16 06:26:27 dijkstra Exp $ */
 
 /*
  * Copyright (c) 2001-2002 Willem Dijkstra
@@ -35,7 +35,7 @@
 
 #define SYMUX_CONFIG_FILE "/etc/symux.conf"
 #define SYMUX_PID_FILE "/var/run/symux.pid"
-#define SYMUX_VERSION "2.5"
+#define SYMUX_VERSION "2.51"
 
 /* Amount of connections allowed in listen backlog 
  * - note that more than 128 makes no sense in OpenBSD