| 1 | PortSystem 1.0 |
| 2 | name weechat |
| 3 | version 0.2.3 |
| 4 | categories irc |
| 5 | maintainers ehainry@free.fr |
| 6 | description Fast, light & extensible IRC client |
| 7 | long_description \ |
| 8 | WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client\ |
| 9 | for many operating systems. Everything can be done with a keyboard.\ |
| 10 | It is customizable and extensible with plugins/scripts, and includes:\ |
| 11 | - nicklist\ |
| 12 | - smart hotlist\ |
| 13 | - infobar with highlight notification\ |
| 14 | - horizontal and vertical split\ |
| 15 | - double charset support (decode/encode)\ |
| 16 | - FIFO pipe for remote control\ |
| 17 | - and much more! |
| 18 | homepage http://weechat.flashtux.org/ |
| 19 | platforms darwin |
| 20 | master_sites ${homepage}download/ |
| 21 | checksums md5 12c39b30988d78e9544acda6e518476f \ |
| 22 | sha1 8a12d63cecc4c2a06d663503f5f9bc7d755396bc \ |
| 23 | rmd160 4088c4370d0d9a4a419fda560495de5fb3a003f1 |
| 24 | depends_lib port:gettext port:libiconv port:ncurses |
| 25 | configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib |
| 26 | configure.args --without-debug --disable-gnutls --disable-lua \ |
| 27 | --disable-perl --disable-python --disable-ruby |
| 28 | |
| 29 | use_bzip2 yes |
| 30 | |
| 31 | variant lua { |
| 32 | configure.args-delete --disable-lua |
| 33 | configure.args-append --enable-lua |
| 34 | depends_lib-append port:lua |
| 35 | } |
| 36 | variant perl { |
| 37 | configure.args-delete --disable-perl |
| 38 | configure.args-append --enable-perl |
| 39 | depends_lib-append port:perl5.8 |
| 40 | } |
| 41 | variant ruby { |
| 42 | configure.args-delete --disable-ruby |
| 43 | configure.args-append --enable-ruby |
| 44 | depends_lib-append port:ruby |
| 45 | } |
| 46 | variant tls { |
| 47 | configure.args-delete --disable-gnutls |
| 48 | configure.args-append --enable-gnutls |
| 49 | depends_lib-append port:gnutls |
| 50 | } |