aboutsummaryrefslogtreecommitdiff
path: root/devel/yajl
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to 1.0.11Baptiste Daroussin2011-02-084-14/+25
| | | | | | | | | | | - Add license - Remove workaround for now not supported version of FreeBSD - Mirror it on my own as upstream still rely on github tags instead of providing real distfiles Feature safe: yes Notes: svn path=/head/; revision=268791
* Change maintainer address to my new @FreeBSD.orgBaptiste Daroussin2010-07-281-1/+1
| | | | | | | Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258396
* - Fix build on FreeBSD-6 reported by QAT@Wen Heping2010-04-021-1/+8
| | | | Notes: svn path=/head/; revision=251990
* Yet Another JSON Library. YAJL is a small event-driven (SAX-style)Wen Heping2010-03-305-0/+119
JSON parser written in ANSI C, and a small validating JSON generator. YAJL is released under the BSD license. WWW: http://lloyd.github.com/yajl/ PR: ports/145178 Submitted by: Bapt <baptiste.daroussin@gmail.com> Notes: svn path=/head/; revision=251776