Port details |
- lua-luaexpat SAX XML parser based on the Expat library
- 1.5.2 textproc =0 1.5.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-09-05 06:23:01
- Last Update: 2024-09-05 06:11:21
- Commit Hash: d6de2c12
- License: MIT
- WWW:
- https://lunarmodules.github.io/luaexpat/
- https://github.com/lunarmodules/luaexpat
- Description:
- LuaExpat is a SAX XML parser based on the Expat library. SAX is the Simple API
for XML and allows programs to:
- process a XML document incrementally, thus being able to handle huge documents
without memory penalties;
- register handler functions which are called by the parser during the
processing of the document, handling the document elements or text.
With an event-based API like SAX the XML document can be fed to the parser in
chunks, and the parsing begins as soon as the parser receives the first document
chunk. LuaExpat reports parsing events (such as the start and end of elements)
directly to the application through callbacks. The parsing of huge documents can
benefit from this piecemeal operation.
- ¦ ¦ ¦ ¦
- 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-luaexpat>0:textproc/lua-luaexpat
- To install the port:
- cd /usr/ports/textproc/lua-luaexpat/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/lua-luaexpat
- pkg install lua54-luaexpat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-luaexpat
- Package flavors (<flavor>: <package>)
- lua54: lua54-luaexpat
- lua53: lua53-luaexpat
- lua52: lua52-luaexpat
- lua51: lua51-luaexpat
- distinfo:
- TIMESTAMP = 1720022714
SHA256 (lunarmodules-luaexpat-1.5.2_GH0.tar.gz) = 89d83f2141edec31be576425637216928221918fe95dc3854d1b7fd4c627213f
SIZE (lunarmodules-luaexpat-1.5.2_GH0.tar.gz) = 54072
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:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libexpat.so : textproc/expat2
- liblua-5.4.so : lang/lua54
- This port is required by:
- for Run
-
- net-im/prosody
Configuration Options:
- No options to configure
- Options name:
- textproc_lua-luaexpat
- USES:
- gmake lua:module
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved here from textproc/luaexpat on 2024-09-05
REASON: Move textproc/luaexpat to textproc/lua-luaexpat
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.2 05 Sep 2024 06:11:21 |
Po-Chuan Hsieh (sunpoet) |
textproc/lua-luaexpat: Move textproc/luaexpat to textproc/lua-luaexpat
- Bump PORTREVISION of dependent ports for dependency change |
Number of commits found: 1
|