head 1.4; access; symbols pkgsrc-2019Q3:1.3.0.48 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.46 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.44 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.42 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.40 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.38 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.36 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.34 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.32 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.28 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.26 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.24 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.22 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.20 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.18 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.16 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.14 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.12 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.10 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.8 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.6 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.4 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.2 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.2.0.8 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.6 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.2 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.1.0.2 pkgsrc-2012Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2019.10.30.14.43.47; author kamil; state dead; branches; next 1.3; commitid fnmOaDcCKkb7UTIB; 1.3 date 2013.12.31.17.47.21; author wiz; state Exp; branches; next 1.2; commitid GGKfDKJFAN2fmjjx; 1.2 date 2013.01.21.14.35.22; author wiz; state Exp; branches; next 1.1; 1.1 date 2012.12.17.11.55.46; author wiz; state Exp; branches; next ; desc @@ 1.4 log @py-anki2: Retired This package has no upgrade path and in the current version depends on EOL libraries (qt4). There is need to get chromium aboard for the qt5 version. @ text @$NetBSD: patch-Makefile,v 1.3 2013/12/31 17:47:21 wiz Exp $ Do not hardcode '/local'. --- Makefile.orig 2013-12-09 02:51:52.000000000 +0000 +++ Makefile @@@@ -10,20 +10,17 @@@@ install: mkdir -p ${DESTDIR}${PREFIX}/share/anki cp -av * ${DESTDIR}${PREFIX}/share/anki/ cd ${DESTDIR}${PREFIX}/share/anki && (\ - mv runanki ${DESTDIR}${PREFIX}/local/bin/anki;\ + mv runanki ${DESTDIR}${PREFIX}/bin/anki;\ test -d ${DESTDIR}${PREFIX}/share/pixmaps &&\ mv anki.xpm anki.png ${DESTDIR}${PREFIX}/share/pixmaps/;\ mv anki.desktop ${DESTDIR}${PREFIX}/share/applications;\ mv anki.1 ${DESTDIR}${PREFIX}/share/man/man1/) - xdg-mime install anki.xml --novendor - xdg-mime default anki.desktop application/x-anki - xdg-mime default anki.desktop application/x-apkg @@echo @@echo "Install complete." uninstall: rm -rf ${DESTDIR}${PREFIX}/share/anki - rm -rf ${DESTDIR}${PREFIX}/local/bin/anki + rm -rf ${DESTDIR}${PREFIX}/bin/anki rm -rf ${DESTDIR}${PREFIX}/share/pixmaps/anki.xpm rm -rf ${DESTDIR}${PREFIX}/share/pixmaps/anki.png rm -rf ${DESTDIR}${PREFIX}/share/applications/anki.desktop @ 1.3 log @Update to 2.0.20: Changes in 2.0.20 Fixed a bug where "check media" could incorrectly report media as unused when the media filenames were encoding incorrectly. Changes in 2.0.19 When resizing columns in the browser, move the others. Fix a bug in the "reschedule as new" feature that could lead to cards ending up in an inconsistent state in some circumstances. Fix card layout screen jumping to original tab when flipping. Fix an error in syncing when time passed between connections. Fix a bug in "check media". When rescheduling in the browser, automatically remove from a filtered deck instead of ignoring filtered cards. Same with buried/suspended. If a non-media URL is pasted in, paste it verbatim instead of ignoring it. Change import default for new users to ignore duplicates, instead of updating them. Fix a bug in the pasting of certain image links. Fix a error that could occur on Windows when switching profiles or syncing. Add a more description error message to certain network issues. Fix an issue with media resyncing on Macs. Fix the message that displays when the clock is incorrect. Add an option to the preferences to disable compression of backups for slow computers. Fix an install error on FreeBSD. @ text @d1 1 a1 1 $NetBSD: patch-Makefile,v 1.2 2013/01/21 14:35:22 wiz Exp $ @ 1.2 log @Update to 2.0.5. No list of changes found. @ text @d1 1 a1 1 $NetBSD: patch-Makefile,v 1.1 2012/12/17 11:55:46 wiz Exp $ d5 1 a5 1 --- Makefile.orig 2012-12-21 08:57:14.000000000 +0000 d7 1 a7 1 @@@@ -10,19 +10,16 @@@@ install: d13 2 a14 1 mv anki.xpm anki.png ${DESTDIR}${PREFIX}/share/pixmaps/;\ d27 2 a28 1 rm -rf ${DESTDIR}${PREFIX}/share/pixmaps/anki.{xpm,png} a29 1 rm -rf ${DESTDIR}${PREFIX}/share/man/man1/anki.1 @ 1.1 log @Import py27-anki2-2.0.3 as misc/py-anki2. Anki is a program which makes remembering things easy. Because it is a lot more efficient than traditional study methods, you can either greatly decrease your time spent studying, or greatly increase the amount you learn. Anyone who needs to remember things in their daily life can benefit from Anki. Since it is content-agnostic and supports images, audio, videos and scientific markup (via LaTeX), the possibilities are endless. This package contains the major version 2 of the program. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- Makefile.orig 2012-10-27 16:06:15.000000000 +0000 d7 1 a7 1 @@@@ -11,22 +11,19 @@@@ install: d11 2 a12 2 - mv anki ${DESTDIR}${PREFIX}/local/bin/;\ + mv anki ${DESTDIR}${PREFIX}/bin/;\ d16 1 a16 1 - xdg-mime install anki.xml a28 3 -xdg-mime uninstall ${DESTDIR}${PREFIX}/share/mime/packages/anki.xml @@echo @@echo "Uninstall complete." @