Ticket #44839: Portfile

File Portfile, 1.6 KB (added by jul_bsd@…, 10 years ago)
Line 
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
4PortSystem         1.0
5
6PortGroup           github 1.0
7
8#PortGroup           ruby 1.0
9
10github.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
14categories          security net
15maintainers         yahoo.fr:jul_bsd openmaintainer
16description         Ruby On Rails Application For Network Security Monitoring
17long_description    ${description}. Integrates with intrusion detection systems like Snort, Suricata and Sagan
18license             GPL-3+
19platforms           darwin
20homepage            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
27checksums           rmd160  4e8372f8e8f58273b1f63e748498345bd0107e4a \
28                    sha256  031f68eababf0f03f4fe6fe472e88c77c381bb6e33a9c839a9f01839dfcced59
29
30depends_build     port:git port:rb19-rails port:rb19-rake
31depends_run       port:ImageMagick port:wkhtmltopdf
32use_configure     no
33build             {}
34
35notes "Input can be snort, suricata, sagan
36
37To finish install
38
391) setup the database and the snorby defaults
40    $ bundle exec rake snorby:setup
41
422) start Snorby using the following commands
43    $ bundle exec rails server -e production
44
45Default username/password: snorby@snorby.org / snorby
46Remember to change them
47"
48
49#livecheck.regex     "archive/v(\\d+(?:\\.\\d+)*).tar.gz"