From zinn@derzinn.de  Sat Feb  6 11:04:45 2010
Return-Path: <zinn@derzinn.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9ADBF1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Feb 2010 11:04:45 +0000 (UTC)
	(envelope-from zinn@derzinn.de)
Received: from oops.0xC0DE.de (oops.0xC0DE.de [78.46.70.3])
	by mx1.freebsd.org (Postfix) with ESMTP id 28F268FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Feb 2010 11:04:44 +0000 (UTC)
Received: from localhost (localhost.0xC0DE.de [127.0.0.1])
	by oops.0xC0DE.de (Postfix) with ESMTP id 5F935398118
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Feb 2010 12:04:43 +0100 (CET)
Received: from oops.0xC0DE.de ([127.0.0.1])
	by localhost (oops.0xC0DE.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id FbPg+2C40qmm for <FreeBSD-gnats-submit@freebsd.org>;
	Sat,  6 Feb 2010 12:04:38 +0100 (CET)
Received: from derzinn.de (i59F5555F.versanet.de [89.245.85.95])
	(Authenticated sender: info@derzinn.de)
	by oops.0xC0DE.de (Postfix) with ESMTPA id E96E53980F3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Feb 2010 12:04:37 +0100 (CET)
Received: by derzinn.de (Postfix, from userid 1001)
	id 8B4EC666E16; Sat,  6 Feb 2010 12:04:35 +0100 (CET)
Message-Id: <20100206110435.8B4EC666E16@derzinn.de>
Date: Sat,  6 Feb 2010 12:04:35 +0100 (CET)
From: Mirko Zinn <mail@derzinn.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] python/py26-anyjson: JSON library wrapper for Python
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         143604
>Category:       ports
>Synopsis:       [NEW PORT] python/py26-anyjson: JSON library wrapper for Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 06 11:10:01 UTC 2010
>Closed-Date:    Sat Feb 13 14:57:44 UTC 2010
>Last-Modified:  Sat Feb 13 15:00:15 UTC 2010
>Originator:     Mirko Zinn
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD test 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC
>Description:
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used.

WWW:	http://bitbucket.org/runeh/anyjson/wiki/Home

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

--- py26-anyjson-0.2.3.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-anyjson
#	py-anyjson/pkg-descr
#	py-anyjson/Makefile
#	py-anyjson/pkg-plist
#	py-anyjson/distinfo
#
echo c - py-anyjson
mkdir -p py-anyjson > /dev/null 2>&1
echo x - py-anyjson/pkg-descr
sed 's/^X//' >py-anyjson/pkg-descr << '40d6b71587ae542602bb7a2d726c8558'
XAnyjson loads whichever is the fastest JSON module installed and provides
Xa uniform API regardless of which JSON implementation is used.
X
XWWW:	http://bitbucket.org/runeh/anyjson/wiki/Home
40d6b71587ae542602bb7a2d726c8558
echo x - py-anyjson/Makefile
sed 's/^X//' >py-anyjson/Makefile << 'f52845056503cbe98ab299696db80ad9'
X# New ports collection makefile for:	py-anyjson
X# Date created:		2010-02-06
X# Whom:			Mirko Zinn <mail@derzinn.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	anyjson
XPORTVERSION=	0.2.3
XCATEGORIES=	python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	mail@derzinn.de
XCOMMENT=	JSON library wrapper for Python
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	easy_install
X
X.include <bsd.port.mk>
f52845056503cbe98ab299696db80ad9
echo x - py-anyjson/pkg-plist
sed 's/^X//' >py-anyjson/pkg-plist << '335edf410d3fedba89d1512ffc64ce45'
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/anyjson/__init__.py
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/anyjson/__init__.pyc
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/anyjson/__init__.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/anyjson
X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
335edf410d3fedba89d1512ffc64ce45
echo x - py-anyjson/distinfo
sed 's/^X//' >py-anyjson/distinfo << '760e547eaa69c0b0adb8cb977cd89f4a'
XMD5 (anyjson-0.2.3.tar.gz) = f1efac0d1b47402c9747e39e8a2957c6
XSHA256 (anyjson-0.2.3.tar.gz) = 94c13fabfb44b206ff60bdebf7de1687454e55e4e3a1de40a538e6c2f22c841a
XSIZE (anyjson-0.2.3.tar.gz) = 4653
760e547eaa69c0b0adb8cb977cd89f4a
exit
--- py26-anyjson-0.2.3.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Sat Feb 6 12:52:53 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143604 
State-Changed-From-To: open->closed 
State-Changed-By: sylvio 
State-Changed-When: Sat Feb 13 14:57:41 UTC 2010 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143604: commit references a PR
Date: Sat, 13 Feb 2010 14:57:03 +0000 (UTC)

 sylvio      2010-02-13 14:56:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/py-anyjson     Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Anyjson loadds whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implemention is used
   
   WWW: http://bitbucket.org/runeh/anyjson/wiki/Home
   
   PR:             ports/143604
   Submitted by:   Mirko Zinn <mail@derzinn.de>
   Approved by:    itetcu (mentor)
   
   Revision  Changes    Path
   1.3816    +1 -0      ports/devel/Makefile
   1.1       +20 -0     ports/devel/py-anyjson/Makefile (new)
   1.1       +3 -0      ports/devel/py-anyjson/distinfo (new)
   1.1       +4 -0      ports/devel/py-anyjson/pkg-descr (new)
   1.1       +11 -0     ports/devel/py-anyjson/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:
