2 | | PortSystem 1.0 |
3 | | name mod_security |
4 | | version 1.8.6 |
5 | | categories www security |
6 | | maintainers touche.fr.st:julien.touche |
7 | | description intrusion detection and prevention engine for web applications |
8 | | long_description ModSecurity is an open source intrusion detection and \ |
9 | | prevention engine for web applications. It operates \ |
10 | | embedded into the web server, acting as a powerful \ |
11 | | umbrella - shielding applications from attacks. \ |
12 | | It supports both branches of the Apache web server. |
13 | | homepage http://www.modsecurity.org/ |
14 | | master_sites sourceforge:macports |
15 | | platforms darwin |
16 | | checksums md5 f6bf4724dd0db3d37586b64bc0ee160d \ |
17 | | sha1 9b6df25f3e5cf97b7c18caba79f90dca54800368 |
19 | | use_configure no |
| 4 | PortSystem 1.0 |
| 5 | |
| 6 | name mod_security |
| 7 | version 1.9.5 |
| 8 | categories www security |
| 9 | maintainers nomaintainer |
| 10 | description intrusion detection and prevention engine for web applications |
| 11 | long_description ModSecurity is an open source intrusion detection and \ |
| 12 | prevention engine for web applications. It operates \ |
| 13 | embedded into the web server, acting as a powerful \ |
| 14 | umbrella - shielding applications from attacks. \ |
| 15 | It supports both branches of the Apache web server. |
| 16 | homepage http://www.modsecurity.org/ |
| 17 | license GPL-2 |
| 18 | platforms darwin |
| 19 | ## http://sourceforge.net/projects/mod-security/files/modsecurity-apache/1.9.5/ |
| 20 | #master_sites sourceforge:macports |
| 21 | #master_sites sourceforge:mod-security/files/modsecurity-apache/${version}/ # NOK |
| 22 | #master_sites sourceforge:projects/mod-security/files/modsecurity-apache/${version}/ # NOK |
| 23 | #master_sites sourceforge:project/mod-security/files/modsecurity-apache/${version}/ # NOK |
| 24 | #master_sites sourceforge:modsecurity-apache/${version}/ # NOK |
| 25 | master_sites sourceforge:projects/mod-security/files/modsecurity-apache/${version}/ |
| 26 | distname modsecurity-apache_${version} |
| 27 | |
| 28 | checksums rmd160 f36f29f75bb30ca80ebaf5a96aa951e9de475d03 \ |
| 29 | sha256 927fafbce4fc11d32fe808a46c62da335a8703a6d18c22aadb7dd9692cf752a5 |
| 30 | |
| 31 | use_configure no |
39 | | xinstall -d -m 755 ${destroot}${prefix}/libexec/${apachedir} \ |
40 | | ${destroot}${prefix}/share/doc/${name} |
41 | | xinstall -m 755 ${worksrcpath}/${name}.so \ |
42 | | ${destroot}${prefix}/libexec/${apachedir}/ |
43 | | xinstall -m 644 -W ${worksrcpath} CHANGES INSTALL LICENSE README \ |
44 | | ${destroot}${prefix}/share/doc/${name} |
| 51 | xinstall -d -m 755 ${destroot}${prefix}/libexec/${apachedir} \ |
| 52 | ${destroot}${prefix}/share/doc/${name} |
| 53 | xinstall -m 755 ${worksrcpath}/${name}.so \ |
| 54 | ${destroot}${prefix}/libexec/${apachedir}/ |
| 55 | xinstall -m 644 -W ${worksrcpath} CHANGES INSTALL LICENSE README \ |
| 56 | ${destroot}${prefix}/share/doc/${name} |