Created attachment 259694 [details] new port
Created attachment 259696 [details] new port (fix portlint) Forgot to run portlint on the first patch
Created attachment 259697 [details] new port (add it to devel/Makefile) add it to devel/Makefile
Thanks for your work, Pat! I did some small modification - committed!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e45d0ff3a1555d92ce2c302999cef7841f0766bf commit e45d0ff3a1555d92ce2c302999cef7841f0766bf Author: Pat Maddox <pat@patmaddox.com> AuthorDate: 2025-04-20 17:08:34 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-04-20 17:10:22 +0000 devel/lua-lunitx: New port Lunitx is a unit testing framework for lua, written in lua, based heavily on Lunit 0.5, but modified to work with Lua 5.2. Lunitx provides 27 assert functions, and a few misc functions for usage in an easy unit testing framework. Lunit comes with a test suite to test itself. The testsuite consists of approximately 710 assertions. The port is required test of lua-sqlite3. PR: 286201 devel/Makefile | 1 + devel/lua-lunitx/Makefile (new) | 51 ++++++++++++++++++++++++++++++++++++++++ devel/lua-lunitx/distinfo (new) | 3 +++ devel/lua-lunitx/pkg-descr (new) | 6 +++++ devel/lua-lunitx/pkg-plist (new) | 8 +++++++ 5 files changed, 69 insertions(+)
(In reply to Zsolt Udvari from comment #4) Thank you!