diff options
author | knu <knu@FreeBSD.org> | 2000-12-30 07:59:35 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-12-30 07:59:35 +0800 |
commit | 3db5d629851671adb6f351bb6c04bce035643534 (patch) | |
tree | a4e6bf490eed517a9ba8e779ba3d13dc177eed85 | |
parent | 6986fe1013bbd03a03ae6cdd195d152a24d32839 (diff) | |
download | freebsd-ports-gnome-3db5d629851671adb6f351bb6c04bce035643534.tar.gz freebsd-ports-gnome-3db5d629851671adb6f351bb6c04bce035643534.tar.zst freebsd-ports-gnome-3db5d629851671adb6f351bb6c04bce035643534.zip |
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 <naddy@mips.inka.de>
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 <phantom@cris.net>
-rw-r--r-- | devel/cvsweb/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsweb3/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index be6fa1fddc75..0fd0a118113a 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/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/cvsweb/distinfo b/devel/cvsweb/distinfo index 34c7d91c62bd..3e20eb3223b9 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.104.1.49.tar.gz) = 7a03d1e92b50c0be408d907b17d4bfaa +MD5 (cvsweb-1.104.1.52.tar.gz) = 970ca8be46c72003bfa62788f8211ebb 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 |