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/ ry'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/apr1
Commit message (Expand)AuthorAgeFilesLines
* devel/apr1: Fix SQLite optionbrnrd2017-07-132-3/+9
* devel/apr1: Update to 1.6 branchbrnrd2017-07-136-656/+62
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-10-091-1/+1
* - add patch to modify apr1 poll() emulation to match behavior expected by serfohauer2016-08-052-0/+78
* When there is a do-install target, do not use a post-install target, domat2016-07-191-1/+0
* - replace USE_XXX with new USES=xxx notationohauer2016-07-051-2/+2
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-241-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-3/+3
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-4/+4
* - adopt new SQLITE USESohauer2016-01-111-1/+1
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-051-1/+3
* - update apr to 1.5.2ohauer2015-05-294-25/+30
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Use proper MAKE_CMD reference.bdrewery2015-03-231-6/+6
* Switch to USES=pgsqlcrees2014-11-231-1/+1
* - update to apr-util-1.5.4ohauer2014-09-235-72/+60
* - adopt new ${opt}_ARGS for USE and DEPENDSohauer2014-09-201-27/+38
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-1/+1
* net/openldap24-*:tijl2014-07-251-1/+1
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-041-1/+1
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+1
* - USES libtool:keeplaohauer2014-06-112-5/+11
* - update apr to 1.5.1ohauer2014-04-225-81/+16
* - update to apr-1.5.0ohauer2014-03-235-16/+60
* No need to define IPV6 twicemat2014-02-111-2/+0
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* - update apr-util to 1.5.3ohauer2013-11-253-12/+10
* - add stage supportohauer2013-09-301-3/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forbsam2013-09-081-1/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - update devel/apr1ohauer2013-07-065-98/+69
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
* - fix build with freetdsohauer2013-03-261-1/+1
* - Revert PTHREAD cleanup, else apr-1-config returns wrong valuesohauer2013-02-201-0/+4
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)gahr2013-02-141-3/+0
* - add apu OPTION for freetdsohauer2013-01-143-5/+576
* Fix PLIST.ale2012-12-141-1/+3
* - add and enable Crypto framework [1]ohauer2012-12-132-14/+49
* devel/apr1 [1]ohauer2012-09-025-76/+16
* - cleanup option desc.ohauer2012-07-091-13/+9
* - convert to options NGohauer2012-07-09