Commits
Rainer Müller authored d663fda799e
1 1 | # $Id$ |
2 2 | |
3 3 | PortSystem 1.0 |
4 - | name lostirc |
5 - | version 0.4.1 |
6 - | categories irc |
7 - | maintainers nomaintainer |
8 - | description simple GTK+ IRC client |
4 + | name lostirc |
5 + | version 0.4.6 |
6 + | categories irc |
7 + | maintainers nomaintainer |
8 + | description simple GTK+ IRC client |
9 9 | long_description \ |
10 10 | LostIRC is an IRC client for X, written in C++ using gtkmm as a \ |
11 11 | widget set. The goal of the first stable version, is to make a \ |
12 12 | simple, keyboard controlled IRC application with basic features \ |
13 13 | implemented. |
14 - | homepage http://lostirc.sourceforge.net/ |
15 - | platforms darwin |
16 - | master_sites sourceforge |
17 - | checksums md5 552746df0f38a0fc36e2c5a34afd11b9 |
18 - | patchfiles patch-src__libirc__DCC.cpp |
19 - | configure.args --mandir=${prefix}/share/man |
14 + | homepage http://lostirc.sourceforge.net/ |
15 + | platforms darwin |
16 + | master_sites sourceforge |
17 + | checksums md5 501cd56bc0740d599540fb415718b939 \ |
18 + | sha1 5775f168593e62b09abe683da252f50cdb6242fb \ |
19 + | rmd160 ffd25b350f477a1cc72138448d05e0b66ad801a9 |
20 + | patchfiles patch-src__libirc__DCC.cpp |
21 + | configure.args --mandir=${prefix}/share/man |
20 22 | |
21 - | depends_build bin:pkg-config:pkgconfig |
22 - | depends_lib lib:libgtkmm.2:gtkmm |
23 + | depends_build bin:pkg-config:pkgconfig |
24 + | depends_lib lib:libgtkmm.2:gtkmm |