aboutsummaryrefslogtreecommitdiff
path: root/devel/flexjson
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use my @FreeBSD.org address.Tong LIU2007-04-301-2/+2
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=191183
* FlexJSON is a lightweight library to serialize objects out in Javascript ObjectMartin Wilke2007-04-203-0/+54
Notation (JSON). The library serializes only immediately available fields by default, although it's fairly easy to add additional data such as collections through code or annotations. WWW: http://flexjson.sourceforge.net/ PR: ports/111934 Submitted by: Nemo Liu <nemoliu at gmail.com> Notes: svn path=/head/; revision=190438