aboutsummaryrefslogtreecommitdiffhomepage
path: root/freebsd
AgeCommit message (Collapse)AuthorFilesLines
2024-01-21FreeBSD port: I am now the maintainer and will try to submit it to the ↵Robin Haberkorn1-2/+2
FreeBSD ports tree * see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276492 * also the license is GPLv3+ to be precise
2023-07-23FreeBSD port: fixed the LEXILLA optionRobin Haberkorn2-76/+77
* The lexer scripts are not installed if the LEXILLA option is disabled, so they need to be excluded from pkg-plist.
2023-07-23FreeBSD port: modified the pkg-message.in to use UCL formatRobin Haberkorn1-0/+7
* The plain text format is deprecated. * Thanks to Bob Eager.
2023-07-03fixup 69b4bbb8341cfda5d8456ccbf951034d63e4340c: added missing Makefile for ↵Robin Haberkorn1-0/+87
FreeBSD port * Makefiles are in .gitignore.
2023-07-02added FreBSD port (for ports tree)Robin Haberkorn5-0/+236
* it is supposed to be mainstreamed, but this did not yet happen * even if it will eventually become part of the ports tree, I won't have access to this repo and could not keep it up to date. But I can keep this copy here up to date and it can serve as an upstream source for the ports tree maintainer. * Also, it can be used to build FreeBSD binary packages even now without being part of the official ports tree.