Ticket #16071: Portfile.diff
File Portfile.diff, 2.4 KB (added by usx303@…, 16 years ago) |
---|
-
(a) Portfile-whitespace vs. (b) Portfile
a b 4 4 PortSystem 1.0 5 5 6 6 name libprelude 7 version 0.9.1 7.27 version 0.9.18.1 8 8 categories security 9 maintainers nomaintainer 9 maintainers googlemail.com:usx303 \ 10 openmaintainer 10 11 11 description Prelude Network Intrusion Detection Systemframework library12 description Prelude Universal SIM - framework library 12 13 13 14 long_description \ 14 Prelude is an Hybrid IDS framework that relies on the IDMEF (Intrusion \ 15 Detection Message Exchange Format) IETF standard. It enables security \ 16 sensors such as Snort, honeyd, Nessus Vulnerability Scanner, Samhain, \ 17 over 30 types of system logs, and many others to verify an attack \ 18 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 Libprelude is a library that guarantees secure connections between \ 20 all sensors and the Prelude Manager. 19 21 20 22 homepage http://www.prelude-ids.org/ 21 master_sites http://www.prelude-ids.org/download/releases/libprelude/23 master_sites ${homepage}/download/releases/libprelude/ 22 24 platforms darwin 23 25 build.type gnu 24 checksums md5 7c769293b4d79be2667993b8a88d42ac\25 sha1 c21ce3deb3d2294901f9451adae18829b72cb3bd\26 rmd160 710430d97cd90b54a0f70d6500bfacd88faeeea426 checksums md5 b2b000038de5b5793fee5ca1025e1b3e\ 27 sha1 e6229afd3c667c13551ad65e23c3ef90ff6cbd7e\ 28 rmd160 efdba24a185dd4d8f26303b8d72cd32952a5cec2 27 29 28 30 depends_lib port:gettext port:gnutls port:libgcrypt port:libgpg-error \ 29 31 port:libiconv port:libtasn1 port:zlib … … 34 36 --without-perl \ 35 37 --without-python 36 38 39 destroot.keepdirs \ 40 ${destroot}${prefix}/var/spool/prelude \ 41 ${destroot}${prefix}/etc/prelude/profile 42 37 43 variant python24 conflicts python25 description {python2.4 bindings} { 38 44 configure.args-delete --without-python 39 45 configure.args-append --with-python=${prefix}/bin/python2.4