Ticket #15189: Portfile

File Portfile, 1.1 KB (added by cpettitt@…, 16 years ago)
Line 
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
4PortSystem 1.0
5PortGroup python24 1.0
6name            mnemosyne
7version         1.0.1.1
8categories      education
9maintainers     nomaintainer
10description     Spaced repetition software
11long_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.
16homepage        http://www.mnemosyne-proj.org/
17platforms       darwin
18extract.suffix  .tgz
19patchfiles      patch-setup.py
20master_sites    http://downloads.sourceforge.net/mnemosyne-proj/
21checksums       md5 0e8571db91235805a38bbda5b02bd5b7 \
22                sha1 d849843b1a2a84fbc1749cf103f509c83de2f45f \
23                rmd160 11e4ad0d7c2f206ab2c7ab5bebc1737fd587ef04
24depends_lib-append     port:py-pyqt3 \
25                port:py-xml \
26                port:py-game \
27                port:py-pyobjc