Date: Tue, 11 Jul 2006 20:58:42 +0000 (UTC) From: Rong-En Fan <rafan@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-JSON-Syck Makefile distinfo pkg-descr pkg-plist Message-ID: <200607112058.k6BKwgWj001594@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@autrijus.org>
Tatsuhiko Miyagawa <miyagawa@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607112058.k6BKwgWj001594>
