Link Here
|
1 |
PORTNAME= irssi |
1 |
PORTNAME= irssi |
2 |
DISTVERSION= 1.4.3 |
2 |
DISTVERSION= 1.4.4 |
3 |
PORTEPOCH= 2 |
3 |
PORTEPOCH= 2 |
4 |
CATEGORIES?= irc |
4 |
CATEGORIES?= irc |
5 |
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ |
5 |
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ \ |
|
|
6 |
https://codeberg.org/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ \ |
6 |
|
7 |
|
7 |
MAINTAINER= dor.bsd@xm0.uk |
8 |
MAINTAINER= dor.bsd@xm0.uk |
8 |
COMMENT= Modular IRC client with many features |
9 |
COMMENT= Modular IRC client with many features |
Link Here
|
19 |
MESON_ARGS= -Dinstall-glib=no -Ddisable-gregex=no -Dstatic-dependency=no \ |
20 |
MESON_ARGS= -Dinstall-glib=no -Ddisable-gregex=no -Dstatic-dependency=no \ |
20 |
-Dwith-fuzzer=no -Dwithout-textui=no |
21 |
-Dwith-fuzzer=no -Dwithout-textui=no |
21 |
|
22 |
|
22 |
OPTIONS_DEFINE= BOT CAPSICUM DOCS OTR PERL PROXY TRUECOLOR UTF8PROC |
23 |
OPTIONS_DEFINE= BOT CAPSICUM DOCS OTR PERL PROXY UTF8PROC |
23 |
OPTIONS_DEFAULT= BOT CAPSICUM PERL PROXY TRUECOLOR |
24 |
OPTIONS_DEFAULT= BOT CAPSICUM PERL PROXY |
24 |
OPTIONS_SUB= yes |
25 |
OPTIONS_SUB= yes |
25 |
|
26 |
|
26 |
BOT_DESC= Bot support |
27 |
BOT_DESC= Bot support |
Link Here
|
36 |
OTR_MESON_YES= with-otr |
37 |
OTR_MESON_YES= with-otr |
37 |
PERL_MESON_YES= with-perl |
38 |
PERL_MESON_YES= with-perl |
38 |
PROXY_MESON_YES= with-proxy |
39 |
PROXY_MESON_YES= with-proxy |
39 |
TRUECOLOR_MESON_YES= enable-true-color |
|
|
40 |
UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc |
40 |
UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc |
41 |
UTF8PROC_MESON_NO= disable-utf8proc |
41 |
UTF8PROC_MESON_NO= disable-utf8proc |
42 |
|
42 |
|