From 9b2b46ec1db3b0ff0b474053628160f6b0b92b37 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Tue, 8 May 2001 19:45:14 +0000 Subject: 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/ --- devel/frink/files/Makefile.bsd | 7 +++++++ devel/frink/files/patch-malloc | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 devel/frink/files/Makefile.bsd create mode 100644 devel/frink/files/patch-malloc (limited to 'devel/frink/files') diff --git a/devel/frink/files/Makefile.bsd b/devel/frink/files/Makefile.bsd new file mode 100644 index 000000000000..c9834f3a24cb --- /dev/null +++ b/devel/frink/files/Makefile.bsd @@ -0,0 +1,7 @@ +PROG= frink +SRCS= frink.c output.c token.c tcl.c config.c + +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man + +.include diff --git a/devel/frink/files/patch-malloc b/devel/frink/files/patch-malloc new file mode 100644 index 000000000000..b33f132bb6e6 --- /dev/null +++ b/devel/frink/files/patch-malloc @@ -0,0 +1,7 @@ +--- tcl.c Mon Apr 23 10:31:13 2001 ++++ tcl.c Tue May 8 15:30:28 2001 +@@ -23,3 +23,3 @@ + #else +-#include ++#include + #endif -- cgit v1.2.3