diff options
author | mi <mi@FreeBSD.org> | 2001-05-08 19:45:14 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-05-08 19:45:14 +0000 |
commit | 263db84d9b2b8293860024e104af82b2b1df1c8f (patch) | |
tree | 651443e5e6e02d7392d1814fb1d6f5652cb3a0f2 /devel/Makefile | |
parent | 3118f64b25ff93eee75806f9752277f841c7ed03 (diff) | |
download | FreeBSD-ports-263db84d9b2b8293860024e104af82b2b1df1c8f.zip FreeBSD-ports-263db84d9b2b8293860024e104af82b2b1df1c8f.tar.gz |
Frink is a tcl formatting and static check program by Lindsay Marshall.
It can prettify your program, minimise, obfuscate or just sanity check
it. It can also do some rewriting.
You pass it filenames (or the stdin) and the output is generated to
stdout.
WWW: http://catless.ncl.ac.uk/Programs/Frink/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 321988f..8f1d491 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -113,6 +113,7 @@ SUBDIR += fpp SUBDIR += freelibiberty SUBDIR += freescope + SUBDIR += frink SUBDIR += ftnchek SUBDIR += funnelweb SUBDIR += g-wrap |