Thu Oct 30 07:06:03 2008 UTC ()
Don't overwrite files that gtksourceview already installed
This package requires monodoc in order to install documentation
Bump PKGREVISION


(kefren)
diff -r1.6 -r1.7 pkgsrc/x11/gtksourceview-sharp2/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/x11/gtksourceview-sharp2/PLIST
diff -r1.2 -r1.3 pkgsrc/x11/gtksourceview-sharp2/distinfo
diff -r1.2 -r1.3 pkgsrc/x11/gtksourceview-sharp2/patches/patch-aa
diff -r0 -r1.1 pkgsrc/x11/gtksourceview-sharp2/patches/patch-ab

cvs diff -r1.6 -r1.7 pkgsrc/x11/gtksourceview-sharp2/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/gtksourceview-sharp2/Attic/Makefile 2008/09/06 20:54:34 1.6
+++ pkgsrc/x11/gtksourceview-sharp2/Attic/Makefile 2008/10/30 07:06:02 1.7
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.6 2008/09/06 20:54:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2008/10/30 07:06:02 kefren Exp $
2 2
3DISTNAME= gtksourceview-sharp-2.0-0.12 3DISTNAME= gtksourceview-sharp-2.0-0.12
4PKGNAME= ${DISTNAME:S/-2.0-/2-/} 4PKGNAME= ${DISTNAME:S/-2.0-/2-/}
5PKGREVISION= 3 5PKGREVISION= 4
6CATEGORIES= x11 6CATEGORIES= x11
7MASTER_SITES= http://go-mono.com/sources/gtksourceview-sharp2/ 7MASTER_SITES= http://go-mono.com/sources/gtksourceview-sharp2/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= kefren@NetBSD.org 10MAINTAINER= kefren@NetBSD.org
11HOMEPAGE= http://www.mono-project.com/Gtk 11HOMEPAGE= http://www.mono-project.com/Gtk
12COMMENT= C\# Bindings to the GtkSourceView widget 12COMMENT= C\# Bindings to the GtkSourceView widget
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
16 16
17CONFLICTS= gtksourceview-sharp-2.0-[0-9]* 17CONFLICTS= gtksourceview-sharp-2.0-[0-9]*
18 18
19.include "../../lang/mono/buildlink3.mk" 19.include "../../lang/mono/buildlink3.mk"
 20.include "../../lang/monodoc/buildlink3.mk"
20.include "../../x11/gtksourceview/buildlink3.mk" 21.include "../../x11/gtksourceview/buildlink3.mk"
21.include "../../x11/gtk-sharp/buildlink3.mk" 22.include "../../x11/gtk-sharp/buildlink3.mk"
22.include "../../x11/gnome-sharp/buildlink3.mk" 23.include "../../x11/gnome-sharp/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/gtksourceview-sharp2/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/gtksourceview-sharp2/Attic/PLIST 2008/03/17 22:44:11 1.1.1.1
+++ pkgsrc/x11/gtksourceview-sharp2/Attic/PLIST 2008/10/30 07:06:02 1.2
@@ -1,14 +1,12 @@ @@ -1,14 +1,12 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/17 22:44:11 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.2 2008/10/30 07:06:02 kefren Exp $
2lib/mono/gac/gtksourceview-sharp/1.0.0.2__35e10195dab3c99f/gtksourceview-sharp.dll 2lib/mono/gac/gtksourceview-sharp/1.0.0.2__35e10195dab3c99f/gtksourceview-sharp.dll
3lib/mono/gac/gtksourceview-sharp/1.0.0.2__35e10195dab3c99f/gtksourceview-sharp.dll.config 3lib/mono/gac/gtksourceview-sharp/1.0.0.2__35e10195dab3c99f/gtksourceview-sharp.dll.config
4lib/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll 4lib/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll
5lib/monodoc/sources/gtksourceview-sharp-docs.source 5lib/monodoc/sources/gtksourceview-sharp-docs.source
6lib/monodoc/sources/gtksourceview-sharp-docs.tree 6lib/monodoc/sources/gtksourceview-sharp-docs.tree
7lib/monodoc/sources/gtksourceview-sharp-docs.zip 7lib/monodoc/sources/gtksourceview-sharp-docs.zip
8lib/pkgconfig/gtksourceview-sharp-2.0.pc 8lib/pkgconfig/gtksourceview-sharp-2.0.pc
9share/gapi-2.0/gtksourceview-api.xml 9share/gapi-2.0/gtksourceview-api.xml
10share/gtksourceview-1.0/language-specs/nemerle.lang 
11share/gtksourceview-1.0/language-specs/vbnet.lang 
12@dirrm lib/mono/gtksourceview-sharp-2.0 10@dirrm lib/mono/gtksourceview-sharp-2.0
13@dirrm lib/mono/gac/gtksourceview-sharp/1.0.0.2__35e10195dab3c99f 11@dirrm lib/mono/gac/gtksourceview-sharp/1.0.0.2__35e10195dab3c99f
14@dirrm lib/mono/gac/gtksourceview-sharp 12@dirrm lib/mono/gac/gtksourceview-sharp

