View | Details | Raw Unified | Return to bug 172604
Collapse All | Expand All

(-)zabbix2-server/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	zabbix2
8
PORTNAME=	zabbix2
9
PORTVERSION=	2.0.2
9
PORTVERSION=	2.0.3
10
PORTREVISION=	1
10
PORTREVISION=	0
11
CATEGORIES=	net-mgmt
11
CATEGORIES=	net-mgmt
12
MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
12
MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
13
PKGNAMESUFFIX?=	-server
13
PKGNAMESUFFIX?=	-server
(-)zabbix2-server/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (zabbix-2.0.2.tar.gz) = 2db56e4fc291f5469584844703f6815fe739c3b33b4c2d5854285a780650cfbb
1
SHA256 (zabbix-2.0.3.tar.gz) = b6febeab76e6af3efdc124bce1bb51a30651babcf41f2d22fe428ff69ab3f764
2
SIZE (zabbix-2.0.2.tar.gz) = 12070505
2
SIZE (zabbix-2.0.3.tar.gz) = 12329606
(-)zabbix2-server/pkg-plist.frontend (-27 / +54 lines)
Lines 46-51 Link Here
46
%%WWWDIR%%/include/views/administration.script.edit.php
46
%%WWWDIR%%/include/views/administration.script.edit.php
47
%%WWWDIR%%/include/views/configuration.item.list.php
47
%%WWWDIR%%/include/views/configuration.item.list.php
48
%%WWWDIR%%/include/views/monitoring.screen.php
48
%%WWWDIR%%/include/views/monitoring.screen.php
49
%%WWWDIR%%/include/views/monitoring.charts.php
50
%%WWWDIR%%/include/views/monitoring.history.php
51
%%WWWDIR%%/include/views/monitoring.hostscreen.php
52
%%WWWDIR%%/include/views/monitoring.maps.php
53
%%WWWDIR%%/include/views/monitoring.overview.php
49
%%WWWDIR%%/include/views/configuration.screen.constructor.list.php
54
%%WWWDIR%%/include/views/configuration.screen.constructor.list.php
50
%%WWWDIR%%/include/views/administration.node.list.php
55
%%WWWDIR%%/include/views/administration.node.list.php
51
%%WWWDIR%%/include/views/monitoring.slides.php
56
%%WWWDIR%%/include/views/monitoring.slides.php
Lines 116-121 Link Here
116
%%WWWDIR%%/include/views/js/configuration.services.child.list.js.php
121
%%WWWDIR%%/include/views/js/configuration.services.child.list.js.php
117
%%WWWDIR%%/include/views/js/configuration.sysmaps.js.php
122
%%WWWDIR%%/include/views/js/configuration.sysmaps.js.php
118
%%WWWDIR%%/include/views/js/configuration.services.edit.js.php
123
%%WWWDIR%%/include/views/js/configuration.services.edit.js.php
124
%%WWWDIR%%/include/views/js/monitoring.history.js.php
125
%%WWWDIR%%/include/views/js/monitoring.maps.js.php
119
%%WWWDIR%%/include/views/administration.usergroups.edit.php
126
%%WWWDIR%%/include/views/administration.usergroups.edit.php
120
%%WWWDIR%%/include/views/administration.authentication.edit.php
127
%%WWWDIR%%/include/views/administration.authentication.edit.php
121
%%WWWDIR%%/include/views/configuration.item.copy.php
128
%%WWWDIR%%/include/views/configuration.item.copy.php
Lines 267-272 Link Here
267
%%WWWDIR%%/include/classes/class.clistitem.php
274
%%WWWDIR%%/include/classes/class.clistitem.php
268
%%WWWDIR%%/include/classes/class.cvar.php
275
%%WWWDIR%%/include/classes/class.cvar.php
269
%%WWWDIR%%/include/classes/class.ctextarea.php
276
%%WWWDIR%%/include/classes/class.ctextarea.php
277
%%WWWDIR%%/include/classes/screens/CScreenActions.php
278
%%WWWDIR%%/include/classes/screens/CScreenBase.php
279
%%WWWDIR%%/include/classes/screens/CScreenBuilder.php
280
%%WWWDIR%%/include/classes/screens/CScreenChart.php
281
%%WWWDIR%%/include/classes/screens/CScreenClock.php
282
%%WWWDIR%%/include/classes/screens/CScreenDataOverview.php
283
%%WWWDIR%%/include/classes/screens/CScreenEvents.php
284
%%WWWDIR%%/include/classes/screens/CScreenGraph.php
285
%%WWWDIR%%/include/classes/screens/CScreenHistory.php
286
%%WWWDIR%%/include/classes/screens/CScreenHostTriggers.php
287
%%WWWDIR%%/include/classes/screens/CScreenHostgroupTriggers.php
288
%%WWWDIR%%/include/classes/screens/CScreenHostsInfo.php
289
%%WWWDIR%%/include/classes/screens/CScreenMap.php
290
%%WWWDIR%%/include/classes/screens/CScreenPlainText.php
291
%%WWWDIR%%/include/classes/screens/CScreenScreen.php
292
%%WWWDIR%%/include/classes/screens/CScreenServerInfo.php
293
%%WWWDIR%%/include/classes/screens/CScreenSimpleGraph.php
294
%%WWWDIR%%/include/classes/screens/CScreenSystemStatus.php
295
%%WWWDIR%%/include/classes/screens/CScreenTriggersInfo.php
296
%%WWWDIR%%/include/classes/screens/CScreenTriggersOverview.php
297
%%WWWDIR%%/include/classes/screens/CScreenUrl.php
270
%%WWWDIR%%/include/sounds.inc.php
298
%%WWWDIR%%/include/sounds.inc.php
271
%%WWWDIR%%/include/ident.inc.php
299
%%WWWDIR%%/include/ident.inc.php
272
%%WWWDIR%%/include/regexp.inc.php
300
%%WWWDIR%%/include/regexp.inc.php
Lines 371-376 Link Here
371
%%WWWDIR%%/api/classes/CConfiguration.php
399
%%WWWDIR%%/api/classes/CConfiguration.php
372
%%WWWDIR%%/api/classes/CService.php
400
%%WWWDIR%%/api/classes/CService.php
373
%%WWWDIR%%/api/classes/CTemplate.php
401
%%WWWDIR%%/api/classes/CTemplate.php
402
%%WWWDIR%%/api/classes/CHostGeneral.php
403
%%WWWDIR%%/api/classes/CTemplateScreenItem.php
374
%%WWWDIR%%/api/.htaccess
404
%%WWWDIR%%/api/.htaccess
375
%%WWWDIR%%/triggers.php
405
%%WWWDIR%%/triggers.php
376
%%WWWDIR%%/slideconf.php
406
%%WWWDIR%%/slideconf.php
Lines 422-438 Link Here
422
%%WWWDIR%%/images/gradients/texture_diagonal.gif
452
%%WWWDIR%%/images/gradients/texture_diagonal.gif
423
%%WWWDIR%%/images/gradients/sla_green.png
453
%%WWWDIR%%/images/gradients/sla_green.png
424
%%WWWDIR%%/images/gradients/menu_not_active_bb.gif
454
%%WWWDIR%%/images/gradients/menu_not_active_bb.gif
425
%%WWWDIR%%/images/general/zero.gif
426
%%WWWDIR%%/images/general/ipmi_unknown.png
455
%%WWWDIR%%/images/general/ipmi_unknown.png
427
%%WWWDIR%%/images/general/sort_up.gif
428
%%WWWDIR%%/images/general/jmx_unknown.png
456
%%WWWDIR%%/images/general/jmx_unknown.png
429
%%WWWDIR%%/images/general/ipmi_available.png
457
%%WWWDIR%%/images/general/ipmi_available.png
430
%%WWWDIR%%/images/general/error_icon.png
431
%%WWWDIR%%/images/general/transparent.png
458
%%WWWDIR%%/images/general/transparent.png
432
%%WWWDIR%%/images/general/ok_icon_bb.png
459
%%WWWDIR%%/images/general/ok_icon_bb.png
433
%%WWWDIR%%/images/general/closed.gif
434
%%WWWDIR%%/images/general/error_small.gif
435
%%WWWDIR%%/images/general/down_icon.png
436
%%WWWDIR%%/images/general/zabbix.png
460
%%WWWDIR%%/images/general/zabbix.png
437
%%WWWDIR%%/images/general/dbl_arrow_up.png
461
%%WWWDIR%%/images/general/dbl_arrow_up.png
438
%%WWWDIR%%/images/general/tree/zero.gif
462
%%WWWDIR%%/images/general/tree/zero.gif
Lines 442-448 Link Here
442
%%WWWDIR%%/images/general/tree/pointc.gif
466
%%WWWDIR%%/images/general/tree/pointc.gif
443
%%WWWDIR%%/images/general/tree/minus.gif
467
%%WWWDIR%%/images/general/tree/minus.gif
444
%%WWWDIR%%/images/general/ok_icon.png
468
%%WWWDIR%%/images/general/ok_icon.png
445
%%WWWDIR%%/images/general/sort_down.gif
446
%%WWWDIR%%/images/general/snmp_available.png
469
%%WWWDIR%%/images/general/snmp_available.png
447
%%WWWDIR%%/images/general/zabbix_unavailable.png
470
%%WWWDIR%%/images/general/zabbix_unavailable.png
448
%%WWWDIR%%/images/general/snmp_unavailable.png
471
%%WWWDIR%%/images/general/snmp_unavailable.png
Lines 452-462 Link Here
452
%%WWWDIR%%/images/general/browserwarning/opera.png
475
%%WWWDIR%%/images/general/browserwarning/opera.png
453
%%WWWDIR%%/images/general/browserwarning/safari.png
476
%%WWWDIR%%/images/general/browserwarning/safari.png
454
%%WWWDIR%%/images/general/browserwarning/chrome.png
477
%%WWWDIR%%/images/general/browserwarning/chrome.png
455
%%WWWDIR%%/images/general/inst_current.gif
456
%%WWWDIR%%/images/general/zabbix_available.png
478
%%WWWDIR%%/images/general/zabbix_available.png
457
%%WWWDIR%%/images/general/zabbix_available_bb.png
479
%%WWWDIR%%/images/general/zabbix_available_bb.png
458
%%WWWDIR%%/images/general/ipmi_unavailable.png
480
%%WWWDIR%%/images/general/ipmi_unavailable.png
459
%%WWWDIR%%/images/general/sort_down_blue.gif
460
%%WWWDIR%%/images/general/bttn/minus.png
481
%%WWWDIR%%/images/general/bttn/minus.png
461
%%WWWDIR%%/images/general/bttn/fullscreen.png
482
%%WWWDIR%%/images/general/bttn/fullscreen.png
462
%%WWWDIR%%/images/general/bttn/move.png
483
%%WWWDIR%%/images/general/bttn/move.png
Lines 477-488 Link Here
477
%%WWWDIR%%/images/general/bttn/down.png
498
%%WWWDIR%%/images/general/bttn/down.png
478
%%WWWDIR%%/images/general/bttn/help.png
499
%%WWWDIR%%/images/general/bttn/help.png
479
%%WWWDIR%%/images/general/zabbix_od.png
500
%%WWWDIR%%/images/general/zabbix_od.png
480
%%WWWDIR%%/images/general/arrowdown.gif
481
%%WWWDIR%%/images/general/zabbix_bb.png
501
%%WWWDIR%%/images/general/zabbix_bb.png
482
%%WWWDIR%%/images/general/sort_up_blue.gif
483
%%WWWDIR%%/images/general/warning_icon.png
484
%%WWWDIR%%/images/general/jmx_available_bb.png
502
%%WWWDIR%%/images/general/jmx_available_bb.png
485
%%WWWDIR%%/images/general/up_icon.png
486
%%WWWDIR%%/images/general/snmp_unknown.png
503
%%WWWDIR%%/images/general/snmp_unknown.png
487
%%WWWDIR%%/images/general/ok.png
504
%%WWWDIR%%/images/general/ok.png
488
%%WWWDIR%%/images/general/ok_bb.png
505
%%WWWDIR%%/images/general/ok_bb.png
Lines 490-520 Link Here
490
%%WWWDIR%%/images/general/setup/welcome_screen.png
507
%%WWWDIR%%/images/general/setup/welcome_screen.png
491
%%WWWDIR%%/images/general/setup/background.png
508
%%WWWDIR%%/images/general/setup/background.png
492
%%WWWDIR%%/images/general/setup/logo.png
509
%%WWWDIR%%/images/general/setup/logo.png
493
%%WWWDIR%%/images/general/arrowup.gif
494
%%WWWDIR%%/images/general/zabbix_unknown.png
510
%%WWWDIR%%/images/general/zabbix_unknown.png
495
%%WWWDIR%%/images/general/tr_space.gif
496
%%WWWDIR%%/images/general/chart.png
511
%%WWWDIR%%/images/general/chart.png
497
%%WWWDIR%%/images/general/inst_completed.gif
498
%%WWWDIR%%/images/general/dbl_arrow_up2.png
512
%%WWWDIR%%/images/general/dbl_arrow_up2.png
499
%%WWWDIR%%/images/general/tr_top_bottom.gif
500
%%WWWDIR%%/images/general/tick.png
513
%%WWWDIR%%/images/general/tick.png
501
%%WWWDIR%%/images/general/warning_small.gif
502
%%WWWDIR%%/images/general/snmp_available_bb.png
514
%%WWWDIR%%/images/general/snmp_available_bb.png
503
%%WWWDIR%%/images/general/warning16r.gif
504
%%WWWDIR%%/images/general/sort_down_od.gif
505
%%WWWDIR%%/images/general/jmx_unavailable.png
515
%%WWWDIR%%/images/general/jmx_unavailable.png
506
%%WWWDIR%%/images/general/login/logo.png
516
%%WWWDIR%%/images/general/login/logo.png
507
%%WWWDIR%%/images/general/login/background.png
517
%%WWWDIR%%/images/general/login/background.png
508
%%WWWDIR%%/images/general/login/username_pass_field.png
518
%%WWWDIR%%/images/general/login/username_pass_field.png
509
%%WWWDIR%%/images/general/ipmi_available_bb.png
519
%%WWWDIR%%/images/general/ipmi_available_bb.png
510
%%WWWDIR%%/images/general/unknown_icon.png
520
%%WWWDIR%%/images/general/unknown_icon.png
511
%%WWWDIR%%/images/general/inst_step.gif
512
%%WWWDIR%%/images/general/help.gif
513
%%WWWDIR%%/images/general/zabbix.ico
521
%%WWWDIR%%/images/general/zabbix.ico
514
%%WWWDIR%%/images/general/x.gif
515
%%WWWDIR%%/images/general/jmx_available.png
522
%%WWWDIR%%/images/general/jmx_available.png
516
%%WWWDIR%%/images/general/tr_top_right.gif
517
%%WWWDIR%%/images/general/sort_up_od.gif
518
%%WWWDIR%%/images/general/zabbix_ob.ico
523
%%WWWDIR%%/images/general/zabbix_ob.ico
519
%%WWWDIR%%/images/general/error.png
524
%%WWWDIR%%/images/general/error.png
520
%%WWWDIR%%/images/general/no_icon.png
525
%%WWWDIR%%/images/general/no_icon.png
Lines 529-538 Link Here
529
%%WWWDIR%%/images/general/bar/right_arr.png
534
%%WWWDIR%%/images/general/bar/right_arr.png
530
%%WWWDIR%%/images/general/bar/arrow_up.gif
535
%%WWWDIR%%/images/general/bar/arrow_up.gif
531
%%WWWDIR%%/images/general/bar/left.png
536
%%WWWDIR%%/images/general/bar/left.png
532
%%WWWDIR%%/images/general/opened.gif
533
%%WWWDIR%%/images/general/dbl_arrow_down.png
537
%%WWWDIR%%/images/general/dbl_arrow_down.png
534
%%WWWDIR%%/images/general/tr_top_right_bottom.gif
535
%%WWWDIR%%/images/general/dbl_arrow_down2.png
538
%%WWWDIR%%/images/general/dbl_arrow_down2.png
539
%%WWWDIR%%/images/general/arrow_down.png
540
%%WWWDIR%%/images/general/arrow_down2.png
541
%%WWWDIR%%/images/general/arrow_up.png
542
%%WWWDIR%%/images/general/arrow_up2.png
543
%%WWWDIR%%/images/general/error2.png
544
%%WWWDIR%%/images/general/error3.png
545
%%WWWDIR%%/images/general/minus.png
546
%%WWWDIR%%/images/general/plus.png
547
%%WWWDIR%%/images/general/sort_down.png
548
%%WWWDIR%%/images/general/sort_down_blue.png
549
%%WWWDIR%%/images/general/sort_down_od.png
550
%%WWWDIR%%/images/general/sort_up.png
551
%%WWWDIR%%/images/general/sort_up_blue.png
552
%%WWWDIR%%/images/general/sort_up_od.png
553
%%WWWDIR%%/images/general/warning.png
554
%%WWWDIR%%/images/general/warning2.png
555
%%WWWDIR%%/images/general/wrench12transp.png
556
%%WWWDIR%%/images/general/zero.png
536
%%WWWDIR%%/chart7.php
557
%%WWWDIR%%/chart7.php
537
%%WWWDIR%%/css.css
558
%%WWWDIR%%/css.css
538
%%WWWDIR%%/applications.php
559
%%WWWDIR%%/applications.php
Lines 563-568 Link Here
563
%%WWWDIR%%/adm.housekeeper.php
584
%%WWWDIR%%/adm.housekeeper.php
564
%%WWWDIR%%/popup_httpstep.php
585
%%WWWDIR%%/popup_httpstep.php
565
%%WWWDIR%%/image.php
586
%%WWWDIR%%/image.php
587
%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.mo
588
%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.po
566
%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo
589
%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo
567
%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po
590
%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po
568
%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.po
591
%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.po
Lines 639-644 Link Here
639
%%WWWDIR%%/js/init.js
662
%%WWWDIR%%/js/init.js
640
%%WWWDIR%%/js/menu.js
663
%%WWWDIR%%/js/menu.js
641
%%WWWDIR%%/js/functions.js
664
%%WWWDIR%%/js/functions.js
665
%%WWWDIR%%/js/flickerfreescreen.js
642
%%WWWDIR%%/js/common.js
666
%%WWWDIR%%/js/common.js
643
%%WWWDIR%%/js/class.cdebug.js
667
%%WWWDIR%%/js/class.cdebug.js
644
%%WWWDIR%%/js/servercheck.js
668
%%WWWDIR%%/js/servercheck.js
Lines 746-751 Link Here
746
@dirrm %%WWWDIR%%/include/classes/validators
770
@dirrm %%WWWDIR%%/include/classes/validators
747
@dirrm %%WWWDIR%%/include/classes/helpers/trigger
771
@dirrm %%WWWDIR%%/include/classes/helpers/trigger
748
@dirrm %%WWWDIR%%/include/classes/helpers
772
@dirrm %%WWWDIR%%/include/classes/helpers
773
@dirrm %%WWWDIR%%/include/classes/screens
749
@dirrm %%WWWDIR%%/include/classes
774
@dirrm %%WWWDIR%%/include/classes
750
@dirrm %%WWWDIR%%/include
775
@dirrm %%WWWDIR%%/include
751
@dirrm %%WWWDIR%%/api/rpc
776
@dirrm %%WWWDIR%%/api/rpc
Lines 803-808 Link Here
803
@dirrm %%WWWDIR%%/locale/tr
828
@dirrm %%WWWDIR%%/locale/tr
804
@dirrm %%WWWDIR%%/locale/sk/LC_MESSAGES
829
@dirrm %%WWWDIR%%/locale/sk/LC_MESSAGES
805
@dirrm %%WWWDIR%%/locale/sk
830
@dirrm %%WWWDIR%%/locale/sk
831
@dirrm %%WWWDIR%%/locale/en_US/LC_MESSAGES/
832
@dirrm %%WWWDIR%%/locale/en_US/
806
@dirrm %%WWWDIR%%/locale
833
@dirrm %%WWWDIR%%/locale
807
@dirrm %%WWWDIR%%/conf
834
@dirrm %%WWWDIR%%/conf
808
@dirrm %%WWWDIR%%/js/jquery
835
@dirrm %%WWWDIR%%/js/jquery

Return to bug 172604