From chinsan@chinsan.twbbs.org  Sun Mar 18 09:12:58 2007
Return-Path: <chinsan@chinsan.twbbs.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8B26816A404
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Mar 2007 09:12:58 +0000 (UTC)
	(envelope-from chinsan@chinsan.twbbs.org)
Received: from chinsan.twbbs.org (220-132-119-51.HINET-IP.hinet.net [220.132.119.51])
	by mx1.freebsd.org (Postfix) with ESMTP id D0B7313C457
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Mar 2007 09:12:57 +0000 (UTC)
	(envelope-from chinsan@chinsan.twbbs.org)
Received: by chinsan.twbbs.org (Postfix, from userid 1001)
	id 70C5211464; Sun, 18 Mar 2007 17:12:52 +0800 (CST)
Message-Id: <20070318091252.70C5211464@chinsan.twbbs.org>
Date: Sun, 18 Mar 2007 17:12:52 +0800 (CST)
From: chinsan <chinsan@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-JSON-DWIW: JSON converter that Does What I Want
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 18 09:20:02 GMT 2007
>Closed-Date:    Sun Mar 18 17:34:08 GMT 2007
>Last-Modified:  Sun Mar 18 17:40:10 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Mar 18 09:20:12 UTC 2007 
Responsible-Changed-Why:  
rafan@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110468 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sun Mar 18 17:34:06 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110468 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110468: commit references a PR
Date: Sun, 18 Mar 2007 17:33:40 +0000 (UTC)

 rafan       2007-03-18 17:33:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     converters           Makefile 
   Added files:
     converters/p5-JSON-DWIW Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add p5-JSON-DWIW 0.02, JSON converter that Does What I Want.
   
   PR:             ports/110468
   Submitted by:   chinsan
   
   Revision  Changes    Path
   1.138     +1 -0      ports/converters/Makefile
   1.1       +22 -0     ports/converters/p5-JSON-DWIW/Makefile (new)
   1.1       +3 -0      ports/converters/p5-JSON-DWIW/distinfo (new)
   1.1       +11 -0     ports/converters/p5-JSON-DWIW/pkg-descr (new)
   1.1       +7 -0      ports/converters/p5-JSON-DWIW/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
