1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name homebank |
---|
6 | version 3.4 |
---|
7 | categories x11 |
---|
8 | maintainers ruderich.com:simon openmaintainer |
---|
9 | description Software to manage personal accounts, light and simple. |
---|
10 | long_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 | |
---|
18 | homepage http://homebank.free.fr/ |
---|
19 | platforms darwin |
---|
20 | master_sites ${homepage}public/ |
---|
21 | |
---|
22 | checksums md5 d180d45756ecafde2d81bbab8fd118bf \ |
---|
23 | sha1 82bebf323b2e40f6263b69f5e595a073b2092470 \ |
---|
24 | rmd160 774552c989d4fe4f6d95195d05c6aa377dd58030 |
---|
25 | |
---|
26 | depends_lib port:gtk2 \ |
---|
27 | port:libofx \ |
---|
28 | port:librsvg \ |
---|
29 | port:p5-xml-parser |
---|
30 | |
---|
31 | post-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 | |
---|
40 | livecheck.check regex |
---|
41 | livecheck.regex "Homebank (\\d+(?:\\.\\d+)*) released" |
---|