Commit graph

7 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
1932b7bf5e - Support STAGEDIR 2013-09-30 19:41:57 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Sunpoet Po-Chuan Hsieh
20c1eacf2b - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) 2013-08-25 16:14:58 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
99baa8d2a7 - Add LICENSE
- Convert to new options framework
- Fix typo
- Cleanup Makefile header
2012-10-07 15:25:11 +00:00
Sunpoet Po-Chuan Hsieh
8805ba8ebc - Update to 0.06
- Add BUILD_DEPENDS
- Pet portlint

Changes:	http://search.cpan.org/dist/XML-XML2JSON/Changes
2012-01-22 16:44:05 +00:00
Sunpoet Po-Chuan Hsieh
68d1ea6142 - Add p5-XML-XML2JSON 0.05
XML::XML2JSON is a Perl module to convert XML to JSON (and JSON to XML) using
the following rules from Google (http://code.google.com/apis/gdata/json.html):

Basic:
- The feed is represented as a JSON object; each nested element or attribute
  is represented as a name/value property of the object.
- Attributes are converted to String properties.
- Child elements are converted to Object properties.
- Elements that may appear more than once are converted to Array properties.
- Text values of tags are converted to $t properties.

Namespace:
- If an element has a namespace alias, the alias and element are concatenated
  using "$". For example, ns:element becomes ns$element.

XML:
- XML version and encoding attributes are converted to version and encoding
  attributes of the root element, respectively.

WWW: http://search.cpan.org/dist/XML-XML2JSON/
2011-07-14 06:50:52 +00:00