notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/cmunge/distinfo
SVNWeb

Number of commits found: 3

Sun, 3 Jul 2011
[ 14:59 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 1775 ports in this commit are shown above. View all ports for this commit)
-remove MD5
Sun, 22 Jan 2006
[ 08:30 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 673 ports in this commit are shown above. View all ports for this commit)
SHA256ify

Approved by:    krion@
Thu, 27 Oct 2005
[ 14:09 jylefort search for other commits by this committer ] Original commit 
Add cmunge.

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>

Number of commits found: 3