Thu Apr 2 22:40:25 2015 UTC ()
Update to 2.0.32:

Changes in 2.0.32

    Fixed a syncing bug that could lead to lost reviews and sanity
    check errors when deleting a filtered deck before syncing.

    Make default note type titles consistent (thanks to Soren).

    Load saved searches in alphabetical order (thanks to Houssam).

    Fix some fields not being renamed in template when renaming
    field (thanks to Dave).

    Fixed an error message that could occur in add-ons (thanks to
    Thomas) .

    Add a few more media types in the file selector (thanks to
    Jonathan).

    Report an error if an add-on download is corrupt.

    Fix sync error being shown twice.

    Updated translations, thanks to the translators.


(wiz)
diff -r1.26 -r1.27 pkgsrc/misc/py-anki2/Makefile
diff -r1.11 -r1.12 pkgsrc/misc/py-anki2/PLIST
diff -r1.22 -r1.23 pkgsrc/misc/py-anki2/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/misc/py-anki2/Attic/Makefile (switch to unified diff)

--- pkgsrc/misc/py-anki2/Attic/Makefile 2015/03/26 22:12:41 1.26
+++ pkgsrc/misc/py-anki2/Attic/Makefile 2015/04/02 22:40:25 1.27
@@ -1,70 +1,70 @@ @@ -1,70 +1,70 @@
1# $NetBSD: Makefile,v 1.26 2015/03/26 22:12:41 jperkin Exp $ 1# $NetBSD: Makefile,v 1.27 2015/04/02 22:40:25 wiz Exp $
2 2
3DISTNAME= anki-2.0.31 3DISTNAME= anki-2.0.32
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/}
5CATEGORIES= misc x11 5CATEGORIES= misc x11
6MASTER_SITES= http://ankisrs.net/download/mirror/ 6MASTER_SITES= http://ankisrs.net/download/mirror/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= wiz@NetBSD.org 9MAINTAINER= wiz@NetBSD.org
10HOMEPAGE= http://ankisrs.net/ 10HOMEPAGE= http://ankisrs.net/
11COMMENT= Flashcard learning program (v2) 11COMMENT= Flashcard learning program (v2)
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 14DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
15# Actually, these hurt more than they help. 15# Actually, these hurt more than they help.
16# anki comes with its own version of the two, and if the pkgsrc versions 16# anki comes with its own version of the two, and if the pkgsrc versions
17# are newer, it might break 17# are newer, it might break
18#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # py-beautifulsoup 18#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # py-beautifulsoup
19#DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.2:../../www/py-beautifulsoup 19#DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.2:../../www/py-beautifulsoup
20#DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 20#DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
21# XXX: python portaudio 21# XXX: python portaudio
22 22
23PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.21 23PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.21
24 24
25.include "options.mk" 25.include "options.mk"
26 26
27USE_PKGLOCALEDIR= yes 27USE_PKGLOCALEDIR= yes
28USE_LANGUAGES= # none 28USE_LANGUAGES= # none
29CONFLICTS+= ${PYPKGPREFIX}-libanki-[0-9]* ${PYPKGPREFIXP}-anki-[0-9]* 29CONFLICTS+= ${PYPKGPREFIX}-libanki-[0-9]* ${PYPKGPREFIXP}-anki-[0-9]*
30 30
31INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/pixmaps share/applications 31INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/pixmaps share/applications
32 32
33REPLACE_PYTHON= anki/anki runanki 33REPLACE_PYTHON= anki/anki runanki
34 34
35USE_TOOLS+= bash:run 35USE_TOOLS+= bash:run
36 36
37REPLACE_BASH= tools/tests.sh tools/build_ui.sh 37REPLACE_BASH= tools/tests.sh tools/build_ui.sh
38 38
39SUBST_CLASSES+= inst 39SUBST_CLASSES+= inst
40SUBST_SED.inst+= -e 's,/usr/share/anki,${PREFIX}/share/anki,' 40SUBST_SED.inst+= -e 's,/usr/share/anki,${PREFIX}/share/anki,'
41SUBST_FILES.inst+= anki/anki runanki 41SUBST_FILES.inst+= anki/anki runanki
42SUBST_STAGE.inst= pre-build 42SUBST_STAGE.inst= pre-build
43SUBST_MESSAGE.inst= Fixing installation path. 43SUBST_MESSAGE.inst= Fixing installation path.
44 44
45SUBST_CLASSES+= lame 45SUBST_CLASSES+= lame
46SUBST_SED.lame+= -e 's,/usr/local,${PREFIX},' 46SUBST_SED.lame+= -e 's,/usr/local,${PREFIX},'
47SUBST_FILES.lame+= anki/sound.py 47SUBST_FILES.lame+= anki/sound.py
48SUBST_STAGE.lame= pre-build 48SUBST_STAGE.lame= pre-build
49SUBST_MESSAGE.lame= Fixing path to lame. 49SUBST_MESSAGE.lame= Fixing path to lame.
50 50
51SUBST_CLASSES+= man 51SUBST_CLASSES+= man
52SUBST_SED.man+= -e 's,share/man/man1,${PKGMANDIR}/man1,' 52SUBST_SED.man+= -e 's,share/man/man1,${PKGMANDIR}/man1,'
53SUBST_FILES.man+= Makefile 53SUBST_FILES.man+= Makefile
54SUBST_STAGE.man= pre-build 54SUBST_STAGE.man= pre-build
55SUBST_MESSAGE.man= Fixing path to man page directory. 55SUBST_MESSAGE.man= Fixing path to man page directory.
56 56
57MAKE_FLAGS+= PREFIX=${PREFIX} DESTDIR=${DESTDIR} 57MAKE_FLAGS+= PREFIX=${PREFIX} DESTDIR=${DESTDIR}
58 58
59post-extract: 59post-extract:
60 ${RM} -rf ${WRKSRC}/libanki/thirdparty 60 ${RM} -rf ${WRKSRC}/libanki/thirdparty
61 61
62# first due to patch-Makefile 62# first due to patch-Makefile
63# second: linux shared libraries won't help in the general case 63# second: linux shared libraries won't help in the general case
64post-install: 64post-install:
65 rm ${DESTDIR}${PREFIX}/share/anki/Makefile.orig 65 rm ${DESTDIR}${PREFIX}/share/anki/Makefile.orig
66 rm ${DESTDIR}${PREFIX}/share/anki/thirdparty/py*/_portaudio.so 66 rm ${DESTDIR}${PREFIX}/share/anki/thirdparty/py*/_portaudio.so
67 67
68.include "../../lang/python/application.mk" 68.include "../../lang/python/application.mk"
69.include "../../sysutils/desktop-file-utils/desktopdb.mk" 69.include "../../sysutils/desktop-file-utils/desktopdb.mk"
70.include "../../mk/bsd.pkg.mk" 70.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/misc/py-anki2/Attic/PLIST (switch to unified diff)

