From nobody@FreeBSD.org  Mon Jul 21 12:11:16 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 19C291065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Jul 2008 12:11:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EB8D98FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Jul 2008 12:11:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6LCBFkb053764
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Jul 2008 12:11:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m6LCBFKD053763;
	Mon, 21 Jul 2008 12:11:15 GMT
	(envelope-from nobody)
Message-Id: <200807211211.m6LCBFKD053763@www.freebsd.org>
Date: Mon, 21 Jul 2008 12:11:15 GMT
From: Wen heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]devel/py-jsonlib:JSON Serializer/Deserializer for Python
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125827
>Category:       ports
>Synopsis:       [NEW PORT]devel/py-jsonlib:JSON Serializer/Deserializer for Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 21 12:20:01 UTC 2008
>Closed-Date:    Mon Jul 28 08:26:19 UTC 2008
>Last-Modified:  Mon Jul 28 08:26:19 UTC 2008
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
py-json is a lightweight data-interchange format.
It is often used for exchanging data between a web
server and user agent. This module aims to produce
a library for serializing and deserializing JSON
that conforms strictly to RFC 4627.

WWW:   http://pypi.python.org/pypi/jsonlib/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	py-jsonlib
#	py-jsonlib/pkg-plist
#	py-jsonlib/pkg-descr
#	py-jsonlib/distinfo
#	py-jsonlib/Makefile
#
echo c - py-jsonlib
mkdir -p py-jsonlib > /dev/null 2>&1
echo x - py-jsonlib/pkg-plist
sed 's/^X//' >py-jsonlib/pkg-plist << 'END-of-py-jsonlib/pkg-plist'
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
END-of-py-jsonlib/pkg-plist
echo x - py-jsonlib/pkg-descr
sed 's/^X//' >py-jsonlib/pkg-descr << 'END-of-py-jsonlib/pkg-descr'
Xpy-json is a lightweight data-interchange format.
XIt is often used for exchanging data between a web
Xserver and user agent. This module aims to produce
Xa library for serializing and deserializing JSON
Xthat conforms strictly to RFC 4627.
X
XWWW:   http://pypi.python.org/pypi/jsonlib/
END-of-py-jsonlib/pkg-descr
echo x - py-jsonlib/distinfo
sed 's/^X//' >py-jsonlib/distinfo << 'END-of-py-jsonlib/distinfo'
XMD5 (jsonlib-1.3.5.tar.gz) = ae9830afdf675b2430624b1f5e326364
XSHA256 (jsonlib-1.3.5.tar.gz) = 500fe6fa2534d9574f992d345e8110e05937bb98c753d5afae5c7d2bd8253942
XSIZE (jsonlib-1.3.5.tar.gz) = 18596
END-of-py-jsonlib/distinfo
echo x - py-jsonlib/Makefile
sed 's/^X//' >py-jsonlib/Makefile << 'END-of-py-jsonlib/Makefile'
X# New ports collection makefile for:	py-jsonlib
X# Date created:		2008-07-21
X# Whom:			Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jsonlib
XPORTVERSION=	1.3.5
XCATEGORIES=	devel python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	JSON Serializer/Deserializer for Python
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=easy_install
XPYEASYINSTALL_ARCHDEP=	yes
X
X.include <bsd.port.mk>
END-of-py-jsonlib/Makefile
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jul 21 12:20:14 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125827: commit references a PR
Date: Fri, 25 Jul 2008 22:52:02 +0000 (UTC)

 miwi        2008-07-25 22:51:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/py-jsonlib     Makefile distinfo pkg-descr 
   Log:
   py-json is a lightweight data-interchange format.
   It is often used for exchanging data between a web
   server and user agent. This module aims to produce
   a library for serializing and deserializing JSON
   that conforms strictly to RFC 4627.
   
   WWW:   http://pypi.python.org/pypi/jsonlib/
   
   PR:             ports/125827
   Submitted by:   Wen Heping <wenheping at gmail.com>
   
   Revision  Changes    Path
   1.3147    +1 -0      ports/devel/Makefile
   1.1       +23 -0     ports/devel/py-jsonlib/Makefile (new)
   1.1       +3 -0      ports/devel/py-jsonlib/distinfo (new)
   1.1       +7 -0      ports/devel/py-jsonlib/pkg-descr (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 28 08:26:18 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125827 
>Unformatted:
