notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/anki/pkg-plist
SVNWeb

Number of commits found: 34

Mon, 8 May 2023
[ 11:54 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:5a788a624932f69708a11d4470c157bd216d455d  commit hash:5a788a624932f69708a11d4470c157bd216d455d  commit hash:5a788a624932f69708a11d4470c157bd216d455d  5a788a6  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 16 Sep 2022
[ 03:42 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:09353d0a9c71e245d4460d90af49451261a8d587  commit hash:09353d0a9c71e245d4460d90af49451261a8d587  commit hash:09353d0a9c71e245d4460d90af49451261a8d587  09353d0  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
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
Fri, 13 Aug 2021
[ 12:28 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:83f30a2775ac114cf71dab7ea64917c618668f42  commit hash:83f30a2775ac114cf71dab7ea64917c618668f42  commit hash:83f30a2775ac114cf71dab7ea64917c618668f42  83f30a2  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:7cb5fb35608f4cc8a97afd2bdb83fa7f797fcadc  commit hash:7cb5fb35608f4cc8a97afd2bdb83fa7f797fcadc  commit hash:7cb5fb35608f4cc8a97afd2bdb83fa7f797fcadc  7cb5fb3  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 20 Mar 2021
[ 08:39 kai search for other commits by this committer ] Original commit   Revision:568854
games/anki: Fix packaging with Python 3.8

* Add a workaround to make the transition from Python 3.7 to Python 3.8
  possible because the name of the .so file is slightly different between
  the two releases.

* Also add CARGO_INSTALL to avoid warnings about ignored duplicate scripts
  for the target "do-install".

PR:		253815
Tue, 10 Nov 2020
[ 13:01 kai search for other commits by this committer ] Original commit   Revision:554834 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:526491
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)
Thu, 25 Apr 2019
[ 14:41 antoine search for other commits by this committer ] Original commit   Revision:500005
Clean up plist
Wed, 13 Mar 2019
[ 17:08 kai search for other commits by this committer ] Original commit   Revision:495620
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 View all of this commit message)
Tue, 23 Aug 2016
[ 15:08 amdmi3 search for other commits by this committer ] Original commit   Revision:420692
- 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 search for other commits by this committer ] Original commit   Revision:396198
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 search for other commits by this committer ] Original commit   Revision:373386
- Update to 2.0.31

PR:		194943
Submitted by:	trebbu@googlemail.com
Thu, 9 Oct 2014
[ 14:00 amdmi3 search for other commits by this committer ] Original commit   Revision:370533
- Drop @dirrm* from plist
- Convert to USES=python
- Add LICENSE_FILE
Mon, 28 Jul 2014
[ 22:00 nemysis search for other commits by this committer ] Original commit   Revision:363263
- Update to 2.0.28
Sun, 27 Apr 2014
[ 12:05 nemysis search for other commits by this committer ] Original commit   Revision:352411
- Update to 2.0.26
- Transfer maintainership to games@ team
Sat, 12 Apr 2014
[ 17:39 nemysis search for other commits by this committer ] Original commit   Revision:351114
- Update to 2.0.24
Thu, 12 Dec 2013
[ 21:10 nemysis search for other commits by this committer ] Original commit   Revision:336290
- Bump PORTREVISION
- Use patches  instead of REINPLACE_CMD, for upstream
- Cleanup Makefile, add patches, use Port Makefile
- Change pkg-plist, adjust NLS

Approved by:	pawel / wg (mentors, implicit)
[ 11:44 nemysis search for other commits by this committer ] Original commit   Revision:336258
- 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 search for other commits by this committer ] Original commit   Revision:334330
- Update to 2.0.18

Approved by:	pawel / wg (mentors, implicit)
Tue, 22 Oct 2013
[ 13:53 amdmi3 search for other commits by this committer ] Original commit   Revision:331269 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)

Approved by:	portmgr (bdrewery)
Tue, 15 Oct 2013
[ 21:15 nemysis search for other commits by this committer ] Original commit   Revision:330458
- 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 search for other commits by this committer ] Original commit   Revision:323642
Update to version 2.0.12

PR:		ports/180812
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Sat, 13 Jul 2013
[ 16:09 wg search for other commits by this committer ] Original commit   Revision:322943
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)
Thu, 24 Jan 2013
[ 10:09 zeising search for other commits by this committer ] Original commit   Revision:310922
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 search for other commits by this committer ] Original commit   Revision:310477
- Update to 2.0.4.
- Trim header.

PR:		ports/172506
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Wed, 20 Jul 2011
[ 20:09 shaun search for other commits by this committer ] Original commit 
Update to 1.2.8.
Sat, 25 Sep 2010
[ 19:24 makc search for other commits by this committer ] Original commit 
Update to 1.0.1

PR:             ports/150788
Submitted by:   Denis Shaposhnikov <dsh at bamus.cz>
Tue, 28 Jul 2009
[ 07:00 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.9.8.5

PR:             137007
Submitted by:   Ports Fury
Fri, 26 Jun 2009
[ 14:53 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.9.8.3

PR:             136045
Submitted by:   Ports Fury
Thu, 18 Jun 2009
[ 12:24 miwi search for other commits by this committer ] Original commit 
- Update to  0.9.9.8.1

PR:             135639
Submitted by:   Ports Fury
Fri, 1 May 2009
[ 22:21 miwi search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Update to 0.9.9.5

PR:             130619
Submitted by:   Wen Heping <wenheping at gmail dot com>
Mon, 7 Apr 2008
[ 20:19 sat search for other commits by this committer ] Original commit 
- Update to 0.9.5.7
Tue, 12 Feb 2008
[ 17:38 sat search for other commits by this committer ] Original commit 
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: 34