--- pkgsrc/misc/py-anki2/Attic/PLIST 2014/10/01 11:41:11 1.11
+++ pkgsrc/misc/py-anki2/Attic/PLIST 2015/04/02 22:40:25 1.12
@@ -1,450 +1,451 @@ @@ -1,450 +1,451 @@
1@comment $NetBSD: PLIST,v 1.11 2014/10/01 11:41:11 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.12 2015/04/02 22:40:25 wiz Exp $
2bin/anki 2bin/anki
3man/man1/anki.1 3man/man1/anki.1
4share/anki/LICENSE 4share/anki/LICENSE
5share/anki/LICENSE.logo 5share/anki/LICENSE.logo
6share/anki/Makefile 6share/anki/Makefile
7share/anki/README 7share/anki/README
8share/anki/README.development 8share/anki/README.development
9share/anki/anki.bat 9share/anki/anki.bat
10share/anki/anki.xml 10share/anki/anki.xml
11share/anki/anki/__init__.py 11share/anki/anki/__init__.py
12share/anki/anki/anki 12share/anki/anki/anki
13share/anki/anki/ankiweb.certs 13share/anki/anki/ankiweb.certs
14share/anki/anki/cards.py 14share/anki/anki/cards.py
15share/anki/anki/collection.py 15share/anki/anki/collection.py
16share/anki/anki/consts.py 16share/anki/anki/consts.py
17share/anki/anki/db.py 17share/anki/anki/db.py
18share/anki/anki/decks.py 18share/anki/anki/decks.py
19share/anki/anki/errors.py 19share/anki/anki/errors.py
20share/anki/anki/exporting.py 20share/anki/anki/exporting.py
21share/anki/anki/find.py 21share/anki/anki/find.py
22share/anki/anki/hooks.py 22share/anki/anki/hooks.py
23share/anki/anki/importing/__init__.py 23share/anki/anki/importing/__init__.py
24share/anki/anki/importing/anki1.py 24share/anki/anki/importing/anki1.py
25share/anki/anki/importing/anki2.py 25share/anki/anki/importing/anki2.py
26share/anki/anki/importing/apkg.py 26share/anki/anki/importing/apkg.py
27share/anki/anki/importing/base.py 27share/anki/anki/importing/base.py
28share/anki/anki/importing/csvfile.py 28share/anki/anki/importing/csvfile.py
29share/anki/anki/importing/mnemo.py 29share/anki/anki/importing/mnemo.py
30share/anki/anki/importing/noteimp.py 30share/anki/anki/importing/noteimp.py
31share/anki/anki/importing/pauker.py 31share/anki/anki/importing/pauker.py
32share/anki/anki/importing/supermemo_xml.py 32share/anki/anki/importing/supermemo_xml.py
33share/anki/anki/js.py 33share/anki/anki/js.py
34share/anki/anki/lang.py 34share/anki/anki/lang.py
35share/anki/anki/latex.py 35share/anki/anki/latex.py
36share/anki/anki/media.py 36share/anki/anki/media.py
37share/anki/anki/models.py 37share/anki/anki/models.py
38share/anki/anki/notes.py 38share/anki/anki/notes.py
39share/anki/anki/sched.py 39share/anki/anki/sched.py
40share/anki/anki/sound.py 40share/anki/anki/sound.py
41share/anki/anki/stats.py 41share/anki/anki/stats.py
42share/anki/anki/statsbg.py 42share/anki/anki/statsbg.py
43share/anki/anki/stdmodels.py 43share/anki/anki/stdmodels.py
44share/anki/anki/storage.py 44share/anki/anki/storage.py
45share/anki/anki/sync.py 45share/anki/anki/sync.py
46share/anki/anki/tags.py 46share/anki/anki/tags.py
47share/anki/anki/template/LICENSE 47share/anki/anki/template/LICENSE
48share/anki/anki/template/README.anki 48share/anki/anki/template/README.anki
49share/anki/anki/template/README.rst 49share/anki/anki/template/README.rst
50share/anki/anki/template/__init__.py 50share/anki/anki/template/__init__.py
51share/anki/anki/template/furigana.py 51share/anki/anki/template/furigana.py
52share/anki/anki/template/hint.py 52share/anki/anki/template/hint.py
53share/anki/anki/template/template.py 53share/anki/anki/template/template.py
54share/anki/anki/template/view.py 54share/anki/anki/template/view.py
55share/anki/anki/upgrade.py 55share/anki/anki/upgrade.py
56share/anki/anki/utils.py 56share/anki/anki/utils.py
57share/anki/aqt/__init__.py 57share/anki/aqt/__init__.py
58share/anki/aqt/about.py 58share/anki/aqt/about.py
59share/anki/aqt/addcards.py 59share/anki/aqt/addcards.py
60share/anki/aqt/addons.py 60share/anki/aqt/addons.py
61share/anki/aqt/browser.py 61share/anki/aqt/browser.py
62share/anki/aqt/clayout.py 62share/anki/aqt/clayout.py
63share/anki/aqt/customstudy.py 63share/anki/aqt/customstudy.py
64share/anki/aqt/deckbrowser.py 64share/anki/aqt/deckbrowser.py
65share/anki/aqt/deckchooser.py 65share/anki/aqt/deckchooser.py
66share/anki/aqt/deckconf.py 66share/anki/aqt/deckconf.py
67share/anki/aqt/downloader.py 67share/anki/aqt/downloader.py
68share/anki/aqt/dyndeckconf.py 68share/anki/aqt/dyndeckconf.py
69share/anki/aqt/editcurrent.py 69share/anki/aqt/editcurrent.py
70share/anki/aqt/editor.py 70share/anki/aqt/editor.py
71share/anki/aqt/errors.py 71share/anki/aqt/errors.py
72share/anki/aqt/exporting.py 72share/anki/aqt/exporting.py
73share/anki/aqt/fields.py 73share/anki/aqt/fields.py
74share/anki/aqt/forms/__init__.py 74share/anki/aqt/forms/__init__.py
75share/anki/aqt/forms/about.py 75share/anki/aqt/forms/about.py
76share/anki/aqt/forms/addcards.py 76share/anki/aqt/forms/addcards.py
77share/anki/aqt/forms/addfield.py 77share/anki/aqt/forms/addfield.py
78share/anki/aqt/forms/addmodel.py 78share/anki/aqt/forms/addmodel.py
79share/anki/aqt/forms/browser.py 79share/anki/aqt/forms/browser.py
80share/anki/aqt/forms/browserdisp.py 80share/anki/aqt/forms/browserdisp.py
81share/anki/aqt/forms/browseropts.py 81share/anki/aqt/forms/browseropts.py
82share/anki/aqt/forms/changemap.py 82share/anki/aqt/forms/changemap.py
83share/anki/aqt/forms/changemodel.py 83share/anki/aqt/forms/changemodel.py
84share/anki/aqt/forms/customstudy.py 84share/anki/aqt/forms/customstudy.py
85share/anki/aqt/forms/dconf.py 85share/anki/aqt/forms/dconf.py
86share/anki/aqt/forms/debug.py 86share/anki/aqt/forms/debug.py
87share/anki/aqt/forms/dyndconf.py 87share/anki/aqt/forms/dyndconf.py
88share/anki/aqt/forms/editaddon.py 88share/anki/aqt/forms/editaddon.py
89share/anki/aqt/forms/editcurrent.py 89share/anki/aqt/forms/editcurrent.py
90share/anki/aqt/forms/edithtml.py 90share/anki/aqt/forms/edithtml.py
91share/anki/aqt/forms/exporting.py 91share/anki/aqt/forms/exporting.py
92share/anki/aqt/forms/fields.py 92share/anki/aqt/forms/fields.py
93share/anki/aqt/forms/finddupes.py 93share/anki/aqt/forms/finddupes.py
94share/anki/aqt/forms/findreplace.py 94share/anki/aqt/forms/findreplace.py
95share/anki/aqt/forms/getaddons.py 95share/anki/aqt/forms/getaddons.py
96share/anki/aqt/forms/icons_rc.py 96share/anki/aqt/forms/icons_rc.py
97share/anki/aqt/forms/importing.py 97share/anki/aqt/forms/importing.py
98share/anki/aqt/forms/main.py 98share/anki/aqt/forms/main.py
99share/anki/aqt/forms/modelopts.py 99share/anki/aqt/forms/modelopts.py
100share/anki/aqt/forms/models.py 100share/anki/aqt/forms/models.py
101share/anki/aqt/forms/preferences.py 101share/anki/aqt/forms/preferences.py
102share/anki/aqt/forms/preview.py 102share/anki/aqt/forms/preview.py
103share/anki/aqt/forms/profiles.py 103share/anki/aqt/forms/profiles.py
104share/anki/aqt/forms/reposition.py 104share/anki/aqt/forms/reposition.py
105share/anki/aqt/forms/reschedule.py 105share/anki/aqt/forms/reschedule.py
106share/anki/aqt/forms/setgroup.py 106share/anki/aqt/forms/setgroup.py
107share/anki/aqt/forms/setlang.py 107share/anki/aqt/forms/setlang.py
108share/anki/aqt/forms/stats.py 108share/anki/aqt/forms/stats.py
109share/anki/aqt/forms/studydeck.py 109share/anki/aqt/forms/studydeck.py
110share/anki/aqt/forms/taglimit.py 110share/anki/aqt/forms/taglimit.py
111share/anki/aqt/forms/template.py 111share/anki/aqt/forms/template.py
112share/anki/aqt/importing.py 112share/anki/aqt/importing.py
113share/anki/aqt/main.py 113share/anki/aqt/main.py
114share/anki/aqt/modelchooser.py 114share/anki/aqt/modelchooser.py
115share/anki/aqt/models.py 115share/anki/aqt/models.py
116share/anki/aqt/overview.py 116share/anki/aqt/overview.py
117share/anki/aqt/preferences.py 117share/anki/aqt/preferences.py
118share/anki/aqt/profiles.py 118share/anki/aqt/profiles.py
119share/anki/aqt/progress.py 119share/anki/aqt/progress.py
120share/anki/aqt/qt.py 120share/anki/aqt/qt.py
121share/anki/aqt/reviewer.py 121share/anki/aqt/reviewer.py
122share/anki/aqt/sound.py 122share/anki/aqt/sound.py
123share/anki/aqt/stats.py 123share/anki/aqt/stats.py
124share/anki/aqt/studydeck.py 124share/anki/aqt/studydeck.py
125share/anki/aqt/sync.py 125share/anki/aqt/sync.py
126share/anki/aqt/tagedit.py 126share/anki/aqt/tagedit.py
127share/anki/aqt/taglimit.py 127share/anki/aqt/taglimit.py
128share/anki/aqt/toolbar.py 128share/anki/aqt/toolbar.py
129share/anki/aqt/update.py 129share/anki/aqt/update.py
130share/anki/aqt/upgrade.py 130share/anki/aqt/upgrade.py
131share/anki/aqt/utils.py 131share/anki/aqt/utils.py
132share/anki/aqt/webview.py 132share/anki/aqt/webview.py
133share/anki/designer/about.ui 133share/anki/designer/about.ui
134share/anki/designer/addcards.ui 134share/anki/designer/addcards.ui
135share/anki/designer/addfield.ui 135share/anki/designer/addfield.ui
136share/anki/designer/addmodel.ui 136share/anki/designer/addmodel.ui
137share/anki/designer/browser.ui 137share/anki/designer/browser.ui
138share/anki/designer/browserdisp.ui 138share/anki/designer/browserdisp.ui
139share/anki/designer/browseropts.ui 139share/anki/designer/browseropts.ui
140share/anki/designer/changemap.ui 140share/anki/designer/changemap.ui
141share/anki/designer/changemodel.ui 141share/anki/designer/changemodel.ui
142share/anki/designer/customstudy.ui 142share/anki/designer/customstudy.ui
143share/anki/designer/dconf.ui 143share/anki/designer/dconf.ui
144share/anki/designer/debug.ui 144share/anki/designer/debug.ui
145share/anki/designer/dyndconf.ui 145share/anki/designer/dyndconf.ui
146share/anki/designer/editaddon.ui 146share/anki/designer/editaddon.ui
147share/anki/designer/editcurrent.ui 147share/anki/designer/editcurrent.ui
148share/anki/designer/edithtml.ui 148share/anki/designer/edithtml.ui
149share/anki/designer/exporting.ui 149share/anki/designer/exporting.ui
150share/anki/designer/fields.ui 150share/anki/designer/fields.ui
151share/anki/designer/finddupes.ui 151share/anki/designer/finddupes.ui
152share/anki/designer/findreplace.ui 152share/anki/designer/findreplace.ui
153share/anki/designer/getaddons.ui 153share/anki/designer/getaddons.ui
154share/anki/designer/icons.qrc 154share/anki/designer/icons.qrc
155share/anki/designer/icons/_sources.txt 155share/anki/designer/icons/_sources.txt
156share/anki/designer/icons/add16.png 156share/anki/designer/icons/add16.png
157share/anki/designer/icons/addtag.png 157share/anki/designer/icons/addtag.png
158share/anki/designer/icons/addtag16.png 158share/anki/designer/icons/addtag16.png
159share/anki/designer/icons/anki-logo-thin.png 159share/anki/designer/icons/anki-logo-thin.png
160share/anki/designer/icons/anki-logo.svg 160share/anki/designer/icons/anki-logo.svg
161share/anki/designer/icons/anki-logo2.svg 161share/anki/designer/icons/anki-logo2.svg
162share/anki/designer/icons/anki-logo_BW.svg 162share/anki/designer/icons/anki-logo_BW.svg
163share/anki/designer/icons/anki-logo_black.png 163share/anki/designer/icons/anki-logo_black.png
164share/anki/designer/icons/anki-logo_white.png 164share/anki/designer/icons/anki-logo_white.png
165share/anki/designer/icons/anki-tag.png 165share/anki/designer/icons/anki-tag.png
166share/anki/designer/icons/anki.png 166share/anki/designer/icons/anki.png
167share/anki/designer/icons/anki.svg 167share/anki/designer/icons/anki.svg
168share/anki/designer/icons/ankibw.png 168share/anki/designer/icons/ankibw.png
169share/anki/designer/icons/application-exit.png 169share/anki/designer/icons/application-exit.png
170share/anki/designer/icons/arrow-down-double.png 170share/anki/designer/icons/arrow-down-double.png
171share/anki/designer/icons/arrow-down.png 171share/anki/designer/icons/arrow-down.png
172share/anki/designer/icons/arrow-up-double.png 172share/anki/designer/icons/arrow-up-double.png
173share/anki/designer/icons/arrow-up.png 173share/anki/designer/icons/arrow-up.png
174share/anki/designer/icons/clock-icon.png 174share/anki/designer/icons/clock-icon.png
175share/anki/designer/icons/clock16.png 175share/anki/designer/icons/clock16.png
176share/anki/designer/icons/colors.png 176share/anki/designer/icons/colors.png
177share/anki/designer/icons/configure.png 177share/anki/designer/icons/configure.png
178share/anki/designer/icons/contents.png 178share/anki/designer/icons/contents.png
179share/anki/designer/icons/contents2.png 179share/anki/designer/icons/contents2.png
180share/anki/designer/icons/deck16.png 180share/anki/designer/icons/deck16.png
181share/anki/designer/icons/delete16.png 181share/anki/designer/icons/delete16.png
182share/anki/designer/icons/deletetag.png 182share/anki/designer/icons/deletetag.png
183share/anki/designer/icons/deletetag16.png 183share/anki/designer/icons/deletetag16.png
184share/anki/designer/icons/document-export.png 184share/anki/designer/icons/document-export.png
185share/anki/designer/icons/document-import.png 185share/anki/designer/icons/document-import.png
186share/anki/designer/icons/document-new.png 186share/anki/designer/icons/document-new.png
187share/anki/designer/icons/download.png 187share/anki/designer/icons/download.png
188share/anki/designer/icons/edit-find 2.png 188share/anki/designer/icons/edit-find 2.png
189share/anki/designer/icons/edit-find-replace.png 189share/anki/designer/icons/edit-find-replace.png
190share/anki/designer/icons/edit-find.png 190share/anki/designer/icons/edit-find.png
191share/anki/designer/icons/edit-redo.png 191share/anki/designer/icons/edit-redo.png
192share/anki/designer/icons/edit-rename.png 192share/anki/designer/icons/edit-rename.png
193share/anki/designer/icons/edit-undo.png 193share/anki/designer/icons/edit-undo.png
194share/anki/designer/icons/edit.png 194share/anki/designer/icons/edit.png
195share/anki/designer/icons/editclear.png 195share/anki/designer/icons/editclear.png
196share/anki/designer/icons/editdelete.png 196share/anki/designer/icons/editdelete.png
197share/anki/designer/icons/emblem-favorite-dark.png 197share/anki/designer/icons/emblem-favorite-dark.png
198share/anki/designer/icons/emblem-favorite-off.png 198share/anki/designer/icons/emblem-favorite-off.png
199share/anki/designer/icons/emblem-favorite.png 199share/anki/designer/icons/emblem-favorite.png
200share/anki/designer/icons/emblem-important.png 200share/anki/designer/icons/emblem-important.png
201share/anki/designer/icons/fileclose.png 201share/anki/designer/icons/fileclose.png
202share/anki/designer/icons/find.png 202share/anki/designer/icons/find.png
203share/anki/designer/icons/folder_image.png 203share/anki/designer/icons/folder_image.png
204share/anki/designer/icons/folder_sound.png 204share/anki/designer/icons/folder_sound.png
205share/anki/designer/icons/format-stroke-color.png 205share/anki/designer/icons/format-stroke-color.png
206share/anki/designer/icons/games-solve.png 206share/anki/designer/icons/games-solve.png
207share/anki/designer/icons/gears.png 207share/anki/designer/icons/gears.png
208share/anki/designer/icons/go-first.png 208share/anki/designer/icons/go-first.png
209share/anki/designer/icons/go-jump-today.png 209share/anki/designer/icons/go-jump-today.png
210share/anki/designer/icons/go-last.png 210share/anki/designer/icons/go-last.png
211share/anki/designer/icons/go-next.png 211share/anki/designer/icons/go-next.png
212share/anki/designer/icons/go-previous.png 212share/anki/designer/icons/go-previous.png
213share/anki/designer/icons/green.png 213share/anki/designer/icons/green.png
214share/anki/designer/icons/help-contents.png 214share/anki/designer/icons/help-contents.png
215share/anki/designer/icons/help-hint.png 215share/anki/designer/icons/help-hint.png
216share/anki/designer/icons/help.png 216share/anki/designer/icons/help.png
217share/anki/designer/icons/image.png 217share/anki/designer/icons/image.png
218share/anki/designer/icons/info.png 218share/anki/designer/icons/info.png
219share/anki/designer/icons/kblogger.png 219share/anki/designer/icons/kblogger.png
220share/anki/designer/icons/kbugbuster.png 220share/anki/designer/icons/kbugbuster.png
221share/anki/designer/icons/kexi.png 221share/anki/designer/icons/kexi.png
222share/anki/designer/icons/khtml_kget.png 222share/anki/designer/icons/khtml_kget.png
223share/anki/designer/icons/kpersonalizer.png 223share/anki/designer/icons/kpersonalizer.png
224share/anki/designer/icons/layout.png 224share/anki/designer/icons/layout.png
225share/anki/designer/icons/list-add.png 225share/anki/designer/icons/list-add.png
226share/anki/designer/icons/mail-attachment.png 226share/anki/designer/icons/mail-attachment.png
227share/anki/designer/icons/math_matrix.png 227share/anki/designer/icons/math_matrix.png
228share/anki/designer/icons/math_sqrt.png 228share/anki/designer/icons/math_sqrt.png
229share/anki/designer/icons/media-playback-pause.png 229share/anki/designer/icons/media-playback-pause.png
230share/anki/designer/icons/media-playback-start.png 230share/anki/designer/icons/media-playback-start.png
231share/anki/designer/icons/media-playback-start2.png 231share/anki/designer/icons/media-playback-start2.png
232share/anki/designer/icons/media-playback-stop.png 232share/anki/designer/icons/media-playback-stop.png
233share/anki/designer/icons/media-record.png 233share/anki/designer/icons/media-record.png
234share/anki/designer/icons/none.png 234share/anki/designer/icons/none.png
235share/anki/designer/icons/package_games_card.png 235share/anki/designer/icons/package_games_card.png
236share/anki/designer/icons/pause16.png 236share/anki/designer/icons/pause16.png
237share/anki/designer/icons/pause_off16.png 237share/anki/designer/icons/pause_off16.png
238share/anki/designer/icons/player-time.png 238share/anki/designer/icons/player-time.png
239share/anki/designer/icons/plus-circle.png 239share/anki/designer/icons/plus-circle.png
240share/anki/designer/icons/plus16.png 240share/anki/designer/icons/plus16.png
241share/anki/designer/icons/preferences-desktop-font.png 241share/anki/designer/icons/preferences-desktop-font.png
242share/anki/designer/icons/preferences-plugin.png 242share/anki/designer/icons/preferences-plugin.png
243share/anki/designer/icons/product_design.png 243share/anki/designer/icons/product_design.png
244share/anki/designer/icons/rating.png 244share/anki/designer/icons/rating.png
245share/anki/designer/icons/speaker.png 245share/anki/designer/icons/speaker.png
246share/anki/designer/icons/spreadsheet.png 246share/anki/designer/icons/spreadsheet.png
247share/anki/designer/icons/sqlitebrowser.png 247share/anki/designer/icons/sqlitebrowser.png
248share/anki/designer/icons/star16.png 248share/anki/designer/icons/star16.png
249share/anki/designer/icons/star_off16.png 249share/anki/designer/icons/star_off16.png
250share/anki/designer/icons/stock_group.png 250share/anki/designer/icons/stock_group.png
251share/anki/designer/icons/stock_new_template.png 251share/anki/designer/icons/stock_new_template.png
252share/anki/designer/icons/stock_new_template_blue.png 252share/anki/designer/icons/stock_new_template_blue.png
253share/anki/designer/icons/stock_new_template_green.png 253share/anki/designer/icons/stock_new_template_green.png
254share/anki/designer/icons/stock_new_template_red.png 254share/anki/designer/icons/stock_new_template_red.png
255share/anki/designer/icons/system-shutdown.png 255share/anki/designer/icons/system-shutdown.png
256share/anki/designer/icons/system-software-update.png 256share/anki/designer/icons/system-software-update.png
257share/anki/designer/icons/tex.png 257share/anki/designer/icons/tex.png
258share/anki/designer/icons/text-speak.png 258share/anki/designer/icons/text-speak.png
259share/anki/designer/icons/text-xml.png 259share/anki/designer/icons/text-xml.png
260share/anki/designer/icons/text_bold.png 260share/anki/designer/icons/text_bold.png
261share/anki/designer/icons/text_clear.png 261share/anki/designer/icons/text_clear.png
262share/anki/designer/icons/text_italic.png 262share/anki/designer/icons/text_italic.png
263share/anki/designer/icons/text_remove.png 263share/anki/designer/icons/text_remove.png
264share/anki/designer/icons/text_sub.png 264share/anki/designer/icons/text_sub.png
265share/anki/designer/icons/text_super.png 265share/anki/designer/icons/text_super.png
266share/anki/designer/icons/text_under.png 266share/anki/designer/icons/text_under.png
267share/anki/designer/icons/user-identity.png 267share/anki/designer/icons/user-identity.png
268share/anki/designer/icons/view-calendar-tasks.png 268share/anki/designer/icons/view-calendar-tasks.png
269share/anki/designer/icons/view-pim-calendar.png 269share/anki/designer/icons/view-pim-calendar.png
270share/anki/designer/icons/view-pim-news.png 270share/anki/designer/icons/view-pim-news.png
271share/anki/designer/icons/view-refresh.png 271share/anki/designer/icons/view-refresh.png
272share/anki/designer/icons/view-sort-ascending.png 272share/anki/designer/icons/view-sort-ascending.png
273share/anki/designer/icons/view-sort-descending.png 273share/anki/designer/icons/view-sort-descending.png
274share/anki/designer/icons/view-statistics.png 274share/anki/designer/icons/view-statistics.png
275share/anki/designer/icons/view_text.png 275share/anki/designer/icons/view_text.png
276share/anki/designer/importing.ui 276share/anki/designer/importing.ui
277share/anki/designer/main.ui 277share/anki/designer/main.ui
278share/anki/designer/modelopts.ui 278share/anki/designer/modelopts.ui
279share/anki/designer/models.ui 279share/anki/designer/models.ui
280share/anki/designer/preferences.ui 280share/anki/designer/preferences.ui
281share/anki/designer/preview.ui 281share/anki/designer/preview.ui
282share/anki/designer/profiles.ui 282share/anki/designer/profiles.ui
283share/anki/designer/reposition.ui 283share/anki/designer/reposition.ui
284share/anki/designer/reschedule.ui 284share/anki/designer/reschedule.ui
285share/anki/designer/setgroup.ui 285share/anki/designer/setgroup.ui
286share/anki/designer/setlang.ui 286share/anki/designer/setlang.ui
287share/anki/designer/stats.ui 287share/anki/designer/stats.ui
288share/anki/designer/studydeck.ui 288share/anki/designer/studydeck.ui
289share/anki/designer/taglimit.ui 289share/anki/designer/taglimit.ui
290share/anki/designer/template.ui 290share/anki/designer/template.ui
291share/anki/locale/af/LC_MESSAGES/anki.mo 291share/anki/locale/af/LC_MESSAGES/anki.mo
292share/anki/locale/ar/LC_MESSAGES/anki.mo 292share/anki/locale/ar/LC_MESSAGES/anki.mo
293share/anki/locale/az/LC_MESSAGES/anki.mo 293share/anki/locale/az/LC_MESSAGES/anki.mo
294share/anki/locale/bg/LC_MESSAGES/anki.mo 294share/anki/locale/bg/LC_MESSAGES/anki.mo
295share/anki/locale/bn/LC_MESSAGES/anki.mo 295share/anki/locale/bn/LC_MESSAGES/anki.mo
296share/anki/locale/ca/LC_MESSAGES/anki.mo 296share/anki/locale/ca/LC_MESSAGES/anki.mo
297share/anki/locale/ca@valencia/LC_MESSAGES/anki.mo 297share/anki/locale/ca@valencia/LC_MESSAGES/anki.mo
298share/anki/locale/cs/LC_MESSAGES/anki.mo 298share/anki/locale/cs/LC_MESSAGES/anki.mo
299share/anki/locale/da/LC_MESSAGES/anki.mo 299share/anki/locale/da/LC_MESSAGES/anki.mo
300share/anki/locale/de/LC_MESSAGES/anki.mo 300share/anki/locale/de/LC_MESSAGES/anki.mo
301share/anki/locale/el/LC_MESSAGES/anki.mo 301share/anki/locale/el/LC_MESSAGES/anki.mo
302share/anki/locale/en_GB/LC_MESSAGES/anki.mo 302share/anki/locale/en_GB/LC_MESSAGES/anki.mo
303share/anki/locale/eo/LC_MESSAGES/anki.mo 303share/anki/locale/eo/LC_MESSAGES/anki.mo
304share/anki/locale/es/LC_MESSAGES/anki.mo 304share/anki/locale/es/LC_MESSAGES/anki.mo
305share/anki/locale/et/LC_MESSAGES/anki.mo 305share/anki/locale/et/LC_MESSAGES/anki.mo
306share/anki/locale/eu/LC_MESSAGES/anki.mo 306share/anki/locale/eu/LC_MESSAGES/anki.mo
307share/anki/locale/fa/LC_MESSAGES/anki.mo 307share/anki/locale/fa/LC_MESSAGES/anki.mo
308share/anki/locale/fi/LC_MESSAGES/anki.mo 308share/anki/locale/fi/LC_MESSAGES/anki.mo
309share/anki/locale/fr/LC_MESSAGES/anki.mo 309share/anki/locale/fr/LC_MESSAGES/anki.mo
310share/anki/locale/gl/LC_MESSAGES/anki.mo 310share/anki/locale/gl/LC_MESSAGES/anki.mo
311share/anki/locale/gu/LC_MESSAGES/anki.mo 311share/anki/locale/gu/LC_MESSAGES/anki.mo
312share/anki/locale/he/LC_MESSAGES/anki.mo 312share/anki/locale/he/LC_MESSAGES/anki.mo
313share/anki/locale/hr/LC_MESSAGES/anki.mo 313share/anki/locale/hr/LC_MESSAGES/anki.mo
314share/anki/locale/hu/LC_MESSAGES/anki.mo 314share/anki/locale/hu/LC_MESSAGES/anki.mo
315share/anki/locale/it/LC_MESSAGES/anki.mo 315share/anki/locale/it/LC_MESSAGES/anki.mo
316share/anki/locale/ja/LC_MESSAGES/anki.mo 316share/anki/locale/ja/LC_MESSAGES/anki.mo
317share/anki/locale/km/LC_MESSAGES/anki.mo 317share/anki/locale/km/LC_MESSAGES/anki.mo
318share/anki/locale/ko/LC_MESSAGES/anki.mo 318share/anki/locale/ko/LC_MESSAGES/anki.mo
319share/anki/locale/lt/LC_MESSAGES/anki.mo 319share/anki/locale/lt/LC_MESSAGES/anki.mo
320share/anki/locale/lv/LC_MESSAGES/anki.mo 320share/anki/locale/lv/LC_MESSAGES/anki.mo
321share/anki/locale/mn/LC_MESSAGES/anki.mo 321share/anki/locale/mn/LC_MESSAGES/anki.mo
322share/anki/locale/mr/LC_MESSAGES/anki.mo 322share/anki/locale/mr/LC_MESSAGES/anki.mo
323share/anki/locale/ms/LC_MESSAGES/anki.mo 323share/anki/locale/ms/LC_MESSAGES/anki.mo
324share/anki/locale/nb/LC_MESSAGES/anki.mo 324share/anki/locale/nb/LC_MESSAGES/anki.mo
325share/anki/locale/nl/LC_MESSAGES/anki.mo 325share/anki/locale/nl/LC_MESSAGES/anki.mo
326share/anki/locale/no/LC_MESSAGES/anki.mo 326share/anki/locale/no/LC_MESSAGES/anki.mo
327share/anki/locale/oc/LC_MESSAGES/anki.mo 327share/anki/locale/oc/LC_MESSAGES/anki.mo
328share/anki/locale/pl/LC_MESSAGES/anki.mo 328share/anki/locale/pl/LC_MESSAGES/anki.mo
329share/anki/locale/pt/LC_MESSAGES/anki.mo 329share/anki/locale/pt/LC_MESSAGES/anki.mo
330share/anki/locale/pt_BR/LC_MESSAGES/anki.mo 330share/anki/locale/pt_BR/LC_MESSAGES/anki.mo
331share/anki/locale/qt_ar.qm 331share/anki/locale/qt_ar.qm
332share/anki/locale/qt_cs.qm 332share/anki/locale/qt_cs.qm
333share/anki/locale/qt_da.qm 333share/anki/locale/qt_da.qm
334share/anki/locale/qt_de.qm 334share/anki/locale/qt_de.qm
335share/anki/locale/qt_es.qm 335share/anki/locale/qt_es.qm
336share/anki/locale/qt_fa.qm 336share/anki/locale/qt_fa.qm
337share/anki/locale/qt_fr.qm 337share/anki/locale/qt_fr.qm
338share/anki/locale/qt_gl.qm 338share/anki/locale/qt_gl.qm
339share/anki/locale/qt_he.qm 339share/anki/locale/qt_he.qm
340share/anki/locale/qt_hu.qm 340share/anki/locale/qt_hu.qm
341share/anki/locale/qt_it.qm 341share/anki/locale/qt_it.qm
342share/anki/locale/qt_ja.qm 342share/anki/locale/qt_ja.qm
343share/anki/locale/qt_ko.qm 343share/anki/locale/qt_ko.qm
344share/anki/locale/qt_lt.qm 344share/anki/locale/qt_lt.qm
345share/anki/locale/qt_pl.qm 345share/anki/locale/qt_pl.qm
346share/anki/locale/qt_pt.qm 346share/anki/locale/qt_pt.qm
347share/anki/locale/qt_ru.qm 347share/anki/locale/qt_ru.qm
348share/anki/locale/qt_sk.qm 348share/anki/locale/qt_sk.qm
349share/anki/locale/qt_sl.qm 349share/anki/locale/qt_sl.qm
350share/anki/locale/qt_sv.qm 350share/anki/locale/qt_sv.qm
351share/anki/locale/qt_uk.qm 351share/anki/locale/qt_uk.qm
352share/anki/locale/qt_zh_CN.qm 352share/anki/locale/qt_zh_CN.qm
353share/anki/locale/qt_zh_TW.qm 353share/anki/locale/qt_zh_TW.qm
354share/anki/locale/ro/LC_MESSAGES/anki.mo 354share/anki/locale/ro/LC_MESSAGES/anki.mo
355share/anki/locale/ru/LC_MESSAGES/anki.mo 355share/anki/locale/ru/LC_MESSAGES/anki.mo
 356share/anki/locale/sco/LC_MESSAGES/anki.mo
