View | Details | Raw Unified | Return to bug 190369 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	torrus
4
PORTNAME=	torrus
5
PORTVERSION=	2.05
5
PORTVERSION=	2.07
6
PORTREVISION=	1
7
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
8
MASTER_SITES=	SF/torrus/torrus/
7
MASTER_SITES=	SF/torrus/torrus/
9
8
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (torrus-2.05.tar.gz) = b127dbe8d7cd0884c4751606e2fd339d1e8e7dc6510111042e41f437f5a5868b
1
SHA256 (torrus-2.07.tar.gz) = b4ee8930cb36c8985956c852ad6fa2cd284d1d54d4ef54799e77eeee3eb9a6c6
2
SIZE (torrus-2.05.tar.gz) = 623600
2
SIZE (torrus-2.07.tar.gz) = 627347
(-)files/patch-doc_stylingprofile.pod.in (+11 lines)
Line 0 Link Here
1
--- doc/stylingprofile.pod.in.orig	2014-06-09 14:51:17.000000000 +0000
2
+++ doc/stylingprofile.pod.in	2014-06-09 14:51:37.000000000 +0000
3
@@ -198,7 +198,7 @@
4
 
5
 =over 4
6
 
7
-=item * Applying your Schema
8
+=item 1. Applying your Schema
9
 
10
 In the F<torrus-siteconfig.pl> file, add the variable
11
 
(-)files/patch-doc_xmlconfig.pod.in (+22 lines)
Line 0 Link Here
1
--- doc/xmlconfig.pod.in.orig	2014-06-09 14:53:44.000000000 +0000
2
+++ doc/xmlconfig.pod.in	2014-06-09 14:54:43.000000000 +0000
3
@@ -1306,17 +1306,15 @@
4
 The first one defines the starting time. C<end> may be also optionally
5
 specified.
6
 
7
-C<print-cf> specifies oe or more consolidation functions, separated by comma.
8
+C<print-cf> specifies one or more consolidation functions, separated by comma.
9
 The result of the rendering is the text line with the output values
10
 separated by colon (:).
11
 
12
-=back
13
-
14
 =item * C<disable-legend>, C<disable-title>, C<disable-vertical-label>
15
 
16
 When set to C<yes>, the corresponding elements of the graph are not displayed.
17
 
18
-
19
+=back
20
 
21
 =head3 Styling Profiles
22
 
(-)pkg-plist (+9 lines)
Lines 161-166 Link Here
161
%%DATADIR%%/xmlconfig/vendor/comtechefdata.xml
161
%%DATADIR%%/xmlconfig/vendor/comtechefdata.xml
162
%%DATADIR%%/xmlconfig/vendor/empire.systemedge.ntregperf.xml
162
%%DATADIR%%/xmlconfig/vendor/empire.systemedge.ntregperf.xml
163
%%DATADIR%%/xmlconfig/vendor/empire.systemedge.xml
163
%%DATADIR%%/xmlconfig/vendor/empire.systemedge.xml
164
%%DATADIR%%/xmlconfig/vendor/f5.bigip.xml
164
%%DATADIR%%/xmlconfig/vendor/foundry.xml
165
%%DATADIR%%/xmlconfig/vendor/foundry.xml
165
%%DATADIR%%/xmlconfig/vendor/ftos.xml
166
%%DATADIR%%/xmlconfig/vendor/ftos.xml
166
%%DATADIR%%/xmlconfig/vendor/jacarta.xml
167
%%DATADIR%%/xmlconfig/vendor/jacarta.xml
Lines 229-234 Link Here
229
%%SITE_PERL%%/Torrus/DevDiscover/ComtechEFData.pm
230
%%SITE_PERL%%/Torrus/DevDiscover/ComtechEFData.pm
230
%%SITE_PERL%%/Torrus/DevDiscover/DevDetails.pm
231
%%SITE_PERL%%/Torrus/DevDiscover/DevDetails.pm
231
%%SITE_PERL%%/Torrus/DevDiscover/EmpireSystemedge.pm
232
%%SITE_PERL%%/Torrus/DevDiscover/EmpireSystemedge.pm
233
%%SITE_PERL%%/Torrus/DevDiscover/F5BigIp.pm
232
%%SITE_PERL%%/Torrus/DevDiscover/Foundry.pm
234
%%SITE_PERL%%/Torrus/DevDiscover/Foundry.pm
233
%%SITE_PERL%%/Torrus/DevDiscover/FTOS.pm
235
%%SITE_PERL%%/Torrus/DevDiscover/FTOS.pm
234
%%SITE_PERL%%/Torrus/DevDiscover/Jacarta.pm
236
%%SITE_PERL%%/Torrus/DevDiscover/Jacarta.pm
Lines 323-328 Link Here
323
@dirrm libexec/torrus/scripts/xml
325
@dirrm libexec/torrus/scripts/xml
324
@dirrm libexec/torrus/scripts
326
@dirrm libexec/torrus/scripts
325
@dirrm libexec/torrus
327
@dirrm libexec/torrus
328
@dirrmtry /var/torrus/session_data/store
329
@dirrmtry /var/torrus/session_data/lock
330
@dirrmtry /var/torrus/session_data
331
@dirrmtry /var/torrus/reports
332
@dirrmtry /var/torrus/db
333
@dirrmtry /var/torrus/cache
334
@dirrmtry /var/torrus/
326
@dirrmtry etc/torrus/xmlconfig
335
@dirrmtry etc/torrus/xmlconfig
327
@dirrmtry etc/torrus/templates
336
@dirrmtry etc/torrus/templates
328
@dirrmtry etc/torrus/discovery
337
@dirrmtry etc/torrus/discovery

Return to bug 190369