aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-10-07 00:02:55 +0800
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-10-07 00:02:55 +0800
commite5e378acd20bcbfd7bb934eaee1bb01e500ca6a6 (patch)
treea94731059d127435a3ad79f0e58a8dc6bda9fd85
parente59606a0f9919ade61daeb774863113cecba601f (diff)
downloadfreebsd-ports-gnome-e5e378acd20bcbfd7bb934eaee1bb01e500ca6a6.tar.gz
freebsd-ports-gnome-e5e378acd20bcbfd7bb934eaee1bb01e500ca6a6.tar.zst
freebsd-ports-gnome-e5e378acd20bcbfd7bb934eaee1bb01e500ca6a6.zip
- trim Makefile header
- shorten COMMENT - add missing newline to distinfo - whitespace fix and tab -> space change in pkg-descr
-rw-r--r--devel/py-simplejson/Makefile8
-rw-r--r--devel/py-simplejson/distinfo2
-rw-r--r--devel/py-simplejson/pkg-descr14
3 files changed, 10 insertions, 14 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile
index ad42ed3e3e7a..3eba4a5a9aec 100644
--- a/devel/py-simplejson/Makefile
+++ b/devel/py-simplejson/Makefile
@@ -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
diff --git a/devel/py-simplejson/distinfo b/devel/py-simplejson/distinfo
index c48d626d78b5..9b6c03d30593 100644
--- a/devel/py-simplejson/distinfo
+++ b/devel/py-simplejson/distinfo
@@ -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
diff --git a/devel/py-simplejson/pkg-descr b/devel/py-simplejson/pkg-descr
index b99ca4aa3c55..08c334e1ad93 100644
--- a/devel/py-simplejson/pkg-descr
+++ b/devel/py-simplejson/pkg-descr
@@ -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