aboutsummaryrefslogtreecommitdiff
path: root/devel/cmunge
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2015-09-011-4/+2
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395777
* - Fix installed script referencing stagedirDmitry Marakasov2015-09-011-2/+2
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q4 (blanket) Notes: svn path=/head/; revision=395770
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* Remove trailing whitespaces from category develEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345404
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - Support stagingLars Engels2013-10-041-8/+10
| | | | | | | | - Use new PORT_OPTIONS syntax for DOCS and EXAMPLES - Break lines at 80 chars Notes: svn path=/head/; revision=329363
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Fix build with clangLars Engels2011-12-152-0/+167
| | | | Notes: svn path=/head/; revision=287442
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Change e-mail address of my ports to my FreeBSD.org one.Lars Engels2007-07-121-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=195490
* - Add backup MASTER_SITESMartin Wilke2007-02-121-2/+3
| | | | | | | | | | - Pass maintainership to submitter PR: 109061 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) Notes: svn path=/head/; revision=184959
* Reset maintainer at his request due to current lack of time. We appreciateMark Linimon2006-06-091-1/+1
| | | | | | | all the help in the past. Notes: svn path=/head/; revision=164944
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-2/+0
| | | | Notes: svn path=/head/; revision=161363
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Fix hardcoded paths in the cmunge script.Jean-Yves Lefort2005-10-291-0/+7
| | | | | | | | PR: ports/88163 Submitted by: maintainer Notes: svn path=/head/; revision=146652
* Add cmunge.Jean-Yves Lefort2005-10-273-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> Notes: svn path=/head/; revision=146483