Created attachment 243752 [details] patch to add the library I've been using this library in an application that I'm developing, and have seen it used in a few other things, so a port seems appropriate.
Created attachment 243783 [details] patch Updated based on some feedback from dizzy on IRC: - PORTVERSION -> DISTVERSION - use INSTALL_DATA and a global instead of COPYTREE_SHARE
Created attachment 243785 [details] patch New version, avoid an unnecessary subshell.
Approved, Poudriere checkouts out fine
Created attachment 243786 [details] Patch for penlight Minor rearrangement of Makefile to make portlint happy
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=28ba2caafe9d05fbd9d8d561b2bf402f1cb3d44a commit 28ba2caafe9d05fbd9d8d561b2bf402f1cb3d44a Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-07-31 19:05:59 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-08-02 13:40:56 +0000 devel/lua-Penlight: New port Penlight is a handy set of pure Lua libraries inspired by the Python standard library. PR: 272850 Approved by: diizzy devel/Makefile | 1 + devel/lua-Penlight/Makefile (new) | 27 ++++++++++++++++++++++++++ devel/lua-Penlight/distinfo (new) | 3 +++ devel/lua-Penlight/pkg-descr (new) | 3 +++ devel/lua-Penlight/pkg-plist (new) | 39 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 73 insertions(+)
Thank you Daniel!