Commits
Ryan Schmidt authored and Perry E. Metzger committed 0fd58986991
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup qt4 1.0 |
5 5 | |
6 6 | name psi |
7 7 | version 0.14 |
8 8 | revision 2 |
9 9 | categories net chat |
10 - | maintainers rowue |
10 + | maintainers {rowue @rowue} |
11 11 | description jabber-based instant messaging client |
12 12 | long_description \ |
13 13 | Psi is a capable Jabber client aimed at experienced users. Its design \ |
14 14 | goals are simplicity and stability. |
15 15 | |
16 16 | platforms darwin |
17 17 | |
18 18 | homepage http://psi.affinix.com/ |
19 19 | master_sites sourceforge |
20 20 | use_bzip2 yes |