Bug 145178

Summary: [NEW PORT] devel/yajl: A Portable JSON parsing and serialization library in ANSI C
Product: Ports & Packages Reporter: baptiste.daroussin <baptiste.daroussin>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
yajl-1.0.9.shar none

Description baptiste.daroussin 2010-03-29 19:40:04 UTC
Yet Another JSON Library. YAJL is a small event-driven (SAX-style) 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/

Generated with FreeBSD Port Tools 0.99
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-03-30 02:34:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-03-30 03:26:15 UTC
wen         2010-03-30 02:26:01 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/yajl           Makefile distinfo pkg-descr pkg-plist 
    devel/yajl/files     patch-test__run_tests.sh 
  Log:
  Yet Another JSON Library. YAJL is a small event-driven (SAX-style)
  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>
  
  Revision  Changes    Path
  1.3848    +1 -0      ports/devel/Makefile
  1.1       +19 -0     ports/devel/yajl/Makefile (new)
  1.1       +3 -0      ports/devel/yajl/distinfo (new)
  1.1       +82 -0     ports/devel/yajl/files/patch-test__run_tests.sh (new)
  1.1       +5 -0      ports/devel/yajl/pkg-descr (new)
  1.1       +10 -0     ports/devel/yajl/pkg-plist (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"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-03-30 03:27:14 UTC
State Changed
From-To: open->closed

New port added. Thanks!