356share/anki/locale/sk/LC_MESSAGES/anki.mo 357share/anki/locale/sk/LC_MESSAGES/anki.mo
357share/anki/locale/sl/LC_MESSAGES/anki.mo 358share/anki/locale/sl/LC_MESSAGES/anki.mo
358share/anki/locale/sr/LC_MESSAGES/anki.mo 359share/anki/locale/sr/LC_MESSAGES/anki.mo
359share/anki/locale/sv/LC_MESSAGES/anki.mo 360share/anki/locale/sv/LC_MESSAGES/anki.mo
360share/anki/locale/th/LC_MESSAGES/anki.mo 361share/anki/locale/th/LC_MESSAGES/anki.mo
361share/anki/locale/tlh/LC_MESSAGES/anki.mo 362share/anki/locale/tlh/LC_MESSAGES/anki.mo
362share/anki/locale/tr/LC_MESSAGES/anki.mo 363share/anki/locale/tr/LC_MESSAGES/anki.mo
363share/anki/locale/uk/LC_MESSAGES/anki.mo 364share/anki/locale/uk/LC_MESSAGES/anki.mo
364share/anki/locale/vi/LC_MESSAGES/anki.mo 365share/anki/locale/vi/LC_MESSAGES/anki.mo
365share/anki/locale/wo/LC_MESSAGES/anki.mo 366share/anki/locale/wo/LC_MESSAGES/anki.mo
366share/anki/locale/zh_CN/LC_MESSAGES/anki.mo 367share/anki/locale/zh_CN/LC_MESSAGES/anki.mo
367share/anki/locale/zh_HK/LC_MESSAGES/anki.mo 368share/anki/locale/zh_HK/LC_MESSAGES/anki.mo
368share/anki/locale/zh_TW/LC_MESSAGES/anki.mo 369share/anki/locale/zh_TW/LC_MESSAGES/anki.mo
369share/anki/oldanki/README 370share/anki/oldanki/README
370share/anki/oldanki/__init__.py 371share/anki/oldanki/__init__.py
371share/anki/oldanki/cards.py 372share/anki/oldanki/cards.py
372share/anki/oldanki/db.py 373share/anki/oldanki/db.py
373share/anki/oldanki/deck.py 374share/anki/oldanki/deck.py
374share/anki/oldanki/errors.py 375share/anki/oldanki/errors.py
375share/anki/oldanki/exporting.py 376share/anki/oldanki/exporting.py
376share/anki/oldanki/facts.py 377share/anki/oldanki/facts.py
377share/anki/oldanki/fonts.py 378share/anki/oldanki/fonts.py
378share/anki/oldanki/graphs.py 379share/anki/oldanki/graphs.py
379share/anki/oldanki/history.py 380share/anki/oldanki/history.py
380share/anki/oldanki/hooks.py 381share/anki/oldanki/hooks.py
381share/anki/oldanki/lang.py 382share/anki/oldanki/lang.py
382share/anki/oldanki/latex.py 383share/anki/oldanki/latex.py
383share/anki/oldanki/media.py 384share/anki/oldanki/media.py
384share/anki/oldanki/models.py 385share/anki/oldanki/models.py
385share/anki/oldanki/sound.py 386share/anki/oldanki/sound.py
386share/anki/oldanki/stats.py 387share/anki/oldanki/stats.py
387share/anki/oldanki/stdmodels.py 388share/anki/oldanki/stdmodels.py
388share/anki/oldanki/sync.py 389share/anki/oldanki/sync.py
389share/anki/oldanki/tags.py 390share/anki/oldanki/tags.py
390share/anki/oldanki/template/LICENSE 391share/anki/oldanki/template/LICENSE
391share/anki/oldanki/template/README.anki 392share/anki/oldanki/template/README.anki
392share/anki/oldanki/template/README.rst 393share/anki/oldanki/template/README.rst
393share/anki/oldanki/template/__init__.py 394share/anki/oldanki/template/__init__.py
394share/anki/oldanki/template/template.py 395share/anki/oldanki/template/template.py
395share/anki/oldanki/template/view.py 396share/anki/oldanki/template/view.py
396share/anki/oldanki/utils.py 397share/anki/oldanki/utils.py
397share/anki/tests/__init__.py 398share/anki/tests/__init__.py
398share/anki/tests/shared.py 399share/anki/tests/shared.py
399share/anki/tests/support/anki12-broken.anki 400share/anki/tests/support/anki12-broken.anki
400share/anki/tests/support/anki12-due.anki 401share/anki/tests/support/anki12-due.anki
401share/anki/tests/support/anki12.anki 402share/anki/tests/support/anki12.anki
402share/anki/tests/support/anki2-alpha.anki2 403share/anki/tests/support/anki2-alpha.anki2
403share/anki/tests/support/diffmodels1.anki 404share/anki/tests/support/diffmodels1.anki
404share/anki/tests/support/diffmodels2-1.apkg 405share/anki/tests/support/diffmodels2-1.apkg
405share/anki/tests/support/diffmodels2-2.apkg 406share/anki/tests/support/diffmodels2-2.apkg
406share/anki/tests/support/diffmodels2.anki 407share/anki/tests/support/diffmodels2.anki
407share/anki/tests/support/diffmodeltemplates-1.apkg 408share/anki/tests/support/diffmodeltemplates-1.apkg
408share/anki/tests/support/diffmodeltemplates-2.apkg 409share/anki/tests/support/diffmodeltemplates-2.apkg
409share/anki/tests/support/fake.png 410share/anki/tests/support/fake.png
410share/anki/tests/support/invalid-ords.anki 411share/anki/tests/support/invalid-ords.anki
411share/anki/tests/support/media.apkg 412share/anki/tests/support/media.apkg
412share/anki/tests/support/mnemo.db 413share/anki/tests/support/mnemo.db
413share/anki/tests/support/supermemo1.xml 414share/anki/tests/support/supermemo1.xml
414share/anki/tests/support/suspended12.anki 415share/anki/tests/support/suspended12.anki
415share/anki/tests/support/text-2fields.txt 416share/anki/tests/support/text-2fields.txt
416share/anki/tests/support/text-tags.txt 417share/anki/tests/support/text-tags.txt
417share/anki/tests/support/text-update.txt 418share/anki/tests/support/text-update.txt
418share/anki/tests/support/update1.apkg 419share/anki/tests/support/update1.apkg
419share/anki/tests/support/update2.apkg 420share/anki/tests/support/update2.apkg
420share/anki/tests/test_cards.py 421share/anki/tests/test_cards.py
421share/anki/tests/test_collection.py 422share/anki/tests/test_collection.py
422share/anki/tests/test_decks.py 423share/anki/tests/test_decks.py
423share/anki/tests/test_exporting.py 424share/anki/tests/test_exporting.py
424share/anki/tests/test_find.py 425share/anki/tests/test_find.py
425share/anki/tests/test_importing.py 426share/anki/tests/test_importing.py
426share/anki/tests/test_latex.py 427share/anki/tests/test_latex.py
427share/anki/tests/test_media.py 428share/anki/tests/test_media.py
428share/anki/tests/test_models.py 429share/anki/tests/test_models.py
429share/anki/tests/test_sched.py 430share/anki/tests/test_sched.py
430share/anki/tests/test_stats.py 431share/anki/tests/test_stats.py
431share/anki/tests/test_sync.py 432share/anki/tests/test_sync.py
432share/anki/tests/test_undo.py 433share/anki/tests/test_undo.py
433share/anki/tests/test_upgrade.py 434share/anki/tests/test_upgrade.py
434share/anki/thirdparty/BeautifulSoup.py 435share/anki/thirdparty/BeautifulSoup.py
435share/anki/thirdparty/README 436share/anki/thirdparty/README
436share/anki/thirdparty/httplib2/__init__.py 437share/anki/thirdparty/httplib2/__init__.py
437share/anki/thirdparty/httplib2/cacerts.txt 438share/anki/thirdparty/httplib2/cacerts.txt
438share/anki/thirdparty/httplib2/iri2uri.py 439share/anki/thirdparty/httplib2/iri2uri.py
439share/anki/thirdparty/httplib2/socks.py 440share/anki/thirdparty/httplib2/socks.py
440share/anki/thirdparty/pyaudio.py 441share/anki/thirdparty/pyaudio.py
441share/anki/thirdparty/send2trash/__init__.py 442share/anki/thirdparty/send2trash/__init__.py
442share/anki/thirdparty/send2trash/plat_osx.py 443share/anki/thirdparty/send2trash/plat_osx.py
443share/anki/thirdparty/send2trash/plat_other.py 444share/anki/thirdparty/send2trash/plat_other.py
444share/anki/thirdparty/send2trash/plat_win.py 445share/anki/thirdparty/send2trash/plat_win.py
445share/anki/tools/anki-wait.bat 446share/anki/tools/anki-wait.bat
446share/anki/tools/build_ui.sh 447share/anki/tools/build_ui.sh
447share/anki/tools/tests.sh 448share/anki/tools/tests.sh
448share/applications/anki.desktop 449share/applications/anki.desktop
449share/pixmaps/anki.png 450share/pixmaps/anki.png
450share/pixmaps/anki.xpm 451share/pixmaps/anki.xpm

