Bug 111934 - [NEW PORT]devel/flexjson:a lightweight Java library to write JSON
Summary: [NEW PORT]devel/flexjson:a lightweight Java library to write JSON
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 12:50 UTC by Nemo Liu
Modified: 2007-04-20 13:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.29 KB, text/plain)
2007-04-20 12:50 UTC, Nemo Liu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nemo Liu 2007-04-20 12:50:14 UTC
FlexJSON is a lightweight library to serialize objects out in Javascript Object 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.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-20 12:57:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-04-20 13:18:32 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-20 13:18:38 UTC
miwi        2007-04-20 12:18:32 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/flexjson       Makefile distinfo pkg-descr 
  Log:
  FlexJSON is a lightweight library to serialize objects out in Javascript Object
  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>
  
  Revision  Changes    Path
  1.2736    +1 -0      ports/devel/Makefile
  1.1       +45 -0     ports/devel/flexjson/Makefile (new)
  1.1       +3 -0      ports/devel/flexjson/distinfo (new)
  1.1       +6 -0      ports/devel/flexjson/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"