Thu Jan 13 16:07:28 2011 UTC ()
update to 2.28.2
changes: minor build and documentation tweaks


(drochner)
diff -r1.39 -r1.40 pkgsrc/devel/gconfmm/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/gconfmm/PLIST
diff -r1.13 -r1.14 pkgsrc/devel/gconfmm/distinfo

cvs diff -r1.39 -r1.40 pkgsrc/devel/gconfmm/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gconfmm/Makefile 2011/01/13 13:36:24 1.39
+++ pkgsrc/devel/gconfmm/Makefile 2011/01/13 16:07:28 1.40
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.39 2011/01/13 13:36:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.40 2011/01/13 16:07:28 drochner Exp $
2 2
3DISTNAME= gconfmm-2.28.0 3DISTNAME= gconfmm-2.28.2
4PKGREVISION= 4 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconfmm/2.28/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconfmm/2.28/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
10HOMEPAGE= http://gtkmm.sourceforge.net/ 9HOMEPAGE= http://gtkmm.sourceforge.net/
11COMMENT= C++ bindings for gconf 10COMMENT= C++ bindings for gconf
12 11
13PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
14 13
15USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
18USE_TOOLS+= gmake pkg-config 17USE_TOOLS+= gmake pkg-config perl
19PKGCONFIG_OVERRIDE+= ${WRKSRC}/gconf/gconfmm-2.6.pc.in 18PKGCONFIG_OVERRIDE+= ${WRKSRC}/gconf/gconfmm-2.6.pc.in
20GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
21 20
22.include "../../devel/GConf/buildlink3.mk" 21.include "../../devel/GConf/buildlink3.mk"
23.include "../../x11/gtkmm/buildlink3.mk" 22.include "../../x11/gtkmm/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/gconfmm/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/gconfmm/PLIST 2009/06/14 17:48:44 1.5
+++ pkgsrc/devel/gconfmm/PLIST 2011/01/13 16:07:28 1.6
@@ -1,22 +1,96 @@ @@ -1,22 +1,96 @@
1@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:48:44 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.6 2011/01/13 16:07:28 drochner Exp $
2include/gconfmm-2.6/gconfmm.h 2include/gconfmm-2.6/gconfmm.h
3include/gconfmm-2.6/gconfmm/callback.h 3include/gconfmm-2.6/gconfmm/callback.h
4include/gconfmm-2.6/gconfmm/changeset.h 4include/gconfmm-2.6/gconfmm/changeset.h
5include/gconfmm-2.6/gconfmm/client.h 5include/gconfmm-2.6/gconfmm/client.h
6include/gconfmm-2.6/gconfmm/entry.h 6include/gconfmm-2.6/gconfmm/entry.h
7include/gconfmm-2.6/gconfmm/init.h 7include/gconfmm-2.6/gconfmm/init.h
8include/gconfmm-2.6/gconfmm/private/changeset_p.h 8include/gconfmm-2.6/gconfmm/private/changeset_p.h
9include/gconfmm-2.6/gconfmm/private/client_p.h 9include/gconfmm-2.6/gconfmm/private/client_p.h
10include/gconfmm-2.6/gconfmm/private/entry_p.h 10include/gconfmm-2.6/gconfmm/private/entry_p.h
11include/gconfmm-2.6/gconfmm/private/schema_p.h 11include/gconfmm-2.6/gconfmm/private/schema_p.h
12include/gconfmm-2.6/gconfmm/private/value_p.h 12include/gconfmm-2.6/gconfmm/private/value_p.h
13include/gconfmm-2.6/gconfmm/schema.h 13include/gconfmm-2.6/gconfmm/schema.h
14include/gconfmm-2.6/gconfmm/setinterface.h 14include/gconfmm-2.6/gconfmm/setinterface.h
15include/gconfmm-2.6/gconfmm/value.h 15include/gconfmm-2.6/gconfmm/value.h
16include/gconfmm-2.6/gconfmm/value_listhelpers.h 16include/gconfmm-2.6/gconfmm/value_listhelpers.h
17include/gconfmm-2.6/gconfmm/wrap_init.h 17include/gconfmm-2.6/gconfmm/wrap_init.h
18lib/gconfmm-2.6/include/gconfmmconfig.h 18lib/gconfmm-2.6/include/gconfmmconfig.h
19lib/gconfmm-2.6/proc/m4/convert.m4 
20lib/gconfmm-2.6/proc/m4/convert_gconfmm.m4 
21lib/libgconfmm-2.6.la 19lib/libgconfmm-2.6.la
22lib/pkgconfig/gconfmm-2.6.pc 20lib/pkgconfig/gconfmm-2.6.pc
 21share/devhelp/books/gconfmm-2.6/gconfmm-2.6.devhelp2
 22share/doc/gconfmm-2.6/reference/gconfmm-2.6.tag
 23share/doc/gconfmm-2.6/reference/html/annotated.html
 24share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1ChangeSet-members.html
 25share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1ChangeSet.html
 26share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1ChangeSet__coll__graph.png
 27share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Client-members.html
 28share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Client.html
 29share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Client__coll__graph.png
 30share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Entry-members.html
 31share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Entry.html
 32share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Entry__coll__graph.png
 33share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Error-members.html
 34share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Error.html
 35share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Error__coll__graph.png
 36share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Schema-members.html
 37share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Schema.html
 38share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Schema__coll__graph.png
 39share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1SetInterface-members.html
 40share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1SetInterface.html
 41share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Value-members.html
 42share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Value.html
 43share/doc/gconfmm-2.6/reference/html/classGnome_1_1Conf_1_1Value__coll__graph.png
 44share/doc/gconfmm-2.6/reference/html/classes.html
 45share/doc/gconfmm-2.6/reference/html/doxygen.css
 46share/doc/gconfmm-2.6/reference/html/doxygen.png
 47share/doc/gconfmm-2.6/reference/html/functions.html
 48share/doc/gconfmm-2.6/reference/html/functions_0x62.html
 49share/doc/gconfmm-2.6/reference/html/functions_0x63.html
 50share/doc/gconfmm-2.6/reference/html/functions_0x64.html
 51share/doc/gconfmm-2.6/reference/html/functions_0x65.html
 52share/doc/gconfmm-2.6/reference/html/functions_0x66.html
 53share/doc/gconfmm-2.6/reference/html/functions_0x67.html
 54share/doc/gconfmm-2.6/reference/html/functions_0x69.html
 55share/doc/gconfmm-2.6/reference/html/functions_0x6b.html
 56share/doc/gconfmm-2.6/reference/html/functions_0x6c.html
 57share/doc/gconfmm-2.6/reference/html/functions_0x6e.html
 58share/doc/gconfmm-2.6/reference/html/functions_0x6f.html
 59share/doc/gconfmm-2.6/reference/html/functions_0x70.html
 60share/doc/gconfmm-2.6/reference/html/functions_0x72.html
 61share/doc/gconfmm-2.6/reference/html/functions_0x73.html
 62share/doc/gconfmm-2.6/reference/html/functions_0x74.html
 63share/doc/gconfmm-2.6/reference/html/functions_0x75.html
 64share/doc/gconfmm-2.6/reference/html/functions_0x76.html
 65share/doc/gconfmm-2.6/reference/html/functions_0x77.html
 66share/doc/gconfmm-2.6/reference/html/functions_0x7e.html
 67share/doc/gconfmm-2.6/reference/html/functions_enum.html
 68share/doc/gconfmm-2.6/reference/html/functions_eval.html
 69share/doc/gconfmm-2.6/reference/html/functions_func.html
 70share/doc/gconfmm-2.6/reference/html/functions_type.html
 71share/doc/gconfmm-2.6/reference/html/functions_vars.html
 72share/doc/gconfmm-2.6/reference/html/graph_legend.html
 73share/doc/gconfmm-2.6/reference/html/graph_legend.png
 74share/doc/gconfmm-2.6/reference/html/group__gconfmmEnums.html
 75share/doc/gconfmm-2.6/reference/html/hierarchy.html
 76share/doc/gconfmm-2.6/reference/html/index.html
 77share/doc/gconfmm-2.6/reference/html/inherit__graph__0.png
 78share/doc/gconfmm-2.6/reference/html/inherit__graph__1.png
 79share/doc/gconfmm-2.6/reference/html/inherit__graph__2.png
 80share/doc/gconfmm-2.6/reference/html/inherit__graph__3.png
 81share/doc/gconfmm-2.6/reference/html/inherit__graph__4.png
 82share/doc/gconfmm-2.6/reference/html/inherits.html
 83share/doc/gconfmm-2.6/reference/html/modules.html
 84share/doc/gconfmm-2.6/reference/html/namespaceGnome.html
 85share/doc/gconfmm-2.6/reference/html/namespaceGnome_1_1Conf.html
 86share/doc/gconfmm-2.6/reference/html/namespacemembers.html
 87share/doc/gconfmm-2.6/reference/html/namespacemembers_enum.html
 88share/doc/gconfmm-2.6/reference/html/namespacemembers_eval.html
 89share/doc/gconfmm-2.6/reference/html/namespacemembers_func.html
 90share/doc/gconfmm-2.6/reference/html/namespacemembers_type.html
 91share/doc/gconfmm-2.6/reference/html/namespaces.html
 92share/doc/gconfmm-2.6/reference/html/tab_b.gif
 93share/doc/gconfmm-2.6/reference/html/tab_l.gif
 94share/doc/gconfmm-2.6/reference/html/tab_r.gif
 95share/doc/gconfmm-2.6/reference/html/tabs.css
 96@pkgdir share/doc/gconfmm-2.6/images

cvs diff -r1.13 -r1.14 pkgsrc/devel/gconfmm/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/gconfmm/distinfo 2009/10/22 09:40:10 1.13
+++ pkgsrc/devel/gconfmm/distinfo 2011/01/13 16:07:28 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2009/10/22 09:40:10 adam Exp $ 1$NetBSD: distinfo,v 1.14 2011/01/13 16:07:28 drochner Exp $
2 2
3SHA1 (gconfmm-2.28.0.tar.bz2) = 676ea73c9db503067dcb30374b00bd8cce8654a4 3SHA1 (gconfmm-2.28.2.tar.bz2) = 5d3ab360bb182197226355bf4120553161df04b7
4RMD160 (gconfmm-2.28.0.tar.bz2) = 04fa2d55048c4b21751e5f092c8d4476656cfc36 4RMD160 (gconfmm-2.28.2.tar.bz2) = 2b4a37791ceddc299df8a0c33a900d2daff915a3
5Size (gconfmm-2.28.0.tar.bz2) = 305888 bytes 5Size (gconfmm-2.28.2.tar.bz2) = 459319 bytes