Ticket #20918: Portfile

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

Initial version of Portfile for v1.44. 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.44
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     2c1ddee29623a0f2b5a932efaa24c86d \
25                    sha1    17f036f42263e350244fc1d046ec372ee6004079 \
26                    rmd160  f22850ba9fc5d2481f8313e99a5f5d9fac458396
27
28patchfiles          patch-Makefile.diff
29
30destroot.args       PREFIX=${prefix}
31
32use_configure       no
33
34test.run                yes
35test.target             test