pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cvsgraph
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Aug 28 10:20:37 UTC 2018
Modified Files:
pkgsrc/devel/cvsgraph: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/cvsgraph/patches: patch-aa
Log Message:
Update to 1.7.0. From the changelog:
- Do a better job at drawing the merge lines by selecting the shortest
path from the revision boxes. An analysis is now done whether the
source and destinations should be on the left or right side.
- Fix the left_right case for merge lines to display correctly.
- Fix a +/-1 error on the merge lines to account for both rounding
errors and the shadow of the revision boxes.
- Add configuration option 'merge_on_tag' to force the left_right case
to display merge lines on the tags instead of on the top/bottom sides.
This also solves imagemap overlaps where multiple sources or
destinations would be displayed at the same position.
- Fix the imagemap function to record the correct position of the merges.
- Use automake
- Streamline the package with patches from the Fedora RPMS
- Imagemap bugfix
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/cvsgraph/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/cvsgraph/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/cvsgraph/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/cvsgraph/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cvsgraph/Makefile
diff -u pkgsrc/devel/cvsgraph/Makefile:1.49 pkgsrc/devel/cvsgraph/Makefile:1.50
--- pkgsrc/devel/cvsgraph/Makefile:1.49 Mon Mar 12 11:16:15 2018
+++ pkgsrc/devel/cvsgraph/Makefile Tue Aug 28 10:20:36 2018
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.49 2018/03/12 11:16:15 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2018/08/28 10:20:36 schmonz Exp $
#
-DISTNAME= cvsgraph-1.6.1
-PKGREVISION= 15
+DISTNAME= cvsgraph-1.7.0
CATEGORIES= devel scm
-MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/
+MASTER_SITES= ${HOMEPAGE}release/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph/
COMMENT= Graphically represents CVS/RCS branches and file revisions
+LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= no
@@ -40,7 +40,7 @@ do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${DOCDIR}
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${DESTDIR}${EGDIR}
Index: pkgsrc/devel/cvsgraph/PLIST
diff -u pkgsrc/devel/cvsgraph/PLIST:1.3 pkgsrc/devel/cvsgraph/PLIST:1.4
--- pkgsrc/devel/cvsgraph/PLIST:1.3 Sun Jun 14 17:48:39 2009
+++ pkgsrc/devel/cvsgraph/PLIST Tue Aug 28 10:20:36 2018
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:48:39 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/08/28 10:20:36 schmonz Exp $
bin/cvsgraph
man/man1/cvsgraph.1
man/man5/cvsgraph.conf.5
-share/doc/${PKGBASE}/LICENSE
+share/doc/${PKGBASE}/COPYING
share/doc/${PKGBASE}/README
share/examples/${PKGBASE}/cvsgraph.conf
Index: pkgsrc/devel/cvsgraph/distinfo
diff -u pkgsrc/devel/cvsgraph/distinfo:1.8 pkgsrc/devel/cvsgraph/distinfo:1.9
--- pkgsrc/devel/cvsgraph/distinfo:1.8 Tue Nov 3 03:27:21 2015
+++ pkgsrc/devel/cvsgraph/distinfo Tue Aug 28 10:20:36 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 03:27:21 agc Exp $
+$NetBSD: distinfo,v 1.9 2018/08/28 10:20:36 schmonz Exp $
-SHA1 (cvsgraph-1.6.1.tar.gz) = ca5011537e22d6399eeb4d44c9ba0830e0f240a6
-RMD160 (cvsgraph-1.6.1.tar.gz) = b4fa44c6d41a28d8e2e8d1f505dc117d0f59d286
-SHA512 (cvsgraph-1.6.1.tar.gz) = 6548d43784cd6e2e85777e0158371c6332f96f72fc8d1827dcece8aa54d77139021586e468155ec003d371eaa7095cd57a5004a1ed76bc55db325c3899105e6b
-Size (cvsgraph-1.6.1.tar.gz) = 114337 bytes
-SHA1 (patch-aa) = c2020ce2578856f20b47e81e996ce3020f6a4a1a
+SHA1 (cvsgraph-1.7.0.tar.gz) = 952c35381ba8db39d05f1a4e504e9bc8e43a7beb
+RMD160 (cvsgraph-1.7.0.tar.gz) = d7eafcd921b9157277d0beed5d14c33dfd0f25a3
+SHA512 (cvsgraph-1.7.0.tar.gz) = b2a5bec073e7fbba2a2b1975bb4583c8fa87d29a985b7bcedcaf556c744b822ea5ff65b5ca3c4bd6da6bb6697f5e023a7ce35cf5084f2d59fdd15297790e7aab
+Size (cvsgraph-1.7.0.tar.gz) = 202678 bytes
Home |
Main Index |
Thread Index |
Old Index