aboutsummaryrefslogtreecommitdiff
path: root/devel/flexjson
Commit message (Collapse)AuthorAgeFilesLines
* devel/flexjson: Update to 2.1Yuri Victorovich2018-02-102-12/+9
| | | | | | | | | | | | | | | | | | | amutu@amutu.com took maintainership. Additional port changes: * DISTVERSION * Update of MASTER_SITES. * No need for USES=zip any more. * No need for NO_WRKSUBDIR. * Minor change in do-install. * PORTDOCS to the end. PR: 220075 Submitted by: Jov <amutu@amutu.com> Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461358
* - Add LICENSEDmitry Marakasov2015-11-191-8/+12
| | | | | | | | | - Add NO_ARCH - Switch to NO_WRKDUBDIR - Simplify installation Notes: svn path=/head/; revision=401969
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347405
* Support stageBaptiste Daroussin2014-01-201-18/+10
| | | | Notes: svn path=/head/; revision=340501
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to USE_JAVA= 1.5+ (part1) Notes: svn path=/head/; revision=308600
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* Reset nemoliu due to maintainer-timeouts and no response to email.Mark Linimon2008-12-081-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=223984
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - update to 1.6Tong LIU2008-04-231-2/+1
| | | | | | | Approved by: delphij(mentor,implicit) Notes: svn path=/head/; revision=211815
* - 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