-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.PL
222 lines (202 loc) · 10.5 KB
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
use strict;
use warnings;
use inc::Module::Install;
name 'Thruk';
all_from 'lib/Thruk.pm';
license 'gpl3';
resources(
'homepage', => 'http://www.thruk.org',
'bugtracker' => 'http://github.com/sni/Thruk/issues',
'repository', => 'http://github.com/sni/Thruk',
);
requires 'parent' => 0; # required by Thruk
requires 'JSON::XS' => 0; # required by Thruk::View::JSON
requires 'Config::General' => 0; # required by Thruk::Utils
requires 'Class::Data::Inheritable' => 0; # required by Catalyst::Plugin::Thruk::RemoveNastyCharsFromHttpParam
requires 'MRO::Compat' => 0; # required by Catalyst::Plugin::Unicode::Encoding
requires 'LWP::UserAgent' => 0; # required by Thruk::Utils::CLI
requires 'Class::C3::Adopt::NEXT' => 0; # required by Catalyst::View::GD
requires 'Class::C3::XS' => 0; # speed up class things
requires 'URI::Escape' => 0; # required by Thruk::Controller::Root
requires 'Moose' => 0; # required by Thruk::Action::AddDefaults
requires 'Monitoring::Livestatus' => 0.74;
requires 'Monitoring::Livestatus::Class' => 0.03;
requires 'Monitoring::Availability' => 0.36; # required by Thruk::Controller::avail
requires 'GD' => 2.44; # required by Thruk::Utils::Trends
requires 'Template' => 0; # required by Thruk
requires 'Template::Plugin::Date' => 0; # required by Thruk::Utils
requires 'Date::Calc' => 6.3; # required by Thruk::Utils
requires 'Date::Calc::XS' => 0; # required by Thruk::Utils
requires 'Data::Page' => 0; # required by Thruk::Backend::Manager
requires 'File::Slurp' => 0; # required by Thruk::Utils
requires 'Date::Manip' => 0; # required by Thruk::Utils
requires 'Excel::Template::Plus' => 0; # required by Thruk::Utils
requires 'Class::Accessor::Fast' => 0; # required by Catalyst::Authentication::Credential::Thruk
requires 'Catalyst' => 5.90010;
requires 'Catalyst::Runtime' => 0; # required by Thruk
requires 'Catalyst::Controller' => 0; # required by Thruk::Controller::*
requires 'Catalyst::Exception' => 0; # required by Catalyst::View::GD
requires 'Catalyst::ScriptRunner' => 0; # required by Thruk::Utils::CLI
requires 'Catalyst::Authentication::User::Hash' => 0; # required by Catalyst::Authentication::Store::FromCGIConf.pm
requires 'Catalyst::View' => 0; # required by Catalyst::View::GD
requires 'Catalyst::View::TT' => 0; # required by Thruk
requires 'Catalyst::View::GD' => 0; # required by Thruk
requires 'Catalyst::View::JSON' => 0; # required by Thruk
requires 'Catalyst::View::Excel::Template::Plus' => 0; # required by Thruk::Utils
requires 'Catalyst::Plugin::ConfigLoader' => 0; # required by Catalyst::Plugin::Thruk::ConfigLoader
requires 'Catalyst::Plugin::Static::Simple' => 0; # required by Thruk
requires 'Catalyst::Plugin::Authorization::Roles' => 0; # required by Catalyst::Plugin::Authorization::ThrukRoles
requires 'Catalyst::Plugin::CustomErrorMessage' => 0; # required by Thruk
requires 'Catalyst::Plugin::Redirect' => 0; # required by Thruk
requires 'Catalyst::Plugin::Compress' => 0; # required by Thruk
requires 'Catalyst::Plugin::Cache' => 0; # required by Thruk
requires 'Log::Log4perl' => 1.34; # required by Thruk
requires 'Log::Dispatch::File' => 0; # required by Thruk / Log4perl example config
requires 'FCGI' => 0; # required by Thruk
requires 'FCGI::ProcManager' => 0; # required by Thruk
requires 'FCGI::ProcManager::MaxRequests' => 0; # required by Thruk
requires 'namespace::autoclean' => 0; # required by Catalyst::Script::Thrukembedded
requires 'Plack::Handler::CGI' => 0; # required by script/thruk
requires 'PDF::Reuse' => 0; # required by Thruk::View::PDF::Reuse
requires 'Catalyst::View::PDF::Reuse' => 0; # required by Thruk::View::PDF::Reuse
# conf tool plugin
feature ('plugin_conf',
-default => 1,
'Storable' => 0,
);
# shinken features plugin
feature ('plugin_shinken',
-default => 1,
'MongoDB' => 0,
'Tie::IxHash' => 0,
);
# dashboard plugin
feature ('plugin_dashboard',
-default => 0,
'List::Compare' => 0,
'List::MoreUtils' => 0,
);
# reporting plugin
feature ('plugin_reports',
-default => 0,
'MIME::Lite' => 0,
'Class::Inspector' => 0,
'Chart::Clicker' => 0,
'Chart::Clicker::Data::DataSet' => 0,
'Chart::Clicker::Data::Series' => 0,
'Chart::Clicker::Data::Marker' => 0,
'Chart::Clicker::Data::Range' => 0,
'Chart::Clicker::Decoration::Legend::Tabular' => 0,
'Chart::Clicker::Renderer::Pie' => 0,
'Chart::Clicker::Renderer::StackedBar' => 0,
'Graphics::Color::RGB' => 0,
);
# requirements test requirements
feature ('author_test',
-default => 0,
'Catalyst::Devel' => 0,
'Catalyst::Plugin::StackTrace' => 0,
'HTML::Lint' => 0,
'File::BOM' => 0,
'Test::Cmd' => 0,
'Test::Pod' => 1.40,
'Test::Perl::Critic' => 0,
'Test::Pod::Coverage' => 0,
'Perl::Critic::Policy::Dynamic::NoIndirect' => 0,
'Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseSubs' => 0,
'Perl::Critic::Policy::ValuesAndExpressions::ProhibitAccessOfPrivateData' => 0,
'WWW::Mechanize::Firefox' => 0,
'Test::JavaScript' => 0,
);
##################################
# should come with Catalyst::Devel
eval {
catalyst();
};
##################################
# check plugin test symlinks
my $testlinks = {};
mkdir("t/xt") unless -d "t/xt";
for my $testdir (glob('plugins/plugins-enabled/*/t')) {
$testdir =~ m|/plugins-enabled/(.*)/t|gmx or die("test directory $testdir does not have valid format!");
my $plugin = $1;
if(!-e 't/xt/'.$plugin and !-l 't/xt/'.$plugin) {
symlink('../../plugins/plugins-enabled/'.$plugin.'/t', 't/xt/'.$plugin) or die("cannot create symlink ('../../plugins/plugins-enabled/$plugin/t', 't/xt/$plugin'): $!");
$testlinks->{$plugin} = '../../plugins/plugins-enabled/'.$plugin.'/t';
next;
}
my $target = readlink('t/xt/'.$plugin);
if($target ne '../../plugins/plugins-enabled/'.$plugin.'/t') {
die('t/xt/'.$plugin.' has wrong target: '.$target.' vs. ../../plugins/plugins-enabled/'.$plugin.'/t');
}
$testlinks->{$plugin} = $target;
}
# check if there are some links too much
my @cur_t_links = glob('t/xt/*');
for my $link (@cur_t_links) {
my $target = readlink($link);
my $linkbasename = $link;
$linkbasename =~ s/\/\.$//gmx;
$linkbasename =~ s/^.*\///gmx;
$link =~ s/\/\.$//gmx;
if(!defined $testlinks->{$linkbasename}) {
unlink($link) or die($link.' should be deleted: '.$!);
}
elsif($testlinks->{$linkbasename} ne $target) {
die($link.' has wrong target: '.$target.' vs. '.$testlinks->{$linkbasename});
}
}
# cleanup old links
for my $rootlink (glob("./root/thruk/plugins/*")) {
unlink($rootlink) unless -e $rootlink;
}
# touch the Makefile, so Extutils skips its broken 'check_manifest()'
`touch Makefile`;
tests_recursive;
install_script glob('script/*.pl');
auto_install;
WriteAll;
##################################
# patch our makefile
my $new_makefile = '';
open(my $fh, '<', 'Makefile') or die("cannot open Makefile");
my $found_make_create_distdir = 0;
while(<$fh>) {
my $line = $_;
if($line =~ m/^install\s*:/mx) {
$line = <<EOT;
do_not_install :
\$(NOECHO) \$(ECHO) make install is not supported.
\$(NOECHO) \$(ECHO) please have a look at the documentation on howto install Thruk.
exit 1
install :: do_not_install pure_install doc_install
EOT
}
# search the create_distdir part
if($line =~ m/create_distdir\s*:/mx) {
$found_make_create_distdir = 1;
}
if($found_make_create_distdir and $line =~ m/^\s*$/mx) {
$found_make_create_distdir = 0;
my $cp_option;
$cp_option = "-d" if $^O eq 'linux';
$cp_option = "-R" if $^O eq 'freebsd';
$cp_option = "-R" if $^O eq 'darwin';
$line = "\t".'for file in `cat MANIFEST`; do if [ -d $$file -a -L $$file ]; then $(CP) '.$cp_option.' $$file $(DISTVNAME)/`dirname $$file`/; fi; done'."\n".$line if defined $cp_option;
}
# set tests
if($line =~ m/^TEST_FILES\s*=/mx) {
$line = "TEST_FILES = t/*.t t/xt/*/*.t\n";
}
$new_makefile .= $line;
}
close($fh);
open($fh, '>', 'Makefile') or die("cannot open Makefile for writing");
print $fh $new_makefile;
close($fh);
`cat script/append.make >> Makefile`;
print "patched Makefile\n";
# create combined javascript/css files
print `./script/thruk_create_combined_static_content.pl`;
print "created cached js/css files\n";
print "finished\n";