Date: Sat, 13 Jun 2009 02:13:40 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/135526: [NEW PORT]devel/py-jsonlib2:JSON Serializer/Deserializer for Python Message-ID: <200906130213.n5D2DevN019671@www.freebsd.org> Resent-Message-ID: <200906130220.n5D2K17f036283@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135526 >Category: ports >Synopsis: [NEW PORT]devel/py-jsonlib2:JSON Serializer/Deserializer for Python >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: Sat Jun 13 02:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: py-jsonlib2 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/jsonlib2/ (repocopy from devel/py-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-jsonlib2 # py-jsonlib2/Makefile # py-jsonlib2/distinfo # py-jsonlib2/pkg-descr # echo c - py-jsonlib2 mkdir -p py-jsonlib2 > /dev/null 2>&1 echo x - py-jsonlib2/Makefile sed 's/^X//' >py-jsonlib2/Makefile << '91b314ce15cbcb938c7e1695479f5891' X# New ports collection makefile for: py-jsonlib2 X# Date created: 9th June, 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= jsonlib2 XPORTVERSION= 1.5.1 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 XPLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% X X.include <bsd.port.mk> 91b314ce15cbcb938c7e1695479f5891 echo x - py-jsonlib2/distinfo sed 's/^X//' >py-jsonlib2/distinfo << '3e88d2533515ce55503751e2d4cdb28a' XMD5 (jsonlib2-1.5.1.tar.gz) = 490dd65d35cb19a5caa0353599c6cb7e XSHA256 (jsonlib2-1.5.1.tar.gz) = ca329270ed8c81f92206108aa34249d0a1ed01bd98f0d74515526129defc126c XSIZE (jsonlib2-1.5.1.tar.gz) = 31333 3e88d2533515ce55503751e2d4cdb28a echo x - py-jsonlib2/pkg-descr sed 's/^X//' >py-jsonlib2/pkg-descr << 'da492996161f0b89234f24a04a7fa4b3' Xpy-jsonlib2 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/jsonlib2/ da492996161f0b89234f24a04a7fa4b3 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906130213.n5D2DevN019671>