Port details |
- lua-sysctl Small sysctl(3) interface for lua
- 2.1 devel =3 2.1Version of this port present on the latest quarterly branch.
- Maintainer: uzsolt@FreeBSD.org
- Port Added: 2009-05-08 15:20:17
- Last Update: 2024-01-30 08:05:56
- Commit Hash: e44adb9
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: BSD2CLAUSE
- WWW:
- https://github.com/kAworu/lua-sysctl
- Description:
- A small sysctl(3) interface for lua
- ¦ ¦ ¦ ¦
- 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-sysctl>0:devel/lua-sysctl
- To install the port:
- cd /usr/ports/devel/lua-sysctl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lua-sysctl
- pkg install lua54-sysctl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-sysctl
- Package flavors (<flavor>: <package>)
- lua54: lua54-sysctl
- lua53: lua53-sysctl
- lua52: lua52-sysctl
- distinfo:
- TIMESTAMP = 1625229505
SHA256 (kAworu-lua-sysctl-v2.1_GH0.tar.gz) = 6f687e0ec57dc1fbb461e665af5b0b0c81bdb42ffa710f4fdb05d4f8bc71677c
SIZE (kAworu-lua-sysctl-v2.1_GH0.tar.gz) = 8215
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lua54-sysctl-2.1:
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-sysctl
- USES:
- lua:52+,module pkgconfig
- 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 |
2.1 30 Jan 2024 08:05:56 |
Zsolt Udvari (uzsolt) |
multiple_ports: Update MAINTAINER
Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports:
audio/musicpc
converters/R-cran-jsonlite
databases/R-cran-cachem
databases/R-cran-fastmap
databases/adminer
deskutils/fet
devel/R-cran-cli
devel/R-cran-fansi
devel/R-cran-later
devel/R-cran-purrr
devel/R-cran-vctrs
devel/lua-sysctl (Only the first 15 lines of the commit message are shown above ) |
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.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 ) |
2.1 29 Dec 2021 18:32:35 |
Dmitry Marakasov (amdmi3) |
devel/lua-sysctl: update to 2.1
PR: 260663
Approved by: uzsolt@uzsolt.hu (maintainer) |
2.0_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0_2 01 Mar 2021 07:57:50 |
samm |
devel/lua-sysctl: fix module loading on lua 5.3+
PR: 253930
Approved by: uzsolt@uzsolt.hu (maintainer)
Differential Revision: https://reviews.freebsd.org/D28992 |
2.0_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 06 Jan 2020 14:18:51 |
swills |
devel/lua-sysctl: Fix Makefile to respect DOCS and EXAMPLES options.
PR: 241249
Submitted by: yds <yds@Necessitu.de>
Approved by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) |
2.0 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
2.0 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.0 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.0 10 Feb 2018 11:34:33 |
riggs |
Update to upstream version 2.0, new maintainer
Detailed log:
- Update to 2.0
- New maintainer: Zsolt Udvari <uzsolt@uzsolt.hu>
- Use pkg-plist file
- Include PORTDOCS and PORTEXAMPLES
- Update WWW in pkg-descr
- Pet portlint
PR: 225225
Submitted by: uzsolt@uzsolt.hu |
1.1 30 Jan 2017 16:25:20 |
amdmi3 |
- Mark broken on 10.x: does not build
- Cosmetic fixes |
1.1 28 Dec 2016 14:05:33 |
mat |
Fix USE_GITHUB usage.
Sponsored by: Absolight |
1.1 28 Dec 2016 08:43:19 |
vanilla |
Update to 1.1. |
1.0_2 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.0_2 15 Jun 2015 22:55:59 |
amdmi3 |
- Fix library installation |
1.0_1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0_1 16 Apr 2015 12:40:15 |
bapt |
Disbanding lua@ which was anyway not a team for a while
I have no time left to work on lua at all for now |
1.0_1 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
1.0_1 10 Jan 2014 17:17:38 |
bapt |
Add the forgotten patch |
1.0_1 10 Jan 2014 17:10:40 |
bapt |
Support stage and port to lua 5.2 |
1.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.0 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
1.0 25 Mar 2013 15:17:42 |
garga |
- Update to 1.0
- Get source rom github
- Pass maintainership to lua@ |
0.2 21 Feb 2013 02:25:42 |
miwi |
- Unbreak build |
0.2 25 Jan 2013 10:36:03 |
garga |
Fix build with clang
Submitted by: Matt Burke <mattblists@icritical.com> |
0.2 05 Oct 2012 12:41:46 |
garga |
Change headers of all ports maintained by me to new format |
0.2 28 Dec 2011 15:21:51 |
garga |
Fix build on 9.x
PR: ports/163073
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> |
0.2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.2 21 Feb 2011 12:13:00 |
garga |
Mark it as BROKEN on recent -current until i find a solution for this |
0.2 22 Jun 2009 10:56:40 |
garga |
- Update to 0.2 |
0.1_1 08 May 2009 15:42:19 |
garga |
- Wrong version of the port was added, fixing now |
0.1 08 May 2009 15:19:56 |
garga |
Add lua-sysctl, a small sysctl(3) interface for lua programming language |