CVS log for ports/devel/py-json-py/Makefile
Up to [FreeBSD] / ports / devel / py-json-py
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 25 07:50:38 2011 UTC (11 months, 2 weeks ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
- Move from py24 over to py25 or above - Drop md5 support
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:18:27 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with D
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 28 10:54:03 2008 UTC (3 years, 1 month ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
CATEGORIES+= python for py- ports missing it PR: ports/124921 Approved by: portmgr (pav)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 30 09:41:15 2007 UTC (4 years, 6 months ago) by alexbl
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 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
Sun Dec 10 01:21:43 2006 UTC (5 years, 2 months ago) by nivit
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Updated email address in my ports Approved by: alexbl (mentor)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 14 22:29:30 2006 UTC (6 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
json-py is a simple, pure-python implementation of a JSON (http://json.org) reader and writer. JSON is used to exchange data across systems written in various languages. It is particularly suited to dynamic languages like Python, Javascript, etc. JSON = Javascript Object Notation implies it is suitable for AJAX applications that exchange data from servers to Javascript applications running on web browser clients. Author: <patrickdlogan@stardecisions.com> WWW: http://sourceforge.net/projects/json-py/ PR: ports/91688 Submitted by: Nicola Vitale <nivit@email.it>
