| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=434391
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428144
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
| |
and net-im/prosody) need it
Pointy hat: sunpoet
Notes:
svn path=/head/; revision=390588
|
|
|
|
|
|
|
|
|
| |
PR: 200405
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 4 weeks)
Notes:
svn path=/head/; revision=390258
|
|
|
|
| |
Notes:
svn path=/head/; revision=358700
|
|
|
|
|
|
|
|
| |
PR: 188230
Submitted by: dar
Notes:
svn path=/head/; revision=357225
|
|
|
|
| |
Notes:
svn path=/head/; revision=355392
|
|
|
|
|
|
|
|
| |
PR: ports/185899
Submitted by: ashish@
Notes:
svn path=/head/; revision=341652
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
| |
PR: ports/157692
Submitted by: Andrew Lewis <freeghb@gmail.com> (current maintainer)
Notes:
svn path=/head/; revision=275245
|
|
|
|
|
|
|
|
|
|
|
| |
- Respect CC
- Check for lua version correctly
PR: 136786, 136789
Submitted by: Andrew Lewis <freeghb@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=237902
|
|
|
|
|
|
|
| |
Requested by: private e-mail
Notes:
svn path=/head/; revision=237760
|
|
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>
Notes:
svn path=/head/; revision=237757
|