Commit graph

4 commits

Author SHA1 Message Date
David Thiel
50a0b031f7 Update to 1.2.0 and take maintainership.
PR:		ports/157692
Submitted by:	Andrew Lewis <freeghb@gmail.com> (current maintainer)
2011-06-08 18:20:46 +00:00
Dmitry Marakasov
7215ba5a5a - Fix on amd64
- Respect CC
- Check for lua version correctly

PR:		136786, 136789
Submitted by:	Andrew Lewis <freeghb@gmail.com> (maintainer)
2009-07-15 22:54:33 +00:00
Philip M. Gollucci
79e834f92a - Update maintainer e-mail address
Requested by:   private e-mail
2009-07-14 06:36:53 +00:00
Philip M. Gollucci
e271fb5d9f 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

PR:		ports/136265
Submitted by:	Andrew Lewis <dru at silenceisdefeat.net>
2009-07-14 06:02:55 +00:00