| Port details |
- lua-lunitx Extended version of lunit, a unit testing framework for Lua
- 0.8.2 devel
=0 0.8.1Version of this port present on the latest quarterly branch. - Maintainer: patmaddox@FreeBSD.org
 - Port Added: 2025-04-20 17:12:05
- Last Update: 2026-07-10 17:42:21
- Commit Hash: 12bbc8b
- License: MIT
- WWW:
- https://github.com/dcurrie/lunit
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- lua54-lunitx>0:devel/lua-lunitx
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/lua-lunitx/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lua-lunitx
- pkg install lua54-lunitx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-lunitx
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1783620865
SHA256 (dcurrie-lunit-0.8.2_GH0.tar.gz) = d25450188ebd05828a2acf3137a09ad41f4ba09fd4ccd83119744ccf590bb685
SIZE (dcurrie-lunit-0.8.2_GH0.tar.gz) = 18596
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lua54-lunitx-0.8.2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_lua-lunitx
- USES:
- lua:52-55
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.8.2 10 Jul 2026 17:42:21
    |
Pat Maddox (patmaddox)  |
devel/lua-lunitx: Update to 0.8.2
Release 0.8.2 adds Lua 5.5 support.
Changelog: https://github.com/dcurrie/lunit/blob/0.8.2/CHANGES
While here, update my maintainer email.
Approved by: dch (mentor)
Pull Request: https://github.com/freebsd/freebsd-ports/pull/552 |
0.8.1 20 Apr 2025 17:10:22
    |
Zsolt Udvari (uzsolt)  Author: Pat Maddox |
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 |
Number of commits found: 2
|