Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2005 14:09:20 +0000 (UTC)
From:      Jean-Yves Lefort <jylefort@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/cmunge Makefile distinfo pkg-descr
Message-ID:  <200510271409.j9RE9KRd090919@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jylefort    2005-10-27 14:09:20 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/cmunge         Makefile distinfo pkg-descr 
  Log:
  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>
  
  Revision  Changes    Path
  1.2010    +1 -0      ports/devel/Makefile
  1.1       +32 -0     ports/devel/cmunge/Makefile (new)
  1.1       +2 -0      ports/devel/cmunge/distinfo (new)
  1.1       +18 -0     ports/devel/cmunge/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510271409.j9RE9KRd090919>