Ticket #16107: Portfile.diff
File Portfile.diff, 2.3 KB (added by usx303@…, 16 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name prelude-manager 7 version 0.9.1 37 version 0.9.14 8 8 categories security 9 9 maintainers googlemail.com:usx303 \ 10 10 openmaintainer 11 11 12 description Prelude Network Intrusion Detection System central logging point12 description Prelude Universal SIM - manager 13 13 14 14 long_description \ 15 Prelude is an Hybrid IDS framework that relies on the IDMEF (Intrusion \ 16 Detection Message Exchange Format) IETF standard. It enables security \ 17 sensors such as Snort, honeyd, Nessus Vulnerability Scanner, Samhain, \ 18 over 30 types of system logs, and many others to verify an attack \ 19 by performing automatic correlation between events. 15 Prelude is a Universal "Security Information Management" (SIM) system. \ 16 Prelude collects, normalizes, sorts, aggregates, correlates and \ 17 reports all security-related events independently of the product brand \ 18 or license giving rise to such events. \ 19 Prelude-Manager is a high availability server that accepts secured \ 20 connections from distributed sensors and/or other Managers and saves \ 21 received events to a media specified by the user \ 22 (database, log file, mail etc.). 20 23 21 24 homepage http://www.prelude-ids.org/ 22 25 … … 24 27 25 28 platforms darwin 26 29 27 checksums md5 b83b6bf8ce7ca3976446c830c0602ce2\28 sha1 d6fd59e4e918399ae78d2539b0563f77a12fc41d\29 rmd160 c4333c23fa9e55afdad558ce19d56869c5cf4d8b30 checksums md5 ca47665fcf299732509459956297320b \ 31 sha1 23cc8db8350ca8e1c5281851b5255d0b40a53f75 \ 32 rmd160 55e68fa07bf724092a300eedbb6bc9db0617ad3c 30 33 31 34 build.type gnu 32 35 … … 38 41 port:gnutls \ 39 42 port:libprelude 40 43 44 destroot.keepdirs \ 45 ${destroot}${prefix}/var/run/prelude-manager 46 41 47 post-destroot { 42 48 system "touch ${destroot}${prefix}/var/spool/prelude-manager/.turd" 43 49 reinplace "s|= /var|= ${prefix}/var|g" ${destroot}${prefix}/etc/prelude-manager/prelude-manager.conf