Port details |
- lua-stdlib-debug Debug hints management library for lua
- 1.0.1_1 devel
=2 1.0.1_1Version of this port present on the latest quarterly branch. - Maintainer: sasaki12@gmail.com
 - Port Added: 2018-03-17 11:47:33
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/lua-stdlib/_debug
- Description:
- This is a debug hints management library for Lua 5.1 (including LuaJIT),
5.2 and 5.3.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- lua54-stdlib-debug>0:devel/lua-stdlib-debug
- To install the port:
- cd /usr/ports/devel/lua-stdlib-debug/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lua-stdlib-debug
- pkg install lua54-stdlib-debug
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-stdlib-debug
- Package flavors (<flavor>: <package>)
- lua54: lua54-stdlib-debug
- lua53: lua53-stdlib-debug
- lua52: lua52-stdlib-debug
- lua51: lua51-stdlib-debug
- distinfo:
- TIMESTAMP = 1537958735
SHA256 (lua-stdlib-_debug-v1.0.1_GH0.tar.gz) = efc560540f08dcf880ac48c6ab527bd741bbe3d6d66202a3c8be3ff5c9e1e907
SIZE (lua-stdlib-_debug-v1.0.1_GH0.tar.gz) = 11992
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
- This port is required by:
- for Run
-
- devel/lua-stdlib
- devel/lua-stdlib-normalize
Configuration Options:
- ===> The following configuration options are available for lua54-stdlib-debug-1.0.1_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_lua-stdlib-debug
- USES:
- lua:module
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.1_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.1_1 29 Sep 2021 07:11:21
    |
Yasuhiro Kimura (yasu)  Author: Kan Sasaki |
*/*: Update maintainer email
- devel/lua-stdlib-debug
- devel/lua-stdlib-normalize
- mail/smfsav
- mail/smfsav-devel
PR: 258617 258618 258619 258620
Approved by: maintainer, meta (mentor), ygy (mentor)
Differential Revision: https://reviews.freebsd.org/D32173 |
1.0.1_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.1_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.1_1 14 Apr 2020 15:49:37
  |
mat  |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
1.0.1 06 Oct 2018 18:19:38
  |
swills  |
devel/lua-stdlib-debug: update to 1.0.1
PR: 231734
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> (maintainer) |
1.0 17 Mar 2018 11:47:25
  |
sunpoet  |
Add lua-stdlib-debug 1.0
- While I'm here:
- Add NO_ARCH
- Add missing OPTIONS_DEFINE=DOCS
- Convert to options target helper
- Remove LICENSE_FILE from PORTDOCS
This is a debug hints management library for Lua 5.1 (including LuaJIT),
5.2 and 5.3.
WWW: https://github.com/lua-stdlib/_debug
PR: 226590
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> |