1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

UltraJSON is a fast and extendable JSON encoder and decoder written in

pure C, and have very good performance compared to cjson and simplejson.
This commit is contained in:
Xin LI 2011-10-25 22:52:11 +00:00
parent ea7da75cf8
commit daceb9be9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284316
4 changed files with 32 additions and 0 deletions

View File

@ -3172,6 +3172,7 @@
SUBDIR += py-twistedCore
SUBDIR += py-twistedFlow
SUBDIR += py-twistedRunner
SUBDIR += py-ujson
SUBDIR += py-unittestplus
SUBDIR += py-urlimport
SUBDIR += py-urwid

25
devel/py-ujson/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: py-ujson
# Date created: Oct 25, 2011
# Whom: Xin Li <delphij@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ujson
PORTVERSION= 1.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= delphij@FreeBSD.org
COMMENT= Ultra fast JSON encoder and decoder for Python
LICENSE= BSD
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/ujson.so
.include <bsd.port.mk>

2
devel/py-ujson/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (ujson-1.9.zip) = 54c63ce1fa338a7a0cc46d4b129dcf088e92aa1be78d6401791c3193868499c3
SIZE (ujson-1.9.zip) = 20902

4
devel/py-ujson/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
UltraJSON is a fast and extendable JSON encoder and decoder written
in pure C.
WWW: https://github.com/esnme/ultrajson