diff options
author | mi <mi@FreeBSD.org> | 2001-05-09 03:45:14 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-05-09 03:45:14 +0800 |
commit | 263db84d9b2b8293860024e104af82b2b1df1c8f (patch) | |
tree | 651443e5e6e02d7392d1814fb1d6f5652cb3a0f2 /devel/frink/pkg-descr | |
parent | 3118f64b25ff93eee75806f9752277f841c7ed03 (diff) | |
download | freebsd-ports-gnome-263db84d9b2b8293860024e104af82b2b1df1c8f.tar.gz freebsd-ports-gnome-263db84d9b2b8293860024e104af82b2b1df1c8f.tar.zst freebsd-ports-gnome-263db84d9b2b8293860024e104af82b2b1df1c8f.zip |
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/frink/pkg-descr')
-rw-r--r-- | devel/frink/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/frink/pkg-descr b/devel/frink/pkg-descr new file mode 100644 index 000000000000..ca73ff16ca5f --- /dev/null +++ b/devel/frink/pkg-descr @@ -0,0 +1,8 @@ +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/ |