Port details |
- luaexpat-51 LuaExpat is a SAX XML parser based on the Expat library
- 1.3.0_4 textproc
=0 1.3.0_4Version of this port present on the latest quarterly branch.
- Maintainer: lx@FreeBSD.org
- Port Added: 2017-02-18 22:29:23
- Last Update: 2020-04-14 15:49:37
- SVN Revision: 531700
- License: MIT
- WWW:
- http://www.keplerproject.org/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.
WWW: http://www.keplerproject.org/luaexpat
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lua51-luaexpat>0:textproc/luaexpat-51
- No installation instructions:
- This port has been deleted.
- PKGNAME: lua51-luaexpat
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (luaexpat-1.3.0.tar.gz) = d060397960d87b2c89cf490f330508b7def1a0677bdc120531c571609fc57dc3
SIZE (luaexpat-1.3.0.tar.gz) = 29567
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: textproc/luaexpat
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Library dependencies:
-
- libexpat.so : textproc/expat2
- liblua-5.1.so : lang/lua51
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- lua:51 gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: textproc/luaexpat | Commit | Credits | Log message |
1.3.0_4 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.3.0_2 18 Feb 2017 22:28:49 |
antoine |
- Switch textproc/luaexpat to default version of lua
- Introduce textproc/luaexpat-51 that uses lua 5.1
- Use textproc/luaexpat-51 in net-im/prosody
This fixes the build of multimedia/libquvi-scripts09 (60 ports skipped,
including gnome3)
With hat: portmgr |
Number of commits found: 2
|