aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-13 16:38:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-13 16:38:42 +0000
commitb29202298b76aaa42bf02acc43efed96f69fea71 (patch)
tree877cf7a5dae703e54d87d82d6839fbf907e65305 /net-mgmt
parent15ad88cd94766749b90987b8ac2cd8ceb302cc82 (diff)
downloadports-b29202298b76aaa42bf02acc43efed96f69fea71.tar.gz
ports-b29202298b76aaa42bf02acc43efed96f69fea71.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/nfsen-devel/Makefile68
-rw-r--r--net-mgmt/nfsen-devel/distinfo3
-rw-r--r--net-mgmt/nfsen-devel/files/nfsen.sh.in86
-rw-r--r--net-mgmt/nfsen-devel/files/patch-bin_testPlugin25
-rw-r--r--net-mgmt/nfsen-devel/files/patch-etc_nfsen-dist.conf84
-rw-r--r--net-mgmt/nfsen-devel/files/patch-html_alerting.php13
-rw-r--r--net-mgmt/nfsen-devel/files/patch-html_nfsen.php33
-rw-r--r--net-mgmt/nfsen-devel/files/patch-install.pl64
-rw-r--r--net-mgmt/nfsen-devel/files/patch-libexec_NfSen.pm53
-rw-r--r--net-mgmt/nfsen-devel/pkg-descr12
-rw-r--r--net-mgmt/nfsen-devel/pkg-plist140
12 files changed, 0 insertions, 582 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 1c7358e1b02f..78b68278664d 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -145,7 +145,6 @@
SUBDIR += nfdump
SUBDIR += nfdump-devel
SUBDIR += nfsen
- SUBDIR += nfsen-devel
SUBDIR += ng_ipacct
SUBDIR += nipper
SUBDIR += nitpicker
diff --git a/net-mgmt/nfsen-devel/Makefile b/net-mgmt/nfsen-devel/Makefile
deleted file mode 100644
index 96d825af238c..000000000000
--- a/net-mgmt/nfsen-devel/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-# New ports collection makefile for: nfsen-devel
-# Date created: 21 May 2007
-# Whom: janos.mohacsi@bsd.hu
-#
-# $FreeBSD$
-#
-
-PORTNAME= nfsen
-DISTVERSION= 20070312
-PORTREVISION= 1
-CATEGORIES= net-mgmt
-MASTER_SITES= SF
-PKGNAMESUFFIX= -devel
-DISTNAME= nfsen-snapshot-${PORTVERSION}
-
-MAINTAINER= janos.mohacsi@bsd.hu
-COMMENT= Development version of web based frontend to nfdump
-
-RUN_DEPENDS= nfdump:${PORTSDIR}/net-mgmt/nfdump \
- ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \
- ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool
-
-BROKEN= fails to install
-DEPRECATED= no separate development version exists anymore
-EXPIRATION_DATE= 2009-02-12
-
-CONFLICTS= nfsen-[0-9]*
-
-USE_ICONV= yes
-USE_PERL5= yes
-USE_PHP= session pcre sockets
-NO_BUILD= yes
-PLIST_SUB+= PORTNAME=${PORTNAME}
-USE_RC_SUBR= nfsen.sh
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "*****************************************************"
- @${ECHO_MSG} "Before upgrading you may backup the original profile "
- @${ECHO_MSG} "stat data:"
- @${ECHO_MSG} "cd ${WRKSRC}/helpers"
- @${ECHO_MSG} "./mk_backup.sh /path/to/your/profilestatdir /path/to/backupdir"
- @${ECHO_MSG} "*****************************************************"
- @${ECHO_MSG} ""
-
-post-patch:
- @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' -e 's,%%PORTNAME%%,${PORTNAME},' \
- ${WRKSRC}/etc/nfsen-dist.conf
- @${RM} ${WRKSRC}/etc/nfsen-dist.conf.*
- @${RM} ${WRKSRC}/bin/testPlugin.orig
- @${REINPLACE_CMD} -e 's,%%PERL%%,${PERL},' -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/install.pl
-
-do-install:
- @${MKDIR} ${PREFIX}/var/${PORTNAME}/profiles/live
- @${MKDIR} ${PREFIX}/libexec/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/installer-items/CopyRecursive.pm ${PREFIX}/libexec/${PORTNAME}/
- ${INSTALL_DATA} ${WRKSRC}/installer-items/RRDconvertv1.pm ${PREFIX}/libexec/${PORTNAME}/
- @ if [ -f ${PREFIX}/etc/nfsen.conf ] ; then \
- ${ECHO_MSG} "installing with existing nfsen.conf"; \
- cd ${WRKSRC} ;${PERL} ${WRKSRC}/install.pl ${PREFIX}/etc/nfsen.conf; \
- else \
- ${ECHO_MSG} "installing with sample nfsen.conf"; \
- cd ${WRKSRC} ;${PERL} ${WRKSRC}/install.pl ${WRKSRC}/etc/nfsen-dist.conf; \
- fi
- @${ECHO_MSG} "Configure your ${LOCALBASE}/etc/nfsen.conf to have necessary sources ";
- @${ECHO_MSG} "Then run 'nfsen reconfig' to correctly setup source, RRD, and profile files";
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/nfsen-devel/distinfo b/net-mgmt/nfsen-devel/distinfo
deleted file mode 100644
index f10b57864f16..000000000000
--- a/net-mgmt/nfsen-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (nfsen-snapshot-20070312.tar.gz) = 2fc895f020b88f94f1edc9b1d7ccd8b4
-SHA256 (nfsen-snapshot-20070312.tar.gz) = 85aef7c40c1f1e5c4eee97137bb45d02f4c9abc812a5defd0ba7596710586dfd
-SIZE (nfsen-snapshot-20070312.tar.gz) = 3478630
diff --git a/net-mgmt/nfsen-devel/files/nfsen.sh.in b/net-mgmt/nfsen-devel/files/nfsen.sh.in
deleted file mode 100644
index 83ecfc335215..000000000000
--- a/net-mgmt/nfsen-devel/files/nfsen.sh.in
+++ /dev/null
@@ -1,86 +0,0 @@
-#! /bin/sh
-#
-
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=%%PREFIX%%/bin/nfsen.rc
-NAME=nfsen
-
-test -x $DAEMON || exit 0
-
-set -e
-
-case "$1" in
- start)
- echo -n "Starting $NAME"
- $DAEMON start
- echo "."
- ;;
- stop)
- echo -n "Stopping $NAME "
- $DAEMON stop
- echo "."
- ;;
- restart|force-reload)
- #
- # If the "reload" option is implemented, move the "force-reload"
- # option to the "reload" entry above. If not, "force-reload" is
- # just the same as "restart".
- #
- echo -n "Restarting $NAME"
- $DAEMON stop
- sleep 1
- $DAEMON start
- echo "."
- ;;
- *)
- N=/tmp/nfsen-1.2.4.20060325/etc/rc.d/${NAME}.sh
- # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
- echo "Usage: $N {start|stop|restart|force-reload}" >&2
- exit 1
- ;;
-esac
-
-exit 0
-#! /bin/sh
-#
-
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/local/bin/nfsen.rc
-NAME=nfsen
-
-test -x $DAEMON || exit 0
-
-set -e
-
-case "$1" in
- start)
- echo -n "Starting $NAME"
- $DAEMON start
- echo "."
- ;;
- stop)
- echo -n "Stopping $NAME "
- $DAEMON stop
- echo "."
- ;;
- restart|force-reload)
- #
- # If the "reload" option is implemented, move the "force-reload"
- # option to the "reload" entry above. If not, "force-reload" is
- # just the same as "restart".
- #
- echo -n "Restarting $NAME"
- $DAEMON stop
- sleep 1
- $DAEMON start
- echo "."
- ;;
- *)
- N=/tmp/nfsen-1.2.4.20060325/etc/rc.d/${NAME}.sh
- # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
- echo "Usage: $N {start|stop|restart|force-reload}" >&2
- exit 1
- ;;
-esac
-
-exit 0
diff --git a/net-mgmt/nfsen-devel/files/patch-bin_testPlugin b/net-mgmt/nfsen-devel/files/patch-bin_testPlugin
deleted file mode 100644
index 86004d1ee713..000000000000
--- a/net-mgmt/nfsen-devel/files/patch-bin_testPlugin
+++ /dev/null
@@ -1,25 +0,0 @@
-
-$FreeBSD$
-
---- bin/testPlugin.orig
-+++ bin/testPlugin
-@@ -50,6 +50,7 @@
-
- use NfConf;
- use NfSen;
-+use NfProfile;
- use Log;
-
- my $VERSION = '$Id: testPlugin 60 2007-01-09 12:26:47Z peter $';
-@@ -164,7 +165,10 @@
- print "Run plugin '$plugin' with profile '$profile' at '$timeslot'\n";
- my $sub = "${plugin}::run";
- no strict 'refs';
--&$sub($profile, $timeslot);
-+&$sub({
-+ profile => $profile,
-+ timeslot => $timeslot,
-+});
- use strict 'refs';
- print "Plugin run successfully, at least as far as I can tell ...\n" ;
-
diff --git a/net-mgmt/nfsen-devel/files/patch-etc_nfsen-dist.conf b/net-mgmt/nfsen-devel/files/patch-etc_nfsen-dist.conf
deleted file mode 100644
index 0d260cabe3a4..000000000000
--- a/net-mgmt/nfsen-devel/files/patch-etc_nfsen-dist.conf
+++ /dev/null
@@ -1,84 +0,0 @@
-
-$FreeBSD$
-
---- etc/nfsen-dist.conf.orig
-+++ etc/nfsen-dist.conf
-@@ -26,7 +26,7 @@
-
- #
- # Required for default layout
--$BASEDIR = "/data/nfsen";
-+$BASEDIR = "%%PREFIX%%";
-
- #
- # Where to install the NfSen binaries
-@@ -34,7 +34,7 @@
-
- #
- # Where to install the NfSen Perl modules
--$LIBEXECDIR="${BASEDIR}/libexec";
-+$LIBEXECDIR="${BASEDIR}/libexec/%%PORTNAME%%";
-
- #
- # Where to install the config files
-@@ -44,7 +44,7 @@
- # NfSen html pages directory:
- # All php scripts will be installed here.
- # URL: Entry point for nfsen: http://<webserver>/nfsen/nfsen.php
--$HTMLDIR = "/var/www/nfsen/";
-+$HTMLDIR = "%%PREFIX%%/www/%%PORTNAME%%/";
-
- #
- # Where to install the docs
-@@ -52,20 +52,20 @@
-
- #
- # Var space for NfSen
--$VARDIR="${BASEDIR}/var";
-+$VARDIR="${BASEDIR}/var/%%PORTNAME%%";
-
- #
- # The Profiles stat directory, where all profile information
- # RRD DBs and gif pictures of the profile are stored
--$PROFILESTATDIR="${BASEDIR}/profiles";
-+$PROFILESTATDIR="${VARDIR}/profiles";
-
- #
- # The Profiles directory, where all netflow data is stored
--$PROFILEDATADIR="${BASEDIR}/profiles";
-+$PROFILEDATADIR="${VARDIR}/profiles";
-
- #
- # Where go all the backend plugins
--$BACKEND_PLUGINDIR="${BASEDIR}/plugins";
-+$BACKEND_PLUGINDIR="${LIBEXECDIR}/plugins";
-
- #
- # Where go all the frontend plugins
-@@ -73,7 +73,7 @@
-
- #
- # nfdump tools path
--$PREFIX = '/usr/local/bin';
-+$PREFIX = '%%PREFIX%%/bin';
-
- #
- # BASEDIR unrelated vars:
-@@ -82,7 +82,7 @@
- # This may be a different or the same uid than your web server.
- # Note: This user must be in group $WWWGROUP, otherwise nfcapd
- # is not able to write data files!
--$USER = "netflow";
-+$USER = "www";
-
- # user and group of the web server process
- # All netflow processing will be done with this user
-@@ -106,7 +106,7 @@
-
- %sources = (
- 'upstream1' => { 'port' => '9995', 'col' => '#0000ff', 'type' => 'netflow' },
-- 'peer1' => { 'port' => '9996', 'col' => '#ff0000' },
-+# 'peer1' => { 'port' => '9996', 'col' => '#ff0000' },
- );
-
- #
diff --git a/net-mgmt/nfsen-devel/files/patch-html_alerting.php b/net-mgmt/nfsen-devel/files/patch-html_alerting.php
deleted file mode 100644
index 624067699a06..000000000000
--- a/net-mgmt/nfsen-devel/files/patch-html_alerting.php
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- html/alerting.php.orig
-+++ html/alerting.php
-@@ -449,6 +449,7 @@
- foreach ( $alert_condition_plugin as $plugin) {
- $selected = $alert['condition'][0] == $plugin ? 'selected' : '';
- print " <option value='$i' $selected>" . $plugin . "</option>\n";
-+ $i++;
- }
- }
- ?>
diff --git a/net-mgmt/nfsen-devel/files/patch-html_nfsen.php b/net-mgmt/nfsen-devel/files/patch-html_nfsen.php
deleted file mode 100644
index a2c5d1424e98..000000000000
--- a/net-mgmt/nfsen-devel/files/patch-html_nfsen.php
+++ /dev/null
@@ -1,33 +0,0 @@
-
-$FreeBSD$
-
---- html/nfsen.php.orig
-+++ html/nfsen.php
-@@ -489,7 +489,8 @@
- if ( count($BookmarkVars) == count($_vars) ) {
- for ( $i=0; $i<count($BookmarkVars); $i++ ) {
- if ( $_vars[$i] != '-' )
-- $_POST[$BookmarkVars[$i]] = $_vars[$i];
-+ $_POST[$BookmarkVars[$i]] =
-+ str_replace('!','|',$_vars[$i]);
- }
- } else {
- SetMessage('warning', "Bookmark processing error");
-@@ -749,7 +750,16 @@
- // Generate bookmark
- $vars = array();
- foreach ( $BookmarkVars as $var ) {
-- $vars[] = array_key_exists($var, $_SESSION) ? $_SESSION[$var] : '-';
-+ if (array_key_exists($var, $_SESSION)) {
-+ $vars[] = $_SESSION[$var];
-+ }
-+ elseif (array_key_exists('detail_opts', $_SESSION) and
-+ array_key_exists($var, $_SESSION['detail_opts'])) {
-+ $vars[] = str_replace('|','!',$_SESSION['detail_opts'][$var]);
-+ }
-+ else {
-+ $vars[] = '-';
-+ }
- }
-
- $_SESSION['bookmark'] = urlencode(base64_encode(implode('|', $vars)));
diff --git a/net-mgmt/nfsen-devel/files/patch-install.pl b/net-mgmt/nfsen-devel/files/patch-install.pl
deleted file mode 100644
index 05ae145eb312..000000000000
--- a/net-mgmt/nfsen-devel/files/patch-install.pl
+++ /dev/null
@@ -1,64 +0,0 @@
-
-$FreeBSD$
-
---- install.pl.orig
-+++ install.pl
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!%%PERL%% -I %%PREFIX%%/libexec/nfsen
- #
- #
- # Copyright (c) 2004, SWITCH - Teleinformatikdienste fuer Lehre und Forschung
-@@ -83,33 +83,7 @@
- # Get Perl
- sub GetPerl {
-
-- my $whichperl;
-- my $ans;
-- $whichperl = FindCommand("perl");
-- if ( defined $whichperl ) {
-- print "Perl to use: [$whichperl] ";
-- chomp($ans = <STDIN>);
-- if ( length $ans ) {
-- $whichperl = $ans;
-- }
-- } else {
-- print "No Perl found in your PATH. Please specify where to find perl [] ";
-- chomp($whichperl = <STDIN>);
-- }
--
-- while (1) {
-- if ( -x $whichperl ) {
-- my $err = system("$whichperl -e 'require 5.6.0;'") >> 8;
-- last if $err == 0;
-- print "Found errors while testing Perl\n";
-- } else {
-- print "No executable: '$whichperl'\n";
-- }
-- print "Perl to use: [] ";
-- chomp($whichperl = <STDIN>);
-- }
--
-- return $whichperl;
-+ return "%%PERL%%";
-
- } # End of GetPerl
-
-@@ -620,7 +594,7 @@
- exit 1;
- }
-
--my $hints = NfSen::LoadHints();
-+my $hints = NfSen::LoadHints_startup();
- if ( $$$hints{'version'} == -1 ) {
- # initial NfSen install or upgrade from old version without hints
- $$$hints{'version'} = $nfsen_version;
-@@ -725,7 +699,7 @@
-
-
- Nfsources::Reconfig();
--NfSen::StoreHints();
-+NfSen::StoreHints_startup();
- chown $nfsen_uid, $www_gid, "$NfConf::PROFILESTATDIR/hints" || die "Can't chown hints db: $!\n";
- print "Setup done.\n\n";
-
diff --git a/net-mgmt/nfsen-devel/files/patch-libexec_NfSen.pm b/net-mgmt/nfsen-devel/files/patch-libexec_NfSen.pm
deleted file mode 100644
index 875b98ce0f55..000000000000
--- a/net-mgmt/nfsen-devel/files/patch-libexec_NfSen.pm
+++ /dev/null
@@ -1,53 +0,0 @@
-
-$FreeBSD$
-
---- libexec/NfSen.pm.orig
-+++ libexec/NfSen.pm
-@@ -705,6 +705,25 @@
-
- } # End of LoadHints
-
-+sub LoadHints_startup {
-+
-+ eval {
-+ local $SIG{'__DIE__'} = 'DEFAULT';
-+ $hints = lock_retrieve "$NfConf::PROFILESTATDIR/hints";
-+ };
-+
-+ if ( my $err = $@ ) {
-+ warn "Error reading hints: $err\n";
-+ warn "Initialize hints to defaults.\n";
-+ $$hints{'version'} = -1; # unknown
-+ $$hints{'installed'} = 0;
-+ $$hints{'subdirlayout'} = $NfConf::SUBDIRLAYOUT;
-+ }
-+
-+ return \$hints;
-+
-+} # End of LoadHints_startup
-+
- sub StoreHints {
-
- eval {
-@@ -717,6 +736,20 @@
- return $err;
- }
-
--} # End of StoreAlertStatus
-+} # End of StoreHints
-+
-+sub StoreHints_startup {
-+
-+ eval {
-+ local $SIG{'__DIE__'} = 'DEFAULT';
-+ lock_store $hints, "$NfConf::PROFILESTATDIR/hints";
-+ };
-+
-+ if ( my $err = $@ ) {
-+ warn "Error store hints: $err\n";
-+ return $err;
-+ }
-+
-+} # End of StoreHints_startup
-
- 1;
diff --git a/net-mgmt/nfsen-devel/pkg-descr b/net-mgmt/nfsen-devel/pkg-descr
deleted file mode 100644
index 312491947d5d..000000000000
--- a/net-mgmt/nfsen-devel/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-NfSen is a graphical web based front end for the nfdump netflow tools.
-
-NfSen allows you to:
-
- * Display your netflow data: Flows, Packets and Bytes using RRD
- (Round Robin Database).
- * Easily navigate through the netflow data.
- * Process the netflow data within the specified time span.
- * Create history as well as continuous profiles.
- * Write your own plugins to process netflow data on a regular interval
-
-WWW: http://nfsen.sourceforge.net/
diff --git a/net-mgmt/nfsen-devel/pkg-plist b/net-mgmt/nfsen-devel/pkg-plist
deleted file mode 100644
index 75d392b44b9f..000000000000
--- a/net-mgmt/nfsen-devel/pkg-plist
+++ /dev/null
@@ -1,140 +0,0 @@
-bin/nfsen
-bin/nfsen.rc
-bin/nfsend
-bin/RebuildHierarchy.pl
-bin/testPlugin
-bin/nfcomm.pl
-@unexec if cmp -s %D/etc/nfsen.conf %D/etc/nfsen-dist.conf; then rm -f %D/etc/nfsen.conf; fi
-@exec [ -f %D/etc/nfsen.conf ] || cp %D/etc/nfsen-dist.conf %D/etc/nfsen.conf
-etc/nfsen-dist.conf
-libexec/%%PORTNAME%%/CopyRecursive.pm
-libexec/%%PORTNAME%%/Log.pm
-libexec/%%PORTNAME%%/Lookup.pm
-libexec/%%PORTNAME%%/NfAlert.pm
-libexec/%%PORTNAME%%/NfConf.pm
-libexec/%%PORTNAME%%/NfProfile.pm
-libexec/%%PORTNAME%%/NfSen.pm.orig
-libexec/%%PORTNAME%%/NfSen.pm
-libexec/%%PORTNAME%%/NfSenRC.pm
-libexec/%%PORTNAME%%/NfSenRRD.pm
-libexec/%%PORTNAME%%/Nfcomm.pm
-libexec/%%PORTNAME%%/Nfsources.pm
-libexec/%%PORTNAME%%/Notification.pm
-libexec/%%PORTNAME%%/RRDconvertv1.pm
-libexec/%%PORTNAME%%/plugins/demoplugin.pm
-www/%%PORTNAME%%/conf.php
-www/%%PORTNAME%%/EmptyGraph.gif
-www/%%PORTNAME%%/ErrorGraph.gif
-www/%%PORTNAME%%/alerting.php.orig
-www/%%PORTNAME%%/alerting.php
-www/%%PORTNAME%%/colour_palette.html
-www/%%PORTNAME%%/colour_palette_custom.php
-www/%%PORTNAME%%/colour_picker.html
-www/%%PORTNAME%%/css-admin.html
-www/%%PORTNAME%%/css.html
-www/%%PORTNAME%%/details.php
-www/%%PORTNAME%%/info.php
-www/%%PORTNAME%%/invisible.gif
-www/%%PORTNAME%%/lookup.php
-www/%%PORTNAME%%/navigator.php
-www/%%PORTNAME%%/nfsen.php.orig
-www/%%PORTNAME%%/nfsen.php
-www/%%PORTNAME%%/nfsenutil.php
-www/%%PORTNAME%%/noscript.html
-www/%%PORTNAME%%/overview.php
-www/%%PORTNAME%%/pic.php
-www/%%PORTNAME%%/process.php
-www/%%PORTNAME%%/profileadmin.php
-www/%%PORTNAME%%/rrdgraph.php
-www/%%PORTNAME%%/css/alerting.css
-www/%%PORTNAME%%/css/detail.css
-www/%%PORTNAME%%/css/lookup.css
-www/%%PORTNAME%%/css/nfsen.css
-www/%%PORTNAME%%/css/profileadmin.css
-www/%%PORTNAME%%/icons/arrow.blue.down.png
-www/%%PORTNAME%%/icons/arrow.blue.right.png
-www/%%PORTNAME%%/icons/arrow.yellow.down.png
-www/%%PORTNAME%%/icons/arrow.yellow.right.png
-www/%%PORTNAME%%/icons/close.gif
-www/%%PORTNAME%%/icons/cursor-line.gif
-www/%%PORTNAME%%/icons/cursor-start.gif
-www/%%PORTNAME%%/icons/cursor-stop.gif
-www/%%PORTNAME%%/icons/edit.png
-www/%%PORTNAME%%/icons/help.png
-www/%%PORTNAME%%/icons/invisible.gif
-www/%%PORTNAME%%/icons/minus.gif
-www/%%PORTNAME%%/icons/ok.png
-www/%%PORTNAME%%/icons/plus.gif
-www/%%PORTNAME%%/icons/plus.png
-www/%%PORTNAME%%/icons/progress.png
-www/%%PORTNAME%%/icons/save.png
-www/%%PORTNAME%%/icons/shade.gif
-www/%%PORTNAME%%/icons/shadeactive.gif
-www/%%PORTNAME%%/icons/space.png
-www/%%PORTNAME%%/icons/spyglas.png
-www/%%PORTNAME%%/icons/trash.png
-www/%%PORTNAME%%/js/ColorPicker2.js
-www/%%PORTNAME%%/js/alerting.js
-www/%%PORTNAME%%/js/detail.js
-www/%%PORTNAME%%/js/global.js
-www/%%PORTNAME%%/js/menu.js
-www/%%PORTNAME%%/js/profileadmin.js
-www/%%PORTNAME%%/plugins/demoplugin.php
-www/%%PORTNAME%%/doc/BSD-license.html
-www/%%PORTNAME%%/doc/Bookmark.png
-www/%%PORTNAME%%/doc/BuildingProfile.png
-www/%%PORTNAME%%/doc/ConfirmDelete.png
-www/%%PORTNAME%%/doc/DefaultFilter.png
-www/%%PORTNAME%%/doc/DeleteProfile.png
-www/%%PORTNAME%%/doc/DisabledSources.png
-www/%%PORTNAME%%/doc/InputEnd.png
-www/%%PORTNAME%%/doc/Navigating.png
-www/%%PORTNAME%%/doc/NewProfile.png
-www/%%PORTNAME%%/doc/OutOfData.png
-www/%%PORTNAME%%/doc/ProcessingControls.png
-www/%%PORTNAME%%/doc/ProcessingOutput.png
-www/%%PORTNAME%%/doc/ProfileCreated.png
-www/%%PORTNAME%%/doc/ResetWindow.png
-www/%%PORTNAME%%/doc/SelectLeft.png
-www/%%PORTNAME%%/doc/SelectRight.png
-www/%%PORTNAME%%/doc/StatSummary.png
-www/%%PORTNAME%%/doc/TimeWindow.png
-www/%%PORTNAME%%/doc/WinScale.png
-www/%%PORTNAME%%/doc/bytes.png
-www/%%PORTNAME%%/doc/cursor_control.png
-www/%%PORTNAME%%/doc/details-graphs.png
-www/%%PORTNAME%%/doc/details-processing.png
-www/%%PORTNAME%%/doc/dirstruct.png
-www/%%PORTNAME%%/doc/edit.png
-www/%%PORTNAME%%/doc/exiisting.png
-www/%%PORTNAME%%/doc/flows.png
-www/%%PORTNAME%%/doc/index.html
-www/%%PORTNAME%%/doc/linegraph.png
-www/%%PORTNAME%%/doc/nfsen-options.png
-www/%%PORTNAME%%/doc/overview.png
-www/%%PORTNAME%%/doc/packets.png
-www/%%PORTNAME%%/doc/plugins.png
-www/%%PORTNAME%%/doc/processing-1.png
-www/%%PORTNAME%%/doc/selectprofile.png
-www/%%PORTNAME%%/doc/stat.png
-www/%%PORTNAME%%/doc/views-2.png
-www/%%PORTNAME%%/doc/views.png
-@dirrm www/%%PORTNAME%%/css
-@dirrm www/%%PORTNAME%%/plugins
-@dirrm www/%%PORTNAME%%/icons
-@dirrm www/%%PORTNAME%%/js
-@dirrm www/%%PORTNAME%%/doc
-@dirrm www/%%PORTNAME%%
-@exec mkdir -p %D/var/%%PORTNAME%%/profiles/live/upstream1
-var/%%PORTNAME%%/profiles/live/upstream1.rrd
-var/%%PORTNAME%%/profiles/live/profile.dat
-@exec mkdir -p %D/var/%%PORTNAME%%/run
-@exec mkdir -p %D/var/%%PORTNAME%%/filters
-@dirrmtry var/%%PORTNAME%%/run
-@dirrm var/%%PORTNAME%%/filters
-@dirrmtry var/%%PORTNAME%%/profiles/live/upstream1
-@dirrmtry var/%%PORTNAME%%/profiles/live
-@dirrmtry var/%%PORTNAME%%/profiles
-@dirrmtry var/%%PORTNAME%%
-@dirrm libexec/%%PORTNAME%%/plugins
-@dirrm libexec/%%PORTNAME%%