Port details |
- luafilesystem Library to access directory structure and file attributes
- 1.8.0 devel =5 1.8.0Version of this port present on the latest quarterly branch.
- Maintainer: fiziologus@gmail.com
- Port Added: 2010-06-25 16:50:08
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: mc, gccmakedep, py39-pexpect, nfsen
- License: MIT
- WWW:
- http://www.keplerproject.org/luafilesystem/index.html
- Description:
- LuaFileSystem is a Lua library developed to complement the
set of functions related to file systems offered by the
standard Lua distribution.
LuaFileSystem offers a portable way to access the underlying
directory structure and file attributes.
- ¦ ¦ ¦ ¦
- 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-luafilesystem>0:devel/luafilesystem
- To install the port:
- cd /usr/ports/devel/luafilesystem/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/luafilesystem
- pkg install lua54-luafilesystem
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-luafilesystem
- Package flavors (<flavor>: <package>)
- lua54: lua54-luafilesystem
- lua53: lua53-luafilesystem
- lua52: lua52-luafilesystem
- lua51: lua51-luafilesystem
- distinfo:
- TIMESTAMP = 1602883563
SHA256 (keplerproject-luafilesystem-v1_8_0_GH0.tar.gz) = 16d17c788b8093f2047325343f5e9b74cccb1ea96001e45914a58bbae8932495
SIZE (keplerproject-luafilesystem-v1_8_0_GH0.tar.gz) = 30374
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 Build
-
- www/luakit
- www/luakit-devel
- for Run
-
- devel/lua-Penlight
- devel/lua-luacheck
- editors/wordgrinder
- games/corsix-th
- net-im/prosody
- www/luakit
- www/luakit-devel
Configuration Options:
- ===> The following configuration options are available for lua54-luafilesystem-1.8.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_luafilesystem
- 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.8.0 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.8.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.8.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.0 24 Nov 2020 01:01:58 |
kevans |
devel/luafilesystem: update to 1.8.0
The highlights are that Lua 5.4 is now supported and memory leak due to
a potential realloc failure was fixed.
Builds fine without the Makefile patch (some of it has been incorporated),
config patch has been adjusted.
PR: 250409
Approved by: fiziologus@gmail.com (maintainer timeout, ~4 weeks)
MFC after: 1 week |
1.7.0_1 01 Nov 2020 20:12:47 |
antoine |
luafilesystem does not work with lua 5.4
src/lfs.c:229:2: error: unsupported Lua version
Reported by: pkg-fallout |
1.7.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 |
1.7.0 30 Sep 2017 07:35:48 |
vanilla |
Update to 1.7.0.
PR: 222658
Submitted by: maintainer |
1.6.3 06 Nov 2015 20:40:35 |
pawel |
- Allow build without using gmake [1]
- Regenerate patches
PR: 200586 [1]
Submitted by: maintainer and Timothy Beyer [1] |
1.6.3 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
1.6.3 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.6.3 17 Mar 2015 22:05:37 |
antoine |
Use gmake instead of using rules that may or may not work depending of the
version of sys.mk
This fixes build on head after r279980 |
1.6.3 11 Feb 2015 19:50:56 |
pawel |
- Update to version 1.6.3 [1]
- Remove MASTER_SITES line, not needed when using USE_GITHUB
- Remove optional installation of DOCS, staging takes of that
- Switch to INSTALL_DATA when installing docs files
PR: 196826 [1]
Submitted by: olevole@olevole.ru [1]
Approved by: fiziologus@gmail.com (maintainer) |
1.6.2 05 Aug 2014 18:06:47 |
lx |
Add lua51 port for luafilesystem to support Prosody.
PR: 145173
Submitted by: Nikolai Lifanov |
1.6.2 27 Jul 2014 19:24:51 |
wg |
devel/luafilesystem: update to 1.6.2
PR: 190105
Submitted by: maintainer |
1.5.0 27 May 2014 06:45:03 |
bapt |
Fix build with new lua |
1.5.0 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
1.5.0 24 May 2014 14:23:49 |
vanilla |
Stageify.
Approved by: portmgr@ |
1.5.0 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
1.5.0 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.5.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.5.0 20 Jan 2013 02:59:12 |
mandree |
Assign new maintainer fiziologus@gmail.com
PR: ports/174453
Suggested by: Kelly Hays |
1.5.0 18 Jan 2013 00:12:01 |
mandree |
- Update to 1.5.0 [1].
- Reset maintainer [2], awaiting submitter's feedback if he wants to
become the new maintainer.
- Convert header comments.
- Add a MAKE_ARGS+= to help builds where LOCALBASE != PREFIX
PR: ports/174453 [1] [2, Kelly's reply]
Submitted by: Green Dog <fiziologus@gmail.com> |
1.4.2 02 Aug 2012 09:02:45 |
cs |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
1.4.2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.4.2 25 Jun 2010 16:49:48 |
jacula |
LuaFileSystem is a Lua library developed to complement the
set of functions related to file systems offered by the
standard Lua distribution.
LuaFileSystem offers a portable way to access the underlying
directory structure and file attributes.
WWW: http://www.keplerproject.org/luafilesystem/index.html
PR: ports/145154
Submitted by: Kelly Hays <kelly.hays@jkhfamily.org>
Approved by: tabthorpe (mentor)
Feature safe: yes |