# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ./xsi # ./xsi/distinfo # ./xsi/Makefile # ./xsi/pkg-descr # ./xsi/files # ./xsi/files/xsi.in # ./xsi/pkg-plist # echo c - ./xsi mkdir -p ./xsi > /dev/null 2>&1 echo x - ./xsi/distinfo sed 's/^X//' >./xsi/distinfo << 'END-of-./xsi/distinfo' XMD5 (xsi-0.98.19.tar.gz) = 88d7114386d67f82e825991d20854f2d XSHA256 (xsi-0.98.19.tar.gz) = 91b8ea3dc4b33b1c46cdf7e96dd7f1eaab6805a691882af62c6ae37f3ba0acf2 XSIZE (xsi-0.98.19.tar.gz) = 438238 END-of-./xsi/distinfo echo x - ./xsi/Makefile sed 's/^X//' >./xsi/Makefile << 'END-of-./xsi/Makefile' X# New ports collection makefile for: xsi X# Date created: 18 October 2006 X# Whom: Tom McLaughlin X# X# $FreeBSD$ X# X XPORTNAME= xsi XPORTVERSION= 0.98.19 XCATEGORIES= sysutils XMASTER_SITES= http://xsi.kolabore.ath.cx/download/ X XMAINTAINER= tmclaugh@FreeBSD.org XCOMMENT= Network aware system monitoring daemon X XLIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 X XUSE_GNOME= gnometarget XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --mandir=${PREFIX}/man X XUSE_RC_SUBR= xsi X XMAN8= xsi.8 X X.include END-of-./xsi/Makefile echo x - ./xsi/pkg-descr sed 's/^X//' >./xsi/pkg-descr << 'END-of-./xsi/pkg-descr' XXSI is a system monitoring daemon that replies to network queries with XXML-encoded system information and statistics. This data can then be Xanalyzed, graphed or otherwise presented by a front-end. It is BSD-licensed Xand free for anyone to use for any purpose. X XWWW: http://xsi.kolabore.ath.cx/index.html END-of-./xsi/pkg-descr echo c - ./xsi/files mkdir -p ./xsi/files > /dev/null 2>&1 echo x - ./xsi/files/xsi.in sed 's/^X//' >./xsi/files/xsi.in << 'END-of-./xsi/files/xsi.in' X#!/bin/sh X# X# $FreeBSD$ X# X# PROVIDE: xsi X# REQUIRE: NETWORKING X# X# Add the following line to /etc/rc.conf to enable the XSI daemon X# X# xsi_enable="YES" X# X Xxsi_enable=${hald_enable-"NO"} Xxsi_flags=${hald_flags-""} X X. %%RC_SUBR%% X Xname=xsi Xrcvar=`set_rcvar` X Xcommand=%%PREFIX%%/bin/${name} Xload_rc_config ${name} Xrun_rc_command "$1" END-of-./xsi/files/xsi.in echo x - ./xsi/pkg-plist sed 's/^X//' >./xsi/pkg-plist << 'END-of-./xsi/pkg-plist' Xbin/xsi X%%DOCSDIR%%/CHANGELOG X%%DOCSDIR%%/COPYING X%%DOCSDIR%%/FRONTENDS X%%DOCSDIR%%/README X%%DOCSDIR%%/xmlsysinfo-1.0.xsd X%%DOCSDIR%%/xsi-output.xml X@dirrm %%DOCSDIR%% END-of-./xsi/pkg-plist exit