Last change
on this file since 51807 was
51807,
checked in by ryandesign@…, 11 years ago
|
openvas ports: add livecheck
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # $Id: Portfile 51807 2009-06-03 20:39:29Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name openvas-plugins |
---|
6 | version 1.0.7 |
---|
7 | set download_id 588 |
---|
8 | platforms darwin |
---|
9 | categories security |
---|
10 | maintainers ryandesign |
---|
11 | homepage http://www.openvas.org/ |
---|
12 | master_sites http://wald.intevation.org/frs/download.php/${download_id} |
---|
13 | |
---|
14 | checksums \ |
---|
15 | md5 b290e34df6198b21b4d6601c3ae80030 \ |
---|
16 | sha1 eb8b6344a7023f84316a909702922764bbc18cbd \ |
---|
17 | rmd160 b7b2cb3b7a702ed437ebf449912b33f1d7f61439 |
---|
18 | |
---|
19 | description \ |
---|
20 | Open Vulnerability Assessment System plugins |
---|
21 | |
---|
22 | long_description \ |
---|
23 | OpenVAS is the Open Vulnerability Assessment System. This port \ |
---|
24 | contains the plugins used by the server component. |
---|
25 | |
---|
26 | depends_build \ |
---|
27 | path:bin/pkg-config:pkgconfig \ |
---|
28 | bin:grep:grep \ |
---|
29 | path:bin/gsed:gsed |
---|
30 | |
---|
31 | depends_lib \ |
---|
32 | path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
---|
33 | path:bin/openvasd-config:openvas-server |
---|
34 | |
---|
35 | use_parallel_build yes |
---|
36 | |
---|
37 | pre-build { |
---|
38 | file mkdir ${worksrcpath}/bin |
---|
39 | } |
---|
40 | |
---|
41 | livecheck.check regex |
---|
42 | livecheck.url http://wald.intevation.org/frs/?group_id=29 |
---|
43 | livecheck.regex ${name}-(\[0-9.\]+)\\.tar |
---|
44 | |
---|
Note: See
TracBrowser
for help on using the repository browser.