pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/monotone-viz Update to monotone-viz-1.0.1. Sign...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f46e01474bf
branches:  trunk
changeset: 542194:7f46e01474bf
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed May 07 04:15:56 2008 +0000

description:
Update to monotone-viz-1.0.1.  Significant improvements:  no longer
accesses the database directly:  instead, it uses mtn annotate.  Also,
some compile fixes for "various systems" (says the ChangeLog).

While here, change the distfile to the one without the included
lablgtk, as we don't use it.  Also, install the style example
into ${EGDIR}.

diffstat:

 devel/monotone-viz/Makefile |  16 ++++++++--------
 devel/monotone-viz/PLIST    |   4 +++-
 devel/monotone-viz/distinfo |  10 ++++------
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (60 lines):

diff -r 8a316fae0dfe -r 7f46e01474bf devel/monotone-viz/Makefile
--- a/devel/monotone-viz/Makefile       Wed May 07 04:15:36 2008 +0000
+++ b/devel/monotone-viz/Makefile       Wed May 07 04:15:56 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2008/03/03 17:45:36 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2008/05/07 04:15:56 bjs Exp $
 #
 
-DISTNAME=              monotone-viz-0.15
-PKGREVISION=           2
+DISTNAME=              monotone-viz-1.0.1-nolablgtk
+PKGNAME=               ${DISTNAME:S/-nolablgtk//}
 CATEGORIES=            devel scm
 MASTER_SITES=          http://oandrieu.nerim.net/monotone-viz/
 
@@ -16,15 +16,15 @@
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake pkg-config
 
-CONFIGURE_ARGS+=       --with-shared-sqlite
-CONFIGURE_ARGS+=       --without-local-lablgtk
-
-INSTALLATION_DIRS=     bin
+AUTO_MKDIRS=           yes
+EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/monotone-viz ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/monotone-viz.style.sample ${DESTDIR}${EGDIR}
 
-.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../graphics/graphviz/buildlink3.mk"
 .include "../../graphics/libgnomecanvas/buildlink3.mk"
 .include "../../lang/ocaml/buildlink3.mk"
diff -r 8a316fae0dfe -r 7f46e01474bf devel/monotone-viz/PLIST
--- a/devel/monotone-viz/PLIST  Wed May 07 04:15:36 2008 +0000
+++ b/devel/monotone-viz/PLIST  Wed May 07 04:15:56 2008 +0000
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/31 16:00:58 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/05/07 04:15:56 bjs Exp $
 bin/monotone-viz
+share/examples/monotone-viz/monotone-viz.style.sample
+@dirrm share/examples/monotone-viz
diff -r 8a316fae0dfe -r 7f46e01474bf devel/monotone-viz/distinfo
--- a/devel/monotone-viz/distinfo       Wed May 07 04:15:36 2008 +0000
+++ b/devel/monotone-viz/distinfo       Wed May 07 04:15:56 2008 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/07/17 21:47:40 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2008/05/07 04:15:56 bjs Exp $
 
-SHA1 (monotone-viz-0.15.tar.gz) = a9415e37b3da6a1202d3981860cd091239af5c02
-RMD160 (monotone-viz-0.15.tar.gz) = 569af354eaabff27505757e3e2934d2bff9bf223
-Size (monotone-viz-0.15.tar.gz) = 509782 bytes
-SHA1 (patch-aa) = ddbfc363f4345eccc7ee9d36234de4dea3f57267
-SHA1 (patch-ab) = 5cdcb30b6943da668815a55a0d517dff7c3e93cf
+SHA1 (monotone-viz-1.0.1-nolablgtk.tar.gz) = 68bce1e401fe7f0212152969ea1268026e1dcc7c
+RMD160 (monotone-viz-1.0.1-nolablgtk.tar.gz) = 21e0a5d946d1b73cb05322a00d2cd236d5d2b42f
+Size (monotone-viz-1.0.1-nolablgtk.tar.gz) = 97972 bytes



Home | Main Index | Thread Index | Old Index