1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name splint |
---|
4 | version 3.0.1.6 |
---|
5 | categories devel |
---|
6 | maintainers macdome@opendarwin.org |
---|
7 | description "for catching C coding mistakes & security holes" |
---|
8 | long_description "Splint is a tool for statically checking \ |
---|
9 | C programs for security vulnerabilities and \ |
---|
10 | coding mistakes. With minimal effort, Splint \ |
---|
11 | can be used as a better lint. If additional \ |
---|
12 | effort is invested adding annotations to programs, \ |
---|
13 | Splint can perform stronger checking than can be done \ |
---|
14 | by any standard lint." |
---|
15 | |
---|
16 | master_sites http://www.splint.org/downloads/ |
---|
17 | distname ${portname}-${portversion} |
---|
18 | extract.sufx .src.tgz |
---|
19 | |
---|
20 | checksums ${distname}${extract.sufx} md5 3b19e62d5b3a8883ac356dff3615234c |
---|
21 | |
---|
22 | #worksrcdir fetch |
---|