---
name: pmccabe
version: 2.6
origin: devel/pmccabe
comment: Code complexity estimator
arch: freebsd:9:x86:64
www: http://www.parisc-linux.org/~bame/pmccabe/
maintainer: rea@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 61409
desc: |
  pmccabe calculates McCabe-style cyclomatic complexity for C and C++
  source code. Per-function complexity may be used for spotting likely
  trouble spots and for estimating testing effort.

  pmccabe also includes a non-commented line counter, decomment which
  only removes comments from source code; codechanges, a program to
  calculate the amount of change which has occurred between two source
  trees or files; and vifn, to invoke vi given a function name rather
  than a file name.

  WWW: http://www.parisc-linux.org/~bame/pmccabe/
categories: [devel]
files:
  /usr/local/bin/codechanges: 97f7da53bdac5d9cd552d55336fe0817e88371bfbec89e20e82a1fde8b8c1d2f
  /usr/local/bin/decomment: c3f99c000883e577d220bfec08862bd1ce218eabc8f5a051a4493824ce2099f0
  /usr/local/bin/pmccabe: 3b3b0d47c302d501e21eda3a6f666d0af6510351673e08ca6a86b2fac10b0ded
  /usr/local/bin/vifn: b9b512b44dfd89c4cca9a270b83332d098cbda1d486aebff86ab16eb331ec81e
  /usr/local/man/man1/codechanges.1.gz: b4dac47457f3ba46de095b8bc9b9397c3d612d15fcaa54f68c7af6b29edd9dd4
  /usr/local/man/man1/decomment.1.gz: c2eef74879331d6e9586b12fb3187f81d44d9354e29a449a1866a33596cc1860
  /usr/local/man/man1/pmccabe.1.gz: 362416ad5942ae491ec6ec67a9b0178d3af6cf29a6d6bf5612872030babaafba
  /usr/local/man/man1/vifn.1.gz: 35ad8c58267f91687184bd34c3ca84004f85e695da8908f12723b7a251dc4586
  /usr/local/share/licenses/pmccabe-2.6/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/pmccabe-2.6/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/pmccabe-2.6/catalog.mk: 56522820644332f8ae5d55dd10aed86e7e660b47f9ee5c4c9a5ee4e5417d7f79
directories:
  /usr/local/share/licenses/pmccabe-2.6/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
