From owner-cvs-all@FreeBSD.ORG Tue Jul 11 20:59:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 560FF16A531; Tue, 11 Jul 2006 20:59:22 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1604D43EBC; Tue, 11 Jul 2006 20:58:49 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BKwgnf001595; Tue, 11 Jul 2006 20:58:42 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BKwgWj001594; Tue, 11 Jul 2006 20:58:42 GMT (envelope-from rafan) Message-Id: <200607112058.k6BKwgWj001594@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 11 Jul 2006 20:58:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-JSON-Syck Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 20:59:22 -0000 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 Tatsuhiko Miyagawa WWW: http://search.cpan.org/dist/JSON-Syck/ PR: ports/100071 Submitted by: Gea-Suan Lin 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)