aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libroxml
Commit message (Collapse)AuthorAgeFilesLines
* textproc/libroxml: fix build on headwg2013-10-022-11/+20
| | | | | | | | | | - Fix build on head [1] - Allow staging - Remove leading article from COMMENT - USES gmake PR: ports/182234 [1] Submitted by: Hung-Yi Chen <gaod hychen.org> (maintainer) [1]
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - Update to 2.2.2miwi2013-06-272-3/+3
| | | | | PR: 179984 Submitted by: Maintainer
* Update to 2.2.1flo2013-02-072-8/+4
| | | | | PR: ports/175901 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* - Update to 2.2.0scheidell2012-08-083-9/+10
| | | | | PR: ports/170426 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* - Update to version 2.1.1pawel2011-10-214-20/+13
| | | | | | | - Add LICENSE PR: ports/161507 Submitted by: maintainer
* - Update to 2.0.3jlaffaye2011-07-113-4/+14
| | | | | | | | - Make portlint happy PR: ports/158783 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Approved by: bapt (mentor)
* - Update to 2.0.2miwi2011-03-172-4/+6
| | | | | PR: 155463 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* This library is minimum, easy-to-use, C implementation for xml file parsing.miwi2010-04-174-0/+74
Because XML parsing is always hard to reinvent. Because very often, xml libraries are too big to fit with little application. WWW: http://code.google.com/p/libroxml/ PR: ports/145755 Submitted by: Hung-Yi Chen <gaod at hychen.org>