CVS log for ports/devel/py-cjson/Makefile
Up to [FreeBSD] / ports / devel / py-cjson
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 9 22:17:21 2007 UTC (4 years, 5 months ago) by lwhsu
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- Update to 1.0.5 - Use CHEESESHOP in MASTER_SITES
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 30 09:41:11 2007 UTC (4 years, 6 months ago) by alexbl
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
- Make Python 2.5.1 the default Python version - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 4 08:49:27 2007 UTC (4 years, 10 months ago) by lwhsu
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Change to my FreeBSD.org email Approved by: clsung (mentor)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 28 00:11:16 2007 UTC (5 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL
This module implements a very fast JSON encoder/decoder for Python. JSON stands for JavaScript Object Notation and is a text based lightweight data exchange format which is easy for humans to read/write and for machines to parse/generate. JSON is completely language independent and has multiple implementations in most of the programming languages, making it ideal for data exchange and storage. The module is written in C and it is up to 250 times faster when compared to the other python JSON implementations which are written directly in python. This speed gain varies with the complexity of the data and the operation and is the the range of 10-200 times for encoding operations and in the range of 100-250 times for decoding operations. WWW: http://www.python.org/pypi/python-cjson/ PR: ports/108420 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
