[packages/cvsweb] Rel 10
arekm
arekm at pld-linux.org
Sat Apr 4 03:19:59 CEST 2026
commit e2c74459904b787fa129318bf76d60945d9ec0d1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Apr 4 03:19:52 2026 +0200
Rel 10
cvsweb-config.patch | 34 +++++++++++++++++-----------------
cvsweb.spec | 2 +-
2 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/cvsweb.spec b/cvsweb.spec
index e4bea53..2838549 100644
--- a/cvsweb.spec
+++ b/cvsweb.spec
@@ -2,7 +2,7 @@ Summary: Visual (www) interface to explore a CVS repository
Summary(pl.UTF-8): Wizualny (WWW) interfejs do przeglądania repozytorium CVS
Name: cvsweb
Version: 3.0.6
-Release: 9
+Release: 10
Epoch: 1
License: BSD
Group: Development/Tools
diff --git a/cvsweb-config.patch b/cvsweb-config.patch
index 9a93c96..4fa8aea 100644
--- a/cvsweb-config.patch
+++ b/cvsweb-config.patch
@@ -1,5 +1,5 @@
---- cvsweb-3.0.1.new/cvsweb.cgi 2004-08-19 14:06:58.000000000 +0200
-+++ cvsweb-3.0.6/cvsweb.cgi 2007-10-06 15:27:43.849021395 +0300
+--- a/cvsweb.cgi
++++ b/cvsweb.cgi
@@ -214,7 +214,8 @@
# == EDIT this ==
@@ -10,9 +10,9 @@
if (-r $_) {
$config = $_;
last;
---- cvsweb-3.0.1/cvsweb.conf 2004-05-05 01:40:50.000000000 +0200
-+++ cvsweb-3.0.1.new/cvsweb.conf 2004-08-19 14:08:34.000000000 +0200
-@@ -19,7 +19,7 @@
+--- a/cvsweb.conf
++++ b/cvsweb.conf
+@@ -24,7 +24,7 @@
# cvsgraph (if you enable $allow_graph)
# enscript (if you enable $allow_enscript)
#
@@ -21,7 +21,7 @@
# Search the above directories for each command (prefer gtar over tar).
#
-@@ -47,7 +47,7 @@
+@@ -57,7 +57,7 @@
# 'symbolic_name' => ['Name to display', '/path/to/cvsroot']
#
@CVSrepositories = (
@@ -30,25 +30,25 @@
# 'freebsd' => ['FreeBSD', '/var/ncvs'],
# 'openbsd' => ['OpenBSD', '/var/ncvs'],
# 'netbsd' => ['NetBSD', '/var/ncvs'],
-@@ -62,7 +62,7 @@
+@@ -72,7 +72,7 @@
# For example:
#
#$cvstreedefault = $CVSrepositories[2 * 0];
-#$cvstreedefault = 'local';
+$cvstreedefault = 'local';
- # Bug tracking system linking options ("PR" means Problem Report, as in GNATS)
- #
-@@ -86,7 +86,7 @@
- # Manual gateway linking.
+ # Mirror sites. The keys will be used as link texts, and the values are
+ # URLs pointing to the corresponding mirrors.
+@@ -106,7 +106,7 @@
+ # $allow_*_extra below is true.
#
$mancgi =
- "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
+ "http://linux.die.net/man/%s/%s";
- # Defaults for user options.
+ # Defaults for user definable options.
#
-@@ -202,7 +202,7 @@
+@@ -226,7 +226,7 @@
# check out the "mini" versions in the icons/ directory; they have a
# width/height of 16/16.
#
@@ -57,7 +57,7 @@
# format: TEXT ICON-URL width height
%ICONS = (
-@@ -216,7 +216,7 @@
+@@ -240,7 +240,7 @@
# An URL where to find the CSS.
#
@@ -66,7 +66,7 @@
# The length to which the last log entry should be truncated when shown
# in the directory view.
-@@ -344,7 +344,7 @@
+@@ -368,7 +368,7 @@
# The traditional mime.types file, eg. the one from Apache is fine.
# See above where this gets used.
#
@@ -75,7 +75,7 @@
# Charset appended to the Content-Type HTTP header for text/* MIME types.
# Note that the web server may default to some charset which may take effect
-@@ -470,7 +470,7 @@
+@@ -505,7 +505,7 @@
# settings in the configuration file with command line options, see
# doGraph() and doGraphView() in cvsweb.cgi for details.
#
@@ -84,7 +84,7 @@
# URL to the CVSHistory script. This should be absolute (but does not need
# to include the host and port if the script is on the same server as
-@@ -610,6 +600,7 @@
+@@ -610,6 +610,7 @@
'nroff' => qr/\.man$/o,
'pascal' => qr/\.p(as|p)?$/io,
'perl' => qr/\.p(m|(er)?l)$/io,
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cvsweb.git/commitdiff/e2c74459904b787fa129318bf76d60945d9ec0d1
More information about the pld-cvs-commit
mailing list