Port details |
- lua-lunit Unit Testing Framework for Lua
- 0.5 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: sergey.dyatko@gmail.com
 - Port Added: 2013-06-06 22:03:29
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- License: MIT
- Description:
- Lunit is a unit testing framework for lua, written in lua. It provides currently
27 assert functions, 8 type checking functions and a few miscellaneous functions
for usage as an easy unit testing framework.
WWW: http://www.mroth.net/lunit/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lua52-lunit>0:devel/lua-lunit
- To install the port:
- cd /usr/ports/devel/lua-lunit/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lua-lunit
- pkg install lua52-lunit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua52-lunit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (lunit-0.5.tar.gz) = 36abb8c4f8a3602c7c2b043d5b3612c2836a637ad504b58041acac1ddccb1852
SIZE (lunit-0.5.tar.gz) = 13528
- 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.2.so : lang/lua52
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for lua52-lunit-0.5:
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-lunit
- USES:
- lua
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 0.5 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Oct 2014 10:40:08
0.5 |
bapt  |
Cleanup plist |
15 Jul 2014 17:37:39
0.5 |
adamw  |
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions. |
10 Jan 2014 09:01:16
0.5 |
bapt  |
Use lua 5.2 |
20 Sep 2013 17:13:47
0.5 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
06 Jun 2013 22:03:20
0.5 |
mandree  |
Add a new port devel/lua-lunit, maintained by Sergey V. Dyatko (submitter).
Lunit is a unit testing framework for lua, written in lua. It provides
currently 27 assert functions, 8 type checking functions and a few
miscellaneous functions for usage as an easy unit testing framework.
The PKGNAMEPREFIX= lua- was approved of by Sergey V. Dyatko in private mail.
Further changes over his submission are:
- LUA_MODLIBDIR= ${PREFIX}/lib/lua/${LUA_VER}/${PORTNAME} removed
(shadows lua framework setting)
- remove ${MKDIR} ${LUA_MODLIBDIR} - we don't install any files there
- change installation destionation from LOCALBASE to PREFIX, and create
directory first
PR: ports/177541
Submitted by: Sergey V. Dyatko |
Number of commits found: 7
|