Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 16:43:15 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100071: [NEW PORT] converters/p5-JSON-Syck: JSON is YAML
Message-ID:  <20060711084315.33E6962D@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607110850.k6B8oGJi051382@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100071
>Category:       ports
>Synopsis:       [NEW PORT] converters/p5-JSON-Syck: JSON is YAML
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 11 08:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
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/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-JSON-Syck-0.07.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-JSON-Syck
#	p5-JSON-Syck/pkg-descr
#	p5-JSON-Syck/Makefile
#	p5-JSON-Syck/pkg-plist
#	p5-JSON-Syck/distinfo
#
echo c - p5-JSON-Syck
mkdir -p p5-JSON-Syck > /dev/null 2>&1
echo x - p5-JSON-Syck/pkg-descr
sed 's/^X//' >p5-JSON-Syck/pkg-descr << 'END-of-p5-JSON-Syck/pkg-descr'
XYou might want to know the difference between JSON and JSON::Syck.
X
XSince JSON is a pure-perl module and JSON::Syck is based on libsyck,
XJSON::Syck is supposed to be very fast and memory efficient. See
Xchansen's benchmark table at
Xhttp://idisk.mac.com/christian.hansen/Public/perl/serialize.pl
X
XJSON.pm comes with dozens of ways to do the same thing and lots of
Xoptions, while JSON::Syck doesn't. There's only Load and Dump.
X
XOh, and JSON::Syck doesn't use camelCase method names :-)
X
XAuthor:	Audrey Tang <autrijus@autrijus.org>
X	Tatsuhiko Miyagawa <miyagawa@gmail.com>
XWWW:	http://search.cpan.org/dist/JSON-Syck/
END-of-p5-JSON-Syck/pkg-descr
echo x - p5-JSON-Syck/Makefile
sed 's/^X//' >p5-JSON-Syck/Makefile << 'END-of-p5-JSON-Syck/Makefile'
X# New ports collection makefile for:	p5-JSON-Syck
X# Date created:		2006-07-11
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	JSON-Syck
XPORTVERSION=	0.07
XCATEGORIES=	converters perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	JSON
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	JSON is YAML
X
XPERL_CONFIGURE=	yes
X
XMAN3=		JSON::Syck.3
X
X.include <bsd.port.mk>
END-of-p5-JSON-Syck/Makefile
echo x - p5-JSON-Syck/pkg-plist
sed 's/^X//' >p5-JSON-Syck/pkg-plist << 'END-of-p5-JSON-Syck/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/JSON/Syck.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck/Syck.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck/Syck.so
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/JSON
END-of-p5-JSON-Syck/pkg-plist
echo x - p5-JSON-Syck/distinfo
sed 's/^X//' >p5-JSON-Syck/distinfo << 'END-of-p5-JSON-Syck/distinfo'
XMD5 (JSON-Syck-0.07.tar.gz) = b6a3d39bbec98100fc9433e41ebc773b
XSHA256 (JSON-Syck-0.07.tar.gz) = b977740056130d3d1e74a82ffaa3f48744b52dd06c69b3e300aef6cb1ad93527
XSIZE (JSON-Syck-0.07.tar.gz) = 101024
END-of-p5-JSON-Syck/distinfo
exit
--- p5-JSON-Syck-0.07.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060711084315.33E6962D>