Mon Apr 30 14:28:58 2012 UTC ()
update to 1.32.1
This is a new major release.


(drochner)
diff -r1.19 -r1.20 pkgsrc/devel/gobject-introspection/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/gobject-introspection/PLIST
diff -r1.8 -r1.9 pkgsrc/devel/gobject-introspection/distinfo
diff -r1.1 -r0 pkgsrc/devel/gobject-introspection/patches/patch-ae
diff -r1.1 -r0 pkgsrc/devel/gobject-introspection/patches/patch-af

cvs diff -r1.19 -r1.20 pkgsrc/devel/gobject-introspection/Makefile (switch to unified diff)

--- pkgsrc/devel/gobject-introspection/Makefile 2012/04/08 19:08:50 1.19
+++ pkgsrc/devel/gobject-introspection/Makefile 2012/04/30 14:28:57 1.20
@@ -1,55 +1,54 @@ @@ -1,55 +1,54 @@
1# $NetBSD: Makefile,v 1.19 2012/04/08 19:08:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2012/04/30 14:28:57 drochner Exp $
2# 2#
3 3
4DISTNAME= gobject-introspection-1.30.0 4DISTNAME= gobject-introspection-1.32.1
5PKGREVISION= 3 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/1.30/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/1.32/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://live.gnome.org/GObjectIntrospection 10HOMEPAGE= http://live.gnome.org/GObjectIntrospection
12COMMENT= GObject Introspection 11COMMENT= GObject Introspection
13LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree 16DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
18 17
19GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
20USE_LIBTOOL= yes 19USE_LIBTOOL= yes
21USE_TOOLS+= pkg-config flex bison gmake 20USE_TOOLS+= pkg-config flex bison gmake
22GMAKE_REQD= 3.81 21GMAKE_REQD= 3.81
23 22
24CONFIGURE_ARGS+= --disable-tests 23CONFIGURE_ARGS+= --disable-tests
25 24
26PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in 25PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in
27PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in 26PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in
28 27
29SUBST_CLASSES+= timet 28SUBST_CLASSES+= timet
30SUBST_STAGE.timet= pre-configure 29SUBST_STAGE.timet= pre-configure
31SUBST_FILES.timet= giscanner/ast.py 30SUBST_FILES.timet= giscanner/ast.py
32SUBST_FILES.timet+= tests/scanner/Foo-1.0-expected.gir \ 31SUBST_FILES.timet+= tests/scanner/Foo-1.0-expected.gir \
33 tests/scanner/Regress-1.0-expected.gir 32 tests/scanner/Regress-1.0-expected.gir
34.include "../../mk/bsd.prefs.mk" 33.include "../../mk/bsd.prefs.mk"
35.if !empty(MACHINE_PLATFORM:MNetBSD-5.99*) || !empty(MACHINE_PLATFORM:MNetBSD-[6-9]*) 34.if !empty(MACHINE_PLATFORM:MNetBSD-5.99*) || !empty(MACHINE_PLATFORM:MNetBSD-[6-9]*)
36SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_INT64,g' 35SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_INT64,g'
37SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gint64,g' 36SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gint64,g'
38.else 37.else
39SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_LONG,g' 38SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_LONG,g'
40SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,glong,g' 39SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,glong,g'
41.endif 40.endif
42 41
43# not executable 42# not executable
44CHECK_INTERPRETER_SKIP+= lib/gobject-introspection/giscanner/*.py 43CHECK_INTERPRETER_SKIP+= lib/gobject-introspection/giscanner/*.py
45 44
46# needed for test only 45# needed for test only
47#.include "../../graphics/cairo/buildlink3.mk" 46#.include "../../graphics/cairo/buildlink3.mk"
48TEST_TARGET= check 47TEST_TARGET= check
49 48
50BUILDLINK_API_DEPENDS.glib2+= glib2>=2.30.0 49BUILDLINK_API_DEPENDS.glib2+= glib2>=2.30.0
51.include "../../devel/glib2/buildlink3.mk" 50.include "../../devel/glib2/buildlink3.mk"
52.include "../../devel/libffi/buildlink3.mk" 51.include "../../devel/libffi/buildlink3.mk"
53.include "../../lang/python/application.mk" 52.include "../../lang/python/application.mk"
54.include "../../lang/python/extension.mk" 53.include "../../lang/python/extension.mk"
55.include "../../mk/bsd.pkg.mk" 54.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/gobject-introspection/PLIST (switch to unified diff)

--- pkgsrc/devel/gobject-introspection/PLIST 2012/02/10 15:14:56 1.2
+++ pkgsrc/devel/gobject-introspection/PLIST 2012/04/30 14:28:57 1.3
@@ -1,192 +1,203 @@ @@ -1,192 +1,203 @@
1@comment $NetBSD: PLIST,v 1.2 2012/02/10 15:14:56 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.3 2012/04/30 14:28:57 drochner Exp $
2bin/g-ir-annotation-tool 2bin/g-ir-annotation-tool
3bin/g-ir-compiler 3bin/g-ir-compiler
4bin/g-ir-doc-tool 
5bin/g-ir-generate 4bin/g-ir-generate
6bin/g-ir-scanner 5bin/g-ir-scanner
7include/gobject-introspection-1.0/giarginfo.h 6include/gobject-introspection-1.0/giarginfo.h
8include/gobject-introspection-1.0/gibaseinfo.h 7include/gobject-introspection-1.0/gibaseinfo.h
9include/gobject-introspection-1.0/gicallableinfo.h 8include/gobject-introspection-1.0/gicallableinfo.h
10include/gobject-introspection-1.0/giconstantinfo.h 9include/gobject-introspection-1.0/giconstantinfo.h
11include/gobject-introspection-1.0/gienuminfo.h 10include/gobject-introspection-1.0/gienuminfo.h
12include/gobject-introspection-1.0/gifieldinfo.h 11include/gobject-introspection-1.0/gifieldinfo.h
13include/gobject-introspection-1.0/gifunctioninfo.h 12include/gobject-introspection-1.0/gifunctioninfo.h
14include/gobject-introspection-1.0/giinterfaceinfo.h 13include/gobject-introspection-1.0/giinterfaceinfo.h
15include/gobject-introspection-1.0/giobjectinfo.h 14include/gobject-introspection-1.0/giobjectinfo.h
16include/gobject-introspection-1.0/gipropertyinfo.h 15include/gobject-introspection-1.0/gipropertyinfo.h
17include/gobject-introspection-1.0/giregisteredtypeinfo.h 16include/gobject-introspection-1.0/giregisteredtypeinfo.h
18include/gobject-introspection-1.0/girepository.h 17include/gobject-introspection-1.0/girepository.h
19include/gobject-introspection-1.0/girffi.h 18include/gobject-introspection-1.0/girffi.h
20include/gobject-introspection-1.0/gisignalinfo.h 19include/gobject-introspection-1.0/gisignalinfo.h
21include/gobject-introspection-1.0/gistructinfo.h 20include/gobject-introspection-1.0/gistructinfo.h
22include/gobject-introspection-1.0/gitypeinfo.h 21include/gobject-introspection-1.0/gitypeinfo.h
23include/gobject-introspection-1.0/gitypelib.h 22include/gobject-introspection-1.0/gitypelib.h
24include/gobject-introspection-1.0/gitypes.h 23include/gobject-introspection-1.0/gitypes.h
25include/gobject-introspection-1.0/giunioninfo.h 24include/gobject-introspection-1.0/giunioninfo.h
26include/gobject-introspection-1.0/givfuncinfo.h 25include/gobject-introspection-1.0/givfuncinfo.h
27lib/girepository-1.0/DBus-1.0.typelib 26lib/girepository-1.0/DBus-1.0.typelib
28lib/girepository-1.0/DBusGLib-1.0.typelib 27lib/girepository-1.0/DBusGLib-1.0.typelib
29lib/girepository-1.0/GIRepository-2.0.typelib 28lib/girepository-1.0/GIRepository-2.0.typelib
30lib/girepository-1.0/GL-1.0.typelib 29lib/girepository-1.0/GL-1.0.typelib
31lib/girepository-1.0/GLib-2.0.typelib 30lib/girepository-1.0/GLib-2.0.typelib
32lib/girepository-1.0/GModule-2.0.typelib 31lib/girepository-1.0/GModule-2.0.typelib
33lib/girepository-1.0/GObject-2.0.typelib 32lib/girepository-1.0/GObject-2.0.typelib
34lib/girepository-1.0/Gio-2.0.typelib 33lib/girepository-1.0/Gio-2.0.typelib
35lib/girepository-1.0/cairo-1.0.typelib 34lib/girepository-1.0/cairo-1.0.typelib
36lib/girepository-1.0/fontconfig-2.0.typelib 35lib/girepository-1.0/fontconfig-2.0.typelib
37lib/girepository-1.0/freetype2-2.0.typelib 36lib/girepository-1.0/freetype2-2.0.typelib
38lib/girepository-1.0/libxml2-2.0.typelib 37lib/girepository-1.0/libxml2-2.0.typelib
39lib/girepository-1.0/xfixes-4.0.typelib 38lib/girepository-1.0/xfixes-4.0.typelib
40lib/girepository-1.0/xft-2.0.typelib 39lib/girepository-1.0/xft-2.0.typelib
41lib/girepository-1.0/xlib-2.0.typelib 40lib/girepository-1.0/xlib-2.0.typelib
42lib/girepository-1.0/xrandr-1.3.typelib 41lib/girepository-1.0/xrandr-1.3.typelib
43lib/gobject-introspection/giscanner/__init__.py 42lib/gobject-introspection/giscanner/__init__.py
44lib/gobject-introspection/giscanner/__init__.pyc 43lib/gobject-introspection/giscanner/__init__.pyc
45lib/gobject-introspection/giscanner/__init__.pyo 44lib/gobject-introspection/giscanner/__init__.pyo
46lib/gobject-introspection/giscanner/_giscanner.la 45lib/gobject-introspection/giscanner/_giscanner.la
47lib/gobject-introspection/giscanner/annotationmain.py 46lib/gobject-introspection/giscanner/annotationmain.py
48lib/gobject-introspection/giscanner/annotationmain.pyc 47lib/gobject-introspection/giscanner/annotationmain.pyc
49lib/gobject-introspection/giscanner/annotationmain.pyo 48lib/gobject-introspection/giscanner/annotationmain.pyo
50lib/gobject-introspection/giscanner/annotationparser.py 49lib/gobject-introspection/giscanner/annotationparser.py
51lib/gobject-introspection/giscanner/annotationparser.pyc 50lib/gobject-introspection/giscanner/annotationparser.pyc
52lib/gobject-introspection/giscanner/annotationparser.pyo 51lib/gobject-introspection/giscanner/annotationparser.pyo
53lib/gobject-introspection/giscanner/ast.py 52lib/gobject-introspection/giscanner/ast.py
54lib/gobject-introspection/giscanner/ast.pyc 53lib/gobject-introspection/giscanner/ast.pyc
55lib/gobject-introspection/giscanner/ast.pyo 54lib/gobject-introspection/giscanner/ast.pyo
56lib/gobject-introspection/giscanner/cachestore.py 55lib/gobject-introspection/giscanner/cachestore.py
57lib/gobject-introspection/giscanner/cachestore.pyc 56lib/gobject-introspection/giscanner/cachestore.pyc
58lib/gobject-introspection/giscanner/cachestore.pyo 57lib/gobject-introspection/giscanner/cachestore.pyo
59lib/gobject-introspection/giscanner/codegen.py 58lib/gobject-introspection/giscanner/codegen.py
60lib/gobject-introspection/giscanner/codegen.pyc 59lib/gobject-introspection/giscanner/codegen.pyc
61lib/gobject-introspection/giscanner/codegen.pyo 60lib/gobject-introspection/giscanner/codegen.pyo
62lib/gobject-introspection/giscanner/docbookdescription.py 
63lib/gobject-introspection/giscanner/docbookdescription.pyc 
64lib/gobject-introspection/giscanner/docbookdescription.pyo 
65lib/gobject-introspection/giscanner/docbookwriter.py 
66lib/gobject-introspection/giscanner/docbookwriter.pyc 
67lib/gobject-introspection/giscanner/docbookwriter.pyo 
68lib/gobject-introspection/giscanner/docmain.py 61lib/gobject-introspection/giscanner/docmain.py
69lib/gobject-introspection/giscanner/docmain.pyc 62lib/gobject-introspection/giscanner/docmain.pyc
70lib/gobject-introspection/giscanner/docmain.pyo 63lib/gobject-introspection/giscanner/docmain.pyo
71lib/gobject-introspection/giscanner/dumper.py 64lib/gobject-introspection/giscanner/dumper.py
72lib/gobject-introspection/giscanner/dumper.pyc 65lib/gobject-introspection/giscanner/dumper.pyc
73lib/gobject-introspection/giscanner/dumper.pyo 66lib/gobject-introspection/giscanner/dumper.pyo
74lib/gobject-introspection/giscanner/gdumpparser.py 67lib/gobject-introspection/giscanner/gdumpparser.py
75lib/gobject-introspection/giscanner/gdumpparser.pyc 68lib/gobject-introspection/giscanner/gdumpparser.pyc
76lib/gobject-introspection/giscanner/gdumpparser.pyo 69lib/gobject-introspection/giscanner/gdumpparser.pyo
77lib/gobject-introspection/giscanner/girparser.py 70lib/gobject-introspection/giscanner/girparser.py
78lib/gobject-introspection/giscanner/girparser.pyc 71lib/gobject-introspection/giscanner/girparser.pyc
79lib/gobject-introspection/giscanner/girparser.pyo 72lib/gobject-introspection/giscanner/girparser.pyo
80lib/gobject-introspection/giscanner/girwriter.py 73lib/gobject-introspection/giscanner/girwriter.py
81lib/gobject-introspection/giscanner/girwriter.pyc 74lib/gobject-introspection/giscanner/girwriter.pyc
82lib/gobject-introspection/giscanner/girwriter.pyo 75lib/gobject-introspection/giscanner/girwriter.pyo
83lib/gobject-introspection/giscanner/introspectablepass.py 76lib/gobject-introspection/giscanner/introspectablepass.py
84lib/gobject-introspection/giscanner/introspectablepass.pyc 77lib/gobject-introspection/giscanner/introspectablepass.pyc
85lib/gobject-introspection/giscanner/introspectablepass.pyo 78lib/gobject-introspection/giscanner/introspectablepass.pyo
86lib/gobject-introspection/giscanner/libtoolimporter.py 79lib/gobject-introspection/giscanner/libtoolimporter.py
87lib/gobject-introspection/giscanner/libtoolimporter.pyc 80lib/gobject-introspection/giscanner/libtoolimporter.pyc
88lib/gobject-introspection/giscanner/libtoolimporter.pyo 81lib/gobject-introspection/giscanner/libtoolimporter.pyo
89lib/gobject-introspection/giscanner/maintransformer.py 82lib/gobject-introspection/giscanner/maintransformer.py
90lib/gobject-introspection/giscanner/maintransformer.pyc 83lib/gobject-introspection/giscanner/maintransformer.pyc
91lib/gobject-introspection/giscanner/maintransformer.pyo 84lib/gobject-introspection/giscanner/maintransformer.pyo
 85lib/gobject-introspection/giscanner/mallard-C-class.tmpl
 86lib/gobject-introspection/giscanner/mallard-C-default.tmpl
 87lib/gobject-introspection/giscanner/mallard-C-enum.tmpl
 88lib/gobject-introspection/giscanner/mallard-C-function.tmpl
 89lib/gobject-introspection/giscanner/mallard-C-namespace.tmpl
 90lib/gobject-introspection/giscanner/mallard-C-property.tmpl
 91lib/gobject-introspection/giscanner/mallard-C-record.tmpl
 92lib/gobject-introspection/giscanner/mallard-C-signal.tmpl
 93lib/gobject-introspection/giscanner/mallard-C-vfunc.tmpl
 94lib/gobject-introspection/giscanner/mallard-Python-class.tmpl
 95lib/gobject-introspection/giscanner/mallard-Python-default.tmpl
 96lib/gobject-introspection/giscanner/mallard-Python-enum.tmpl
 97lib/gobject-introspection/giscanner/mallard-Python-function.tmpl
 98lib/gobject-introspection/giscanner/mallard-Python-namespace.tmpl
 99lib/gobject-introspection/giscanner/mallard-Python-property.tmpl
 100lib/gobject-introspection/giscanner/mallard-Python-record.tmpl
 101lib/gobject-introspection/giscanner/mallard-Python-signal.tmpl
 102lib/gobject-introspection/giscanner/mallard-Python-vfunc.tmpl
92lib/gobject-introspection/giscanner/mallardwriter.py 103lib/gobject-introspection/giscanner/mallardwriter.py
93lib/gobject-introspection/giscanner/mallardwriter.pyc 104lib/gobject-introspection/giscanner/mallardwriter.pyc
94lib/gobject-introspection/giscanner/mallardwriter.pyo 105lib/gobject-introspection/giscanner/mallardwriter.pyo
95lib/gobject-introspection/giscanner/message.py 106lib/gobject-introspection/giscanner/message.py
96lib/gobject-introspection/giscanner/message.pyc 107lib/gobject-introspection/giscanner/message.pyc
97lib/gobject-introspection/giscanner/message.pyo 108lib/gobject-introspection/giscanner/message.pyo
98lib/gobject-introspection/giscanner/odict.py 109lib/gobject-introspection/giscanner/odict.py
99lib/gobject-introspection/giscanner/odict.pyc 110lib/gobject-introspection/giscanner/odict.pyc
100lib/gobject-introspection/giscanner/odict.pyo 111lib/gobject-introspection/giscanner/odict.pyo
101lib/gobject-introspection/giscanner/scannermain.py 112lib/gobject-introspection/giscanner/scannermain.py
102lib/gobject-introspection/giscanner/scannermain.pyc 113lib/gobject-introspection/giscanner/scannermain.pyc
103lib/gobject-introspection/giscanner/scannermain.pyo 114lib/gobject-introspection/giscanner/scannermain.pyo
104lib/gobject-introspection/giscanner/shlibs.py 115lib/gobject-introspection/giscanner/shlibs.py
105lib/gobject-introspection/giscanner/shlibs.pyc 116lib/gobject-introspection/giscanner/shlibs.pyc
106lib/gobject-introspection/giscanner/shlibs.pyo 117lib/gobject-introspection/giscanner/shlibs.pyo
107lib/gobject-introspection/giscanner/sourcescanner.py 118lib/gobject-introspection/giscanner/sourcescanner.py
108lib/gobject-introspection/giscanner/sourcescanner.pyc 119lib/gobject-introspection/giscanner/sourcescanner.pyc
109lib/gobject-introspection/giscanner/sourcescanner.pyo 120lib/gobject-introspection/giscanner/sourcescanner.pyo
110lib/gobject-introspection/giscanner/testcodegen.py 121lib/gobject-introspection/giscanner/testcodegen.py
111lib/gobject-introspection/giscanner/testcodegen.pyc 122lib/gobject-introspection/giscanner/testcodegen.pyc
112lib/gobject-introspection/giscanner/testcodegen.pyo 123lib/gobject-introspection/giscanner/testcodegen.pyo
113lib/gobject-introspection/giscanner/transformer.py 124lib/gobject-introspection/giscanner/transformer.py
114lib/gobject-introspection/giscanner/transformer.pyc 125lib/gobject-introspection/giscanner/transformer.pyc
115lib/gobject-introspection/giscanner/transformer.pyo 126lib/gobject-introspection/giscanner/transformer.pyo
116lib/gobject-introspection/giscanner/utils.py 127lib/gobject-introspection/giscanner/utils.py
117lib/gobject-introspection/giscanner/utils.pyc 128lib/gobject-introspection/giscanner/utils.pyc
118lib/gobject-introspection/giscanner/utils.pyo 129lib/gobject-introspection/giscanner/utils.pyo
119lib/gobject-introspection/giscanner/xmlwriter.py 130lib/gobject-introspection/giscanner/xmlwriter.py
120lib/gobject-introspection/giscanner/xmlwriter.pyc 131lib/gobject-introspection/giscanner/xmlwriter.pyc
121lib/gobject-introspection/giscanner/xmlwriter.pyo 132lib/gobject-introspection/giscanner/xmlwriter.pyo
122lib/libgirepository-1.0.la 133lib/libgirepository-1.0.la
123lib/pkgconfig/gobject-introspection-1.0.pc 134lib/pkgconfig/gobject-introspection-1.0.pc
124lib/pkgconfig/gobject-introspection-no-export-1.0.pc 135lib/pkgconfig/gobject-introspection-no-export-1.0.pc
125man/man1/g-ir-compiler.1 136man/man1/g-ir-compiler.1
126man/man1/g-ir-generate.1 137man/man1/g-ir-generate.1
127man/man1/g-ir-scanner.1 138man/man1/g-ir-scanner.1
128share/aclocal/introspection.m4 139share/aclocal/introspection.m4
129share/gir-1.0/DBus-1.0.gir 140share/gir-1.0/DBus-1.0.gir
130share/gir-1.0/DBusGLib-1.0.gir 141share/gir-1.0/DBusGLib-1.0.gir
131share/gir-1.0/GIRepository-2.0.gir 142share/gir-1.0/GIRepository-2.0.gir
132share/gir-1.0/GL-1.0.gir 143share/gir-1.0/GL-1.0.gir
133share/gir-1.0/GLib-2.0.gir 144share/gir-1.0/GLib-2.0.gir
134share/gir-1.0/GModule-2.0.gir 145share/gir-1.0/GModule-2.0.gir
135share/gir-1.0/GObject-2.0.gir 146share/gir-1.0/GObject-2.0.gir
136share/gir-1.0/Gio-2.0.gir 147share/gir-1.0/Gio-2.0.gir
137share/gir-1.0/cairo-1.0.gir 148share/gir-1.0/cairo-1.0.gir
138share/gir-1.0/fontconfig-2.0.gir 149share/gir-1.0/fontconfig-2.0.gir
139share/gir-1.0/freetype2-2.0.gir 150share/gir-1.0/freetype2-2.0.gir
140share/gir-1.0/libxml2-2.0.gir 151share/gir-1.0/libxml2-2.0.gir
141share/gir-1.0/xfixes-4.0.gir 152share/gir-1.0/xfixes-4.0.gir
142share/gir-1.0/xft-2.0.gir 153share/gir-1.0/xft-2.0.gir
143share/gir-1.0/xlib-2.0.gir 154share/gir-1.0/xlib-2.0.gir
144share/gir-1.0/xrandr-1.3.gir 155share/gir-1.0/xrandr-1.3.gir
145share/gobject-introspection-1.0/Makefile.introspection 156share/gobject-introspection-1.0/Makefile.introspection
146share/gobject-introspection-1.0/gdump.c 157share/gobject-introspection-1.0/gdump.c
147share/gobject-introspection-1.0/tests/everything.c 158share/gobject-introspection-1.0/tests/everything.c
148share/gobject-introspection-1.0/tests/everything.h 159share/gobject-introspection-1.0/tests/everything.h
149share/gobject-introspection-1.0/tests/gimarshallingtests.c 160share/gobject-introspection-1.0/tests/gimarshallingtests.c
150share/gobject-introspection-1.0/tests/gimarshallingtests.h 161share/gobject-introspection-1.0/tests/gimarshallingtests.h
151share/gobject-introspection-1.0/tests/regress.c 162share/gobject-introspection-1.0/tests/regress.c
152share/gobject-introspection-1.0/tests/regress.h 163share/gobject-introspection-1.0/tests/regress.h
153share/gtk-doc/html/gi/annotation-glossary.html 164share/gtk-doc/html/gi/annotation-glossary.html
154share/gtk-doc/html/gi/gi-GIArgInfo.html 165share/gtk-doc/html/gi/gi-GIArgInfo.html
155share/gtk-doc/html/gi/gi-GIBaseInfo.html 166share/gtk-doc/html/gi/gi-GIBaseInfo.html
156share/gtk-doc/html/gi/gi-GICallableInfo.html 167share/gtk-doc/html/gi/gi-GICallableInfo.html
157share/gtk-doc/html/gi/gi-GIConstantInfo.html 168share/gtk-doc/html/gi/gi-GIConstantInfo.html
158share/gtk-doc/html/gi/gi-GIEnumInfo.html 169share/gtk-doc/html/gi/gi-GIEnumInfo.html
159share/gtk-doc/html/gi/gi-GIFieldInfo.html 170share/gtk-doc/html/gi/gi-GIFieldInfo.html
160share/gtk-doc/html/gi/gi-GIFunctionInfo.html 171share/gtk-doc/html/gi/gi-GIFunctionInfo.html
161share/gtk-doc/html/gi/gi-GIInterfaceInfo.html 172share/gtk-doc/html/gi/gi-GIInterfaceInfo.html
162share/gtk-doc/html/gi/gi-GIObjectInfo.html 173share/gtk-doc/html/gi/gi-GIObjectInfo.html
163share/gtk-doc/html/gi/gi-GIPropertyInfo.html 174share/gtk-doc/html/gi/gi-GIPropertyInfo.html
164share/gtk-doc/html/gi/gi-GIRegisteredTypeInfo.html 175share/gtk-doc/html/gi/gi-GIRegisteredTypeInfo.html
165share/gtk-doc/html/gi/gi-GISignalInfo.html 176share/gtk-doc/html/gi/gi-GISignalInfo.html
166share/gtk-doc/html/gi/gi-GIStructInfo.html 177share/gtk-doc/html/gi/gi-GIStructInfo.html
167share/gtk-doc/html/gi/gi-GITypeInfo.html 178share/gtk-doc/html/gi/gi-GITypeInfo.html
168share/gtk-doc/html/gi/gi-GIUnionInfo.html 179share/gtk-doc/html/gi/gi-GIUnionInfo.html
169share/gtk-doc/html/gi/gi-GIVFuncInfo.html 180share/gtk-doc/html/gi/gi-GIVFuncInfo.html
170share/gtk-doc/html/gi/gi-ffi.html 181share/gtk-doc/html/gi/gi-ffi.html
171share/gtk-doc/html/gi/gi-gierrordomaininfo.html 182share/gtk-doc/html/gi/gi-gierrordomaininfo.html
172share/gtk-doc/html/gi/gi-gir-reference.html 183share/gtk-doc/html/gi/gi-gir-reference.html
173share/gtk-doc/html/gi/gi-gir.html 184share/gtk-doc/html/gi/gi-gir.html
174share/gtk-doc/html/gi/gi-girepository.html 185share/gtk-doc/html/gi/gi-girepository.html
175share/gtk-doc/html/gi/gi-girffi.html 186share/gtk-doc/html/gi/gi-girffi.html
176share/gtk-doc/html/gi/gi-gtypelib.html 187share/gtk-doc/html/gi/gi-gtypelib.html
177share/gtk-doc/html/gi/gi-libgirepository.html 188share/gtk-doc/html/gi/gi-libgirepository.html
178share/gtk-doc/html/gi/gi-overview.html 189share/gtk-doc/html/gi/gi-overview.html
179share/gtk-doc/html/gi/gi-repository-structs.html 190share/gtk-doc/html/gi/gi-repository-structs.html
180share/gtk-doc/html/gi/gi-struct-hierarchy.html 191share/gtk-doc/html/gi/gi-struct-hierarchy.html
181share/gtk-doc/html/gi/gi-typelib.html 192share/gtk-doc/html/gi/gi-typelib.html
182share/gtk-doc/html/gi/gi.devhelp2 193share/gtk-doc/html/gi/gi.devhelp2
183share/gtk-doc/html/gi/girepository.html 194share/gtk-doc/html/gi/girepository.html
184share/gtk-doc/html/gi/glib.html 195share/gtk-doc/html/gi/glib.html
185share/gtk-doc/html/gi/home.png 196share/gtk-doc/html/gi/home.png
186share/gtk-doc/html/gi/index.html 197share/gtk-doc/html/gi/index.html
187share/gtk-doc/html/gi/index.sgml 198share/gtk-doc/html/gi/index.sgml
188share/gtk-doc/html/gi/left.png 199share/gtk-doc/html/gi/left.png
189share/gtk-doc/html/gi/overview.png 200share/gtk-doc/html/gi/overview.png
190share/gtk-doc/html/gi/right.png 201share/gtk-doc/html/gi/right.png
191share/gtk-doc/html/gi/style.css 202share/gtk-doc/html/gi/style.css
192share/gtk-doc/html/gi/up.png 203share/gtk-doc/html/gi/up.png

cvs diff -r1.8 -r1.9 pkgsrc/devel/gobject-introspection/distinfo (switch to unified diff)

--- pkgsrc/devel/gobject-introspection/distinfo 2012/02/15 16:42:36 1.8
+++ pkgsrc/devel/gobject-introspection/distinfo 2012/04/30 14:28:57 1.9
@@ -1,12 +1,10 @@ @@ -1,12 +1,10 @@
1$NetBSD: distinfo,v 1.8 2012/02/15 16:42:36 martin Exp $ 1$NetBSD: distinfo,v 1.9 2012/04/30 14:28:57 drochner Exp $
2 2
3SHA1 (gobject-introspection-1.30.0.tar.bz2) = 58a313e758917ae0760c5147b6dd72af840927cf 3SHA1 (gobject-introspection-1.32.1.tar.xz) = 289df976328490a2d5d4187032cf6d429dcef121
4RMD160 (gobject-introspection-1.30.0.tar.bz2) = ebc44388f628ae80ad2150afeb7df3fc49032309 4RMD160 (gobject-introspection-1.32.1.tar.xz) = 7546532aed866451e0f934257c4b9bbc75f460e5
5Size (gobject-introspection-1.30.0.tar.bz2) = 1279723 bytes 5Size (gobject-introspection-1.32.1.tar.xz) = 1120996 bytes
6SHA1 (patch-aa) = d7ebe6a0c81694fb537dc9cb67286fb9a0d60a9b 6SHA1 (patch-aa) = d7ebe6a0c81694fb537dc9cb67286fb9a0d60a9b
7SHA1 (patch-ab) = 5cb15e68a1f249f2975d661daf566cc2ec1f6102 7SHA1 (patch-ab) = 5cb15e68a1f249f2975d661daf566cc2ec1f6102
8SHA1 (patch-ac) = 7f716a061473fcf9853a2a508b895b3a87050fa4 8SHA1 (patch-ac) = 7f716a061473fcf9853a2a508b895b3a87050fa4
9SHA1 (patch-ad) = 4086722fa0f51c332536002db36b9edbe2e71a2a 9SHA1 (patch-ad) = 4086722fa0f51c332536002db36b9edbe2e71a2a
10SHA1 (patch-ae) = c29edcabecc236f40fd69fb909c45e1a2eddaa6d 
11SHA1 (patch-af) = 974878388616ca066902d0f3cd20b5dd5c1b3c10 
12SHA1 (patch-giscanner_scannerlexer.l) = 69152ebb060b87083d32aff6ad2a6195c9987c59 10SHA1 (patch-giscanner_scannerlexer.l) = 69152ebb060b87083d32aff6ad2a6195c9987c59

File Deleted: pkgsrc/devel/gobject-introspection/patches/Attic/patch-ae

File Deleted: pkgsrc/devel/gobject-introspection/patches/Attic/patch-af