non port: games/anki/distinfo |
SVNWeb
|
Number of commits found: 54 |
Mon, 28 Aug 2023
|
[ 13:40 Kai Knoblich (kai) ] b605443
games/anki: Update to 2.1.66
* Update NOT_FOR_ARCH_REASON as the previous one is no longer valid
since f74de16438cc.
Changelog:
https://github.com/ankitects/anki/releases/tag/2.1.66
MFH: 2023Q3
|
Mon, 5 Jun 2023
|
[ 18:40 Kai Knoblich (kai) ] 3fdf445
games/anki: Update to 2.1.65
* Drop a unneccessary call in the custom "make-yarn-cache" target.
Changelogs since 2.1.62:
https://github.com/ankitects/anki/releases/tag/2.1.65
https://github.com/ankitects/anki/releases/tag/2.1.64
https://github.com/ankitects/anki/releases/tag/2.1.63
|
Mon, 8 May 2023
|
[ 11:54 Kai Knoblich (kai) ] 5a788a6 (Only the first 10 of 46 ports in this commit are shown above. )
games/anki: Update to 2.1.62
* Since release 2.1.55, upstream has changed the build system to a
homebrew solution written in Rust, which generates the files for
ninja(1) and then uses the latter also for building.
As a result, quite a number of patches, that revolved around the
Bazel build system, can now be removed and the Makefile can also be
slimmed down considerably.
By environment variables recognized by the build system, some
required binaries (e.g. Python, Node.js, etc.) for the build can be
directly defined instead downloading the binary tarballs from the
official repositories, which saving quite a bit of patches at
the end. (Only the first 15 lines of the commit message are shown above )
|
Fri, 16 Sep 2022
|
[ 03:42 Kai Knoblich (kai) ] 09353d0 (Only the first 10 of 37 ports in this commit are shown above. )
games/anki: Update to 2.1.54
* Remove BROKEN for aarch64 as the FreeBSD related sections in the
Bazel rules should now be architecture independent.
* Build a separate binary version of "esbuild" beforehand as the JS
counterpart, which is used by the Bazel NodeJS ruleset, has fixed
version checks that cannot patched out easily.
Changelogs since 2.1.49:
https://github.com/ankitects/anki/releases/tag/2.1.54
https://github.com/ankitects/anki/releases/tag/2.1.53
https://github.com/ankitects/anki/releases/tag/2.1.52
https://github.com/ankitects/anki/releases/tag/2.1.51
https://github.com/ankitects/anki/releases/tag/2.1.50
Reviewed by: tcberner (earlier revision)
MFH: No (feature release)
Differential Revision: https://reviews.freebsd.org/D36461
|
Mon, 28 Mar 2022
|
[ 10:37 Kai Knoblich (kai) ] 7632b65
games/anki: Update to 2.1.49
While I'm here:
* Use ECHO_CMD instead of ECHO as the latter one is already defined in
/usr/share/mk/sys.mk, which can either be "echo" or "true" if the make
flag -s is given.
Changelog:
https://github.com/ankitects/anki/releases/tag/2.1.49
PR: 262735
Reported by: Pau Amma
MFH: No (2022Q2 is soon)
|
Wed, 22 Sep 2021
|
[ 17:34 Kai Knoblich (kai) ] c8be80d
games/anki: Update to 2.1.48
Changelog:
https://github.com/ankitects/anki/releases/tag/2.1.48
MFH: 2021Q3
|
Tue, 31 Aug 2021
|
[ 10:16 Kai Knoblich (kai) ] 95fe5f5
games/anki: Update to 2.1.47
Changelog:
https://changes.ankiweb.net/changes/2.1.40-49.html#changes-in-2147
MFH: 2021Q3
|
Fri, 13 Aug 2021
|
[ 12:28 Kai Knoblich (kai) ] 83f30a2 (Only the first 10 of 23 ports in this commit are shown above. )
games/anki: Update to 2.1.46
* Remove DIST_SUBDIR, which once made sense when Anki was still a pure
Python port. Anki now needs a lot of Rust crates that are also used
by other ports.
Therefore, these crates should be placed in the usual place and not
in an additional subdirectory to save bandwidth and disk space. [1]
Reported by: se [1]
MFH: 2021Q3
|
Mon, 2 Aug 2021
|
[ 06:16 Kai Knoblich (kai) ] 7cb5fb3 (Only the first 10 of 36 ports in this commit are shown above. )
games/anki: Update to 2.1.44
Since the 2.1.36 release the build system has changed significantly
again and devel/bazel is now used by upstream for the entire build
process.
With this change, a lot of bazel rules and also some translation files
needs to be downloaded from various repositories during the buildtime.
In order to still make Anki compatible with the Ports framework, the
following approach is used:
1. Prefetch all the required files before buildtime.
2. Create and setup a few local bazel repositories along with a set
of custom bazel rules and to provide Node, Protobuf and Yarn from (Only the first 15 lines of the commit message are shown above )
|
Sun, 20 Jun 2021
|
[ 09:26 Tobias Kortkamp (tobik) ] db3e8fb
games/anki: Unbreak with Rust 1.53.0
error[E0308]: mismatched types
--> cargo-crates/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:24
|
62 | let bytes = bits / Limb::BITS;
| ^^^^^^^^^^ expected `usize`, found `u32`
error[E0277]: cannot divide `usize` by `u32`
PR: 256653
|
Tue, 10 Nov 2020
|
[ 13:01 kai ] (Only the first 10 of 13 ports in this commit are shown above. )
games/anki: Update to 2.1.35
Since the 2.1.17 release the build system has been significantly revised and
contains many changes (e.g. a Rust library with Python bindings) that had to
be adapted to the Ports framework.
Kudos to David Schlachter for the additional testing and feedback!
Changelog since 2.1.16 (too many changes to list them separately):
https://changes.ankiweb.net/
PR: 247666
Reported by: David Schlachter
Reviewed by: tcberner (earlier revision)
Differential Revision: https://reviews.freebsd.org/D26961
|
Wed, 19 Feb 2020
|
[ 08:20 kai ]
games/anki: Update to 2.1.16
* Backport two patches from upstream that fix the argument handling with
multimedia/mpv since r520597.
* Also slightly change the MASTER_SITES as upstream distribute tarballs for
newer versions only via GitHub.
Although there are already some newer releases available use the 2.1.16
release for a while. It's mainly because the build process has changed a
lot since the 2.1.17 release and still needs to be investigated a little
more closely.
Changelog:
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.16
MFH: 2020Q1 (blanket: bug and regression fixes)
|
Sun, 25 Aug 2019
|
[ 10:35 kai ]
games/anki: Update to 2.1.15
Changelog:
* The V2 scheduler now fully randomizes review cards due on a given day.
* Fix flag changes in Browse screen not syncing.
* Cleanup recording wav file when recording canceled.
* Fix the window icon on Wayland.
* Add a progress bar to media deletion.
* Other minor changes.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.15
MFH: 2019Q3
|
Sat, 29 Jun 2019
|
[ 12:27 kai ]
games/anki: Update to 2.1.14
Changelog:
* Fix a bug in the V2 scheduler that would cause partially learnt cards
removed from filtered decks to revert to an earlier state.
* Fix a bug in the handling of relearning cards when switching back to the
V1 scheduler.
* Fix lost space when pasting indented text.
* Limit image height relative to window height, not document height.
* Fix deck list being re-rendered unnecessarily.
* Remove the unable to connect to local port message.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.14
|
Wed, 22 May 2019
|
[ 06:45 kai ]
games/anki: Update to 2.1.13
Changelog:
* Fix formatting getting lost when copying&pasting between fields on macOS.
* Fix some issues that cause the main window to get stuck.
* Fix an empty deck list sometimes appearing when restoring from a backup.
* Fix Anki hanging after an error occurs during startup.
* Fix error message when syncing with an unconfirmed email address.
* Use jsonschema for add-on manifests
* Warn in DB check when high due numbers are encountered.
* Improve error messages on full disk and failed add-on deletion.
* Fix relearning cards being given learning step count in V2 scheduler.
* Fix preview window failing to appear when show both sides enabled.
* Removing trailing BR tag when pasting into an empty field.
* Don't throw an error when non-Latin text in the Javascript console can't
be shown.
* Double click on add-ons to edit their configuration.
* Fix the window icon in a few screens.
* Improve the default type in the answer note type.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.13-(3ba55990)
|
Mon, 29 Apr 2019
|
[ 20:54 kai ]
games/anki: Update to 2.1.12
Changelog:
* Fix fields appearing under editor buttons.
* Fix memory leak in card layout screen.
* Fix some issues with previewing in the Browse screen.
* Fix card counts not updating when a review is undone.
* Fix an error caused by missing note types.
* Fix an issue checking for add-on updates.
* Disable add-on config button when not appropriate.
* Tweaks to the deck age graph binning.
* Add-ons hosted on AnkiWeb can now define conflicts in the manifest file.
* Make sure mpv doesn't attempt to load scripts from default location.
* Other minor fixes.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.12-(eef86bf3)
Approved by: mentors (implicit)
|
Wed, 13 Mar 2019
|
[ 17:08 kai ]
games/anki: Update to 2.1.11, undeprecate and set to BROKEN
Undeprecate and save the port from the big Qt4 wipeout by switching from Qt4
to Qt5.
Also set games/anki temporarily as BROKEN because www/py-qt5-webengine is
still in a defunct state. This will change when www/qt5-webengine gets
updated to a more recent version soon (hopefully to the end of Q1).
At last but not least: Add options to switch between multimedia/mpv (new
default by upstream) and multimedia/mplayer (previous default) or choose both
of them.
Changelog:
(Only the first 15 lines of the commit message are shown above )
|
Sun, 3 Jun 2018
|
[ 12:58 miwi ]
- Update to 2.0.52
PR: 228678
Submitted by: maintainer
Sponsored by: iXsystems Inc.
|
Wed, 28 Mar 2018
|
[ 19:12 fernape ]
Update games/anki to 2.0.51
PR: 226966
Submitted by: freebsd_ports@k-worx.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14881
|
Thu, 15 Mar 2018
|
[ 15:51 yuri ]
games/anki: Update to 2.0.50
Changelog is in:
https://apps.ankiweb.net/docs/changes.html
Also updated WWW.
PR: 226623
Submitted by: owk <freebsd_ports@k-worx.org> (maintainer)
|
Wed, 7 Mar 2018
|
[ 23:58 yuri ]
games/anki: Update to 2.0.48
This release contains minor bugfixes.
PR: 226438
Submitted by: owk <freebsd_ports@k-worx.org> (maintainer)
Approved by: tcberner (mentor, implicit)
|
Mon, 5 Mar 2018
|
[ 09:10 yuri ]
games/anki: Update to 2.0.47
Maintainer's timeout expired: trebbu@googlemail.com
freebsd_ports@k-worx.org takes maintainership.
Port changes:
* Updated MASTER_SITES/added DISTNAME
* Added to SHEBANG_FILES
* Updated patches
PR: 225487
Submitted by: owk <freebsd_ports@k-worx.org>
Approved by: tcberner (mentor, implicit)
|
Tue, 23 Aug 2016
|
[ 15:08 amdmi3 ]
- Update to 2.0.36
- While here, fix LICENSE and unhardcode PREFIX
PR: 211972
Submitted by: yuri@rawbw.com
Approved by: trebbu@googlemail.com (maintainer)
|
Sat, 5 Sep 2015
|
[ 22:48 jbeich ]
games/anki: update to 2.0.32
PR: 202908
Submitted by: Bert Burgemeister <trebbu@googlemail.com> (maintainer)
ChangeLog:
- 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.
|
Mon, 24 Nov 2014
|
[ 23:56 amdmi3 ]
- Update to 2.0.31
PR: 194943
Submitted by: trebbu@googlemail.com
|
Mon, 28 Jul 2014
|
[ 22:00 nemysis ]
- Update to 2.0.28
|
Sun, 27 Apr 2014
|
[ 12:05 nemysis ]
- Update to 2.0.26
- Transfer maintainership to games@ team
|
Sat, 12 Apr 2014
|
[ 17:39 nemysis ]
- Update to 2.0.24
|
Fri, 31 Jan 2014
|
[ 21:24 nemysis ]
- Update to 2.0.22
|
Thu, 23 Jan 2014
|
[ 11:57 nemysis ]
- Update to 2.0.21
- Add USES shebangfix and SHEBANG_FILES
|
Wed, 15 Jan 2014
|
[ 15:45 nemysis ]
- Update to 2.0.20
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Use REINPLACE_CMD instead of simple patches
|
Thu, 12 Dec 2013
|
[ 11:44 nemysis ]
- Update to 2.0.19
- Fix NLS, add Option
- Break lines around 80 characters
Reviewed by: Horia Racoviceanu <horia@racoviceanu.com>
Approved by: pawel / wg (mentors, implicit)
|
Tue, 19 Nov 2013
|
[ 17:09 nemysis ]
- Update to 2.0.18
Approved by: pawel / wg (mentors, implicit)
|
Fri, 18 Oct 2013
|
[ 21:35 nemysis ]
- Update to 2.0.14
Approved by: pawel (mentor)
|
Tue, 15 Oct 2013
|
[ 21:15 nemysis ]
- Update to 2.0.13
- Change maintainer email to @FreeBSD.org
- Add dependencies for audio/lame and multimedia/mplayer
- Support STAGEDIR
Approved by: wg/pawel (mentors)
|
Thu, 25 Jul 2013
|
[ 14:05 pawel ]
Update to version 2.0.12
PR: ports/180812
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
Sat, 13 Jul 2013
|
[ 16:09 wg ]
games/anki: update to 2.0.11
- Update to 2.0.11
- USES desktop-file-utils and shared-mime-info
PR: ports/179106
Submitted by: nemysis <nemysis gmx.ch> (maintainer)
|
Sun, 10 Feb 2013
|
[ 08:00 miwi ]
- Update to 2.0.8
PR: 175988
Submitted by: maintainer
|
Fri, 1 Feb 2013
|
[ 14:10 rm ]
- update to 2.0.7
PR: 175706
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
Thu, 24 Jan 2013
|
[ 10:09 zeising ]
Update to 2.0.6
Simplify makefile, add python to category and numeros other improvments.
Pass maintainership to submitter.
PR: ports/175366
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: kwm, miwi (mentors, implicit)
|
Wed, 16 Jan 2013
|
[ 07:44 araujo ]
- Update to 2.0.4.
- Trim header.
PR: ports/172506
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Wed, 23 May 2012
|
[ 02:01 miwi ]
- Update to 1.2.11
PR: 168032
Submitted by: Ports Fury
|
Wed, 20 Jul 2011
|
[ 20:09 shaun ]
Update to 1.2.8.
|
Sun, 3 Jul 2011
|
[ 14:25 ohauer ] (Only the first 10 of 919 ports in this commit are shown above. )
-remove MD5
|
Sat, 25 Sep 2010
|
[ 19:24 makc ]
Update to 1.0.1
PR: ports/150788
Submitted by: Denis Shaposhnikov <dsh at bamus.cz>
|
Tue, 28 Jul 2009
|
[ 07:00 miwi ]
- Update to 0.9.9.8.5
PR: 137007
Submitted by: Ports Fury
|
Thu, 9 Jul 2009
|
[ 09:05 miwi ]
- Update to 0.9.9.8.4
PR: 136475
Submitted by: Ports Fury
|
Fri, 26 Jun 2009
|
[ 14:53 miwi ]
- Update to 0.9.9.8.3
PR: 136045
Submitted by: Ports Fury
|
Thu, 18 Jun 2009
|
[ 12:24 miwi ]
- Update to 0.9.9.8.1
PR: 135639
Submitted by: Ports Fury
|
Sat, 23 May 2009
|
[ 14:23 miwi ]
- Update to 0.9.9.7.9b
PR: 134626
Submitted by: Ports Fury
|
Fri, 1 May 2009
|
[ 22:21 miwi ]
- Update games/anki to version 0.9.9.7.1
- Change games/py-anki to slave port of games/anki
PR: 133314
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Thu, 5 Feb 2009
|
[ 15:46 amdmi3 ]
- Update to 0.9.9.5
PR: 130619
Submitted by: Wen Heping <wenheping at gmail dot com>
|
Mon, 7 Apr 2008
|
[ 20:19 sat ]
- Update to 0.9.5.7
|
Tue, 12 Feb 2008
|
[ 17:38 sat ]
Add ports games/anki and games/py-anki:
Anki is a program designed to help you remember facts (such as words and
phrases in a foreign language) as easily, quickly and efficiently as possible.
To do this, it tracks how well you remember each fact, and uses that
information to optimally schedule review times. With a minimal amount of
effort, you can greatly increase the amount of material you remember, making
study more productive, and more fun.
While Anki can be used for studying anything, it also ships with special
features designed to make studying Japanese and English easier: integrated
dictionary lookups, missing kanji reports, and more. Sample decks are also
provided for Russian.
py-anki is a library based on a theory called spaced repetition. In
simple terms, it means that each time you review some material, you
should wait longer than last time before reviewing it again.
WWW: http://ichi2.net/anki/
Author: Damien Elmes <anki@ichi2.net>
|
Number of commits found: 54 |