OpenBSD CVS

CVS log for ports/games/mnemosyne/Makefile


[BACK] Up to [local] / ports / games / mnemosyne

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.52 / (download) - annotate - [select for diffs], Mon May 6 12:23:33 2024 UTC (3 weeks, 6 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.51: +1 -1 lines
Diff to previous 1.51 (unified)

bump REVISION for py3.10 -> py3.11 switch

Revision 1.51 / (download) - annotate - [select for diffs], Wed Nov 1 09:38:53 2023 UTC (7 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (unified)

security/py-argon2-cffi${MODPY_FLAVORS} -> security/py-argon2-cffi${MODPY_FLAVOR}
(withouth the 'S')

Revision 1.50 / (download) - annotate - [select for diffs], Tue Sep 26 09:41:38 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.49: +1 -1 lines
Diff to previous 1.49 (unified)

-> SITES

Revision 1.49 / (download) - annotate - [select for diffs], Fri Nov 25 15:33:51 2022 UTC (18 months, 1 week ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.48: +4 -5 lines
Diff to previous 1.48 (unified)

update to mnemosyne-2.9

Revision 1.48 / (download) - annotate - [select for diffs], Sun Nov 13 15:28:27 2022 UTC (18 months, 2 weeks ago) by sthen
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47 (unified)

bump for MODPY_DEFAULT_VERSION_3 change

Revision 1.47 / (download) - annotate - [select for diffs], Fri Mar 11 19:04:40 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.46: +0 -2 lines
Diff to previous 1.46 (unified)

drop RCS Ids

Revision 1.46 / (download) - annotate - [select for diffs], Tue Nov 2 00:01:13 2021 UTC (2 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (unified)

bump REVISION for switch from Python 3.8 -> 3.9

Revision 1.45 / (download) - annotate - [select for diffs], Mon Jul 5 09:33:44 2021 UTC (2 years, 10 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.44: +3 -2 lines
Diff to previous 1.44 (unified)

Update to mnemosyne-2.8

From Gregoire Jadi

Revision 1.44 / (download) - annotate - [select for diffs], Thu Feb 25 22:26:02 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.43: +5 -7 lines
Diff to previous 1.43 (unified)

use FIX_CRLF_FILES, this is so much neater I can't believe we didn't
do it before!

Revision 1.43 / (download) - annotate - [select for diffs], Tue Feb 23 19:39:23 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
Changes since 1.42: +1 -2 lines
Diff to previous 1.42 (unified)

Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Dec 9 20:29:01 2020 UTC (3 years, 5 months ago) by sthen
Branch: MAIN
Changes since 1.41: +16 -10 lines
Diff to previous 1.41 (unified)

update to mnemosyne 2.7.3, from Grégoire Jadi

Revision 1.41 / (download) - annotate - [select for diffs], Mon Jul 20 13:35:05 2020 UTC (3 years, 10 months ago) by kirby
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.40: +13 -9 lines
Diff to previous 1.40 (unified)

Update to mnemosyne-2.6.1. Not the latest version but it doesn't require
new dependencies to port and switches to Qt5 and Python3.
OK rsadowski@

Revision 1.40 / (download) - annotate - [select for diffs], Thu May 14 12:36:46 2020 UTC (4 years ago) by jca
Branch: MAIN
Changes since 1.39: +5 -4 lines
Diff to previous 1.39 (unified)

Use the wsgi server from cheroot to unbreak the sync server

The cherrypy project has moved their wsgi server to the cheroot
subproject.

While here, use https for HOMEPAGE and add a note about newer versions
which require qtwebengine.

Report and fix from Gregoire Jadi, ok sthen@

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jul 12 20:46:21 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.38 / (download) - annotate - [select for diffs], Fri May 10 01:57:35 2019 UTC (5 years ago) by danj
Branch: MAIN
Changes since 1.37: +2 -4 lines
Diff to previous 1.37 (unified)

Remove maintainer per their request

Revision 1.37 / (download) - annotate - [select for diffs], Wed Jun 27 21:03:48 2018 UTC (5 years, 11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (unified)

first tag: update-desktop-database

Revision 1.36 / (download) - annotate - [select for diffs], Thu Nov 3 09:46:44 2016 UTC (7 years, 7 months ago) by danj
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.35: +3 -2 lines
Diff to previous 1.35 (unified)

Don't put non-ascii characters in the Makefile

Revision 1.35 / (download) - annotate - [select for diffs], Thu May 19 11:24:41 2016 UTC (8 years ago) by shadchin
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.34: +4 -2 lines
Diff to previous 1.34 (unified)

Update to mnemosyne 2.3.6.
From Nils Reuße (maintainer)

Revision 1.34 / (download) - annotate - [select for diffs], Sun Mar 20 16:12:24 2016 UTC (8 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.33: +1 -3 lines
Diff to previous 1.33 (unified)

drop SHARED_ONLY from python and ruby ports

Revision 1.33 / (download) - annotate - [select for diffs], Mon Dec 14 07:45:57 2015 UTC (8 years, 5 months ago) by benoit
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (unified)

Update to mnemosyne-2.3.5.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Nov 1 09:47:10 2015 UTC (8 years, 7 months ago) by benoit
Branch: MAIN
Changes since 1.31: +2 -3 lines
Diff to previous 1.31 (unified)

Update to mnemosyne-2.3.4.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Sep 29 10:52:12 2015 UTC (8 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

bump REVISION for setuptools dep change.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Aug 25 13:18:26 2015 UTC (8 years, 9 months ago) by sthen
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (unified)

remove bcallah as maintainer of his ports, at his request

Revision 1.29 / (download) - annotate - [select for diffs], Tue Apr 14 20:24:14 2015 UTC (9 years, 1 month ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (unified)

Maintenance update to 2.3.3

Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 26 12:14:15 2015 UTC (9 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (unified)

REVISION bumps for py-Pillow RDEP change

Revision 1.27 / (download) - annotate - [select for diffs], Sat Mar 14 21:05:39 2015 UTC (9 years, 2 months ago) by bcallah
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (unified)

Update to 2.3.2
Changelog: http://mnemosyne-proj.org/whats-new

Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 14 07:06:00 2014 UTC (9 years, 9 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (unified)

Bump after py-Pillow sub-packaging.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jul 9 13:36:24 2014 UTC (9 years, 10 months ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (unified)

Update to 2.3.1 and fix the MODPY_ADJ_FILE line.
ok aja@

Revision 1.24 / (download) - annotate - [select for diffs], Thu May 8 16:21:16 2014 UTC (10 years ago) by bcallah
Branch: MAIN
Changes since 1.23: +4 -3 lines
Diff to previous 1.23 (unified)

Update to 2.3
Take MAINTAINER.
ok benoit@

Revision 1.23 / (download) - annotate - [select for diffs], Sun Apr 6 21:10:30 2014 UTC (10 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (unified)

switch py-Imaging to py-Pillow, plus some "s/import Image/from PIL import Image/" patches where necessary

Revision 1.22 / (download) - annotate - [select for diffs], Fri Sep 6 18:26:50 2013 UTC (10 years, 8 months ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (unified)

Update mnemosyne to 2.2.1
ok aja@

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 11 22:59:56 2013 UTC (11 years, 2 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (unified)

bump after py-Imaging change.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Mar 11 11:07:39 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.19: +2 -5 lines
Diff to previous 1.19 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 6 10:24:20 2012 UTC (11 years, 6 months ago) by landry
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.18: +8 -11 lines
Diff to previous 1.18 (unified)

Update to mnemosyne 2.1.

Now uses py-qt4.
ok sthen@

Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 20 18:55:08 2011 UTC (12 years, 5 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified)

- bump REVISION after several python modules had their flavor dropped.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 23 21:19:28 2011 UTC (12 years, 7 months ago) by ajacoutot
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (unified)

Missing dependency, spotted by Chris Bennett.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Sep 16 09:48:10 2011 UTC (12 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (unified)

normalize pkgpath

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 8 17:35:05 2011 UTC (12 years, 11 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified)

bump after default python version switch

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 16 11:23:27 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (unified)

new depends

Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 30 17:46:56 2010 UTC (13 years, 9 months ago) by fgsch
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (unified)

Bump revision after python's default change.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 24 08:19:51 2010 UTC (13 years, 9 months ago) by ajacoutot
Branch: MAIN
Changes since 1.11: +3 -7 lines
Diff to previous 1.11 (unified)

Update to mnemosyne-1.2.2.
Resign from maintainership.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 1 12:06:02 2010 UTC (14 years, 3 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (unified)

a few more rotten eggs

Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 22 16:28:00 2009 UTC (14 years, 5 months ago) by ajacoutot
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

Use @unexec-delete instead of @unexec for the *-update-* goos.

prodded by espie@
discussed with espie@ sthen@ landry@

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 15 14:39:03 2009 UTC (15 years, 2 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

fix depends

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 2 13:07:37 2009 UTC (15 years, 5 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

remove dependencies on removed python subpackages; prodded by sturm@

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 26 13:32:31 2008 UTC (15 years, 6 months ago) by ajacoutot
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

- bugfix update to version 1.2
better support for Unicode, new translation...
- drop maintainership

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 23 21:23:47 2008 UTC (15 years, 9 months ago) by ajacoutot
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

- bugfix update to mnemosyne-1.1.1

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 28 08:27:32 2008 UTC (15 years, 10 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

- mnemosyne 1.1
More features were added for plugin writers. Many scheduler improvements
were made.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 10 18:52:27 2008 UTC (15 years, 10 months ago) by ajacoutot
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3 (unified)

- update to version 1.0.2
some minor feature enhancements and new translations

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 22 17:34:49 2008 UTC (16 years, 2 months ago) by ajacoutot
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

- bugfix update to version 1.0.1.1

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 16 14:26:51 2008 UTC (16 years, 2 months ago) by ajacoutot
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (unified)

- minor update to 1.0.1
(better unicode support and new translations)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 16 08:32:47 2008 UTC (16 years, 4 months ago) by ajacoutot
Branch: ajacoutot
CVS Tags: ajacoutot_20080116, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import mnemosyne-1.0

The Mnemosyne Project has two aspects:
 * It's a sophisticated free flash-card tool which optimises your
   learning process.
 * It's a research project into the nature of long-term memory.
[...]


ok simon@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 16 08:32:47 2008 UTC (16 years, 4 months ago) by ajacoutot
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.