Sun Mar 11 20:24:32 2018 UTC ()
gtksourceview: mention this is version 1 of the widget.


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/x11/gtksourceview/DESCR
diff -r1.88 -r1.89 pkgsrc/x11/gtksourceview/Makefile

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

--- pkgsrc/x11/gtksourceview/Attic/DESCR 2003/09/11 11:11:33 1.1.1.1
+++ pkgsrc/x11/gtksourceview/Attic/DESCR 2018/03/11 20:24:32 1.2
@@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
1GtkSourceView is a text widget that extends the standard gtk+ 2.x text 1GtkSourceView is a text widget that extends the standard GTK+ 2.x text
2widget GtkTextView. It improves GtkTextView by implementing syntax 2widget GtkTextView. It improves GtkTextView by implementing syntax
3highlighting and other features typical of a source editor. 3highlighting and other features typical of a source editor.
 4
 5This package contains version 1 of the widget.

cvs diff -r1.88 -r1.89 pkgsrc/x11/gtksourceview/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/gtksourceview/Attic/Makefile 2018/01/28 20:10:39 1.88
+++ pkgsrc/x11/gtksourceview/Attic/Makefile 2018/03/11 20:24:32 1.89
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.88 2018/01/28 20:10:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.89 2018/03/11 20:24:32 wiz Exp $
2# 
3 2
4DISTNAME= gtksourceview-1.8.5 3DISTNAME= gtksourceview-1.8.5
5PKGREVISION= 38 4PKGREVISION= 38
6CATEGORIES= x11 5CATEGORIES= x11
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.8/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.8/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://gtksourceview.sourceforge.net/ 10HOMEPAGE= http://gtksourceview.sourceforge.net/
12COMMENT= Text widget that extends GTK2's GtkTextView widget 11COMMENT= Text widget that extends GTK2's GtkTextView widget (v1)
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
18USE_TOOLS+= gmake intltool msgfmt perl pkg-config 17USE_TOOLS+= gmake intltool msgfmt perl pkg-config
19 18
20CFLAGS.Linux+= -D_GNU_SOURCE 19CFLAGS.Linux+= -D_GNU_SOURCE
21 20
22PKGCONFIG_OVERRIDE= gtksourceview-1.0.pc.in 21PKGCONFIG_OVERRIDE= gtksourceview-1.0.pc.in
23 22
24CONFIGURE_ARGS+= --disable-build-tests 23CONFIGURE_ARGS+= --disable-build-tests
25 24