Ticket #20918: Portfile.2

File Portfile.2, 1.3 KB (added by paj-macports@…, 14 years ago)

Added Portfile for v1.45 (no patch required)

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                cppcheck
7version             1.45
8categories          devel
9platforms           darwin
10maintainers         johnsy.com:paj-macports
11
12description         Static analysis of C and C++ code. Checks for memory leaks, \
13                    mismatching allocation-deallocations, buffer overruns, and \
14                    many more. The goal is 0% false positives.
15
16long_description    Cppcheck is an analysis tool for C and C++ code. Unlike \
17                    compilers and many other analysis tools, we don't detect \
18                    syntax errors. Cppcheck only detects the types of bugs that \
19                    the compilers normally fail to detect. The goal is no false \
20                    positives.
21
22homepage            http://cppcheck.sourceforge.net/
23master_sites        sourceforge
24checksums           md5     1d2661fc2570331a7c9c4188a356d6f7 \
25                    sha1    3f9dc771f44a01b7d0465d13875fcd5d8b25c7d2 \
26                    rmd160  de1a2c525582e9ce354c3b1c4d2577727d93c332
27
28license             GPLv3
29
30destroot.args       PREFIX=${prefix}
31
32use_configure       no
33
34test.run                yes
35test.target             test