diff options
author | bjs <bjs> | 2008-05-07 04:15:56 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-05-07 04:15:56 +0000 |
commit | 09c42567c16626c9cd6cb58d08168623eebbcfad (patch) | |
tree | 44bc33105faea12d4e9a5c0b7bfc647136c5d136 /devel | |
parent | 830391a5c54acc512d37684e4debcdeaee77f8ca (diff) | |
download | pkgsrc-09c42567c16626c9cd6cb58d08168623eebbcfad.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/monotone-viz/Makefile | 16 | ||||
-rw-r--r-- | devel/monotone-viz/PLIST | 4 | ||||
-rw-r--r-- | devel/monotone-viz/distinfo | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 9d61e0a715c..03e72f494d1 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -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 @@ BUILD_TARGET= monotone-viz 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 --git a/devel/monotone-viz/PLIST b/devel/monotone-viz/PLIST index a54e51d56e5..6b307ed45ec 100644 --- a/devel/monotone-viz/PLIST +++ b/devel/monotone-viz/PLIST @@ -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 --git a/devel/monotone-viz/distinfo b/devel/monotone-viz/distinfo index fe1c465b5fc..1a084a0efd6 100644 --- a/devel/monotone-viz/distinfo +++ b/devel/monotone-viz/distinfo @@ -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 |