Ticket #48049: Portfile

File Portfile, 1.3 KB (added by geekpourjesus@…, 9 years ago)

Portfile

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
5name                verbiste
6version             0.1.41
7categories          x11 education
8platforms           darwin
9license             GPL2
10maintainers         nomaintainer
11description         Verbiste is a French and Italian conjugation system
12long_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.
20homepage            http://sarrazip.com/dev/verbiste.html
21master_sites        ${homepage}-${version}
22checksums           md5 822ed70783a081505aaa36e49d562583 \
23                    sha1 39d6199bdf962c714de47b531177cb27d53e4a35
24depends_lib         port:libxml2 \
25                    port:libiconv \
26                    port:gnome-panel \
27                    port:p5-xml-parser