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

Collapse All | Expand All

(-)net-mgmt/torrus/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/net-mgmt/torrus/Makefile 351411 2014-04-16 18:28:47Z zeising $
2
# $FreeBSD: head/net-mgmt/torrus/Makefile 351411 2014-04-16 18:28:47Z zeising $
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
(-)net-mgmt/torrus/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
(-)net-mgmt/torrus/files/patch-doc (+33 lines)
Line 0 Link Here
1
--- doc/stylingprofile.pod.in.orig     2014-05-29 11:36:16.000000000 +0300
2
+++ doc/stylingprofile.pod.in  2014-05-29 11:37:04.000000000 +0300
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
12
--- doc/xmlconfig.pod.in.orig   2014-05-29 11:47:47.000000000 +0300
13
+++ doc/xmlconfig.pod.in        2014-05-29 11:48:16.000000000 +0300
14
@@ -1306,17 +1306,15 @@
15
 The first one defines the starting time. C<end> may be also optionally
16
 specified.
17
 
18
-C<print-cf> specifies oe or more consolidation functions, separated by comma.
19
+C<print-cf> specifies one or more consolidation functions, separated by comma.
20
 The result of the rendering is the text line with the output values
21
 separated by colon (:).
22
 
23
-=back
24
-
25
 =item * C<disable-legend>, C<disable-title>, C<disable-vertical-label>
26
 
27
 When set to C<yes>, the corresponding elements of the graph are not displayed.
28
 
29
-
30
+=back
31
 
32
 =head3 Styling Profiles
33
(-)net-mgmt/torrus/pkg-plist (-2 / +3 lines)
Lines 163-172 Link Here
163
%%DATADIR%%/xmlconfig/vendor/empire.systemedge.xml
163
%%DATADIR%%/xmlconfig/vendor/empire.systemedge.xml
164
%%DATADIR%%/xmlconfig/vendor/foundry.xml
164
%%DATADIR%%/xmlconfig/vendor/foundry.xml
165
%%DATADIR%%/xmlconfig/vendor/ftos.xml
165
%%DATADIR%%/xmlconfig/vendor/ftos.xml
166
%%DATADIR%%/xmlconfig/vendor/jacarta.xml
167
%%DATADIR%%/xmlconfig/vendor/junos.xml
168
%%DATADIR%%/xmlconfig/vendor/hp.hpux.xml
166
%%DATADIR%%/xmlconfig/vendor/hp.hpux.xml
169
%%DATADIR%%/xmlconfig/vendor/hp.procurve.xml
167
%%DATADIR%%/xmlconfig/vendor/hp.procurve.xml
168
%%DATADIR%%/xmlconfig/vendor/jacarta.xml
169
%%DATADIR%%/xmlconfig/vendor/junos.xml
170
%%DATADIR%%/xmlconfig/vendor/liebert.xml
170
%%DATADIR%%/xmlconfig/vendor/liebert.xml
171
%%DATADIR%%/xmlconfig/vendor/microsoft.windows.xml
171
%%DATADIR%%/xmlconfig/vendor/microsoft.windows.xml
172
%%DATADIR%%/xmlconfig/vendor/motorola.bsr.xml
172
%%DATADIR%%/xmlconfig/vendor/motorola.bsr.xml
Lines 229-234 Link Here
229
%%SITE_PERL%%/Torrus/DevDiscover/ComtechEFData.pm
229
%%SITE_PERL%%/Torrus/DevDiscover/ComtechEFData.pm
230
%%SITE_PERL%%/Torrus/DevDiscover/DevDetails.pm
230
%%SITE_PERL%%/Torrus/DevDiscover/DevDetails.pm
231
%%SITE_PERL%%/Torrus/DevDiscover/EmpireSystemedge.pm
231
%%SITE_PERL%%/Torrus/DevDiscover/EmpireSystemedge.pm
232
%%SITE_PERL%%/Torrus/DevDiscover/F5BigIp.pm
232
%%SITE_PERL%%/Torrus/DevDiscover/Foundry.pm
233
%%SITE_PERL%%/Torrus/DevDiscover/Foundry.pm
233
%%SITE_PERL%%/Torrus/DevDiscover/FTOS.pm
234
%%SITE_PERL%%/Torrus/DevDiscover/FTOS.pm
234
%%SITE_PERL%%/Torrus/DevDiscover/Jacarta.pm
235
%%SITE_PERL%%/Torrus/DevDiscover/Jacarta.pm

Return to bug 190369