notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
lua-lunitx Extended version of lunit, a unit testing framework for Lua
0.8.1 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: pat@patmaddox.com search for ports maintained by this maintainer
Port Added: 2025-04-20 17:12:05
Last Update: 2025-04-20 17:10:22
Commit Hash: e45d0ff3
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/lua54-lunitx-0.8.1/catalog.mk
  2. /usr/local/share/licenses/lua54-lunitx-0.8.1/LICENSE
  3. /usr/local/share/licenses/lua54-lunitx-0.8.1/MIT
  4. share/lua/5.4/lunit.lua
  5. share/lua/5.4/lunit/console.lua
  6. share/lua/5.4/lunitx.lua
  7. share/lua/5.4/lunitx/atexit.lua
  8. share/examples/lunitx/both.lua
  9. share/examples/lunitx/down.lua
  10. share/examples/lunitx/example.lua
  11. share/examples/lunitx/up.lua
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • lua54-lunitx>0:devel/lua-lunitx
Conflicts:
CONFLICTS:
  • lualua54-lunit
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 = 1745054415 SHA256 (dcurrie-lunit-0.8.1_GH0.tar.gz) = e571ff01cb8f8f77dceeb098359bc5d7f5b4b696023e3b9d5ee1b4c3d986ac32 SIZE (dcurrie-lunit-0.8.1_GH0.tar.gz) = 18030

Packages (timestamps in pop-ups are UTC):
lua54-lunitx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.8.1--0.8.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. 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.1: 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-54
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dcurrie/lunit/tar.gz/0.8.1?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.1
20 Apr 2025 17:10:22
commit hash: e45d0ff3a1555d92ce2c302999cef7841f0766bfcommit hash: e45d0ff3a1555d92ce2c302999cef7841f0766bfcommit hash: e45d0ff3a1555d92ce2c302999cef7841f0766bfcommit hash: e45d0ff3a1555d92ce2c302999cef7841f0766bf files touched by this commit
Zsolt Udvari (uzsolt) search for other commits by this committer
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: 1