summaryrefslogtreecommitdiff
path: root/textproc/kdoc/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-03-03 21:39:04 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-03-03 21:39:04 +0000
commitbaf00b4620d3e1b2135d227113422e1526668f7f (patch)
treeadc05bb10df1a33615dfb4d4f83cfb46166e1b55 /textproc/kdoc/files
parentremove pbm2ppa, use pnm2ppa instead. (diff)
New port: kdoc.
KDOC creates cross-referenced documentation for C++ and CORBA IDL libraries directly from the source. Documentation can be embedded in special doc comments in the source.
Notes
Notes: svn path=/head/; revision=39022
Diffstat (limited to 'textproc/kdoc/files')
-rw-r--r--textproc/kdoc/files/patch-findperl11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/kdoc/files/patch-findperl b/textproc/kdoc/files/patch-findperl
new file mode 100644
index 000000000000..4d9cff936faf
--- /dev/null
+++ b/textproc/kdoc/files/patch-findperl
@@ -0,0 +1,11 @@
+--- findperl.orig Sun Mar 4 00:24:52 2001
++++ findperl Sun Mar 4 00:25:00 2001
+@@ -6,7 +6,7 @@
+ do
+ if [ -x $p/perl ]
+ then
+- if $p/perl -e 'require 5.6.0;'
++ if $p/perl -e 'require 5.005;'
+ then
+ echo $p/perl > perlbin
+ exit 0