Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.12 29 Apr 2019 20:54:38 |
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) |
2.1.11 25 Apr 2019 14:41:16 |
antoine |
Clean up plist |
2.1.11 29 Mar 2019 16:36:46 |
kai |
games/anki: Unbreak
Unbreak since www/py-qt5-webengine is usable again since r497003.
Also update the patch for aqt/qt.py to load PyQt5.QtWebChannel explicitly.
Otherwise Anki will crash upon invocation.
PR: 233192
Approved by: mentors (implicit) |
2.1.11 13 Mar 2019 17:08:06 |
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 ) |
2.0.52_1 01 Feb 2019 18:55:18 |
kai |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
2.0.52_1 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
2.0.52_1 22 Nov 2018 20:18:37 |
tcberner |
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714 |
2.0.52 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
2.0.52 03 Jun 2018 12:58:42 |
miwi |
- Update to 2.0.52
PR: 228678
Submitted by: maintainer
Sponsored by: iXsystems Inc. |
2.0.51 28 Mar 2018 19:12:26 |
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 |
2.0.50 15 Mar 2018 15:51:20 |
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) |
2.0.48 07 Mar 2018 23:58:40 |
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) |
2.0.47 05 Mar 2018 09:10:38 |
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) |
2.0.36_3 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
2.0.36_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.0.36_2 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.0.36_1 04 Feb 2017 13:37:15 |
tcberner |
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9261 |
2.0.36_1 27 Dec 2016 11:54:01 |
rene |
games/anki: update sqlalchemy dependency to 1.0, bump PORTREVISION
PR: 215218
Submitted by: rene
Approved by: maintainer timeout (trebbu@googlemail.com, 16 days) |
2.0.36 23 Aug 2016 15:08:24 |
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) |
2.0.32 22 May 2016 10:52:45 |
matthew |
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2] (Only the first 15 lines of the commit message are shown above ) |
2.0.32 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.0.32 05 Sep 2015 22:48:50 |
jbeich |
games/anki: convert to target option helpers |
2.0.32 05 Sep 2015 22:48:37 |
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. |
2.0.31_1 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
2.0.31 29 Nov 2014 02:10:14 |
amdmi3 |
- Pass maintainership to submitter
PR: 194943
Submitted by: trebbu@googlemail.com |
2.0.31 24 Nov 2014 23:56:33 |
amdmi3 |
- Update to 2.0.31
PR: 194943
Submitted by: trebbu@googlemail.com |
31 Oct 2014 16:11:34
|
amdmi3 |
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino |
2.0.28_1 09 Oct 2014 14:00:40 |
amdmi3 |
- Drop @dirrm* from plist
- Convert to USES=python
- Add LICENSE_FILE |
2.0.28_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.0.28 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2.0.28 28 Jul 2014 22:00:18 |
nemysis |
- Update to 2.0.28 |
2.0.26 27 Apr 2014 12:05:38 |
nemysis |
- Update to 2.0.26
- Transfer maintainership to games@ team |
2.0.24 12 Apr 2014 17:39:34 |
nemysis |
- Update to 2.0.24 |
2.0.22 31 Jan 2014 21:24:58 |
nemysis |
- Update to 2.0.22 |
2.0.21 23 Jan 2014 11:57:04 |
nemysis |
- Update to 2.0.21
- Add USES shebangfix and SHEBANG_FILES |
2.0.20 20 Jan 2014 10:32:52 |
nemysis |
- Change REINPLACE_CMD, make PREFIX safe
Reported by: makc |
2.0.20 15 Jan 2014 15:45:13 |
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 |
2.0.19_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.0.19_1 12 Dec 2013 21:10:36 |
nemysis |
- 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) |
2.0.19 12 Dec 2013 11:44:25 |
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) |
2.0.18 19 Nov 2013 17:09:52 |
nemysis |
- Update to 2.0.18
Approved by: pawel / wg (mentors, implicit) |
2.0.14 22 Oct 2013 13:53:34 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
2.0.14 18 Oct 2013 21:35:19 |
nemysis |
- Update to 2.0.14
Approved by: pawel (mentor) |
2.0.13 15 Oct 2013 21:15:42 |
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) |
2.0.12_1 02 Oct 2013 23:38:51 |
wg |
www/py-beautifulsoup32: bump port revision
- Bump port revision due to package name change
- Catch up package name of ports that depend on it |
2.0.12 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.0.12 25 Jul 2013 14:05:56 |
pawel |
Update to version 2.0.12
PR: ports/180812
Submitted by: nemysis <nemysis@gmx.ch> (maintainer) |
2.0.11 13 Jul 2013 16:09:30 |
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) |
2.0.8 24 Apr 2013 13:36:19 |
ak |
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt) |
2.0.8 10 Feb 2013 08:00:25 |
miwi |
- Update to 2.0.8
PR: 175988
Submitted by: maintainer |
2.0.7_1 03 Feb 2013 18:16:55 |
makc |
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip |
2.0.7 01 Feb 2013 14:10:45 |
rm |
- update to 2.0.7
PR: 175706
Submitted by: nemysis <nemysis@gmx.ch> (maintainer) |
2.0.6 24 Jan 2013 10:09:31 |
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) |
2.0.4 16 Jan 2013 07:44:59 |
araujo |
- Update to 2.0.4.
- Trim header.
PR: ports/172506
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.2.11_2 10 Jun 2012 07:27:48 |
rm |
- according to [1] py-anki had switched to SQLAlchemy 0.7
since version 1.2.9, so change the dependency
While I'm here:
- strict python version to 2.x only
- eliminate unused dependencies
- use PYTHON_PKGNAMEPREFIX in _DEPENDS
- add missing tabs
- bump PORTREVISION because of dependencies change
[1] http://ankisrs.net/changes.html
PR: 168555
Submitted by: Jan Beich <jbeich at tormail dot org> |
1.2.11_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.2.11_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2.11 23 May 2012 02:01:30 |
miwi |
- Update to 1.2.11
PR: 168032
Submitted by: Ports Fury |
1.2.8_1 14 Dec 2011 21:29:16 |
crees |
Add LICENSE data.
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks] |
1.2.8_1 31 Aug 2011 17:52:32 |
eadler |
- eliminate py-pysqlite2x dependency from games/anki [0]
- eliminate py-pysqlite2x dependency from multimedia/pyjama [1]
- add gstreamer-plugins-gnomevfs as a dep to multimedias/pyjama [2]
PR: ports/160055 [0], ports/160065 [1,2]
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [0,1], Kjell Tore
Ullavik <ktullavik@gmail.com> (maintainer) [2]
Approved by: bapt (mentor), Kjell Tore Ullavik <ktullavik@gmail.com>
(maintainer) |
1.2.8 20 Jul 2011 20:09:10 |
shaun |
Update to 1.2.8. |
1.0.1 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.0.1 25 Jun 2011 07:21:20 |
nivit |
- Fix *_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION |
1.0.1 25 Sep 2010 19:24:26 |
makc |
Update to 1.0.1
PR: ports/150788
Submitted by: Denis Shaposhnikov <dsh at bamus.cz> |
0.9.9.8.5_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.9.9.8.5 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.9.9.8.5 19 Dec 2009 22:34:08 |
makc |
Fix QT4 option usage (in preparation for Qt-4.6.0 update) |
0.9.9.8.5 28 Jul 2009 07:00:19 |
miwi |
- Update to 0.9.9.8.5
PR: 137007
Submitted by: Ports Fury |
0.9.9.8.4 09 Jul 2009 09:05:30 |
miwi |
- Update to 0.9.9.8.4
PR: 136475
Submitted by: Ports Fury |
0.9.9.8.3 26 Jun 2009 14:53:24 |
miwi |
- Update to 0.9.9.8.3
PR: 136045
Submitted by: Ports Fury |
0.9.9.8.1 18 Jun 2009 12:24:22 |
miwi |
- Update to 0.9.9.8.1
PR: 135639
Submitted by: Ports Fury |
0.9.9.7.9b 23 May 2009 14:23:29 |
miwi |
- Update to 0.9.9.7.9b
PR: 134626
Submitted by: Ports Fury |
0.9.9.7.7 01 May 2009 22:21:08 |
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> |
0.9.9.5_1 14 Feb 2009 23:01:24 |
makc |
Bump PORTREVISION after QScintilla2 update |
0.9.9.5 10 Feb 2009 23:05:04 |
amdmi3 |
- Fix MASTER_SITES |
0.9.9.5 05 Feb 2009 15:46:43 |
amdmi3 |
- Update to 0.9.9.5
PR: 130619
Submitted by: Wen Heping <wenheping at gmail dot com> |
0.9.5.7_1 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.9.5.7_1 06 Jun 2008 13:31:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.9.5.7 07 Apr 2008 20:19:59 |
sat |
- Update to 0.9.5.7 |
0.4.3 12 Feb 2008 17:38:25 |
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> |