aboutsummaryrefslogtreecommitdiff
path: root/devel/frink/files
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-05-31 19:57:38 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-05-31 19:57:38 +0000
commit880a101ff3ba0eb0d406ec89dde9d5a3ffd00a16 (patch)
tree305c2f40b2437d2aa82806a8e4c3efa7313455a3 /devel/frink/files
parent290b7cccc2f25849eb7944c9b5311c25bad1339b (diff)
Finally upgrade to the today's latest -- 2.1.5. Man-page has vanished,
but the executable has big ``usage'' function and some documentation. Use an interesting way of passing the DOCSDIR down through PLIST_SUB and wonder why bsd.port.mk does not do this for everybody.
Notes
Notes: svn path=/head/; revision=60399
Diffstat (limited to 'devel/frink/files')
-rw-r--r--devel/frink/files/Makefile.bsd1
-rw-r--r--devel/frink/files/patch-indent42
2 files changed, 35 insertions, 8 deletions
diff --git a/devel/frink/files/Makefile.bsd b/devel/frink/files/Makefile.bsd
index c9834f3a24cb..0faad905f035 100644
--- a/devel/frink/files/Makefile.bsd
+++ b/devel/frink/files/Makefile.bsd
@@ -3,5 +3,6 @@ SRCS= frink.c output.c token.c tcl.c config.c
BINDIR= ${PREFIX}/bin
MANDIR= ${PREFIX}/man/man
+NOMAN= regretfully
.include <bsd.prog.mk>
diff --git a/devel/frink/files/patch-indent b/devel/frink/files/patch-indent
index a2aa47e9b62b..7defc2e83e30 100644
--- a/devel/frink/files/patch-indent
+++ b/devel/frink/files/patch-indent
@@ -1,10 +1,36 @@
---- frink.c Mon Apr 23 10:31:13 2001
-+++ frink.c Tue May 8 15:47:35 2001
-@@ -34 +34 @@
+This patch sets frink's indentation defaults closer to the FreeBSD's
+style(9) guidelines.
+--- README Thu Jun 21 10:49:12 2001
++++ README Fri May 31 15:04:26 2002
+@@ -33,3 +33,3 @@
+ -c <n>
+- set further indent for continuations to n. default = 2
++ set further indent for continuations to n. default = 4
+
+@@ -77,3 +77,3 @@
+ -i <n>
+- set indent for each level to n. default = 4
++ set indent for each level to n. default = 8
+
+--- README.html Thu Jun 21 10:49:12 2001
++++ README.html Fri May 31 15:04:48 2002
+@@ -49,3 +49,3 @@
+
+-<dd>set further indent for continuations to n. default = 2</dd>
++<dd>set further indent for continuations to n. default = 4</dd>
+
+@@ -150,3 +150,3 @@
+
+-<dd>set indent for each level to n. default = 4</dd>
++<dd>set indent for each level to n. default = 8</dd>
+
+Common subdirectories: work/frink-2.1.5/Windows and frink-2.1.5/Windows
+--- frink.c Thu Jun 21 10:49:12 2001
++++ frink.c Fri May 31 15:05:31 2002
+@@ -37,4 +37,4 @@
+ int width = 80;
-int indent = 4;
+-int contdent = 2;
+int indent = 8;
---- frink.1 Mon Apr 23 10:31:13 2001
-+++ frink.1 Tue May 8 15:47:48 2001
-@@ -79 +79 @@
--Set the indentation for each level. (default = 4)
-+Set the indentation for each level. (default = 8)
++int contdent = 4;
+ int nocomments = 0;