aboutsummaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-23 14:37:13 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-23 14:37:13 +0000
commit76505b532b24124643382a45aeac5a94079482b1 (patch)
tree8aa1d690b7ac7663ea6c17274b4a8884b2f81f63 /converters/Makefile
parent16e1d10147e0a7e0a4dbfad3fdcf8e075d8b3a38 (diff)
downloadports-76505b532b24124643382a45aeac5a94079482b1.tar.gz
ports-76505b532b24124643382a45aeac5a94079482b1.zip
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>
Notes
Notes: svn path=/head/; revision=234453
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 6298fcb52918..4ec9fa2ba662 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -85,6 +85,7 @@
SUBDIR += p5-WAP-wbxml
SUBDIR += p5-XML-WBXML
SUBDIR += pdf2djvu
+ SUBDIR += pear-Services_JSON
SUBDIR += pecl-fribidi
SUBDIR += php4-iconv
SUBDIR += php4-mbstring