1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add p5-WebService-Technorati 0.04, a Perl interface to the Technorati

web services interface.

PR:		ports/82102
Submitted by:	ijliao
This commit is contained in:
Erwin Lansing 2005-06-14 08:37:27 +00:00
parent 7900980155
commit b46b07b68a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137418
5 changed files with 61 additions and 0 deletions

View File

@ -607,6 +607,7 @@
SUBDIR += p5-WWW-SourceForge
SUBDIR += p5-WWW-Wikipedia
SUBDIR += p5-WebService-Bloglines
SUBDIR += p5-WebService-Technorati
SUBDIR += p5-ldap-abook
SUBDIR += p5-libapreq
SUBDIR += p5-libapreq-static

View File

@ -0,0 +1,29 @@
# ex:ts=8
# Ports collection makefile for: WebService::Technorati
# Date created: May 25, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= WebService-Technorati
PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WebService
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A Perl interface to the Technorati web services interface
BUILD_DEPENDS= ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \
${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WebService::Technorati.3 \
WebService::Technorati::ApiQuery.3 \
WebService::Technorati::Exception.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (WebService-Technorati-0.04.tar.gz) = 71b4da03e9d8126d10cc0231d28d8ce8
SIZE (WebService-Technorati-0.04.tar.gz) = 26089

View File

@ -0,0 +1,4 @@
The Technorati web services interfaces use REST wire protocol with a format
described at http://developers.technorati.com/
WWW: http://search.cpan.org/dist/WebService-Technorati/

View File

@ -0,0 +1,25 @@
%%SITE_PERL%%/WebService/Technorati.pm
%%SITE_PERL%%/WebService/Technorati/ApiQuery.pm
%%SITE_PERL%%/WebService/Technorati/Author.pm
%%SITE_PERL%%/WebService/Technorati/AuthorinfoApiQuery.pm
%%SITE_PERL%%/WebService/Technorati/BaseTechnoratiObject.pm
%%SITE_PERL%%/WebService/Technorati/Blog.pm
%%SITE_PERL%%/WebService/Technorati/BlogLink.pm
%%SITE_PERL%%/WebService/Technorati/BloginfoApiQuery.pm
%%SITE_PERL%%/WebService/Technorati/CosmosApiQuery.pm
%%SITE_PERL%%/WebService/Technorati/Exception.pm
%%SITE_PERL%%/WebService/Technorati/LinkQuerySubject.pm
%%SITE_PERL%%/WebService/Technorati/OutboundApiQuery.pm
%%SITE_PERL%%/WebService/Technorati/SearchApiQuery.pm
%%SITE_PERL%%/WebService/Technorati/SearchMatch.pm
%%SITE_PERL%%/WebService/Technorati/SearchTerm.pm
@dirrm %%SITE_PERL%%/WebService/Technorati
%%SITE_PERL%%/WebService/pod2html.pl
@unexec rmdir %D/%%SITE_PERL%%/WebService 2>/dev/null || true
%%SITE_PERL%%/auto/WebService/Technorati/BaseTechnoratiObject/autosplit.ix
@dirrm %%SITE_PERL%%/auto/WebService/Technorati/BaseTechnoratiObject
@dirrm %%SITE_PERL%%/auto/WebService/Technorati
@unexec rmdir %D/%%SITE_PERL%%/auto/WebService 2>/dev/null || true
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Technorati/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Technorati
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService 2>/dev/null || true