Update to knu-cvsweb 1.106.1.68:

- Clean up URI parser.
- Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser.
- Allow downloading a single port/pkgsrc in tarball by default.
- Remove an obsolete notice: CVSWEB_CONFIG is disused.
- One leftover substitution: "cvs" -> $CMD{cvs}.
- Use a fixed-width font in the colored diff view.
- Do closedir() properly.
- Encode colons in file names properly.
This commit is contained in:
naddy 2001-03-24 22:39:04 +00:00
parent 570c7519c0
commit 696e1bc7bb
4 changed files with 16 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.9 2001/01/12 00:13:08 naddy Exp $
# $OpenBSD: Makefile,v 1.10 2001/03/24 22:39:04 naddy Exp $
# $FreeBSD: ports/devel/cvsweb/Makefile,v 1.28 2000/09/23 20:48:45 knu Exp $
DISTNAME= cvsweb-1.104.1.62
DISTNAME= cvsweb-1.106.1.68
CATEGORIES= devel www
NEED_VERSION= 1.340
HOMEPAGE= http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
@ -15,7 +15,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/%SUBDIR%/
ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= ports/local-distfiles/knu
NO_BUILD= Yes

View File

@ -1,3 +1,3 @@
MD5 (cvsweb-1.104.1.62.tar.gz) = a2383f6328bcd2364cb6e84ee4695885
RMD160 (cvsweb-1.104.1.62.tar.gz) = 9b8c383dc36486ef001088bdb84f08d07ab57933
SHA1 (cvsweb-1.104.1.62.tar.gz) = 9753ce63133083e2c170903cb23146c0cd8bf8be
MD5 (cvsweb-1.106.1.68.tar.gz) = 4457ba5c83c5155ac0c085e54d2ba5d5
RMD160 (cvsweb-1.106.1.68.tar.gz) = 78a83cca7013159037c44974f50ad4fee1473e72
SHA1 (cvsweb-1.106.1.68.tar.gz) = 9d3c2bf21c4a19ced9ab4d6806e8c8c7d8abf9db

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-cvsweb_cgi,v 1.7 2001/01/12 00:13:09 naddy Exp $
--- cvsweb.cgi.orig Thu Jan 11 03:00:55 2001
+++ cvsweb.cgi Thu Jan 11 18:16:07 2001
@@ -146,7 +146,7 @@ use File::Basename;
$OpenBSD: patch-cvsweb_cgi,v 1.8 2001/03/24 22:39:04 naddy Exp $
--- cvsweb.cgi.orig Sat Jan 13 08:48:09 2001
+++ cvsweb.cgi Sun Jan 14 15:13:01 2001
@@ -151,7 +151,7 @@ use File::Basename;
# Locations to search for user configuration, in order:
for (
"$mydir/cvsweb.conf",

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-cvsweb_conf,v 1.5 2001/01/12 00:13:09 naddy Exp $
--- cvsweb.conf.orig Thu Jan 11 03:00:55 2001
+++ cvsweb.conf Thu Jan 11 18:14:54 2001
$OpenBSD: patch-cvsweb_conf,v 1.6 2001/03/24 22:39:04 naddy Exp $
--- cvsweb.conf.orig Sun Jan 14 10:04:04 2001
+++ cvsweb.conf Sat Mar 24 23:14:31 2001
@@ -15,7 +15,7 @@
# uname, cvs, rlog, rcsdiff
# gzip (if you enable $allow_compress)
@ -10,7 +10,7 @@ $OpenBSD: patch-cvsweb_conf,v 1.5 2001/01/12 00:13:09 naddy Exp $
# Search the above directories for each command
for (qw(uname cvs rlog rcsdiff gzip tar rm)) {
@@ -206,7 +206,7 @@ EOT
@@ -209,7 +209,7 @@ EOT
# These default icons are coming with apache.
# If these icons are too large, check out the miniicons in the
# icons/ directory; they have a width/height of 16/16
@ -19,7 +19,7 @@ $OpenBSD: patch-cvsweb_conf,v 1.5 2001/01/12 00:13:09 naddy Exp $
# format: TEXT ICON-URL width height
%ICONS = (
back => [ ("[BACK]", "$iconsdir/back.gif", 20, 22) ],
@@ -326,7 +326,7 @@ $inputTextSize = 12;
@@ -329,7 +329,7 @@ $inputTextSize = 12;
# cvsweb to guess the correct mime-type on
# checkout; you can use the mime.types from
# apache here: