Port details |
- lua-stdlib-normalize Collection of normalized lua functions
- 2.0.3 devel
=2 2.0.3Version of this port present on the latest quarterly branch. - Maintainer: sasaki12@gmail.com
 - Port Added: 2018-03-17 11:47:58
- 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/normalize
- Description:
- This is a collection of normalized lua functions 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-normalize>0:devel/lua-stdlib-normalize
- To install the port:
- cd /usr/ports/devel/lua-stdlib-normalize/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lua-stdlib-normalize
- pkg install lua54-stdlib-normalize
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-stdlib-normalize
- Package flavors (<flavor>: <package>)
- lua54: lua54-stdlib-normalize
- lua53: lua53-stdlib-normalize
- lua52: lua52-stdlib-normalize
- lua51: lua51-stdlib-normalize
- distinfo:
- TIMESTAMP = 1587104386
SHA256 (lua-stdlib-normalize-v2.0.3_GH0.tar.gz) = 2038c38da542cf274b0b7512928e5b649c90a34f36c8919fbbbc2524b4ef716d
SIZE (lua-stdlib-normalize-v2.0.3_GH0.tar.gz) = 46104
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- lua54-stdlib-debug>=0 : devel/lua-stdlib-debug@lua54
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- This port is required by:
- for Run
-
- devel/lua-posix
- devel/lua-stdlib
Configuration Options:
- ===> The following configuration options are available for lua54-stdlib-normalize-2.0.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_lua-stdlib-normalize
- 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) |
2.0.3 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 ) |
2.0.3 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 |
2.0.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.3 22 Apr 2020 18:57:29
  |
tcberner  |
devel/lua-stdlib-normalize: Update to 2.0.3
PR: 245684
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> (maintainer) |
2.0.2_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 |
2.0.2 06 Oct 2018 18:15:42
  |
swills  |
devel/lua-stdlib-normalize: update to 2.0.2
PR: 231733
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> (maintainer) |
2.0.1 17 Mar 2018 11:47:46
  |
sunpoet  |
Add lua-stdlib-normalize 2.0.1
- 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 collection of normalized lua functions for Lua 5.1 (including LuaJIT),
5.2 and 5.3.
WWW: https://github.com/lua-stdlib/normalize
PR: 226589
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> |