From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 11 21:40:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC05116A41F for ; Wed, 11 Jan 2006 21:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4AFA43D5A for ; Wed, 11 Jan 2006 21:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0BLe55D044068 for ; Wed, 11 Jan 2006 21:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BLe53E044067; Wed, 11 Jan 2006 21:40:05 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jan 2006 21:40:05 GMT Resent-Message-Id: <200601112140.k0BLe53E044067@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nivit@email.it (Nicola Vitale) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A5F916A422 for ; Wed, 11 Jan 2006 21:35:03 +0000 (GMT) (envelope-from nivit@email.it) Received: from vsmtp21.tin.it (vsmtp21.tin.it [212.216.176.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id B55A943D45 for ; Wed, 11 Jan 2006 21:35:02 +0000 (GMT) (envelope-from nivit@email.it) Received: from stellina (82.52.80.156) by vsmtp21.tin.it (7.2.060.1) id 43C3E8BF00100D7F for FreeBSD-gnats-submit@freebsd.org; Wed, 11 Jan 2006 22:35:01 +0100 Received: (qmail 7649 invoked by uid 0); 11 Jan 2006 21:14:18 -0000 Message-Id: <20060111211418.7648.qmail@stellina> Date: 11 Jan 2006 21:14:18 -0000 From: nivit@email.it (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91688: [NEW PORT] devel/py-json-py: A python implementation of a JSON (http//:json.org) reader/writer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 21:40:07 -0000 >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: 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: 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 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 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: