Commit graph

7 commits

Author SHA1 Message Date
Carlo Strub
1863cc77b0 Fix typos in COMMENT 2012-07-24 07:19:21 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Martin Wilke
1064b3a814 - Update to 1.0.3 2011-02-26 06:29:18 +00:00
Martin Wilke
85cf351cea - Update to 1.0.2 2010-01-21 23:21:22 +00:00
Martin Wilke
ff3072ea11 - Update to 1.0.1
PR:		1
2009-09-30 13:11:57 +00:00
Martin Wilke
3484a7aa91 - Take over maintainership
Approved by:	Wen Heping (maintainer)
2009-08-22 21:32:00 +00:00
Martin Wilke
76505b532b JSON (JavaScript Object Notation, http://json.org) is a lightweight
data-interchange format. It is easy for humans to read and write. It is
easy for machines to parse and generate. It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition - December
1999.JSON is a text format that is completely language independent
but uses conventions that are familiar to programmers of the C-family of
languages, including C, C++, C#, Java, JavaScript, Perl, TCL, and many
others. These properties make JSON an ideal data-interchange language.

This package provides a simple encoder and decoder for JSON notation. It
is intended for use with client-side Javascript applications that make
use of HTTPRequest to perform server communication functions - data can
be encoded into JSON notation for use in a client-side javascript, or
decoded from incoming Javascript requests. JSON format is native to
Javascript,and can be directly eval()'ed with no further parsing overhead.

WWW: http://pear.php.net/package/Services_JSON/

PR:		ports/134870
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-05-23 14:37:13 +00:00