cvs diff -r1.22 -r1.23 pkgsrc/misc/py-anki2/Attic/distinfo (switch to unified diff)

--- pkgsrc/misc/py-anki2/Attic/distinfo 2014/10/20 10:22:19 1.22
+++ pkgsrc/misc/py-anki2/Attic/distinfo 2015/04/02 22:40:25 1.23
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.22 2014/10/20 10:22:19 wiz Exp $ 1$NetBSD: distinfo,v 1.23 2015/04/02 22:40:25 wiz Exp $
2 2
3SHA1 (anki-2.0.31.tgz) = d5b10afc268e95f02acd9abc603c3b6a07f6c446 3SHA1 (anki-2.0.32.tgz) = f6bfa75786001a34bdd2e56b0a21a74b2a7d8df3
4RMD160 (anki-2.0.31.tgz) = 58b8d36f23b97f7e3a5d791c857c408bdf48a450 4RMD160 (anki-2.0.32.tgz) = f2368f343bdf82a374903d98b6eadef1598f56ac
5Size (anki-2.0.31.tgz) = 3329290 bytes 5Size (anki-2.0.32.tgz) = 3353186 bytes
6SHA1 (patch-Makefile) = 7148ed542b1f1be4e75274a82fda4863bf40f861 6SHA1 (patch-Makefile) = 7148ed542b1f1be4e75274a82fda4863bf40f861