Add p5-Google-Data-JSON, Google::Data::JSON provides several methods to

convert an XML feed into a JSON feed, and vice versa. The JSON format is
defined in Google Data APIs, http://code.google.com/apis/gdata/json.html .

Approved by:	rafan (mentor, implicit)
This commit is contained in:
Chin-San Huang 2007-07-28 14:17:21 +00:00
parent c5f3f70024
commit 976cadd0a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196467
5 changed files with 50 additions and 0 deletions

View file

@ -358,6 +358,7 @@
SUBDIR += p5-Filter-Simple
SUBDIR += p5-FormValidator-Simple
SUBDIR += p5-Games-Dissociate
SUBDIR += p5-Google-Data-JSON
SUBDIR += p5-HTML-Entities-Numbered
SUBDIR += p5-HTML-EscapeEvil
SUBDIR += p5-HTML-Format

View file

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-Google-Data-JSON
# Date created: 2007/07/28
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Google-Data-JSON
PORTVERSION= 0.1.3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML/TAKERU
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= General XML-JSON converter based on Google Data APIs
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Perl6-Export-Attrs>=0:${PORTSDIR}/devel/p5-Perl6-Export-Attrs \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
p5-version>=0:${PORTSDIR}/devel/p5-version \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Google::Data::JSON.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Google-Data-JSON-0.1.3.tar.gz) = 131f1bdfb6f99df7308474d14ef681fd
SHA256 (Google-Data-JSON-0.1.3.tar.gz) = 076b4c52bc0a527031bfce55b384e0fc91926fa931ad162c0115f944244d029b
SIZE (Google-Data-JSON-0.1.3.tar.gz) = 6757

View file

@ -0,0 +1,5 @@
Google::Data::JSON provides several methods to convert an XML feed into a
JSON feed, and vice versa. The JSON format is defined in Google Data APIs,
http://code.google.com/apis/gdata/json.html .
WWW: http://search.cpan.org/dist/Google-Data-JSON/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/Google/Data/JSON.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Data/JSON/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Data/JSON
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Data
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google
@dirrmtry %%SITE_PERL%%/Google/Data
@dirrmtry %%SITE_PERL%%/Google