head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.44 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.42 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.40 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.38 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.36 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.34 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.32 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.30 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.28 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.26 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.24 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.22 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.20 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.18 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.16 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.14 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.12 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.10 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.8 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.6 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.4 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.18 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.16 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.14 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2004.12.29.11.37.39; author adrianp; state dead; branches; next 1.2; 1.2 date 2002.03.01.12.24.44; author martti; state Exp; branches; next 1.1; 1.1 date 2001.12.09.14.25.00; author mjl; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.12.09.14.25.00; author mjl; state Exp; branches; next ; desc @@ 1.3 log @- Bump to 1.5.1 - Lots of bugfixes and enhancements: - Added drawing of partial trees. - Most error and warning messages are now displayed in the graph, instead of being written to stderr. - Works with CVSNT. @ text @$NetBSD: patch-ab,v 1.2 2002/03/01 12:24:44 martti Exp $ --- cvsgraph.1.orig Mon Feb 18 08:11:47 2002 +++ cvsgraph.1 @@@@ -98,7 +98,7 @@@@ option is given on the commandline, then it is read. Otherwise, \fBcvsgraph\fR first looks for a configuration file in the current directory using \fI./cvsgraph.conf\fR and, if not found, tries to open -\fI/usr/local/etc/cvsgraph.conf\fR. Defaults and commandline overrides +\fI@@PKG_SYSCONFDIR@@/cvsgraph.conf\fR. Defaults and commandline overrides will be used if no configuration file can be opened. The format of the configuration file is described in \fBcvsgraph.conf(5)\fR. Configuration parameters entered on the commandline have always precedence over the @@@@ -154,7 +154,7 @@@@ .SH "FILES" .LP .TP -\fI/usr/local/etc/cvsgraph.conf\fR +\fI@@PKG_SYSCONFDIR@@/cvsgraph.conf\fR Configuration file read for default layout parameters. .SH "AUTHOR" \fBCvsGraph\fR is written and maintained by B. Stultiens. @ 1.2 log @Updated cvsgraph to 1.2.0 (provided by Amitai Schlair in pkg/15764) * The entire tree can now be drawn upside-down. This is usefull if you have many revisions in a trunk and want to see the latest first. The configuration includes an option 'upside_down' with a boolean argument. You can override the default value on the command-line with the '-u' switch, which will negate the configured value. The imagemap generation also supports this, so you will still be able to point and shoot on and between the revisions. * You can now instruct CvsGraph to ommit all revisions that are not tagged. This is highly usefull for very large trees/trunks to reduce the produced image size. Note that the first and the last revision in a trunk are not hidden. A new configuration option 'strip_untagged' with boolean argument enables this feature. Alternatively, the command-line provides option '-s' wich negates the value set in the configuration file. You can also strip the first revision if it is untagged using '-S' and/or strip_first_rev. * The boxes to identify the branches can now be drawn on both sides of the trunk. Configuration option 'branch_dupbox' with boolean argument activates this feature, which is usefull when the tree is drawn upside-down.The command-line option '-b' negated the configured value. * Configuration no longer requires a configuration file. All options can now be entered on the commandline using '-O'. CvsGraph will still read the configuration file if one is avaliable, but it is no longer an error if none is found. * If no file is entered on the command-line, then the input is taken from standard input, like all decent *nix programs. * ViewCVS (http://viewcvs.sourceforge.net) is now officially supporting the use of CvsGraph in their code as of version 0.8. So, no bad hacks needed anymore to get it working, and it always looks nice :-) * Implemented string drawing using freetype interface of libgd. It looks very nice, but it is significantly slower than gd's standard bitmap fonts. Extra configuration parameters *_ttfont and *_ttsize set font and size. Option use_ttf enables ttf rendering. Note that gd's bitmap fonts are used as a fallback in case where the ttfont contains errors or is not found. * The branch tag color and font can now be set separately using branch_tag_* configuration options. * It is now possible to draw the connector lines between the boxes thicker by setting thick_lines to something else than 1. Maximum thickness is limited to lines of 11 pixels wide. * Transparent backgrounds can now be generated by setting transparent_bg option to true in the configuration. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 12 a14 12 --- cvsgraph.1.orig Sun Dec 9 15:02:14 2001 +++ cvsgraph.1 Sun Dec 9 15:03:18 2001 @@@@ -46,7 +46,7 @@@@ \fBCvsGraph\fR starts with reading a configuration file. If the \fB\-c\fR option is given on the commandline, then it is read. Otherwise, \fBcvsgraph\fR first looks for a configuration file in the current directory using \fI./cvsgraph.conf\fR -and, if not found, tries to open \fI/usr/local/etc/cvsgraph.conf\fR. +and, if not found, tries to open \fI@@PKG_SYSCONFDIR@@/cvsgraph.conf\fR. If still no configuration file is read an error message is issued and \fBcvsgraph\fR terminates. The format of the configuration file is described in \fBcvsgraph.conf(5)\fR. Configuration parameters entered on @@@@ -85,7 +85,7 @@@@ @ 1.1.1.1 log @Add cvsgraph 1.1.3 CvsGraph is a utility to make a graphical representation of all revisions and branches of a file in a CVS/RCS repository. It has been inspired by the 'graph' option in WinCVS. @ text @@