Ticket #12324: Portfile

File Portfile, 1.7 KB (added by simon@…, 17 years ago)

Updated to newest version 3.4; also added livecheck. Works fine on PowerPC and Intel. All problems are fixed now.

Line 
1# $Id$
2
3PortSystem 1.0
4
5name                homebank
6version             3.4
7categories          x11
8maintainers         ruderich.com:simon openmaintainer
9description         Software to manage personal accounts, light and simple.
10long_description    HomeBank is the free software you have always wanted to \
11                    manage your personal accounts at home. The main concept \
12                    is to be light, simple and very easy to use. It brings \
13                    you many features that allows you to analyze your \
14                    finances in a detailed way instantly and dynamically \
15                    with powerful report tools based on filtering and \
16                    graphical charts.
17
18homepage            http://homebank.free.fr/
19platforms           darwin
20master_sites        ${homepage}public/
21
22checksums           md5 d180d45756ecafde2d81bbab8fd118bf \
23                    sha1 82bebf323b2e40f6263b69f5e595a073b2092470 \
24                    rmd160 774552c989d4fe4f6d95195d05c6aa377dd58030
25
26depends_lib         port:gtk2 \
27                    port:libofx \
28                    port:librsvg \
29                    port:p5-xml-parser
30
31post-install {
32  ui_msg "***************************************************************"
33  ui_msg "* To get correct displays you have to change the preferences! *"
34  ui_msg "* Go to Edit->Preferences then go to 'Display Format'.        *"
35  ui_msg "* There you can enter your preferences for 'Decimal char' and *"
36  ui_msg "* 'Grouping Char'. Normally this is '.' and ','.              *"
37  ui_msg "***************************************************************"
38}
39
40livecheck.check     regex
41livecheck.regex     "Homebank (\\d+(?:\\.\\d+)*) released"