Source
# -*- 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
PortSystem 1.0
PortGroup cmake 1.0
PortGroup conflicts_build 1.0
PortGroup github 1.0
name weechat
if {${name} eq ${subport}} {
conflicts weechat-devel
name weechat
version 2.6
revision 0
checksums rmd160 816c72c42e318b5b2be6d282a4fbda161065fd78 \
sha256 0b06e551e69018dbd4828113a56a9657a16cb787eb44bc83adf45424e65759d9 \
size 2993206
master_sites https://weechat.org/files/src/
use_bzip2 yes
}
subport weechat-devel {
conflicts weechat
name weechat-devel
version 2.5-dev-20190424
revision 0
checksums rmd160 ef1b9219d799507e783f84aab90b163546184139 \
sha256 00ca8188a67175e158fafa356a528731ed6520ae8b629627791653f1b204af1b \
size 2952987
master_sites https://weechat.org/files/src/devel/
use_bzip2 yes
distname ${name}-20190424
worksrcdir ${name}
}
homepage https://weechat.org/
license GPL-3
description Fast, light & extensible IRC client
long_description \
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client \
for many operating systems. Everything can be done with a keyboard. It is \
customizable and extensible with plugins/scripts, and includes: \
\n - nicklist \
\n - smart hotlist \
\n - infobar with highlight notification \
\n - horizontal and vertical split \
\n - double charset support (decode/encode) \
\n - FIFO pipe for remote control \
\n - and much more!
categories irc
maintainers {gmail.com:starkhalo @harciga} \
openmaintainer
platforms darwin
depends_build-append \
port:asciidoctor \
port:libxslt \
port:pkgconfig \
port:docbook-xsl-nons