Skip site navigation (1)Skip section navigation (2)
Date:      11 Jan 2006 21:14:18 -0000
From:      nivit@email.it (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91688: [NEW PORT] devel/py-json-py: A python implementation of a JSON (http//:json.org) reader/writer
Message-ID:  <20060111211418.7648.qmail@stellina>
Resent-Message-ID: <200601112140.k0BLe53E044067@freefall.freebsd.org>

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

>Number:         91688
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-json-py: A python implementation of a JSON (http//:json.org) reader/writer
>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:   Wed Jan 11 21:40:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD stellina.domo.sva 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #4: Mon Nov 28 10:22:09 CET 2005
>Description:
json-py is a simple, pure-python implementation of a JSON (http://json.org)
reader and writer. JSON is used to exchange data across systems written in
various languages. It is particularly suited to dynamic languages like Python,
Javascript, etc. JSON = Javascript Object Notation implies it is suitable for
AJAX applications that exchange data from servers to Javascript applications
running on web browser clients.

Author:	<patrickdlogan@stardecisions.com>
WWW:	http://sourceforge.net/projects/json-py/

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

--- py24-json-py-3.4.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:
#
#	py-json-py
#	py-json-py/pkg-descr
#	py-json-py/Makefile
#	py-json-py/pkg-plist
#	py-json-py/distinfo
#
echo c - py-json-py
mkdir -p py-json-py > /dev/null 2>&1
echo x - py-json-py/pkg-descr
sed 's/^X//' >py-json-py/pkg-descr << 'END-of-py-json-py/pkg-descr'
Xjson-py is a simple, pure-python implementation of a JSON (http://json.org)
Xreader and writer. JSON is used to exchange data across systems written in
Xvarious languages. It is particularly suited to dynamic languages like Python,
XJavascript, etc. JSON = Javascript Object Notation implies it is suitable for
XAJAX applications that exchange data from servers to Javascript applications
Xrunning on web browser clients.
X
XAuthor:	<patrickdlogan@stardecisions.com>
XWWW:	http://sourceforge.net/projects/json-py/
END-of-py-json-py/pkg-descr
echo x - py-json-py/Makefile
sed 's/^X//' >py-json-py/Makefile << 'END-of-py-json-py/Makefile'
X# New ports collection makefile for:	py-json-py
X# Date created:		2006-01-11
X# Whom:			Nicola Vitale	<nivit@email.it>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	json-py
XPORTVERSION=	3.4
XCATEGORIES=	devel lang www
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/}
XEXTRACT_SUFX=	.zip
X
XMAINTAINER=	nivit@email.it
XCOMMENT=	A python implementation of a JSON (http//:json.org) reader/writer
X
XNO_WRKSUBDIR=	yes
X
XUSE_PYTHON=	2.4
XUSE_ZIP=	yes
X
Xdo-build:
X	# compile python files
X	cd ${WRKDIR}; \
X	FILES=$$(${FIND} . -name "*.py" ); \
X	for FILE in $${FILES}; do \
X	    ${ECHO} import `basename $${FILE} .py` | python; \
X	done; \
X
Xdo-install:
X	@cd ${WRKDIR}; \
X	${FIND} . \( -name "*.py*" -or -name "*.pyc" \) -exec ${CP} \{\} ${PYTHON_SITELIBDIR} \;
X
X.include <bsd.port.mk>
END-of-py-json-py/Makefile
echo x - py-json-py/pkg-plist
sed 's/^X//' >py-json-py/pkg-plist << 'END-of-py-json-py/pkg-plist'
X@comment $FreeBSD$
X%%PYTHON_SITELIBDIR%%/json.py
X%%PYTHON_SITELIBDIR%%/json.pyc
X%%PYTHON_SITELIBDIR%%/jsontest.py
X%%PYTHON_SITELIBDIR%%/jsontest.pyc
X%%PYTHON_SITELIBDIR%%/minjson.py
X%%PYTHON_SITELIBDIR%%/minjson.pyc
END-of-py-json-py/pkg-plist
echo x - py-json-py/distinfo
sed 's/^X//' >py-json-py/distinfo << 'END-of-py-json-py/distinfo'
XMD5 (json-py-3_4.zip) = 921ebfede886a10ff32d6d4b4e216f8f
XSHA256 (json-py-3_4.zip) = 58da8ae96c973302e3cfc4c682d20d1a5c6a6284426a269bf2c3dc4b58a522a9
XSIZE (json-py-3_4.zip) = 20111
END-of-py-json-py/distinfo
exit
--- py24-json-py-3.4.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?20060111211418.7648.qmail>