[packages/cvsgraph] Rel 5
arekm
arekm at pld-linux.org
Sat Apr 4 03:19:34 CEST 2026
commit e180b551b2546c3d78a09540c430863a617e6817
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Apr 4 03:19:28 2026 +0200
Rel 5
cvsgraph-config.patch | 36 ++++++++++++++++++------------------
cvsgraph.spec | 2 +-
2 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/cvsgraph.spec b/cvsgraph.spec
index 07f2ea7..2f095d5 100644
--- a/cvsgraph.spec
+++ b/cvsgraph.spec
@@ -2,7 +2,7 @@ Summary: Create graphs of branches and revisions for files in a CVS repository
Summary(pl.UTF-8): Tworzenie grafów rozgałęzień i rewizji dla plików w repozytorium CVS
Name: cvsgraph
Version: 1.7.0
-Release: 4
+Release: 5
License: GPL
Group: Applications/Publishing
Source0: http://www.akhphd.au.dk/~bertho/cvsgraph/release/%{name}-%{version}.tar.gz
diff --git a/cvsgraph-config.patch b/cvsgraph-config.patch
index e2a014a..7f21a5f 100644
--- a/cvsgraph-config.patch
+++ b/cvsgraph-config.patch
@@ -1,7 +1,7 @@
---- cvsgraph-1.5.0/cvsgraph.conf.orig 2004-08-15 18:36:49.000000000 +0200
-+++ cvsgraph-1.5.0/cvsgraph.conf 2004-08-19 13:56:30.000000000 +0200
-@@ -86,8 +86,8 @@
- # CSV/RCS repository can be found
+--- a/cvsgraph.conf
++++ b/cvsgraph.conf
+@@ -124,8 +124,8 @@
+ # CVS/RCS repository can be found
# cvsmodule <string>
#
-cvsroot = "/var/cvs";
@@ -11,7 +11,7 @@
# color_bg <color>
# The background color of the image
-@@ -137,7 +137,7 @@
+@@ -175,7 +175,7 @@
# Sets the error/warning message font
msg_color = "#800000";
msg_font = medium;
@@ -20,8 +20,8 @@
msg_ttsize = 11.0;
# parse_logs <boolean>
-@@ -163,7 +163,7 @@
- # will be shown.
+@@ -206,7 +206,7 @@
+ # tags will be shown.
# Note: tags matched with merge_from/merge_to will still be displayed.
tag_font = medium;
-tag_ttfont = "/usr/share/fonts/bitstream-vera/VeraIt.ttf";
@@ -29,27 +29,27 @@
tag_ttsize = 11.0;
tag_color = "#007000";
#tag_ignore = "(test|alpha)_release";
-@@ -171,7 +171,7 @@
- #tag_negate = false;
-
+@@ -245,7 +245,7 @@
+ #
+ #rev_hidenumber = false;
rev_font = giant;
-rev_ttfont = "/usr/share/fonts/bitstream-vera/Vera.ttf";
+rev_ttfont = "/usr/share/fonts/TTF/arial.ttf";
rev_ttsize = 12.0;
- rev_color = "#000000";
- rev_bgcolor = "#f0f0f0";
-@@ -184,7 +184,7 @@
- rev_bspace = 3;
- rev_text = "%d"; # or "%d\n%a, %s" for author and state too
+ rev_idtext = [ "state" == "dead" "(Dead %R)" "%R" ];
+ #rev_color = "#000000";
+@@ -262,7 +262,7 @@
+ #rev_text = "%d"; # or "%d\n%a, %s" for author and state too
+ rev_text = [ "state" == "dead" "Died %d\nMaybe alive in other branch" "%d" ];
rev_text_font = tiny;
-rev_text_ttfont = "/usr/share/fonts/bitstream-vera/VeraSe.ttf";
+rev_text_ttfont = "/usr/share/fonts/TTF/times.ttf";
rev_text_ttsize = 9.0;
rev_text_color = "#500020";
rev_maxtags = 25;
-@@ -261,11 +261,11 @@
+@@ -377,11 +377,11 @@
# tag. This option you would normally want to set from the
- # commandline with the -O option.
+ # command line with the -O option.
branch_font = medium;
-branch_ttfont = "/usr/share/fonts/bitstream-vera/VeraBd.ttf";
+branch_ttfont = "/usr/share/fonts/TTF/arialbd.ttf";
@@ -61,7 +61,7 @@
branch_tag_ttsize = 14.0;
branch_color = "#0000c0";
branch_bgcolor = "#ffffc0";
-@@ -295,7 +295,7 @@
+@@ -412,7 +412,7 @@
title_x = 10;
title_y = 5;
title_font = small;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cvsgraph.git/commitdiff/e180b551b2546c3d78a09540c430863a617e6817
More information about the pld-cvs-commit
mailing list