diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-08 19:45:14 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-08 19:45:14 +0000 |
commit | 9b2b46ec1db3b0ff0b474053628160f6b0b92b37 (patch) | |
tree | a8c6d7b5bc4ac746f7d2b161b9767a0e1d9e6f13 /devel/Makefile | |
parent | The eel library contains a number of generally useful classes and functions. (diff) |
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/
Notes
Notes:
svn path=/head/; revision=42425
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 321988ff62ae..8f1d49104a04 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 |