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 | |
---|
6 | name klavaro |
---|
7 | version 1.8.1 |
---|
8 | categories games |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:james.r.haigh |
---|
11 | |
---|
12 | description A clean, full-featured typing tutor. |
---|
13 | long_description \ |
---|
14 | Designed to be keyboard and language independent, \ |
---|
15 | with built-in custom keyboard editor. \ |
---|
16 | Includes exercises for adaptability, velocity, \ |
---|
17 | and fluidity, as well as progress charts and the \ |
---|
18 | ability to import text of your choice for practise. |
---|
19 | |
---|
20 | homepage http://klavaro.sourceforge.net/ |
---|
21 | master_sites sourceforge |
---|
22 | |
---|
23 | checksums klavaro-1.8.1.tar.bz2 \ |
---|
24 | md5 dc1b34e5f58dc403c4ed0d108e48ad15 \ |
---|
25 | sha1 a1e6fb681b4ad3e1f8f03735572c7604dcfc1804 \ |
---|
26 | rmd160 9cd7ed7ae647b0628b70c832ccf1820d89a07950 \ |
---|
27 | patch-src-Makefile.in.diff \ |
---|
28 | md5 9581a341ee412c1b8b79bbcbfbdb3213 \ |
---|
29 | sha1 8ec924c491bba8cbb9f688be2717140f31ea6d85 \ |
---|
30 | rmd160 d711290cdc8718681c54dedd053f0c24818a60af |
---|
31 | |
---|
32 | use_bzip2 yes |
---|
33 | |
---|
34 | patchfiles patch-src-Makefile.in.diff |
---|
35 | |
---|
36 | depends_build port:intltool |
---|
37 | depends_lib port:gtk2 port:gtkdatabox |
---|
38 | |
---|
39 | #livecheck.regex Help please! |
---|