pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cvsgraph Update to 1.6.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c1e1f0999750
branches: trunk
changeset: 505532:c1e1f0999750
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Wed Jan 04 15:04:49 2006 +0000
description:
Update to 1.6.0
> 2005-12-18 02:57 bertho
>
> * README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5,
> cvsgraph.h, cvsgraph.spec, rcs.h, readconf.c, readconf.h: - Added
> dynamic colors and strings for more flexibility in visual
> representations of the tree. - Added keyword rev_idtext to
> define the revision ID in a revision box. Normally this would
> show the revision number, but can now be changed dynamically.
> - Fix dashed lines when stripped revisions have mergepoints
> attatched
>
> 2005-12-15 14:06 bertho
>
> * README, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h, readconf.c,
> readconf.h: Implemented multiple regex match for triplets
> merge_{from,to,color} so that merges can be detected with more
> disjoined tag definitions.
>
> 2005-10-03 22:44 bertho
>
> * README: Update history
>
> 2005-10-03 22:40 bertho
>
> * cvsgraph.conf.5, rcsl.l: - Fix missing branch_bgcolor in manpage
> - Fix author names with spaces but not in @ encapsulation
>
> 2005-09-09 00:14 bertho
>
> * cvsgraph.conf.5: From Mark Brown <broonie%sirena.org.uk@localhost>: The
> enclosed typo fix was filed with the Debian bug tracking system -
> seems straightfoward and valid.
>
> 2005-08-29 20:29 bertho
>
> * README: - Fix incomplete parsing of access keyword
>
> 2005-08-29 20:27 bertho
>
> * rcsy.y: - Fix incomplete access parsing; set scanning of IDs
> after first instance.
>
> 2005-08-21 18:38 bertho
>
> * README: Bleed them for any violation
>
> 2005-08-21 18:36 bertho
>
> * README, cvsgraph.1, cvsgraph.conf.5: Changed the acceptable mail
> policy. No more unpunished disclamers.
>
> 2005-08-21 09:55 bertho
>
> * rcsl.l, README: Fix all numeric author ID
>
> 2005-06-23 00:51 bertho
>
> * cvsgraph.c, readconf.c: - Fix fixed background color - Fix width
> adaption of image width if error strings are displayed
>
> 2005-06-22 21:43 bertho
>
> * cvsgraph.1: Denote simple config negating options as deprecated.
> Using the -O option is much more flexible.
>
> 2005-06-22 21:41 bertho
>
> * cvsgraph.conf: Fix typo in comment.
>
> 2005-06-22 21:41 bertho
>
> * cvsgraph.c: Cvsnt merges should be enabled by default as
> mentioned in the manual page.
>
> 2005-06-21 02:02 bertho
>
> * cvsgraph.c, rcsl.l, readconf.c, readconf.h, utils.c: Change color
> management to reduce used colors. This will help future color
> extensions with color changes based on context/content. The
> default setup uses 10 colors now instead of 14.
>
> 2005-06-14 22:41 bertho
>
> * ChangeLog: Release 1.5.2
>
> 2005-06-14 22:40 bertho
>
> * README, cvsgraph.1, cvsgraph.c, cvsgraph.conf.5, cvsgraph.spec: -
> Fix merge lines to untagged revisions when strip_untagged is
> active - Prepare release 1.5.2
>
> 2005-06-13 22:57 bertho
>
> * README, rcsy.y: - Fix mergepoint1 syntax used by CVSNT allowing
> revision numbers as argument
>
> 2005-06-13 21:57 bertho
>
> * README, rcsl.l, rcsy.y: - Work around CVSNT problem with wrong
> keyword ordering - Fix complaining about a new CVSNT keyword
> properties
>
> 2004-12-04 03:18 bertho
>
> * README, configure, configure.in: Fix the configure script to
> detect gd-2: The mystery is solved, I think. The problem seems
> to be a bug in the GIF support of gd-2.0.33. I didn't look into
> properties
>
> 2004-12-04 03:18 bertho
>
> * README, configure, configure.in: Fix the configure script to
> detect gd-2: The mystery is solved, I think. The problem seems
> to be a bug in the GIF support of gd-2.0.33. I didn't look into
> it further because CvsGraph was configured to output PNGs and
> shouldn't have been outputting GIFs in the first place. The
> reason it was outputting GIFs was a bug in CvsGraph's configure
> script which causes CvsGraph to be built without PNG support.
>
> 2004-10-23 22:13 bertho
>
> * README, cvsgraph.c, rcs.h: Fix total branch-count when branches
> are folded.
>
> 2004-10-23 21:23 bertho
>
> * cvsgraph.c: Make timezone mangling with environment POSIX
> compliant. Should make Solaris happy again.
diffstat:
devel/cvsgraph/Makefile | 4 ++--
devel/cvsgraph/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r 34b5e9644d50 -r c1e1f0999750 devel/cvsgraph/Makefile
--- a/devel/cvsgraph/Makefile Wed Jan 04 14:54:17 2006 +0000
+++ b/devel/cvsgraph/Makefile Wed Jan 04 15:04:49 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2005/12/29 06:21:37 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2006/01/04 15:04:49 adrianp Exp $
#
-DISTNAME= cvsgraph-1.5.1
+DISTNAME= cvsgraph-1.6.0
CATEGORIES= devel
MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/
diff -r 34b5e9644d50 -r c1e1f0999750 devel/cvsgraph/distinfo
--- a/devel/cvsgraph/distinfo Wed Jan 04 14:54:17 2006 +0000
+++ b/devel/cvsgraph/distinfo Wed Jan 04 15:04:49 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 22:24:12 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/01/04 15:04:49 adrianp Exp $
-SHA1 (cvsgraph-1.5.1.tar.gz) = a8813be6c679168e3d644556d3712d1c5e9bf919
-RMD160 (cvsgraph-1.5.1.tar.gz) = 989e630660f75af33868929e57c5368278f4e813
-Size (cvsgraph-1.5.1.tar.gz) = 104506 bytes
+SHA1 (cvsgraph-1.6.0.tar.gz) = 9843b13ccaabef258d8ec852fe8d9c99de84fc38
+RMD160 (cvsgraph-1.6.0.tar.gz) = c604b26685375956155ff6200468078cd103ee6f
+Size (cvsgraph-1.6.0.tar.gz) = 114186 bytes
SHA1 (patch-aa) = c2020ce2578856f20b47e81e996ce3020f6a4a1a
Home |
Main Index |
Thread Index |
Old Index