Date: Sat, 6 Oct 2012 16:02:55 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305380 - head/devel/py-simplejson Message-ID: <201210061602.q96G2tVo093507@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Oct 6 16:02:55 2012 New Revision: 305380 URL: http://svn.freebsd.org/changeset/ports/305380 Log: - trim Makefile header - shorten COMMENT - add missing newline to distinfo - whitespace fix and tab -> space change in pkg-descr Modified: head/devel/py-simplejson/Makefile head/devel/py-simplejson/distinfo head/devel/py-simplejson/pkg-descr Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Sat Oct 6 16:01:58 2012 (r305379) +++ head/devel/py-simplejson/Makefile Sat Oct 6 16:02:55 2012 (r305380) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-simplejson -# Date created: 25 Apr 2006 -# Whom: Alexander Botero-Lowry <alex@foxybanana.com> -# +# Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $FreeBSD$ -# PORTNAME= simplejson PORTVERSION= 2.6.1 @@ -12,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder +COMMENT= Simple, fast, extensible JSON encoder/decoder LICENSE= MIT Modified: head/devel/py-simplejson/distinfo ============================================================================== --- head/devel/py-simplejson/distinfo Sat Oct 6 16:01:58 2012 (r305379) +++ head/devel/py-simplejson/distinfo Sat Oct 6 16:02:55 2012 (r305380) @@ -1,2 +1,2 @@ SHA256 (simplejson-2.6.1.tar.gz) = b15befbd41157ec21795efcd960828be193cec6334b3e94bb99e02b32daad17c -SIZE (simplejson-2.6.1.tar.gz) = 53180 \ No newline at end of file +SIZE (simplejson-2.6.1.tar.gz) = 53180 Modified: head/devel/py-simplejson/pkg-descr ============================================================================== --- head/devel/py-simplejson/pkg-descr Sat Oct 6 16:01:58 2012 (r305379) +++ head/devel/py-simplejson/pkg-descr Sat Oct 6 16:02:55 2012 (r305380) @@ -1,15 +1,15 @@ simplejson is a simple, fast, extensible JSON encoder/decoder for Python -simplejson is compatible with Python 2.4 and later with no external -dependencies. It covers the full JSON specification for both encoding and -decoding, with unicode support. By default, encoding is done in an encoding +simplejson is compatible with Python 2.4 and later with no external +dependencies. It covers the full JSON specification for both encoding and +decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \uXXXX escapes for unicode characters). -The encoder may be subclassed to provide serialization in any kind of -situation, without any special support by the objects to be serialized +The encoder may be subclassed to provide serialization in any kind of +situation, without any special support by the objects to be serialized (somewhat like pickle). -The decoder can handle incoming JSON strings of any specified encoding +The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). -WWW: https://github.com/simplejson/simplejson +WWW: https://github.com/simplejson/simplejson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061602.q96G2tVo093507>