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 | name verbiste |
---|
6 | version 0.1.41 |
---|
7 | categories x11 education |
---|
8 | platforms darwin |
---|
9 | license GPL2 |
---|
10 | maintainers nomaintainer |
---|
11 | description Verbiste is a French and Italian conjugation system |
---|
12 | long_description \ |
---|
13 | Verbiste is a French conjugation system.\ |
---|
14 | It contains a C++ library, two programs that can be run from the command line \ |
---|
15 | or from another program, and a GNOME application. \ |
---|
16 | This application shows a text field in the GNOME Panel where the user can enter a conjugated verb and obtain its complete conjugation. \ |
---|
17 | The knowledge base is represented in XML and contains over 7000 French verbs. \ |
---|
18 | It also contains about 190 Italian verbs. \ |
---|
19 | The dialog allows selecting the language in which the verb is to be searched. |
---|
20 | homepage http://sarrazip.com/dev/verbiste.html |
---|
21 | master_sites ${homepage}-${version} |
---|
22 | checksums md5 822ed70783a081505aaa36e49d562583 \ |
---|
23 | sha1 39d6199bdf962c714de47b531177cb27d53e4a35 |
---|
24 | depends_lib port:libxml2 \ |
---|
25 | port:libiconv \ |
---|
26 | port:gnome-panel \ |
---|
27 | port:p5-xml-parser |
---|