Tue Jul 6 15:35:07 2010 UTC ()
update to 2.30.3
This switches to the gnome-2.30 release branch.


(drochner)
diff -r1.59 -r1.60 pkgsrc/print/evince/Makefile
diff -r1.32 -r1.33 pkgsrc/print/evince/Makefile.common
diff -r1.28 -r1.29 pkgsrc/print/evince/PLIST
diff -r1.4 -r1.5 pkgsrc/print/evince/buildlink3.mk
diff -r1.29 -r1.30 pkgsrc/print/evince/distinfo

cvs diff -r1.59 -r1.60 pkgsrc/print/evince/Makefile (expand / switch to unified diff)

--- pkgsrc/print/evince/Makefile 2010/06/13 22:45:14 1.59
+++ pkgsrc/print/evince/Makefile 2010/07/06 15:35:07 1.60
@@ -1,31 +1,30 @@ @@ -1,31 +1,30 @@
1# $NetBSD: Makefile,v 1.59 2010/06/13 22:45:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.60 2010/07/06 15:35:07 drochner Exp $
2# 2#
3 3
4PKG_DESTDIR_SUPPORT= user-destdir 4PKG_DESTDIR_SUPPORT= user-destdir
5 5
6.include "../../print/evince/Makefile.common" 6.include "../../print/evince/Makefile.common"
7 7
8PKGREVISION= 4 
9COMMENT= Document viewer 8COMMENT= Document viewer
10 9
11GCONF_SCHEMAS= evince.schemas 10GCONF_SCHEMAS= evince.schemas
12GCONF_SCHEMAS+= evince-thumbnailer.schemas 11GCONF_SCHEMAS+= evince-thumbnailer.schemas
13GCONF_SCHEMAS+= evince-thumbnailer-ps.schemas 12GCONF_SCHEMAS+= evince-thumbnailer-ps.schemas
14 13
15.include "options.mk" 14.include "options.mk"
16 15
17CONFIGURE_ARGS+= --enable-comics 16CONFIGURE_ARGS+= --enable-comics
18CONFIGURE_ARGS+= --disable-nautilus 17CONFIGURE_ARGS+= --disable-nautilus
19GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas 18GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas
20 19
21.include "../../devel/GConf/schemas.mk" 20.include "../../devel/GConf/schemas.mk"
22.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 21.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
23.include "../../security/gnome-keyring/buildlink3.mk" 22.include "../../security/libgnome-keyring/buildlink3.mk"
24.include "../../sysutils/dbus/buildlink3.mk" 23.include "../../sysutils/dbus/buildlink3.mk"
25BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.70 24BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.70
26.include "../../sysutils/dbus-glib/buildlink3.mk" 25.include "../../sysutils/dbus-glib/buildlink3.mk"
27BUILDLINK_DEPMETHOD.libXt?= build 26BUILDLINK_DEPMETHOD.libXt?= build
28.include "../../x11/libXt/buildlink3.mk" 27.include "../../x11/libXt/buildlink3.mk"
29.include "../../x11/libSM/buildlink3.mk" 28.include "../../x11/libSM/buildlink3.mk"
30 29
31.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.32 -r1.33 pkgsrc/print/evince/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/print/evince/Attic/Makefile.common 2010/06/11 09:56:15 1.32
+++ pkgsrc/print/evince/Attic/Makefile.common 2010/07/06 15:35:07 1.33
@@ -1,42 +1,36 @@ @@ -1,42 +1,36 @@
1# $NetBSD: Makefile.common,v 1.32 2010/06/11 09:56:15 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.33 2010/07/06 15:35:07 drochner Exp $
2# 2#
3# used by print/evince/Makefile 3# used by print/evince/Makefile
4# used by print/evince-nautilus/Makefile 4# used by print/evince-nautilus/Makefile
5 5
6DISTNAME= evince-2.28.2 6DISTNAME= evince-2.30.3
7CATEGORIES= print 7CATEGORIES= print
8MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/2.28/} 8MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/2.30/}
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.gnome.org/projects/evince/ 12HOMEPAGE= http://www.gnome.org/projects/evince/
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15#PATCHDIR= ${.CURDIR}/../evince/patches 15#PATCHDIR= ${.CURDIR}/../evince/patches
16DISTINFO_FILE= ${.CURDIR}/../evince/distinfo 16DISTINFO_FILE= ${.CURDIR}/../evince/distinfo
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
20USE_PKGLOCALEDIR= yes 20USE_PKGLOCALEDIR= yes
21USE_TOOLS+= gmake intltool msgfmt pkg-config 21USE_TOOLS+= gmake intltool msgfmt pkg-config
22USE_LANGUAGES= c c++ 22USE_LANGUAGES= c c++
23 23
24# needed for evince-2.28 and gtk2-2.20 -- remove on next update! 
25BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED 
26BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED 
27BUILDLINK_TRANSFORM+= rm:-DGDK_PIXBUF_DISABLE_DEPRECATED 
28BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED 
29 
30# XXX fake for "configure" to allow build w/o a gs installed 24# XXX fake for "configure" to allow build w/o a gs installed
31# (avoid hard dependency on a specific version) 25# (avoid hard dependency on a specific version)
32CONFIGURE_ARGS+= --with-gs=${LOCALBASE}/bin/gs 26CONFIGURE_ARGS+= --with-gs=${LOCALBASE}/bin/gs
33pre-configure: 27pre-configure:
34 ${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs 28 ${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs
35 ${CHMOD} +x ${BUILDLINK_DIR}/bin/gs 29 ${CHMOD} +x ${BUILDLINK_DIR}/bin/gs
36 30
37.include "../../databases/shared-mime-info/buildlink3.mk" 31.include "../../databases/shared-mime-info/buildlink3.mk"
38BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.6 32BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.6
39.include "../../devel/glib2/buildlink3.mk" 33.include "../../devel/glib2/buildlink3.mk"
40BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.17.1 34BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.17.1
41.include "../../graphics/gnome-icon-theme/buildlink3.mk" 35.include "../../graphics/gnome-icon-theme/buildlink3.mk"
42.include "../../graphics/tiff/buildlink3.mk" 36.include "../../graphics/tiff/buildlink3.mk"

cvs diff -r1.28 -r1.29 pkgsrc/print/evince/PLIST (expand / switch to unified diff)

--- pkgsrc/print/evince/PLIST 2009/12/16 17:15:10 1.28
+++ pkgsrc/print/evince/PLIST 2010/07/06 15:35:07 1.29
@@ -1,105 +1,127 @@ @@ -1,105 +1,127 @@
1@comment $NetBSD: PLIST,v 1.28 2009/12/16 17:15:10 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.29 2010/07/06 15:35:07 drochner Exp $
2bin/evince 2bin/evince
3bin/evince-previewer 3bin/evince-previewer
4bin/evince-thumbnailer 4bin/evince-thumbnailer
5include/evince/2.25/evince-document.h 5include/evince/2.30/evince-document.h
6include/evince/2.25/evince-view.h 6include/evince/2.30/evince-view.h
7include/evince/2.25/libdocument/ev-annotation.h 7include/evince/2.30/libdocument/ev-annotation.h
8include/evince/2.25/libdocument/ev-async-renderer.h 8include/evince/2.30/libdocument/ev-async-renderer.h
9include/evince/2.25/libdocument/ev-attachment.h 9include/evince/2.30/libdocument/ev-attachment.h
10include/evince/2.25/libdocument/ev-backends-manager.h 10include/evince/2.30/libdocument/ev-backends-manager.h
11include/evince/2.25/libdocument/ev-document-annotations.h 11include/evince/2.30/libdocument/ev-document-annotations.h
12include/evince/2.25/libdocument/ev-document-factory.h 12include/evince/2.30/libdocument/ev-document-attachments.h
13include/evince/2.25/libdocument/ev-document-find.h 13include/evince/2.30/libdocument/ev-document-factory.h
14include/evince/2.25/libdocument/ev-document-fonts.h 14include/evince/2.30/libdocument/ev-document-find.h
15include/evince/2.25/libdocument/ev-document-forms.h 15include/evince/2.30/libdocument/ev-document-fonts.h
16include/evince/2.25/libdocument/ev-document-images.h 16include/evince/2.30/libdocument/ev-document-forms.h
17include/evince/2.25/libdocument/ev-document-info.h 17include/evince/2.30/libdocument/ev-document-images.h
18include/evince/2.25/libdocument/ev-document-layers.h 18include/evince/2.30/libdocument/ev-document-info.h
19include/evince/2.25/libdocument/ev-document-links.h 19include/evince/2.30/libdocument/ev-document-layers.h
20include/evince/2.25/libdocument/ev-document-misc.h 20include/evince/2.30/libdocument/ev-document-links.h
21include/evince/2.25/libdocument/ev-document-print.h 21include/evince/2.30/libdocument/ev-document-misc.h
22include/evince/2.25/libdocument/ev-document-security.h 22include/evince/2.30/libdocument/ev-document-print.h
23include/evince/2.25/libdocument/ev-document-thumbnails.h 23include/evince/2.30/libdocument/ev-document-security.h
24include/evince/2.25/libdocument/ev-document-transition.h 24include/evince/2.30/libdocument/ev-document-thumbnails.h
25include/evince/2.25/libdocument/ev-document-type-builtins.h 25include/evince/2.30/libdocument/ev-document-transition.h
26include/evince/2.25/libdocument/ev-document.h 26include/evince/2.30/libdocument/ev-document-type-builtins.h
27include/evince/2.25/libdocument/ev-file-exporter.h 27include/evince/2.30/libdocument/ev-document.h
28include/evince/2.25/libdocument/ev-file-helpers.h 28include/evince/2.30/libdocument/ev-file-exporter.h
29include/evince/2.25/libdocument/ev-form-field.h 29include/evince/2.30/libdocument/ev-file-helpers.h
30include/evince/2.25/libdocument/ev-image.h 30include/evince/2.30/libdocument/ev-form-field.h
31include/evince/2.25/libdocument/ev-init.h 31include/evince/2.30/libdocument/ev-image.h
32include/evince/2.25/libdocument/ev-layer.h 32include/evince/2.30/libdocument/ev-init.h
33include/evince/2.25/libdocument/ev-link-action.h 33include/evince/2.30/libdocument/ev-layer.h
34include/evince/2.25/libdocument/ev-link-dest.h 34include/evince/2.30/libdocument/ev-link-action.h
35include/evince/2.25/libdocument/ev-link.h 35include/evince/2.30/libdocument/ev-link-dest.h
36include/evince/2.25/libdocument/ev-mapping.h 36include/evince/2.30/libdocument/ev-link.h
37include/evince/2.25/libdocument/ev-page.h 37include/evince/2.30/libdocument/ev-mapping.h
38include/evince/2.25/libdocument/ev-render-context.h 38include/evince/2.30/libdocument/ev-page.h
39include/evince/2.25/libdocument/ev-selection.h 39include/evince/2.30/libdocument/ev-render-context.h
40include/evince/2.25/libdocument/ev-transition-effect.h 40include/evince/2.30/libdocument/ev-selection.h
41include/evince/2.25/libdocument/ev-version.h 41include/evince/2.30/libdocument/ev-transition-effect.h
42include/evince/2.25/libview/ev-job-scheduler.h 42include/evince/2.30/libdocument/ev-version.h
43include/evince/2.25/libview/ev-jobs.h 43include/evince/2.30/libview/ev-document-model.h
44include/evince/2.25/libview/ev-page-cache.h 44include/evince/2.30/libview/ev-job-scheduler.h
45include/evince/2.25/libview/ev-stock-icons.h 45include/evince/2.30/libview/ev-jobs.h
46include/evince/2.25/libview/ev-view-type-builtins.h 46include/evince/2.30/libview/ev-print-operation.h
47include/evince/2.25/libview/ev-view.h 47include/evince/2.30/libview/ev-stock-icons.h
48lib/evince/1/backends/comicsdocument.evince-backend 48include/evince/2.30/libview/ev-view-presentation.h
49${PLIST.djvu}lib/evince/1/backends/djvudocument.evince-backend 49include/evince/2.30/libview/ev-view-type-builtins.h
50${PLIST.dvi}lib/evince/1/backends/dvidocument.evince-backend 50include/evince/2.30/libview/ev-view.h
51lib/evince/1/backends/libcomicsdocument.la 51lib/evince/2/backends/comicsdocument.evince-backend
52${PLIST.djvu}lib/evince/1/backends/libdjvudocument.la 52${PLIST.djvu}lib/evince/2/backends/djvudocument.evince-backend
53${PLIST.dvi}lib/evince/1/backends/libdvidocument.la 53${PLIST.dvi}lib/evince/2/backends/dvidocument.evince-backend
54lib/evince/1/backends/libpdfdocument.la 54lib/evince/2/backends/libcomicsdocument.la
55lib/evince/1/backends/libpsdocument.la 55${PLIST.djvu}lib/evince/2/backends/libdjvudocument.la
56lib/evince/1/backends/libtiffdocument.la 56${PLIST.dvi}lib/evince/2/backends/libdvidocument.la
57lib/evince/1/backends/pdfdocument.evince-backend 57lib/evince/2/backends/libpdfdocument.la
58lib/evince/1/backends/psdocument.evince-backend 58lib/evince/2/backends/libpsdocument.la
59lib/evince/1/backends/tiffdocument.evince-backend 59lib/evince/2/backends/libtiffdocument.la
 60lib/evince/2/backends/pdfdocument.evince-backend
 61lib/evince/2/backends/psdocument.evince-backend
 62lib/evince/2/backends/tiffdocument.evince-backend
60lib/libevdocument.la 63lib/libevdocument.la
61lib/libevview.la 64lib/libevview.la
62lib/pkgconfig/evince-document-2.25.pc 65lib/pkgconfig/evince-document-2.30.pc
63lib/pkgconfig/evince-view-2.25.pc 66lib/pkgconfig/evince-view-2.30.pc
 67libexec/evince-convert-metadata
 68libexec/evinced
64man/man1/evince.1 69man/man1/evince.1
65share/applications/evince.desktop 70share/applications/evince.desktop
 71share/dbus-1/services/org.gnome.evince.Daemon.service
66share/evince/evince-previewer-ui.xml 72share/evince/evince-previewer-ui.xml
67share/evince/evince-toolbar.xml 73share/evince/evince-toolbar.xml
68share/evince/evince-ui.xml 74share/evince/evince-ui.xml
69share/evince/hand-open.png 75share/evince/hand-open.png
 76share/evince/icons/hicolor/16x16/actions/object-rotate-left.png
 77share/evince/icons/hicolor/16x16/actions/object-rotate-right.png
70share/evince/icons/hicolor/16x16/actions/view-page-continuous.png 78share/evince/icons/hicolor/16x16/actions/view-page-continuous.png
71share/evince/icons/hicolor/16x16/actions/view-page-facing.png 79share/evince/icons/hicolor/16x16/actions/view-page-facing.png
72share/evince/icons/hicolor/16x16/actions/zoom-fit-page.png 80share/evince/icons/hicolor/16x16/actions/zoom-fit-height.png
73share/evince/icons/hicolor/16x16/actions/zoom-fit-width.png 81share/evince/icons/hicolor/16x16/actions/zoom-fit-width.png
74share/evince/icons/hicolor/16x16/actions/zoom.png 82share/evince/icons/hicolor/16x16/actions/zoom.png
 83share/evince/icons/hicolor/16x16/mimetypes/x-office-presentation.png
75share/evince/icons/hicolor/22x22/actions/eye.png 84share/evince/icons/hicolor/22x22/actions/eye.png
 85share/evince/icons/hicolor/22x22/actions/object-rotate-left.png
 86share/evince/icons/hicolor/22x22/actions/object-rotate-right.png
76share/evince/icons/hicolor/22x22/actions/view-page-continuous.png 87share/evince/icons/hicolor/22x22/actions/view-page-continuous.png
77share/evince/icons/hicolor/22x22/actions/view-page-facing.png 88share/evince/icons/hicolor/22x22/actions/view-page-facing.png
78share/evince/icons/hicolor/22x22/actions/zoom-fit-page.png 89share/evince/icons/hicolor/22x22/actions/zoom-fit-page.png
79share/evince/icons/hicolor/22x22/actions/zoom-fit-width.png 90share/evince/icons/hicolor/22x22/actions/zoom-fit-width.png
80share/evince/icons/hicolor/22x22/actions/zoom.png 91share/evince/icons/hicolor/22x22/actions/zoom.png
 92share/evince/icons/hicolor/22x22/mimetypes/x-office-presentation.png
 93share/evince/icons/hicolor/24x24/actions/object-rotate-left.png
 94share/evince/icons/hicolor/24x24/actions/object-rotate-right.png
 95share/evince/icons/hicolor/24x24/actions/stock_filters-invert.png
81share/evince/icons/hicolor/24x24/actions/view-page-continuous.png 96share/evince/icons/hicolor/24x24/actions/view-page-continuous.png
82share/evince/icons/hicolor/24x24/actions/view-page-facing.png 97share/evince/icons/hicolor/24x24/actions/view-page-facing.png
83share/evince/icons/hicolor/24x24/actions/zoom-fit-page.png 98share/evince/icons/hicolor/24x24/actions/zoom-fit-height.png
84share/evince/icons/hicolor/24x24/actions/zoom-fit-width.png 99share/evince/icons/hicolor/24x24/actions/zoom-fit-width.png
85share/evince/icons/hicolor/24x24/actions/zoom.png 100share/evince/icons/hicolor/24x24/actions/zoom.png
 101share/evince/icons/hicolor/24x24/mimetypes/x-office-presentation.png
 102share/evince/icons/hicolor/32x32/actions/object-rotate-left.png
 103share/evince/icons/hicolor/32x32/actions/object-rotate-right.png
86share/evince/icons/hicolor/32x32/actions/view-page-continuous.png 104share/evince/icons/hicolor/32x32/actions/view-page-continuous.png
87share/evince/icons/hicolor/32x32/actions/view-page-facing.png 105share/evince/icons/hicolor/32x32/actions/view-page-facing.png
 106share/evince/icons/hicolor/32x32/mimetypes/x-office-presentation.png
88share/evince/icons/hicolor/48x48/actions/close.png 107share/evince/icons/hicolor/48x48/actions/close.png
89share/evince/icons/hicolor/48x48/actions/resize-se.png 108share/evince/icons/hicolor/48x48/actions/resize-se.png
90share/evince/icons/hicolor/48x48/actions/resize-sw.png 109share/evince/icons/hicolor/48x48/actions/resize-sw.png
91share/evince/icons/hicolor/48x48/actions/view-page-continuous.png 110share/evince/icons/hicolor/48x48/actions/view-page-continuous.png
92share/evince/icons/hicolor/48x48/actions/view-page-facing.png 111share/evince/icons/hicolor/48x48/actions/view-page-facing.png
 112share/evince/icons/hicolor/scalable/actions/object-rotate-left.svg
 113share/evince/icons/hicolor/scalable/actions/object-rotate-right.svg
 114share/evince/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
93share/gconf/schemas/evince-thumbnailer-comics.schemas 115share/gconf/schemas/evince-thumbnailer-comics.schemas
94${PLIST.djvu}share/gconf/schemas/evince-thumbnailer-djvu.schemas 116${PLIST.djvu}share/gconf/schemas/evince-thumbnailer-djvu.schemas
95${PLIST.dvi}share/gconf/schemas/evince-thumbnailer-dvi.schemas 117${PLIST.dvi}share/gconf/schemas/evince-thumbnailer-dvi.schemas
96share/gconf/schemas/evince-thumbnailer-ps.schemas 118share/gconf/schemas/evince-thumbnailer-ps.schemas
97share/gconf/schemas/evince-thumbnailer.schemas 119share/gconf/schemas/evince-thumbnailer.schemas
98share/gconf/schemas/evince.schemas 120share/gconf/schemas/evince.schemas
99share/gnome/help/evince/C/evince.xml 121share/gnome/help/evince/C/evince.xml
100share/gnome/help/evince/C/figures/evince_start_window.png 122share/gnome/help/evince/C/figures/evince_start_window.png
101share/gnome/help/evince/C/legal.xml 123share/gnome/help/evince/C/legal.xml
102share/gnome/help/evince/bg/evince.xml 124share/gnome/help/evince/bg/evince.xml
103share/gnome/help/evince/bg/figures/evince_start_window.png 125share/gnome/help/evince/bg/figures/evince_start_window.png
104share/gnome/help/evince/ca/evince.xml 126share/gnome/help/evince/ca/evince.xml
105share/gnome/help/evince/ca/figures/evince_start_window.png 127share/gnome/help/evince/ca/figures/evince_start_window.png
@@ -131,133 +153,164 @@ share/gnome/help/evince/pt_BR/evince.xml @@ -131,133 +153,164 @@ share/gnome/help/evince/pt_BR/evince.xml
131share/gnome/help/evince/pt_BR/figures/evince_start_window.png 153share/gnome/help/evince/pt_BR/figures/evince_start_window.png
132share/gnome/help/evince/ru/evince.xml 154share/gnome/help/evince/ru/evince.xml
133share/gnome/help/evince/ru/figures/evince_start_window.png 155share/gnome/help/evince/ru/figures/evince_start_window.png
134share/gnome/help/evince/sr/evince.xml 156share/gnome/help/evince/sr/evince.xml
135share/gnome/help/evince/sr/figures/evince_start_window.png 157share/gnome/help/evince/sr/figures/evince_start_window.png
136share/gnome/help/evince/sv/evince.xml 158share/gnome/help/evince/sv/evince.xml
137share/gnome/help/evince/sv/figures/evince_start_window.png 159share/gnome/help/evince/sv/figures/evince_start_window.png
138share/gnome/help/evince/uk/evince.xml 160share/gnome/help/evince/uk/evince.xml
139share/gnome/help/evince/uk/figures/evince_start_window.png 161share/gnome/help/evince/uk/figures/evince_start_window.png
140share/gnome/help/evince/vi/evince.xml 162share/gnome/help/evince/vi/evince.xml
141share/gnome/help/evince/vi/figures/evince_start_window.png 163share/gnome/help/evince/vi/figures/evince_start_window.png
142share/gnome/help/evince/zh_CN/evince.xml 164share/gnome/help/evince/zh_CN/evince.xml
143share/gnome/help/evince/zh_CN/figures/evince_start_window.png 165share/gnome/help/evince/zh_CN/figures/evince_start_window.png
 166share/gtk-doc/html/evince/EggFindBar.html
 167share/gtk-doc/html/evince/EvFileMonitor.html
 168share/gtk-doc/html/evince/EvHistory.html
 169share/gtk-doc/html/evince/EvMessageArea.html
144share/gtk-doc/html/evince/EvNavigationAction.html 170share/gtk-doc/html/evince/EvNavigationAction.html
145share/gtk-doc/html/evince/EvNavigationActionWidget.html 171share/gtk-doc/html/evince/EvNavigationActionWidget.html
 172share/gtk-doc/html/evince/EvOpenRecentAction.html
146share/gtk-doc/html/evince/EvPageAction.html 173share/gtk-doc/html/evince/EvPageAction.html
147share/gtk-doc/html/evince/EvPageActionWidget.html 174share/gtk-doc/html/evince/EvPageActionWidget.html
 175share/gtk-doc/html/evince/EvPasswordView.html
 176share/gtk-doc/html/evince/EvProgressMessageArea.html
 177share/gtk-doc/html/evince/EvSidebar.html
 178share/gtk-doc/html/evince/EvSidebarAttachments.html
 179share/gtk-doc/html/evince/EvSidebarLayers.html
 180share/gtk-doc/html/evince/EvSidebarLinks.html
 181share/gtk-doc/html/evince/EvSidebarPage.html
 182share/gtk-doc/html/evince/EvSidebarThumbnails.html
148share/gtk-doc/html/evince/EvWindow.html 183share/gtk-doc/html/evince/EvWindow.html
149share/gtk-doc/html/evince/evince-EvHistory.html 184share/gtk-doc/html/evince/api-index-full.html
150share/gtk-doc/html/evince/evince-EvPasswordView.html 185share/gtk-doc/html/evince/evince-ev-application.html
151share/gtk-doc/html/evince/evince-EvSidebar.html 186share/gtk-doc/html/evince/evince-ev-keyring.html
152share/gtk-doc/html/evince/evince-EvSidebarAttachments.html 187share/gtk-doc/html/evince/evince-ev-media-player-keys.html
153share/gtk-doc/html/evince/evince-EvSidebarLinks.html 188share/gtk-doc/html/evince/evince-ev-metadata.html
154share/gtk-doc/html/evince/evince-EvSidebarPage.html 
155share/gtk-doc/html/evince/evince-EvSidebarThumbnails.html 
156share/gtk-doc/html/evince/evince-ev-metadata-manager.html 
157share/gtk-doc/html/evince/evince-ev-properties-dialog.html 189share/gtk-doc/html/evince/evince-ev-properties-dialog.html
158share/gtk-doc/html/evince/evince-ev-properties-fonts.html 190share/gtk-doc/html/evince/evince-ev-properties-fonts.html
 191share/gtk-doc/html/evince/evince-ev-properties-license.html
159share/gtk-doc/html/evince/evince-ev-utils.html 192share/gtk-doc/html/evince/evince-ev-utils.html
160share/gtk-doc/html/evince/evince-ev-window-title.html 193share/gtk-doc/html/evince/evince-ev-window-title.html
 194share/gtk-doc/html/evince/evince-frontend.html
161share/gtk-doc/html/evince/evince.devhelp 195share/gtk-doc/html/evince/evince.devhelp
162share/gtk-doc/html/evince/evince.devhelp2 196share/gtk-doc/html/evince/evince.devhelp2
163share/gtk-doc/html/evince/home.png 197share/gtk-doc/html/evince/home.png
164share/gtk-doc/html/evince/index.html 198share/gtk-doc/html/evince/index.html
165share/gtk-doc/html/evince/index.sgml 199share/gtk-doc/html/evince/index.sgml
166share/gtk-doc/html/evince/ix01.html 
167share/gtk-doc/html/evince/left.png 200share/gtk-doc/html/evince/left.png
168share/gtk-doc/html/evince/pt01.html 201share/gtk-doc/html/evince/licence.html
 202share/gtk-doc/html/evince/object-tree.html
169share/gtk-doc/html/evince/right.png 203share/gtk-doc/html/evince/right.png
170share/gtk-doc/html/evince/style.css 204share/gtk-doc/html/evince/style.css
171share/gtk-doc/html/evince/up.png 205share/gtk-doc/html/evince/up.png
172share/gtk-doc/html/libevdocument/EvAsyncRenderer.html 206share/gtk-doc/html/libevdocument-2.30/EvAnnotation.html
173share/gtk-doc/html/libevdocument/EvAttachment.html 207share/gtk-doc/html/libevdocument-2.30/EvAsyncRenderer.html
174share/gtk-doc/html/libevdocument/EvDocument.html 208share/gtk-doc/html/libevdocument-2.30/EvAttachment.html
175share/gtk-doc/html/libevdocument/EvDocumentFind.html 209share/gtk-doc/html/libevdocument-2.30/EvDocument.html
176share/gtk-doc/html/libevdocument/EvDocumentFonts.html 210share/gtk-doc/html/libevdocument-2.30/EvDocumentAnnotations.html
177share/gtk-doc/html/libevdocument/EvDocumentForms.html 211share/gtk-doc/html/libevdocument-2.30/EvDocumentAttachments.html
178share/gtk-doc/html/libevdocument/EvDocumentImages.html 212share/gtk-doc/html/libevdocument-2.30/EvDocumentFind.html
179share/gtk-doc/html/libevdocument/EvDocumentLayers.html 213share/gtk-doc/html/libevdocument-2.30/EvDocumentFonts.html
180share/gtk-doc/html/libevdocument/EvDocumentLinks.html 214share/gtk-doc/html/libevdocument-2.30/EvDocumentForms.html
181share/gtk-doc/html/libevdocument/EvDocumentSecurity.html 215share/gtk-doc/html/libevdocument-2.30/EvDocumentImages.html
182share/gtk-doc/html/libevdocument/EvDocumentThumbnails.html 216share/gtk-doc/html/libevdocument-2.30/EvDocumentLayers.html
183share/gtk-doc/html/libevdocument/EvDocumentTransition.html 217share/gtk-doc/html/libevdocument-2.30/EvDocumentLinks.html
184share/gtk-doc/html/libevdocument/EvFileExporter.html 218share/gtk-doc/html/libevdocument-2.30/EvDocumentPrint.html
185share/gtk-doc/html/libevdocument/EvFormFieldSignature.html 219share/gtk-doc/html/libevdocument-2.30/EvDocumentSecurity.html
186share/gtk-doc/html/libevdocument/EvImage.html 220share/gtk-doc/html/libevdocument-2.30/EvDocumentThumbnails.html
187share/gtk-doc/html/libevdocument/EvLayer.html 221share/gtk-doc/html/libevdocument-2.30/EvDocumentTransition.html
188share/gtk-doc/html/libevdocument/EvPage.html 222share/gtk-doc/html/libevdocument-2.30/EvFileExporter.html
189share/gtk-doc/html/libevdocument/EvRenderContext.html 223share/gtk-doc/html/libevdocument-2.30/EvFormField.html
190share/gtk-doc/html/libevdocument/EvSelection.html 224share/gtk-doc/html/libevdocument-2.30/EvImage.html
191share/gtk-doc/html/libevdocument/data.html 225share/gtk-doc/html/libevdocument-2.30/EvLayer.html
192share/gtk-doc/html/libevdocument/helper.html 226share/gtk-doc/html/libevdocument-2.30/EvPage.html
193share/gtk-doc/html/libevdocument/home.png 227share/gtk-doc/html/libevdocument-2.30/EvRenderContext.html
194share/gtk-doc/html/libevdocument/index.html 228share/gtk-doc/html/libevdocument-2.30/EvSelection.html
195share/gtk-doc/html/libevdocument/index.sgml 229share/gtk-doc/html/libevdocument-2.30/api-index-full.html
196share/gtk-doc/html/libevdocument/interfaces.html 230share/gtk-doc/html/libevdocument-2.30/document-data.html
197share/gtk-doc/html/libevdocument/left.png 231share/gtk-doc/html/libevdocument-2.30/document-helpers.html
198share/gtk-doc/html/libevdocument/libevdocument-ev-backends-manager.html 232share/gtk-doc/html/libevdocument-2.30/document-interfaces.html
199share/gtk-doc/html/libevdocument/libevdocument-ev-document-factory.html 233share/gtk-doc/html/libevdocument-2.30/home.png
200share/gtk-doc/html/libevdocument/libevdocument-ev-document-info.html 234share/gtk-doc/html/libevdocument-2.30/index.html
201share/gtk-doc/html/libevdocument/libevdocument-ev-document-misc.html 235share/gtk-doc/html/libevdocument-2.30/index.sgml
202share/gtk-doc/html/libevdocument/libevdocument-ev-file-helpers.html 236share/gtk-doc/html/libevdocument-2.30/left.png
203share/gtk-doc/html/libevdocument/libevdocument-ev-init.html 237share/gtk-doc/html/libevdocument-2.30/libevdocument-2.30.devhelp
204share/gtk-doc/html/libevdocument/libevdocument-ev-link-action.html 238share/gtk-doc/html/libevdocument-2.30/libevdocument-2.30.devhelp2
205share/gtk-doc/html/libevdocument/libevdocument-ev-link-dest.html 239share/gtk-doc/html/libevdocument-2.30/libevdocument-EvDocumentInfo.html
206share/gtk-doc/html/libevdocument/libevdocument-ev-link.html 240share/gtk-doc/html/libevdocument-2.30/libevdocument-EvDocumentMisc.html
207share/gtk-doc/html/libevdocument/libevdocument-ev-transition-effect.html 241share/gtk-doc/html/libevdocument-2.30/libevdocument-Version-checks.html
208share/gtk-doc/html/libevdocument/libevdocument.devhelp 242share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-backends-manager.html
209share/gtk-doc/html/libevdocument/libevdocument.devhelp2 243share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-document-factory.html
210share/gtk-doc/html/libevdocument/right.png 244share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-file-helpers.html
211share/gtk-doc/html/libevdocument/style.css 245share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-init.html
212share/gtk-doc/html/libevdocument/up.png 246share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link-action.html
213share/gtk-doc/html/libevview/ch01.html 247share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link-dest.html
214share/gtk-doc/html/libevview/home.png 248share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link.html
215share/gtk-doc/html/libevview/index.html 249share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-mapping.html
216share/gtk-doc/html/libevview/index.sgml 250share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-transition-effect.html
217share/gtk-doc/html/libevview/left.png 251share/gtk-doc/html/libevdocument-2.30/licence.html
218share/gtk-doc/html/libevview/libevview-EvJobPrint.html 252share/gtk-doc/html/libevdocument-2.30/object-tree.html
219share/gtk-doc/html/libevview/libevview-ev-job-scheduler.html 253share/gtk-doc/html/libevdocument-2.30/right.png
220share/gtk-doc/html/libevview/libevview-ev-page-cache.html 254share/gtk-doc/html/libevdocument-2.30/style.css
221share/gtk-doc/html/libevview/libevview-ev-stock-icons.html 255share/gtk-doc/html/libevdocument-2.30/up.png
222share/gtk-doc/html/libevview/libevview-ev-view.html 256share/gtk-doc/html/libevview-2.30/EvJob.html
223share/gtk-doc/html/libevview/libevview.devhelp 257share/gtk-doc/html/libevview-2.30/api-index-full.html
224share/gtk-doc/html/libevview/libevview.devhelp2 258share/gtk-doc/html/libevview-2.30/home.png
225share/gtk-doc/html/libevview/right.png 259share/gtk-doc/html/libevview-2.30/index.html
226share/gtk-doc/html/libevview/style.css 260share/gtk-doc/html/libevview-2.30/index.sgml
227share/gtk-doc/html/libevview/up.png 261share/gtk-doc/html/libevview-2.30/left.png
 262share/gtk-doc/html/libevview-2.30/libevview-2.30.devhelp
 263share/gtk-doc/html/libevview-2.30/libevview-2.30.devhelp2
 264share/gtk-doc/html/libevview-2.30/libevview-ev-annotation-window.html
 265share/gtk-doc/html/libevview-2.30/libevview-ev-document-model.html
 266share/gtk-doc/html/libevview-2.30/libevview-ev-job-scheduler.html
 267share/gtk-doc/html/libevview-2.30/libevview-ev-page-cache.html
 268share/gtk-doc/html/libevview-2.30/libevview-ev-print-operation.html
 269share/gtk-doc/html/libevview-2.30/libevview-ev-stock-icons.html
 270share/gtk-doc/html/libevview-2.30/libevview-ev-view-cursor.html
 271share/gtk-doc/html/libevview-2.30/libevview-ev-view-presentation.html
 272share/gtk-doc/html/libevview-2.30/libevview-ev-view-type-builtins.html
 273share/gtk-doc/html/libevview-2.30/libevview-ev-view.html
 274share/gtk-doc/html/libevview-2.30/licence.html
 275share/gtk-doc/html/libevview-2.30/object-tree.html
 276share/gtk-doc/html/libevview-2.30/right.png
 277share/gtk-doc/html/libevview-2.30/style.css
 278share/gtk-doc/html/libevview-2.30/up.png
 279share/gtk-doc/html/libevview-2.30/view-view.html
228share/icons/hicolor/16x16/apps/evince.png 280share/icons/hicolor/16x16/apps/evince.png
229share/icons/hicolor/22x22/apps/evince.png 281share/icons/hicolor/22x22/apps/evince.png
230share/icons/hicolor/24x24/apps/evince.png 282share/icons/hicolor/24x24/apps/evince.png
231share/icons/hicolor/48x48/apps/evince.png 283share/icons/hicolor/48x48/apps/evince.png
232share/icons/hicolor/scalable/apps/evince.svg 284share/icons/hicolor/scalable/apps/evince.svg
233share/locale/af/LC_MESSAGES/evince.mo 285share/locale/af/LC_MESSAGES/evince.mo
234share/locale/ar/LC_MESSAGES/evince.mo 286share/locale/ar/LC_MESSAGES/evince.mo
235share/locale/as/LC_MESSAGES/evince.mo 287share/locale/as/LC_MESSAGES/evince.mo
236share/locale/ast/LC_MESSAGES/evince.mo 288share/locale/ast/LC_MESSAGES/evince.mo
237share/locale/be/LC_MESSAGES/evince.mo 289share/locale/be/LC_MESSAGES/evince.mo
238share/locale/be@latin/LC_MESSAGES/evince.mo 290share/locale/be@latin/LC_MESSAGES/evince.mo
239share/locale/bg/LC_MESSAGES/evince.mo 291share/locale/bg/LC_MESSAGES/evince.mo
240share/locale/bn/LC_MESSAGES/evince.mo 292share/locale/bn/LC_MESSAGES/evince.mo
241share/locale/bn_IN/LC_MESSAGES/evince.mo 293share/locale/bn_IN/LC_MESSAGES/evince.mo
242share/locale/br/LC_MESSAGES/evince.mo 294share/locale/br/LC_MESSAGES/evince.mo
243share/locale/ca/LC_MESSAGES/evince.mo 295share/locale/ca/LC_MESSAGES/evince.mo
244share/locale/ca@valencia/LC_MESSAGES/evince.mo 296share/locale/ca@valencia/LC_MESSAGES/evince.mo
245share/locale/cs/LC_MESSAGES/evince.mo 297share/locale/cs/LC_MESSAGES/evince.mo
246share/locale/cy/LC_MESSAGES/evince.mo 298share/locale/cy/LC_MESSAGES/evince.mo
247share/locale/da/LC_MESSAGES/evince.mo 299share/locale/da/LC_MESSAGES/evince.mo
248share/locale/de/LC_MESSAGES/evince.mo 300share/locale/de/LC_MESSAGES/evince.mo
249share/locale/dz/LC_MESSAGES/evince.mo 301share/locale/dz/LC_MESSAGES/evince.mo
250share/locale/el/LC_MESSAGES/evince.mo 302share/locale/el/LC_MESSAGES/evince.mo
 303share/locale/en@shaw/LC_MESSAGES/evince.mo
251share/locale/en_CA/LC_MESSAGES/evince.mo 304share/locale/en_CA/LC_MESSAGES/evince.mo
252share/locale/en_GB/LC_MESSAGES/evince.mo 305share/locale/en_GB/LC_MESSAGES/evince.mo
253share/locale/es/LC_MESSAGES/evince.mo 306share/locale/es/LC_MESSAGES/evince.mo
254share/locale/et/LC_MESSAGES/evince.mo 307share/locale/et/LC_MESSAGES/evince.mo
255share/locale/eu/LC_MESSAGES/evince.mo 308share/locale/eu/LC_MESSAGES/evince.mo
256share/locale/fa/LC_MESSAGES/evince.mo 309share/locale/fa/LC_MESSAGES/evince.mo
257share/locale/fi/LC_MESSAGES/evince.mo 310share/locale/fi/LC_MESSAGES/evince.mo
258share/locale/fr/LC_MESSAGES/evince.mo 311share/locale/fr/LC_MESSAGES/evince.mo
259share/locale/ga/LC_MESSAGES/evince.mo 312share/locale/ga/LC_MESSAGES/evince.mo
260share/locale/gl/LC_MESSAGES/evince.mo 313share/locale/gl/LC_MESSAGES/evince.mo
261share/locale/gu/LC_MESSAGES/evince.mo 314share/locale/gu/LC_MESSAGES/evince.mo
262share/locale/he/LC_MESSAGES/evince.mo 315share/locale/he/LC_MESSAGES/evince.mo
263share/locale/hi/LC_MESSAGES/evince.mo 316share/locale/hi/LC_MESSAGES/evince.mo
@@ -266,27 +319,29 @@ share/locale/id/LC_MESSAGES/evince.mo @@ -266,27 +319,29 @@ share/locale/id/LC_MESSAGES/evince.mo
266share/locale/it/LC_MESSAGES/evince.mo 319share/locale/it/LC_MESSAGES/evince.mo
267share/locale/ja/LC_MESSAGES/evince.mo 320share/locale/ja/LC_MESSAGES/evince.mo
268share/locale/ka/LC_MESSAGES/evince.mo 321share/locale/ka/LC_MESSAGES/evince.mo
269share/locale/kn/LC_MESSAGES/evince.mo 322share/locale/kn/LC_MESSAGES/evince.mo
270share/locale/ko/LC_MESSAGES/evince.mo 323share/locale/ko/LC_MESSAGES/evince.mo
271share/locale/ks/LC_MESSAGES/evince.mo 324share/locale/ks/LC_MESSAGES/evince.mo
272share/locale/ku/LC_MESSAGES/evince.mo 325share/locale/ku/LC_MESSAGES/evince.mo
273share/locale/lt/LC_MESSAGES/evince.mo 326share/locale/lt/LC_MESSAGES/evince.mo
274share/locale/lv/LC_MESSAGES/evince.mo 327share/locale/lv/LC_MESSAGES/evince.mo
275share/locale/mai/LC_MESSAGES/evince.mo 328share/locale/mai/LC_MESSAGES/evince.mo
276share/locale/mg/LC_MESSAGES/evince.mo 329share/locale/mg/LC_MESSAGES/evince.mo
277share/locale/mk/LC_MESSAGES/evince.mo 330share/locale/mk/LC_MESSAGES/evince.mo
278share/locale/ml/LC_MESSAGES/evince.mo 331share/locale/ml/LC_MESSAGES/evince.mo
 332share/locale/mn/LC_MESSAGES/evince.mo
279share/locale/mr/LC_MESSAGES/evince.mo 333share/locale/mr/LC_MESSAGES/evince.mo
 334share/locale/ms/LC_MESSAGES/evince.mo
280share/locale/nb/LC_MESSAGES/evince.mo 335share/locale/nb/LC_MESSAGES/evince.mo
281share/locale/nds/LC_MESSAGES/evince.mo 336share/locale/nds/LC_MESSAGES/evince.mo
282share/locale/ne/LC_MESSAGES/evince.mo 337share/locale/ne/LC_MESSAGES/evince.mo
283share/locale/nl/LC_MESSAGES/evince.mo 338share/locale/nl/LC_MESSAGES/evince.mo
284share/locale/nn/LC_MESSAGES/evince.mo 339share/locale/nn/LC_MESSAGES/evince.mo
285share/locale/oc/LC_MESSAGES/evince.mo 340share/locale/oc/LC_MESSAGES/evince.mo
286share/locale/or/LC_MESSAGES/evince.mo 341share/locale/or/LC_MESSAGES/evince.mo
287share/locale/pa/LC_MESSAGES/evince.mo 342share/locale/pa/LC_MESSAGES/evince.mo
288share/locale/pl/LC_MESSAGES/evince.mo 343share/locale/pl/LC_MESSAGES/evince.mo
289share/locale/ps/LC_MESSAGES/evince.mo 344share/locale/ps/LC_MESSAGES/evince.mo
290share/locale/pt/LC_MESSAGES/evince.mo 345share/locale/pt/LC_MESSAGES/evince.mo
291share/locale/pt_BR/LC_MESSAGES/evince.mo 346share/locale/pt_BR/LC_MESSAGES/evince.mo
292share/locale/ro/LC_MESSAGES/evince.mo 347share/locale/ro/LC_MESSAGES/evince.mo

cvs diff -r1.4 -r1.5 pkgsrc/print/evince/Attic/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/print/evince/Attic/buildlink3.mk 2010/06/13 22:45:14 1.4
+++ pkgsrc/print/evince/Attic/buildlink3.mk 2010/07/06 15:35:07 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: buildlink3.mk,v 1.4 2010/06/13 22:45:14 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.5 2010/07/06 15:35:07 drochner Exp $
2 2
3BUILDLINK_TREE+= evince 3BUILDLINK_TREE+= evince
4 4
5.if !defined(EVINCE_BUILDLINK3_MK) 5.if !defined(EVINCE_BUILDLINK3_MK)
6EVINCE_BUILDLINK3_MK:= 6EVINCE_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.evince+= evince>=2.26.0 8BUILDLINK_API_DEPENDS.evince+= evince>=2.30.1
9BUILDLINK_ABI_DEPENDS.evince?= evince>=2.28.2nb4 9BUILDLINK_ABI_DEPENDS.evince?= evince>=2.28.2nb4
10BUILDLINK_PKGSRCDIR.evince?= ../../print/evince 10BUILDLINK_PKGSRCDIR.evince?= ../../print/evince
11 11
12.include "../../devel/glib2/buildlink3.mk" 12.include "../../devel/glib2/buildlink3.mk"
13.include "../../x11/gtk2/buildlink3.mk" 13.include "../../x11/gtk2/buildlink3.mk"
14.endif # EVINCE_BUILDLINK3_MK 14.endif # EVINCE_BUILDLINK3_MK
15 15
16BUILDLINK_TREE+= -evince 16BUILDLINK_TREE+= -evince

cvs diff -r1.29 -r1.30 pkgsrc/print/evince/distinfo (expand / switch to unified diff)

--- pkgsrc/print/evince/distinfo 2009/12/16 17:15:10 1.29
+++ pkgsrc/print/evince/distinfo 2010/07/06 15:35:07 1.30
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.29 2009/12/16 17:15:10 drochner Exp $ 1$NetBSD: distinfo,v 1.30 2010/07/06 15:35:07 drochner Exp $
2 2
3SHA1 (evince-2.28.2.tar.bz2) = fccb214cf5649ba8343c4a33e4cd95cafd4878cb 3SHA1 (evince-2.30.3.tar.bz2) = 381730a6fc66bbd823edbd0aa50b480e5d40f130
4RMD160 (evince-2.28.2.tar.bz2) = 981757c9cf9ef9e1bedda70a8387f3b112b40587 4RMD160 (evince-2.30.3.tar.bz2) = 67b5a9ba2da16f20946447cfcbd482505b2f4fc0
5Size (evince-2.28.2.tar.bz2) = 2029085 bytes 5Size (evince-2.30.3.tar.bz2) = 2180874 bytes