Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change e-mail address of my ports to my FreeBSD.org one. | lme | 2007-07-13 | 1 | -1/+1 |
| | | | | Approved by: miwi (mentor) | ||||
* | - Add backup MASTER_SITES | miwi | 2007-02-12 | 1 | -2/+3 |
| | | | | | | | - Pass maintainership to submitter PR: 109061 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) | ||||
* | Reset maintainer at his request due to current lack of time. We appreciate | linimon | 2006-06-10 | 1 | -1/+1 |
| | | | | all the help in the past. | ||||
* | Remove USE_REINPLACE from all categories starting with D | edwin | 2006-05-05 | 1 | -2/+0 |
| | |||||
* | SHA256ify | edwin | 2006-01-22 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Fix hardcoded paths in the cmunge script. | jylefort | 2005-10-29 | 1 | -0/+7 |
| | | | | | PR: ports/88163 Submitted by: maintainer | ||||
* | Add cmunge. | jylefort | 2005-10-27 | 3 | -0/+52 |
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/ PR: ports/88066 Submitted by: Frerich Raabe <frerich.raabe@gmx.de> |