mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
WebService::Simple is a simple class to interact with web services.
It's basically an LWP::UserAgent that remembers recurring api URLs and parameters, plus sugar to parse the results. WWW: http://search.cpan.org/dist/WebService-Simple/ PR: ports/123818 Submitted by: Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
parent
44ad0aa5f9
commit
778c4bf14b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213622
@ -996,6 +996,7 @@
|
||||
SUBDIR += p5-WebService-CIA
|
||||
SUBDIR += p5-WebService-ISBNDB
|
||||
SUBDIR += p5-WebService-NoPaste
|
||||
SUBDIR += p5-WebService-Simple
|
||||
SUBDIR += p5-WebService-Technorati
|
||||
SUBDIR += p5-WebService-YouTube
|
||||
SUBDIR += p5-Xango
|
||||
|
38
www/p5-WebService-Simple/Makefile
Normal file
38
www/p5-WebService-Simple/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: p5-WebService-Simple
|
||||
# Date created: 2008-05-19
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WebService-Simple
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= Simple Interface To Web Services APIs
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Class-Data-ConfigHash>=0:${PORTSDIR}/devel/p5-Class-Data-ConfigHash \
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
|
||||
p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
||||
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WebService::Simple::Response.3 \
|
||||
WebService::Simple::Parser.3 \
|
||||
WebService::Simple::Parser::XML::Lite.3 \
|
||||
WebService::Simple::Parser::XML::LibXML.3 \
|
||||
WebService::Simple::Parser::XML::Simple.3 \
|
||||
WebService::Simple.3 \
|
||||
WebService::Simple::Parser::JSON.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-WebService-Simple/distinfo
Normal file
3
www/p5-WebService-Simple/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (WebService-Simple-0.11.tar.gz) = e62fddcbaabf5fdb397523976cf3b72d
|
||||
SHA256 (WebService-Simple-0.11.tar.gz) = d1996b4fd587357fbfefc35b6efae76adc7a2fcc7cae44b796d0fbe2f05c3119
|
||||
SIZE (WebService-Simple-0.11.tar.gz) = 24831
|
6
www/p5-WebService-Simple/pkg-descr
Normal file
6
www/p5-WebService-Simple/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
WebService::Simple is a simple class to interact with web services.
|
||||
|
||||
It's basically an LWP::UserAgent that remembers recurring api URLs and
|
||||
parameters, plus sugar to parse the results.
|
||||
|
||||
WWW: http://search.cpan.org/dist/WebService-Simple/
|
15
www/p5-WebService-Simple/pkg-plist
Normal file
15
www/p5-WebService-Simple/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Simple/.packlist
|
||||
%%SITE_PERL%%/WebService/Simple.pm
|
||||
%%SITE_PERL%%/WebService/Simple/Parser.pm
|
||||
%%SITE_PERL%%/WebService/Simple/Response.pm
|
||||
%%SITE_PERL%%/WebService/Simple/Parser/JSON.pm
|
||||
%%SITE_PERL%%/WebService/Simple/Parser/XML/Lite.pm
|
||||
%%SITE_PERL%%/WebService/Simple/Parser/XML/LibXML.pm
|
||||
%%SITE_PERL%%/WebService/Simple/Parser/XML/Simple.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
|
||||
@dirrmtry %%SITE_PERL%%/WebService/Simple/Parser/XML
|
||||
@dirrmtry %%SITE_PERL%%/WebService/Simple/Parser
|
||||
@dirrmtry %%SITE_PERL%%/WebService/Simple
|
||||
@dirrmtry %%SITE_PERL%%/WebService
|
Loading…
Reference in New Issue
Block a user