pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/monotone The HTML documentation looks better whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ef26fa7c00f
branches:  trunk
changeset: 530701:7ef26fa7c00f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jul 05 23:20:49 2007 +0000

description:
The HTML documentation looks better when the images are included.

PKGREVISION++

diffstat:

 devel/monotone/Makefile |  10 ++++++----
 devel/monotone/PLIST    |  22 +++++++++++++++++++++-
 2 files changed, 27 insertions(+), 5 deletions(-)

diffs (72 lines):

diff -r 6fab3c979651 -r 7ef26fa7c00f devel/monotone/Makefile
--- a/devel/monotone/Makefile   Thu Jul 05 19:38:43 2007 +0000
+++ b/devel/monotone/Makefile   Thu Jul 05 23:20:49 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2007/06/26 15:26:37 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2007/07/05 23:20:49 rillig Exp $
 #
 
 DISTNAME=      monotone-0.35
+PKGREVISION=   2
 CATEGORIES=    devel scm
 MASTER_SITES=  http://monotone.ca/downloads/0.35/
 
@@ -9,11 +10,9 @@
 HOMEPAGE=      http://monotone.ca/
 COMMENT=       Free distributed version control system
 
-PKGREVISION=   1
-
 GCC_REQD+=             3.0
 GNU_CONFIGURE=         yes
-INFO_FILES=            # PLIST
+INFO_FILES=            yes
 UNLIMIT_RESOURCES+=    datasize
 USE_TOOLS+=            gmake makeinfo
 USE_LANGUAGES=         c c++
@@ -34,6 +33,9 @@
 CONFIGURE_ARGS+=       --disable-ipv6
 .endif
 
+post-install:
+       cd ${WRKSRC} && pax -wr figures/*.png ${DESTDIR}${PREFIX}/share/doc/monotone
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
diff -r 6fab3c979651 -r 7ef26fa7c00f devel/monotone/PLIST
--- a/devel/monotone/PLIST      Thu Jul 05 19:38:43 2007 +0000
+++ b/devel/monotone/PLIST      Thu Jul 05 23:20:49 2007 +0000
@@ -1,6 +1,25 @@
-@comment $NetBSD: PLIST,v 1.9 2007/03/01 08:48:32 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.10 2007/07/05 23:20:49 rillig Exp $
 bin/mtn
 info/monotone.info
+share/doc/monotone/figures/branch-heads.png
+share/doc/monotone/figures/cert.png
+share/doc/monotone/figures/difference-between-versions.png
+share/doc/monotone/figures/file-id-manifest-id.png
+share/doc/monotone/figures/fork.png
+share/doc/monotone/figures/general-workflow.png
+share/doc/monotone/figures/linear-history.png
+share/doc/monotone/figures/local-workflow.png
+share/doc/monotone/figures/manifest.png
+share/doc/monotone/figures/merge.png
+share/doc/monotone/figures/network-workflow.png
+share/doc/monotone/figures/parent-child-hashes.png
+share/doc/monotone/figures/parent-child-names-hashes.png
+share/doc/monotone/figures/parent-child.png
+share/doc/monotone/figures/revision-chaining.png
+share/doc/monotone/figures/revision.png
+share/doc/monotone/figures/statement.png
+share/doc/monotone/figures/three-versions.png
+share/doc/monotone/figures/two-branches.png
 share/doc/monotone/monotone.html
 share/locale/de/LC_MESSAGES/monotone.mo
 share/locale/es/LC_MESSAGES/monotone.mo
@@ -9,4 +28,5 @@
 share/locale/ja/LC_MESSAGES/monotone.mo
 share/locale/pt_BR/LC_MESSAGES/monotone.mo
 share/locale/sv/LC_MESSAGES/monotone.mo
+@dirrm share/doc/monotone/figures
 @dirrm share/doc/monotone



Home | Main Index | Thread Index | Old Index