Wed Oct 21 17:28:03 2009 UTC ()
update to 2.28.1
This switches to the gnome-2.28 release branch.


(drochner)
diff -r1.55 -r1.56 pkgsrc/print/evince/Makefile
diff -r1.29 -r1.30 pkgsrc/print/evince/Makefile.common
diff -r1.26 -r1.27 pkgsrc/print/evince/PLIST
diff -r1.27 -r1.28 pkgsrc/print/evince/distinfo
diff -r1.4 -r1.5 pkgsrc/print/evince/options.mk
diff -r1.8 -r0 pkgsrc/print/evince/patches/patch-aa

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

--- pkgsrc/print/evince/Makefile 2009/08/26 19:57:00 1.55
+++ pkgsrc/print/evince/Makefile 2009/10/21 17:28:02 1.56
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.55 2009/08/26 19:57:00 sno Exp $ 1# $NetBSD: Makefile,v 1.56 2009/10/21 17:28:02 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"
7PKGREVISION= 1 
8 7
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
 17CONFIGURE_ARGS+= --disable-nautilus
18GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas 18GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas
19 19
20BUILDLINK_DEPMETHOD.libXt?= build 20BUILDLINK_DEPMETHOD.libXt?= build
21 21
22.include "../../devel/GConf/schemas.mk" 22.include "../../devel/GConf/schemas.mk"
23.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 23.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
24.include "../../security/gnome-keyring/buildlink3.mk" 24.include "../../security/gnome-keyring/buildlink3.mk"
25.include "../../sysutils/dbus/buildlink3.mk" 25.include "../../sysutils/dbus/buildlink3.mk"
26BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.70 26BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.70
27.include "../../sysutils/dbus-glib/buildlink3.mk" 27.include "../../sysutils/dbus-glib/buildlink3.mk"
28.include "../../x11/libXt/buildlink3.mk" 28.include "../../x11/libXt/buildlink3.mk"
29.include "../../x11/libSM/buildlink3.mk" 29.include "../../x11/libSM/buildlink3.mk"
30 30

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

