mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Frank J. Laszlo](/assets/img/avatar_default.png)
Maintainer notes: Please note that the format of listtexts have changed. So, if you have custom listtexts which contain non-USASCII characters, you should convert them. It is easily done with the following one-liner: perl -i -p -e 's/([\x80-\xff])/sprintf("\\u%04X",ord($1))/ge' /path/to/texts/* PR: ports/115121 Submitted by: Christian Laursen <xi@borderworlds.dk> (maintainer)