Commit graph

12 commits

Author SHA1 Message Date
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Baptiste Daroussin
71344a2048 Convert to USES=pear 2014-09-23 13:54:17 +00:00
Antoine Brodin
4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Martin Wilke
9df05f46d1 - Convert to PEAR_AUTOINSTALL 2013-03-15 01:24:02 +00:00
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