1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | #PortGroup ruby 1.0 |
---|
9 | |
---|
10 | github.setup Snorby snorby 2.6.2 v |
---|
11 | #ruby.setup snorby 2.6.2 gem {} rubygems ruby19 |
---|
12 | #name snorby |
---|
13 | #version 2.6.2 |
---|
14 | categories security net |
---|
15 | maintainers yahoo.fr:jul_bsd openmaintainer |
---|
16 | description Ruby On Rails Application For Network Security Monitoring |
---|
17 | long_description ${description}. Integrates with intrusion detection systems like Snort, Suricata and Sagan |
---|
18 | license GPL-3+ |
---|
19 | platforms darwin |
---|
20 | homepage https://snorby.org/ |
---|
21 | |
---|
22 | ## default download goes to https://github.com/Snorby/snorby/tarball/2.6.2/snorby-2.6.2.tar.gz |
---|
23 | #master_sites https://github.com/Snorby/snorby/archive/ |
---|
24 | #distname v${version} |
---|
25 | #worksrcdir ${name}-${version} |
---|
26 | |
---|
27 | checksums rmd160 4e8372f8e8f58273b1f63e748498345bd0107e4a \ |
---|
28 | sha256 031f68eababf0f03f4fe6fe472e88c77c381bb6e33a9c839a9f01839dfcced59 |
---|
29 | |
---|
30 | depends_build port:git port:rb19-rails port:rb19-rake |
---|
31 | depends_run port:ImageMagick port:wkhtmltopdf |
---|
32 | use_configure no |
---|
33 | build {} |
---|
34 | |
---|
35 | notes "Input can be snort, suricata, sagan |
---|
36 | |
---|
37 | To finish install |
---|
38 | |
---|
39 | 1) setup the database and the snorby defaults |
---|
40 | $ bundle exec rake snorby:setup |
---|
41 | |
---|
42 | 2) start Snorby using the following commands |
---|
43 | $ bundle exec rails server -e production |
---|
44 | |
---|
45 | Default username/password: snorby@snorby.org / snorby |
---|
46 | Remember to change them |
---|
47 | " |
---|
48 | |
---|
49 | #livecheck.regex "archive/v(\\d+(?:\\.\\d+)*).tar.gz" |
---|