cvs commit: ports/textproc Makefile ports/textproc/p5-JSON-Syck Makefile distinfo pkg-descr pkg-plist

Rong-En Fan rafan at FreeBSD.org
Tue Jul 11 20:59:22 UTC 2006


rafan       2006-07-11 20:58:42 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-JSON-Syck Makefile distinfo pkg-descr pkg-plist 
  Log:
  You might want to know the difference between JSON and JSON::Syck.
  
  Since JSON is a pure-perl module and JSON::Syck is based on libsyck,
  JSON::Syck is supposed to be very fast and memory efficient. See
  chansen's benchmark table at
  http://idisk.mac.com/christian.hansen/Public/perl/serialize.pl
  
  JSON.pm comes with dozens of ways to do the same thing and lots of
  options, while JSON::Syck doesn't. There's only Load and Dump.
  
  Oh, and JSON::Syck doesn't use camelCase method names :-)
  
  Author: Audrey Tang <autrijus at autrijus.org>
          Tatsuhiko Miyagawa <miyagawa at gmail.com>
  WWW:    http://search.cpan.org/dist/JSON-Syck/
  
  PR:             ports/100071
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.1006    +1 -0      ports/textproc/Makefile
  1.9       +28 -0     ports/textproc/p5-JSON-Syck/Makefile (new)
  1.8       +3 -0      ports/textproc/p5-JSON-Syck/distinfo (new)
  1.3       +15 -0     ports/textproc/p5-JSON-Syck/pkg-descr (new)
  1.4       +8 -0      ports/textproc/p5-JSON-Syck/pkg-plist (new)


More information about the cvs-ports mailing list