Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2007 17:12:52 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110468: [NEW PORT] devel/p5-JSON-DWIW: JSON converter that Does What I Want
Message-ID:  <20070318091252.70C5211464@chinsan.twbbs.org>
Resent-Message-ID: <200703180920.l2I9K3LL021501@freefall.freebsd.org>

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

>Number:         110468
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-JSON-DWIW: JSON converter that Does What I Want
>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:   Sun Mar 18 09:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb  5 23:22:25 CST
>Description:
Other JSON modules require setting several parameters before calling the
conversion methods to do what I want. This module does things by default
that I think should be done when working with JSON in Perl. This module also
encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks.

This means that any piece of data in Perl will get converted to something in
JSON instead of throwing an exception. It also means that output will be
strict JSON, while accepted input will be flexible, without having to set
any options.

WWW: http://search.cpan.org/dist/JSON-DWIW/

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

--- p5-JSON-DWIW-0.02.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-DWIW
#	p5-JSON-DWIW/Makefile
#	p5-JSON-DWIW/distinfo
#	p5-JSON-DWIW/pkg-descr
#	p5-JSON-DWIW/pkg-plist
#
echo c - p5-JSON-DWIW
mkdir -p p5-JSON-DWIW > /dev/null 2>&1
echo x - p5-JSON-DWIW/Makefile
sed 's/^X//' >p5-JSON-DWIW/Makefile << 'END-of-p5-JSON-DWIW/Makefile'
X# New ports collection makefile for:	p5-JSON-DWIW
X# Date created:				2007/02/14
X# Whom:					chinsan
X#
X# $FreeBSD$
X#
X
XPORTNAME=	JSON-DWIW
XPORTVERSION=	0.02
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/D/DO/DOWENS
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	chinsan@FreeBSD.org
XCOMMENT=	JSON converter that Does What I Want
X
XMAN3=		JSON::DWIW.3
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-p5-JSON-DWIW/Makefile
echo x - p5-JSON-DWIW/distinfo
sed 's/^X//' >p5-JSON-DWIW/distinfo << 'END-of-p5-JSON-DWIW/distinfo'
XMD5 (JSON-DWIW-0.02.tar.gz) = a2bb5b997b232d4942ad9aeff60e795c
XSHA256 (JSON-DWIW-0.02.tar.gz) = 731214ba0a2ed9d19417a9a950ef43b4619f72b32f2d523f2d181f312e563f61
XSIZE (JSON-DWIW-0.02.tar.gz) = 10576
END-of-p5-JSON-DWIW/distinfo
echo x - p5-JSON-DWIW/pkg-descr
sed 's/^X//' >p5-JSON-DWIW/pkg-descr << 'END-of-p5-JSON-DWIW/pkg-descr'
XOther JSON modules require setting several parameters before calling the
Xconversion methods to do what I want. This module does things by default
Xthat I think should be done when working with JSON in Perl. This module also
Xencodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks.
X
XThis means that any piece of data in Perl will get converted to something in
XJSON instead of throwing an exception. It also means that output will be
Xstrict JSON, while accepted input will be flexible, without having to set
Xany options.
X
XWWW: http://search.cpan.org/dist/JSON-DWIW/
END-of-p5-JSON-DWIW/pkg-descr
echo x - p5-JSON-DWIW/pkg-plist
sed 's/^X//' >p5-JSON-DWIW/pkg-plist << 'END-of-p5-JSON-DWIW/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/DWIW/DWIW.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/DWIW/DWIW.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/DWIW/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/JSON/DWIW.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/DWIW
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
END-of-p5-JSON-DWIW/pkg-plist
exit
--- p5-JSON-DWIW-0.02.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?20070318091252.70C5211464>