Commit graph

6 commits

Author SHA1 Message Date
Lars Engels
6c852b2d98 Change e-mail address of my ports to my FreeBSD.org one.
Approved by:	miwi (mentor)
2007-07-12 18:52:00 +00:00
Martin Wilke
eba32f7cbf - Add backup MASTER_SITES
- Pass maintainership to submitter

PR:		109061
Submitted by:	Lars Engels <lars.engels@0x20.net> (maintainer)
2007-02-12 07:33:19 +00:00
Mark Linimon
29beca5ab8 Reset maintainer at his request due to current lack of time. We appreciate
all the help in the past.
2006-06-09 21:07:11 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Jean-Yves Lefort
2074471f5e Fix hardcoded paths in the cmunge script.
PR:		ports/88163
Submitted by:	maintainer
2005-10-29 10:29:45 +00:00
Jean-Yves Lefort
2c42ab7d99 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>
2005-10-27 14:09:19 +00:00