- Update to 1.0-beta2
Note: While sill a beta release the author indicates the bits related to the BSD variants are stable and good to go. - Fix startup script. - Update WWW line.
This commit is contained in:
parent
ffb2b29b5b
commit
8de3024717
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194743
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= xsi
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.98.20
|
||||
PORTVERSION= 1.0.b2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://xsi.kolabore.ath.cx/download/
|
||||
DISTNAME= ${PORTNAME}-1.0-beta2
|
||||
|
||||
MAINTAINER= tmclaugh@FreeBSD.org
|
||||
COMMENT= System monitor that provides XML encoded stats
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xsi-0.98.20.tar.gz) = 7d3f2f9fd83c2ff8f4d1112f8dfec525
|
||||
SHA256 (xsi-0.98.20.tar.gz) = 29c36617e2e534c74b99f5cfbc1722a2b45226fa676d41977d91a20dba4e7802
|
||||
SIZE (xsi-0.98.20.tar.gz) = 444983
|
||||
MD5 (xsi-1.0-beta2.tar.gz) = 864a9b55b8ee8302af502430991290c1
|
||||
SHA256 (xsi-1.0-beta2.tar.gz) = 215e9fdd02c7c624e20ac5b293aee2c815a9b867438ac84f63c48d9f9266c1a4
|
||||
SIZE (xsi-1.0-beta2.tar.gz) = 515326
|
||||
|
@ -20,6 +20,6 @@ xsi_flags=${xsi_flags-""}
|
||||
name=xsi
|
||||
rcvar=`set_rcvar`
|
||||
|
||||
command=%%PREFIX%%/bin/${name} ${xsi_flags}
|
||||
command=%%PREFIX%%/bin/${name}
|
||||
load_rc_config ${name}
|
||||
run_rc_command "$1"
|
||||
|
@ -3,4 +3,4 @@ XML-encoded system information and statistics. This data can then be
|
||||
analyzed, graphed or otherwise presented by a front-end. It is BSD-licensed
|
||||
and free for anyone to use for any purpose.
|
||||
|
||||
WWW: http://xsi.kolabore.ath.cx/index.html
|
||||
WWW: http://xmlsysinfo.sourceforge.net
|
||||
|
@ -4,5 +4,7 @@ bin/xsi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FRONTENDS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xmlsysinfo-1.0.xsd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xsi-output.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xsi-output.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xsi-output.xml
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user