---
name: cmunge
version: 1.0_1
origin: devel/cmunge
comment: A tool for encrypting and compacting C source code
arch: freebsd:10:x86:64
www: http://www.vcpc.univie.ac.at/~jhm/cmunge/
maintainer: lme@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 65505
desc: |
  CMUNGE is a simple tool for encrypting and compacting C source code, while
  leaving it syntactically and semantically unchanged. It does this by:

  * Recursively in-lining `user-defined' #include files.
  * Renaming C identifiers, except those in the C Standard Library, with names
    like l1 (i.e. letter-l one), l2, l3, etc.
  * Removing comments and blank lines, converting multiple consecutive whitespace
    characters (including `\n') into single blanks, removing all unnecessary
    whitespace between tokens.
  * Outputting the transformed code in lines of least N characters long, where N
    is a user-specified minimum line length.

  It accepts ANSI and K & R C as its input language.

  WWW: http://www.vcpc.univie.ac.at/~jhm/cmunge/
categories:
- devel
files:
  /usr/local/bin/cmunge: c14c766d4a73ce9918ddde797789d6148de1cfef5b6b22d8d53f490777e4a3b0
  /usr/local/bin/ctran: d72007afff1bb7288c4ce172ca38fdcb11fdf205d157905edb8d611a3f42e903
  /usr/local/bin/proc-incl: 7f02e82a29d5e08d74711bb74d09dca5abde44e6f10bb82e2ab5af77ebf8a558
  /usr/local/share/doc/cmunge/README: e6a33d99693b538ea2cf2766130ba9ca788366635ff7199ed2447082fb935a8a
directories:
  /usr/local/share/doc/cmunge/: n
scripts: {}
