1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python24 1.0 |
---|
6 | name mnemosyne |
---|
7 | version 1.0.1.1 |
---|
8 | categories education |
---|
9 | maintainers nomaintainer |
---|
10 | description Spaced repetition software |
---|
11 | long_description The Mnemosyne software resembles a traditional \ |
---|
12 | flash-card program to help you memorise question/answer \ |
---|
13 | pairs, but with an important twist: it uses a \ |
---|
14 | sophisticated algorithm to schedule the best time \ |
---|
15 | for a card to come up for review. |
---|
16 | homepage http://www.mnemosyne-proj.org/ |
---|
17 | platforms darwin |
---|
18 | extract.suffix .tgz |
---|
19 | patchfiles patch-setup.py |
---|
20 | master_sites http://downloads.sourceforge.net/mnemosyne-proj/ |
---|
21 | checksums md5 0e8571db91235805a38bbda5b02bd5b7 \ |
---|
22 | sha1 d849843b1a2a84fbc1749cf103f509c83de2f45f \ |
---|
23 | rmd160 11e4ad0d7c2f206ab2c7ab5bebc1737fd587ef04 |
---|
24 | depends_lib-append port:py-pyqt3 \ |
---|
25 | port:py-xml \ |
---|
26 | port:py-game \ |
---|
27 | port:py-pyobjc |
---|