From 173508aba5f7bd88f35d2e10e6be907a110825f7 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 29 Dec 2000 23:59:35 +0000 Subject: Update to knu-cvsweb 1.104.1.52. 2000-12-30 08:56 knu * cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D. Specify -rHEAD when no tag/branch is defaulted. 2000-12-30 08:35 knu * cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and turn it off by default. This option should be turned off when you have files in the repository that are in a multibyte encoding which uses HTML special characters ([<>&"]) as part of a multi-byte character. (such as iso-2022-jp, ShiftJIS, etc.) Otherwise those files will get screwed up in markup. Fix for those systems which tar(1)'s are not GNU tar(1). - Add @@tar_options variable and make the --ignore-failed-read flag optional. - Use cvs export instead of cvs checkout, so the --exclude 'CVS' flag isn't needed. Noticed by: Christian Weisgerber Fix for those systems which cvs(1)'s don't support -R option. (Actually, only FreeBSD's and OpenBSD's cvs(1) support it) - Add @@cvs_options and make the -R flag optional. 2000-12-29 22:29 knu * cvsweb.cgi: Add charset to all text/* output, including diffs. Submitted by: Alexey Zelkin --- devel/cvsweb3/Makefile | 2 +- devel/cvsweb3/distinfo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/cvsweb3') diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index be6fa1fddc75..0fd0a118113a 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -19,7 +19,7 @@ USE_PERL5= yes # This version of cvsweb is Zeller's version + knu's enhancements. REV_ZELLER= 1.104 -REV_KNU= 1.49 +REV_KNU= 1.52 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index 34c7d91c62bd..3e20eb3223b9 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.104.1.49.tar.gz) = 7a03d1e92b50c0be408d907b17d4bfaa +MD5 (cvsweb-1.104.1.52.tar.gz) = 970ca8be46c72003bfa62788f8211ebb -- cgit v1.2.3