cvs diff -r1.2 -r1.3 pkgsrc/x11/gtksourceview-sharp2/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/gtksourceview-sharp2/Attic/distinfo 2008/04/19 19:15:59 1.2
+++ pkgsrc/x11/gtksourceview-sharp2/Attic/distinfo 2008/10/30 07:06:02 1.3
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.2 2008/04/19 19:15:59 kefren Exp $ 1$NetBSD: distinfo,v 1.3 2008/10/30 07:06:02 kefren Exp $
2 2
3SHA1 (gtksourceview-sharp-2.0-0.12.tar.bz2) = 36e673a67922b35b9b28b91e20464aa2fd9b457d 3SHA1 (gtksourceview-sharp-2.0-0.12.tar.bz2) = 36e673a67922b35b9b28b91e20464aa2fd9b457d
4RMD160 (gtksourceview-sharp-2.0-0.12.tar.bz2) = b9f54d87a4f61e81040f05ff9fddc389b3470510 4RMD160 (gtksourceview-sharp-2.0-0.12.tar.bz2) = b9f54d87a4f61e81040f05ff9fddc389b3470510
5Size (gtksourceview-sharp-2.0-0.12.tar.bz2) = 137252 bytes 5Size (gtksourceview-sharp-2.0-0.12.tar.bz2) = 137252 bytes
6SHA1 (patch-aa) = 5e1d4b026b59bc6416ec254775e3e8c2cb97e1c1 6SHA1 (patch-aa) = 5e1d4b026b59bc6416ec254775e3e8c2cb97e1c1
 7SHA1 (patch-ab) = 68efc2a43394e469799b82ab674b668f3954ffb9

cvs diff -r1.2 -r1.3 pkgsrc/x11/gtksourceview-sharp2/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/x11/gtksourceview-sharp2/patches/Attic/patch-aa 2008/04/19 19:15:59 1.2
+++ pkgsrc/x11/gtksourceview-sharp2/patches/Attic/patch-aa 2008/10/30 07:06:03 1.3
@@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
 1$NetBSD: patch-aa,v 1.3 2008/10/30 07:06:03 kefren Exp $
1--- sample/Makefile.in.orig 2008-04-19 22:06:43.000000000 +0300 2--- sample/Makefile.in.orig 2008-04-19 22:06:43.000000000 +0300
2+++ sample/Makefile.in 2008-04-19 22:06:55.000000000 +0300 3+++ sample/Makefile.in 2008-04-19 22:06:55.000000000 +0300
3@@ -147,8 +147,8 @@ 4@@ -147,8 +147,8 @@
4 top_builddir = @top_builddir@ 5 top_builddir = @top_builddir@
5 top_srcdir = @top_srcdir@ 6 top_srcdir = @top_srcdir@
6 TEST = SourceViewTest.exe 7 TEST = SourceViewTest.exe
7-PRINT = PrintSample.exe 8-PRINT = PrintSample.exe
8-EXTRA_DIST = SourceViewTest.cs PrintSample.cs 9-EXTRA_DIST = SourceViewTest.cs PrintSample.cs
9+PRINT = 10+PRINT =
10+EXTRA_DIST = SourceViewTest.cs 11+EXTRA_DIST = SourceViewTest.cs
11 CLEANFILES = $(TEST) $(TEST).mdb $(PRINT) $(PRINT).mdb 12 CLEANFILES = $(TEST) $(TEST).mdb $(PRINT) $(PRINT).mdb
12 all: all-am 13 all: all-am
13  14

File Added: pkgsrc/x11/gtksourceview-sharp2/patches/Attic/patch-ab
$NetBSD: patch-ab,v 1.1 2008/10/30 07:06:03 kefren Exp $
--- Makefile.in.orig	2008-10-30 08:52:34.000000000 +0200
+++ Makefile.in	2008-10-30 08:52:54.000000000 +0200
@@ -187,9 +187,9 @@
 top_srcdir = @top_srcdir@
 SUBDIRS = gtksourceview sample doc 
 DISTCLEANFILES = gtksourceview-sharp-2.0.pc
-EXTRA_DIST = nemerle.lang vbnet.lang gtksourceview-sharp-2.0.pc.in gtk-sharp.snk
+EXTRA_DIST = gtksourceview-sharp-2.0.pc.in gtk-sharp.snk
 extra_langdir = $(gtksourceview_prefix)/share/gtksourceview-1.0/language-specs
-extra_lang_DATA = nemerle.lang vbnet.lang
+extra_lang_DATA =
 pkgconfigdir = $(prefix)/lib/pkgconfig
 pkgconfig_DATA = gtksourceview-sharp-2.0.pc
 all: all-recursive