--- pkgsrc/print/evince/Attic/Makefile.common 2009/07/22 09:01:42 1.29
+++ pkgsrc/print/evince/Attic/Makefile.common 2009/10/21 17:28:02 1.30
@@ -1,45 +1,44 @@ @@ -1,45 +1,44 @@
1# $NetBSD: Makefile.common,v 1.29 2009/07/22 09:01:42 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.30 2009/10/21 17:28:02 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.26.2 6DISTNAME= evince-2.28.1
7CATEGORIES= print 7CATEGORIES= print
8MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/2.26/} 8MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/2.28/}
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
15PATCHDIR= ${.CURDIR}/../evince/patches 15PATCHDIR= ${.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# 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
25# (avoid hard dependency on a specific version) 25# (avoid hard dependency on a specific version)
26CONFIGURE_ARGS+= --with-gs=${LOCALBASE}/bin/gs 26CONFIGURE_ARGS+= --with-gs=${LOCALBASE}/bin/gs
27pre-configure: 27pre-configure:
28 ${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs 28 ${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs
29 ${CHMOD} +x ${BUILDLINK_DIR}/bin/gs 29 ${CHMOD} +x ${BUILDLINK_DIR}/bin/gs
30 30
31.include "../../databases/shared-mime-info/buildlink3.mk" 31.include "../../databases/shared-mime-info/buildlink3.mk"
32BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.6 32BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.6
33.include "../../devel/glib2/buildlink3.mk" 33.include "../../devel/glib2/buildlink3.mk"
34.include "../../devel/libglade/buildlink3.mk" 
35BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.17.1 34BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.17.1
36.include "../../graphics/gnome-icon-theme/buildlink3.mk" 35.include "../../graphics/gnome-icon-theme/buildlink3.mk"
37.include "../../graphics/tiff/buildlink3.mk" 36.include "../../graphics/tiff/buildlink3.mk"
38.include "../../print/libspectre/buildlink3.mk" 37.include "../../print/libspectre/buildlink3.mk"
39BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.8.0 38BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.8.0
40.include "../../print/poppler-glib/buildlink3.mk" 39.include "../../print/poppler-glib/buildlink3.mk"
41.include "../../sysutils/desktop-file-utils/desktopdb.mk" 40.include "../../sysutils/desktop-file-utils/desktopdb.mk"
42.include "../../textproc/gnome-doc-utils/buildlink3.mk" 41.include "../../textproc/gnome-doc-utils/buildlink3.mk"
43.include "../../mk/omf-scrollkeeper.mk" 42.include "../../mk/omf-scrollkeeper.mk"
44BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 43BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
45.include "../../x11/gtk2/buildlink3.mk" 44.include "../../x11/gtk2/buildlink3.mk"

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

--- pkgsrc/print/evince/PLIST 2009/06/14 18:11:55 1.26
+++ pkgsrc/print/evince/PLIST 2009/10/21 17:28:02 1.27
@@ -1,93 +1,103 @@ @@ -1,93 +1,103 @@
1@comment $NetBSD: PLIST,v 1.26 2009/06/14 18:11:55 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.27 2009/10/21 17:28:02 drochner Exp $
2bin/evince 2bin/evince
 3bin/evince-previewer
3bin/evince-thumbnailer 4bin/evince-thumbnailer
4include/evince/2.25/evince-document.h 5include/evince/2.25/evince-document.h
5include/evince/2.25/evince-view.h 6include/evince/2.25/evince-view.h
 7include/evince/2.25/libdocument/ev-annotation.h
6include/evince/2.25/libdocument/ev-async-renderer.h 8include/evince/2.25/libdocument/ev-async-renderer.h
7include/evince/2.25/libdocument/ev-attachment.h 9include/evince/2.25/libdocument/ev-attachment.h
8include/evince/2.25/libdocument/ev-backends-manager.h 10include/evince/2.25/libdocument/ev-backends-manager.h
 11include/evince/2.25/libdocument/ev-document-annotations.h
9include/evince/2.25/libdocument/ev-document-factory.h 12include/evince/2.25/libdocument/ev-document-factory.h
10include/evince/2.25/libdocument/ev-document-find.h 13include/evince/2.25/libdocument/ev-document-find.h
11include/evince/2.25/libdocument/ev-document-fonts.h 14include/evince/2.25/libdocument/ev-document-fonts.h
12include/evince/2.25/libdocument/ev-document-forms.h 15include/evince/2.25/libdocument/ev-document-forms.h
13include/evince/2.25/libdocument/ev-document-images.h 16include/evince/2.25/libdocument/ev-document-images.h
14include/evince/2.25/libdocument/ev-document-info.h 17include/evince/2.25/libdocument/ev-document-info.h
15include/evince/2.25/libdocument/ev-document-layers.h 18include/evince/2.25/libdocument/ev-document-layers.h
16include/evince/2.25/libdocument/ev-document-links.h 19include/evince/2.25/libdocument/ev-document-links.h
17include/evince/2.25/libdocument/ev-document-misc.h 20include/evince/2.25/libdocument/ev-document-misc.h
 21include/evince/2.25/libdocument/ev-document-print.h
18include/evince/2.25/libdocument/ev-document-security.h 22include/evince/2.25/libdocument/ev-document-security.h
19include/evince/2.25/libdocument/ev-document-thumbnails.h 23include/evince/2.25/libdocument/ev-document-thumbnails.h
20include/evince/2.25/libdocument/ev-document-transition.h 24include/evince/2.25/libdocument/ev-document-transition.h
21include/evince/2.25/libdocument/ev-document-type-builtins.h 25include/evince/2.25/libdocument/ev-document-type-builtins.h
22include/evince/2.25/libdocument/ev-document.h 26include/evince/2.25/libdocument/ev-document.h
23include/evince/2.25/libdocument/ev-file-exporter.h 27include/evince/2.25/libdocument/ev-file-exporter.h
24include/evince/2.25/libdocument/ev-file-helpers.h 28include/evince/2.25/libdocument/ev-file-helpers.h
25include/evince/2.25/libdocument/ev-form-field.h 29include/evince/2.25/libdocument/ev-form-field.h
26include/evince/2.25/libdocument/ev-image.h 30include/evince/2.25/libdocument/ev-image.h
27include/evince/2.25/libdocument/ev-init.h 31include/evince/2.25/libdocument/ev-init.h
28include/evince/2.25/libdocument/ev-layer.h 32include/evince/2.25/libdocument/ev-layer.h
29include/evince/2.25/libdocument/ev-link-action.h 33include/evince/2.25/libdocument/ev-link-action.h
30include/evince/2.25/libdocument/ev-link-dest.h 34include/evince/2.25/libdocument/ev-link-dest.h
31include/evince/2.25/libdocument/ev-link.h 35include/evince/2.25/libdocument/ev-link.h
 36include/evince/2.25/libdocument/ev-mapping.h
32include/evince/2.25/libdocument/ev-page.h 37include/evince/2.25/libdocument/ev-page.h
33include/evince/2.25/libdocument/ev-render-context.h 38include/evince/2.25/libdocument/ev-render-context.h
34include/evince/2.25/libdocument/ev-selection.h 39include/evince/2.25/libdocument/ev-selection.h
35include/evince/2.25/libdocument/ev-transition-effect.h 40include/evince/2.25/libdocument/ev-transition-effect.h
36include/evince/2.25/libdocument/ev-version.h 41include/evince/2.25/libdocument/ev-version.h
37include/evince/2.25/libview/ev-job-scheduler.h 42include/evince/2.25/libview/ev-job-scheduler.h
38include/evince/2.25/libview/ev-jobs.h 43include/evince/2.25/libview/ev-jobs.h
39include/evince/2.25/libview/ev-page-cache.h 44include/evince/2.25/libview/ev-page-cache.h
 45include/evince/2.25/libview/ev-stock-icons.h
40include/evince/2.25/libview/ev-view-type-builtins.h 46include/evince/2.25/libview/ev-view-type-builtins.h
41include/evince/2.25/libview/ev-view.h 47include/evince/2.25/libview/ev-view.h
42lib/evince/1/backends/comicsdocument.evince-backend 48lib/evince/1/backends/comicsdocument.evince-backend
43${PLIST.djvu}lib/evince/1/backends/djvudocument.evince-backend 49${PLIST.djvu}lib/evince/1/backends/djvudocument.evince-backend
44${PLIST.dvi}lib/evince/1/backends/dvidocument.evince-backend 50${PLIST.dvi}lib/evince/1/backends/dvidocument.evince-backend
45lib/evince/1/backends/libcomicsdocument.la 51lib/evince/1/backends/libcomicsdocument.la
46${PLIST.djvu}lib/evince/1/backends/libdjvudocument.la 52${PLIST.djvu}lib/evince/1/backends/libdjvudocument.la
47${PLIST.dvi}lib/evince/1/backends/libdvidocument.la 53${PLIST.dvi}lib/evince/1/backends/libdvidocument.la
48lib/evince/1/backends/libpdfdocument.la 54lib/evince/1/backends/libpdfdocument.la
49lib/evince/1/backends/libpsdocument.la 55lib/evince/1/backends/libpsdocument.la
50lib/evince/1/backends/libtiffdocument.la 56lib/evince/1/backends/libtiffdocument.la
51lib/evince/1/backends/pdfdocument.evince-backend 57lib/evince/1/backends/pdfdocument.evince-backend
52lib/evince/1/backends/psdocument.evince-backend 58lib/evince/1/backends/psdocument.evince-backend
53lib/evince/1/backends/tiffdocument.evince-backend 59lib/evince/1/backends/tiffdocument.evince-backend
54lib/libevdocument.la 60lib/libevdocument.la
55lib/libevview.la 61lib/libevview.la
56lib/pkgconfig/evince-document-2.25.pc 62lib/pkgconfig/evince-document-2.25.pc
57lib/pkgconfig/evince-view-2.25.pc 63lib/pkgconfig/evince-view-2.25.pc
58man/man1/evince.1 64man/man1/evince.1
59share/applications/evince.desktop 65share/applications/evince.desktop
 66share/evince/evince-previewer-ui.xml
60share/evince/evince-toolbar.xml 67share/evince/evince-toolbar.xml
61share/evince/evince-ui.xml 68share/evince/evince-ui.xml
62share/evince/hand-open.png 69share/evince/hand-open.png
63share/evince/icons/hicolor/16x16/actions/view-page-continuous.png 70share/evince/icons/hicolor/16x16/actions/view-page-continuous.png
64share/evince/icons/hicolor/16x16/actions/view-page-facing.png 71share/evince/icons/hicolor/16x16/actions/view-page-facing.png
65share/evince/icons/hicolor/16x16/actions/zoom-fit-page.png 72share/evince/icons/hicolor/16x16/actions/zoom-fit-page.png
66share/evince/icons/hicolor/16x16/actions/zoom-fit-width.png 73share/evince/icons/hicolor/16x16/actions/zoom-fit-width.png
67share/evince/icons/hicolor/16x16/actions/zoom.png 74share/evince/icons/hicolor/16x16/actions/zoom.png
68share/evince/icons/hicolor/22x22/actions/eye.png 75share/evince/icons/hicolor/22x22/actions/eye.png
69share/evince/icons/hicolor/22x22/actions/view-page-continuous.png 76share/evince/icons/hicolor/22x22/actions/view-page-continuous.png
70share/evince/icons/hicolor/22x22/actions/view-page-facing.png 77share/evince/icons/hicolor/22x22/actions/view-page-facing.png
71share/evince/icons/hicolor/22x22/actions/zoom-fit-page.png 78share/evince/icons/hicolor/22x22/actions/zoom-fit-page.png
72share/evince/icons/hicolor/22x22/actions/zoom-fit-width.png 79share/evince/icons/hicolor/22x22/actions/zoom-fit-width.png
73share/evince/icons/hicolor/22x22/actions/zoom.png 80share/evince/icons/hicolor/22x22/actions/zoom.png
74share/evince/icons/hicolor/24x24/actions/view-page-continuous.png 81share/evince/icons/hicolor/24x24/actions/view-page-continuous.png
75share/evince/icons/hicolor/24x24/actions/view-page-facing.png 82share/evince/icons/hicolor/24x24/actions/view-page-facing.png
76share/evince/icons/hicolor/24x24/actions/zoom-fit-page.png 83share/evince/icons/hicolor/24x24/actions/zoom-fit-page.png
77share/evince/icons/hicolor/24x24/actions/zoom-fit-width.png 84share/evince/icons/hicolor/24x24/actions/zoom-fit-width.png
78share/evince/icons/hicolor/24x24/actions/zoom.png 85share/evince/icons/hicolor/24x24/actions/zoom.png
79share/evince/icons/hicolor/32x32/actions/view-page-continuous.png 86share/evince/icons/hicolor/32x32/actions/view-page-continuous.png
80share/evince/icons/hicolor/32x32/actions/view-page-facing.png 87share/evince/icons/hicolor/32x32/actions/view-page-facing.png
 88share/evince/icons/hicolor/48x48/actions/close.png
 89share/evince/icons/hicolor/48x48/actions/resize-se.png
 90share/evince/icons/hicolor/48x48/actions/resize-sw.png
81share/evince/icons/hicolor/48x48/actions/view-page-continuous.png 91share/evince/icons/hicolor/48x48/actions/view-page-continuous.png
82share/evince/icons/hicolor/48x48/actions/view-page-facing.png 92share/evince/icons/hicolor/48x48/actions/view-page-facing.png
83share/gconf/schemas/evince-thumbnailer-comics.schemas 93share/gconf/schemas/evince-thumbnailer-comics.schemas
84${PLIST.djvu}share/gconf/schemas/evince-thumbnailer-djvu.schemas 94${PLIST.djvu}share/gconf/schemas/evince-thumbnailer-djvu.schemas
85${PLIST.dvi}share/gconf/schemas/evince-thumbnailer-dvi.schemas 95${PLIST.dvi}share/gconf/schemas/evince-thumbnailer-dvi.schemas
86share/gconf/schemas/evince-thumbnailer-ps.schemas 96share/gconf/schemas/evince-thumbnailer-ps.schemas
87share/gconf/schemas/evince-thumbnailer.schemas 97share/gconf/schemas/evince-thumbnailer.schemas
88share/gconf/schemas/evince.schemas 98share/gconf/schemas/evince.schemas
89share/gnome/help/evince/C/evince.xml 99share/gnome/help/evince/C/evince.xml
90share/gnome/help/evince/C/figures/evince_start_window.png 100share/gnome/help/evince/C/figures/evince_start_window.png
91share/gnome/help/evince/C/legal.xml 101share/gnome/help/evince/C/legal.xml
92share/gnome/help/evince/bg/evince.xml 102share/gnome/help/evince/bg/evince.xml
93share/gnome/help/evince/bg/figures/evince_start_window.png 103share/gnome/help/evince/bg/figures/evince_start_window.png
@@ -117,128 +127,131 @@ share/gnome/help/evince/nl/evince.xml @@ -117,128 +127,131 @@ share/gnome/help/evince/nl/evince.xml
117share/gnome/help/evince/nl/figures/evince_start_window.png 127share/gnome/help/evince/nl/figures/evince_start_window.png
118share/gnome/help/evince/oc/evince.xml 128share/gnome/help/evince/oc/evince.xml
119share/gnome/help/evince/oc/figures/evince_start_window.png 129share/gnome/help/evince/oc/figures/evince_start_window.png
120share/gnome/help/evince/pt_BR/evince.xml 130share/gnome/help/evince/pt_BR/evince.xml
121share/gnome/help/evince/pt_BR/figures/evince_start_window.png 131share/gnome/help/evince/pt_BR/figures/evince_start_window.png
122share/gnome/help/evince/ru/evince.xml 132share/gnome/help/evince/ru/evince.xml
123share/gnome/help/evince/ru/figures/evince_start_window.png 133share/gnome/help/evince/ru/figures/evince_start_window.png
124share/gnome/help/evince/sr/evince.xml 134share/gnome/help/evince/sr/evince.xml
125share/gnome/help/evince/sr/figures/evince_start_window.png 135share/gnome/help/evince/sr/figures/evince_start_window.png
126share/gnome/help/evince/sv/evince.xml 136share/gnome/help/evince/sv/evince.xml
127share/gnome/help/evince/sv/figures/evince_start_window.png 137share/gnome/help/evince/sv/figures/evince_start_window.png
128share/gnome/help/evince/uk/evince.xml 138share/gnome/help/evince/uk/evince.xml
129share/gnome/help/evince/uk/figures/evince_start_window.png 139share/gnome/help/evince/uk/figures/evince_start_window.png
 140share/gnome/help/evince/vi/evince.xml
 141share/gnome/help/evince/vi/figures/evince_start_window.png
130share/gnome/help/evince/zh_CN/evince.xml 142share/gnome/help/evince/zh_CN/evince.xml
131share/gnome/help/evince/zh_CN/figures/evince_start_window.png 143share/gnome/help/evince/zh_CN/figures/evince_start_window.png
132share/gtk-doc/html/evince/EvNavigationAction.html 144share/gtk-doc/html/evince/EvNavigationAction.html
133share/gtk-doc/html/evince/EvNavigationActionWidget.html 145share/gtk-doc/html/evince/EvNavigationActionWidget.html
134share/gtk-doc/html/evince/EvPageAction.html 146share/gtk-doc/html/evince/EvPageAction.html
135share/gtk-doc/html/evince/EvPageActionWidget.html 147share/gtk-doc/html/evince/EvPageActionWidget.html
136share/gtk-doc/html/evince/EvWindow.html 148share/gtk-doc/html/evince/EvWindow.html
137share/gtk-doc/html/evince/evince-EvHistory.html 149share/gtk-doc/html/evince/evince-EvHistory.html
138share/gtk-doc/html/evince/evince-EvPasswordView.html 150share/gtk-doc/html/evince/evince-EvPasswordView.html
139share/gtk-doc/html/evince/evince-EvSidebar.html 151share/gtk-doc/html/evince/evince-EvSidebar.html
140share/gtk-doc/html/evince/evince-EvSidebarAttachments.html 152share/gtk-doc/html/evince/evince-EvSidebarAttachments.html
141share/gtk-doc/html/evince/evince-EvSidebarLinks.html 153share/gtk-doc/html/evince/evince-EvSidebarLinks.html
 154share/gtk-doc/html/evince/evince-EvSidebarPage.html
142share/gtk-doc/html/evince/evince-EvSidebarThumbnails.html 155share/gtk-doc/html/evince/evince-EvSidebarThumbnails.html
143share/gtk-doc/html/evince/evince-ev-metadata-manager.html 156share/gtk-doc/html/evince/evince-ev-metadata-manager.html
144share/gtk-doc/html/evince/evince-ev-properties-dialog.html 157share/gtk-doc/html/evince/evince-ev-properties-dialog.html
145share/gtk-doc/html/evince/evince-ev-properties-fonts.html 158share/gtk-doc/html/evince/evince-ev-properties-fonts.html
146share/gtk-doc/html/evince/evince-ev-sidebar-page.html 
147share/gtk-doc/html/evince/evince-ev-stock-icons.html 
148share/gtk-doc/html/evince/evince-ev-utils.html 159share/gtk-doc/html/evince/evince-ev-utils.html
149share/gtk-doc/html/evince/evince-ev-window-title.html 160share/gtk-doc/html/evince/evince-ev-window-title.html
150share/gtk-doc/html/evince/evince.devhelp 161share/gtk-doc/html/evince/evince.devhelp
151share/gtk-doc/html/evince/evince.devhelp2 162share/gtk-doc/html/evince/evince.devhelp2
152share/gtk-doc/html/evince/home.png 163share/gtk-doc/html/evince/home.png
153share/gtk-doc/html/evince/index.html 164share/gtk-doc/html/evince/index.html
154share/gtk-doc/html/evince/index.sgml 165share/gtk-doc/html/evince/index.sgml
155share/gtk-doc/html/evince/ix01.html 166share/gtk-doc/html/evince/ix01.html
156share/gtk-doc/html/evince/left.png 167share/gtk-doc/html/evince/left.png
157share/gtk-doc/html/evince/pt01.html 168share/gtk-doc/html/evince/pt01.html
158share/gtk-doc/html/evince/right.png 169share/gtk-doc/html/evince/right.png
159share/gtk-doc/html/evince/style.css 170share/gtk-doc/html/evince/style.css
160share/gtk-doc/html/evince/up.png 171share/gtk-doc/html/evince/up.png
 172share/gtk-doc/html/libevdocument/EvAsyncRenderer.html
161share/gtk-doc/html/libevdocument/EvAttachment.html 173share/gtk-doc/html/libevdocument/EvAttachment.html
 174share/gtk-doc/html/libevdocument/EvDocument.html
 175share/gtk-doc/html/libevdocument/EvDocumentFind.html
 176share/gtk-doc/html/libevdocument/EvDocumentFonts.html
 177share/gtk-doc/html/libevdocument/EvDocumentForms.html
 178share/gtk-doc/html/libevdocument/EvDocumentImages.html
 179share/gtk-doc/html/libevdocument/EvDocumentLayers.html
 180share/gtk-doc/html/libevdocument/EvDocumentLinks.html
 181share/gtk-doc/html/libevdocument/EvDocumentSecurity.html
 182share/gtk-doc/html/libevdocument/EvDocumentThumbnails.html
 183share/gtk-doc/html/libevdocument/EvDocumentTransition.html
 184share/gtk-doc/html/libevdocument/EvFileExporter.html
162share/gtk-doc/html/libevdocument/EvFormFieldSignature.html 185share/gtk-doc/html/libevdocument/EvFormFieldSignature.html
163share/gtk-doc/html/libevdocument/EvImage.html 186share/gtk-doc/html/libevdocument/EvImage.html
164share/gtk-doc/html/libevdocument/EvLayer.html 187share/gtk-doc/html/libevdocument/EvLayer.html
165share/gtk-doc/html/libevdocument/EvPage.html 188share/gtk-doc/html/libevdocument/EvPage.html
166share/gtk-doc/html/libevdocument/EvRenderContext.html 189share/gtk-doc/html/libevdocument/EvRenderContext.html
 190share/gtk-doc/html/libevdocument/EvSelection.html
167share/gtk-doc/html/libevdocument/data.html 191share/gtk-doc/html/libevdocument/data.html
168share/gtk-doc/html/libevdocument/helper.html 192share/gtk-doc/html/libevdocument/helper.html
169share/gtk-doc/html/libevdocument/home.png 193share/gtk-doc/html/libevdocument/home.png
170share/gtk-doc/html/libevdocument/index.html 194share/gtk-doc/html/libevdocument/index.html
171share/gtk-doc/html/libevdocument/index.sgml 195share/gtk-doc/html/libevdocument/index.sgml
172share/gtk-doc/html/libevdocument/interfaces.html 196share/gtk-doc/html/libevdocument/interfaces.html
173share/gtk-doc/html/libevdocument/left.png 197share/gtk-doc/html/libevdocument/left.png
174share/gtk-doc/html/libevdocument/libevdocument-ev-async-renderer.html 
175share/gtk-doc/html/libevdocument/libevdocument-ev-backends-manager.html 198share/gtk-doc/html/libevdocument/libevdocument-ev-backends-manager.html
176share/gtk-doc/html/libevdocument/libevdocument-ev-document-factory.html 199share/gtk-doc/html/libevdocument/libevdocument-ev-document-factory.html
177share/gtk-doc/html/libevdocument/libevdocument-ev-document-find.html 
178share/gtk-doc/html/libevdocument/libevdocument-ev-document-fonts.html 
179share/gtk-doc/html/libevdocument/libevdocument-ev-document-forms.html 
180share/gtk-doc/html/libevdocument/libevdocument-ev-document-images.html 
181share/gtk-doc/html/libevdocument/libevdocument-ev-document-info.html 200share/gtk-doc/html/libevdocument/libevdocument-ev-document-info.html
182share/gtk-doc/html/libevdocument/libevdocument-ev-document-layers.html 
183share/gtk-doc/html/libevdocument/libevdocument-ev-document-links.html 
184share/gtk-doc/html/libevdocument/libevdocument-ev-document-misc.html 201share/gtk-doc/html/libevdocument/libevdocument-ev-document-misc.html
185share/gtk-doc/html/libevdocument/libevdocument-ev-document-security.html 
186share/gtk-doc/html/libevdocument/libevdocument-ev-document-thumbnails.html 
187share/gtk-doc/html/libevdocument/libevdocument-ev-document-transition.html 
188share/gtk-doc/html/libevdocument/libevdocument-ev-document.html 
189share/gtk-doc/html/libevdocument/libevdocument-ev-file-exporter.html 
190share/gtk-doc/html/libevdocument/libevdocument-ev-file-helpers.html 202share/gtk-doc/html/libevdocument/libevdocument-ev-file-helpers.html
191share/gtk-doc/html/libevdocument/libevdocument-ev-init.html 203share/gtk-doc/html/libevdocument/libevdocument-ev-init.html
192share/gtk-doc/html/libevdocument/libevdocument-ev-link-action.html 204share/gtk-doc/html/libevdocument/libevdocument-ev-link-action.html
193share/gtk-doc/html/libevdocument/libevdocument-ev-link-dest.html 205share/gtk-doc/html/libevdocument/libevdocument-ev-link-dest.html
194share/gtk-doc/html/libevdocument/libevdocument-ev-link.html 206share/gtk-doc/html/libevdocument/libevdocument-ev-link.html
195share/gtk-doc/html/libevdocument/libevdocument-ev-selection.html 
196share/gtk-doc/html/libevdocument/libevdocument-ev-transition-effect.html 207share/gtk-doc/html/libevdocument/libevdocument-ev-transition-effect.html
197share/gtk-doc/html/libevdocument/libevdocument.devhelp 208share/gtk-doc/html/libevdocument/libevdocument.devhelp
198share/gtk-doc/html/libevdocument/libevdocument.devhelp2 209share/gtk-doc/html/libevdocument/libevdocument.devhelp2
199share/gtk-doc/html/libevdocument/right.png 210share/gtk-doc/html/libevdocument/right.png
200share/gtk-doc/html/libevdocument/style.css 211share/gtk-doc/html/libevdocument/style.css
201share/gtk-doc/html/libevdocument/up.png 212share/gtk-doc/html/libevdocument/up.png
202share/gtk-doc/html/libevview/EvJobExport.html 
203share/gtk-doc/html/libevview/ch01.html 213share/gtk-doc/html/libevview/ch01.html
204share/gtk-doc/html/libevview/home.png 214share/gtk-doc/html/libevview/home.png
205share/gtk-doc/html/libevview/index.html 215share/gtk-doc/html/libevview/index.html
206share/gtk-doc/html/libevview/index.sgml 216share/gtk-doc/html/libevview/index.sgml
207share/gtk-doc/html/libevview/left.png 217share/gtk-doc/html/libevview/left.png
 218share/gtk-doc/html/libevview/libevview-EvJobPrint.html
208share/gtk-doc/html/libevview/libevview-ev-job-scheduler.html 219share/gtk-doc/html/libevview/libevview-ev-job-scheduler.html
209share/gtk-doc/html/libevview/libevview-ev-page-cache.html 220share/gtk-doc/html/libevview/libevview-ev-page-cache.html
 221share/gtk-doc/html/libevview/libevview-ev-stock-icons.html
210share/gtk-doc/html/libevview/libevview-ev-view.html 222share/gtk-doc/html/libevview/libevview-ev-view.html
211share/gtk-doc/html/libevview/libevview.devhelp 223share/gtk-doc/html/libevview/libevview.devhelp
212share/gtk-doc/html/libevview/libevview.devhelp2 224share/gtk-doc/html/libevview/libevview.devhelp2
213share/gtk-doc/html/libevview/right.png 225share/gtk-doc/html/libevview/right.png
214share/gtk-doc/html/libevview/style.css 226share/gtk-doc/html/libevview/style.css
215share/gtk-doc/html/libevview/up.png 227share/gtk-doc/html/libevview/up.png
216share/icons/hicolor/16x16/apps/evince.png 228share/icons/hicolor/16x16/apps/evince.png
217share/icons/hicolor/22x22/apps/evince.png 229share/icons/hicolor/22x22/apps/evince.png
218share/icons/hicolor/24x24/apps/evince.png 230share/icons/hicolor/24x24/apps/evince.png
219share/icons/hicolor/48x48/apps/evince.png 231share/icons/hicolor/48x48/apps/evince.png
220share/icons/hicolor/scalable/apps/evince.svg 232share/icons/hicolor/scalable/apps/evince.svg
221share/locale/af/LC_MESSAGES/evince.mo 233share/locale/af/LC_MESSAGES/evince.mo
222share/locale/ar/LC_MESSAGES/evince.mo 234share/locale/ar/LC_MESSAGES/evince.mo
223share/locale/as/LC_MESSAGES/evince.mo 235share/locale/as/LC_MESSAGES/evince.mo
224share/locale/ast/LC_MESSAGES/evince.mo 236share/locale/ast/LC_MESSAGES/evince.mo
225share/locale/be/LC_MESSAGES/evince.mo 237share/locale/be/LC_MESSAGES/evince.mo
226share/locale/be@latin/LC_MESSAGES/evince.mo 238share/locale/be@latin/LC_MESSAGES/evince.mo
227share/locale/bg/LC_MESSAGES/evince.mo 239share/locale/bg/LC_MESSAGES/evince.mo
228share/locale/bn/LC_MESSAGES/evince.mo 240share/locale/bn/LC_MESSAGES/evince.mo
229share/locale/bn_IN/LC_MESSAGES/evince.mo 241share/locale/bn_IN/LC_MESSAGES/evince.mo
230share/locale/br/LC_MESSAGES/evince.mo 242share/locale/br/LC_MESSAGES/evince.mo
231share/locale/ca/LC_MESSAGES/evince.mo 243share/locale/ca/LC_MESSAGES/evince.mo
 244share/locale/ca@valencia/LC_MESSAGES/evince.mo
232share/locale/cs/LC_MESSAGES/evince.mo 245share/locale/cs/LC_MESSAGES/evince.mo
233share/locale/cy/LC_MESSAGES/evince.mo 246share/locale/cy/LC_MESSAGES/evince.mo
234share/locale/da/LC_MESSAGES/evince.mo 247share/locale/da/LC_MESSAGES/evince.mo
235share/locale/de/LC_MESSAGES/evince.mo 248share/locale/de/LC_MESSAGES/evince.mo
236share/locale/dz/LC_MESSAGES/evince.mo 249share/locale/dz/LC_MESSAGES/evince.mo
237share/locale/el/LC_MESSAGES/evince.mo 250share/locale/el/LC_MESSAGES/evince.mo
238share/locale/en_CA/LC_MESSAGES/evince.mo 251share/locale/en_CA/LC_MESSAGES/evince.mo
239share/locale/en_GB/LC_MESSAGES/evince.mo 252share/locale/en_GB/LC_MESSAGES/evince.mo
240share/locale/es/LC_MESSAGES/evince.mo 253share/locale/es/LC_MESSAGES/evince.mo
241share/locale/et/LC_MESSAGES/evince.mo 254share/locale/et/LC_MESSAGES/evince.mo
242share/locale/eu/LC_MESSAGES/evince.mo 255share/locale/eu/LC_MESSAGES/evince.mo
243share/locale/fa/LC_MESSAGES/evince.mo 256share/locale/fa/LC_MESSAGES/evince.mo
244share/locale/fi/LC_MESSAGES/evince.mo 257share/locale/fi/LC_MESSAGES/evince.mo
@@ -305,14 +318,15 @@ share/omf/evince/evince-en_GB.omf @@ -305,14 +318,15 @@ share/omf/evince/evince-en_GB.omf
305share/omf/evince/evince-es.omf 318share/omf/evince/evince-es.omf
306share/omf/evince/evince-eu.omf 319share/omf/evince/evince-eu.omf
307share/omf/evince/evince-fi.omf 320share/omf/evince/evince-fi.omf
308share/omf/evince/evince-fr.omf 321share/omf/evince/evince-fr.omf
309share/omf/evince/evince-it.omf 322share/omf/evince/evince-it.omf
310share/omf/evince/evince-ja.omf 323share/omf/evince/evince-ja.omf
311share/omf/evince/evince-nl.omf 324share/omf/evince/evince-nl.omf
312share/omf/evince/evince-oc.omf 325share/omf/evince/evince-oc.omf
313share/omf/evince/evince-pt_BR.omf 326share/omf/evince/evince-pt_BR.omf
314share/omf/evince/evince-ru.omf 327share/omf/evince/evince-ru.omf
315share/omf/evince/evince-sr.omf 328share/omf/evince/evince-sr.omf
316share/omf/evince/evince-sv.omf 329share/omf/evince/evince-sv.omf
317share/omf/evince/evince-uk.omf 330share/omf/evince/evince-uk.omf
 331share/omf/evince/evince-vi.omf
318share/omf/evince/evince-zh_CN.omf 332share/omf/evince/evince-zh_CN.omf

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

--- pkgsrc/print/evince/distinfo 2009/05/19 23:53:34 1.27
+++ pkgsrc/print/evince/distinfo 2009/10/21 17:28:02 1.28
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.27 2009/05/19 23:53:34 wiz Exp $ 1$NetBSD: distinfo,v 1.28 2009/10/21 17:28:02 drochner Exp $
2 2
3SHA1 (evince-2.26.2.tar.bz2) = 1a789e078b4c95f3e3387a45092ae2f222135013 3SHA1 (evince-2.28.1.tar.bz2) = 28fb2b9fa0bbe126d0275badcf6091e6e56d0e01
4RMD160 (evince-2.26.2.tar.bz2) = 00dd3dfa006dc019f8f951a356d7260283bf8bab 4RMD160 (evince-2.28.1.tar.bz2) = 6658e0516faffacd926de781da39c26e174ae182
5Size (evince-2.26.2.tar.bz2) = 2033141 bytes 5Size (evince-2.28.1.tar.bz2) = 2033193 bytes
6SHA1 (patch-aa) = 546d38dd316cb01d05459d342fb39890d78daee4 

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

--- pkgsrc/print/evince/options.mk 2009/03/18 00:16:46 1.4
+++ pkgsrc/print/evince/options.mk 2009/10/21 17:28:02 1.5
@@ -1,31 +1,22 @@ @@ -1,31 +1,22 @@
1# $NetBSD: options.mk,v 1.4 2009/03/18 00:16:46 jmcneill Exp $ 1# $NetBSD: options.mk,v 1.5 2009/10/21 17:28:02 drochner Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.evince 3PKG_OPTIONS_VAR= PKG_OPTIONS.evince
4PKG_SUPPORTED_OPTIONS= dvi djvu gnome 4PKG_SUPPORTED_OPTIONS= dvi djvu
5PKG_SUGGESTED_OPTIONS= gnome 
6 5
7.include "../../mk/bsd.options.mk" 6.include "../../mk/bsd.options.mk"
8 7
9PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} 8PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
10 9
11.if !empty(PKG_OPTIONS:Mdvi) 10.if !empty(PKG_OPTIONS:Mdvi)
12CONFIGURE_ARGS+= --enable-dvi 11CONFIGURE_ARGS+= --enable-dvi
13PLIST.dvi= yes 12PLIST.dvi= yes
14GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas 13GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas
15.include "../../print/kpathsea/buildlink3.mk" 14.include "../../print/kpathsea/buildlink3.mk"
16.endif 15.endif
17 16
18.if !empty(PKG_OPTIONS:Mdjvu) 17.if !empty(PKG_OPTIONS:Mdjvu)
19CONFIGURE_ARGS+= --enable-djvu 18CONFIGURE_ARGS+= --enable-djvu
20PLIST.djvu= yes 19PLIST.djvu= yes
21GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas 20GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas
22.include "../../graphics/djvulibre-lib/buildlink3.mk" 21.include "../../graphics/djvulibre-lib/buildlink3.mk"
23.endif 22.endif
24 
25.if !empty(PKG_OPTIONS:Mgnome) 
26COMMENT+= for the GNOME Desktop 
27.else 
28COMMENT+= (GTK version) 
29CONFIGURE_ARGS+= --disable-nautilus 
30.endif 
31 

File Deleted: pkgsrc/print/evince/patches/Attic/patch-aa