---
name: cmunge
version: 1.0_1
origin: devel/cmunge
comment: A tool for encrypting and compacting C source code
arch: freebsd:9:x86:64
www: http://www.vcpc.univie.ac.at/~jhm/cmunge/
maintainer: lme@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 66887
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: 61ce42ec42e73404429259703e04f1bfee9e871dc58a7aedc60ab2cd525fbf6c
  /usr/local/bin/ctran: d905c81200fb38d3656d9c5ff016d136c369495156b13297e4163c909805e3ea
  /usr/local/bin/proc-incl: 9524d92b9b6aab4751697934edeed381c347cc712ddb82315b60cc137e9af60a
  /usr/local/share/doc/cmunge/README: e6a33d99693b538ea2cf2766130ba9ca788366635ff7199ed2447082fb935a8a
directories:
  /usr/local/share/doc/cmunge/: n
scripts: {}
