Bug 226590 - [NEW PORT] devel/lua-stdlib-debug: Debug hints management library for lua
Summary: [NEW PORT] devel/lua-stdlib-debug: Debug hints management library for lua
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 226589 226591
  Show dependency treegraph
 
Reported: 2018-03-14 04:27 UTC by Kan Sasaki
Modified: 2018-03-17 11:49 UTC (History)
0 users

See Also:


Attachments
lua-stdlib-debug.shar (2.97 KB, text/plain)
2018-03-14 04:27 UTC, Kan Sasaki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kan Sasaki 2018-03-14 04:27:52 UTC
Created attachment 191482 [details]
lua-stdlib-debug.shar

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
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-17 11:47:46 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Mar 17 11:47:25 UTC 2018
New revision: 464804
URL: https://svnweb.freebsd.org/changeset/ports/464804

Log:
  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>

Changes:
  head/devel/Makefile
  head/devel/lua-stdlib-debug/
  head/devel/lua-stdlib-debug/Makefile
  head/devel/lua-stdlib-debug/distinfo
  head/devel/lua-stdlib-debug/pkg-descr
  head/devel/lua-stdlib-debug/pkg-plist
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-03-17 11:49:08 UTC
Committed. Thanks!