Add p5-WWW-Google-PageRank 0.12, this's a Perl interface for querying
google pagerank. PR: ports/100552 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
This commit is contained in:
parent
b9c97365c2
commit
a684cc4a9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168382
5 changed files with 56 additions and 0 deletions
|
@ -764,6 +764,7 @@
|
|||
SUBDIR += p5-WWW-Dilbert
|
||||
SUBDIR += p5-WWW-Google-News
|
||||
SUBDIR += p5-WWW-Google-News-TW
|
||||
SUBDIR += p5-WWW-Google-PageRank
|
||||
SUBDIR += p5-WWW-Google-Video
|
||||
SUBDIR += p5-WWW-IMDb
|
||||
SUBDIR += p5-WWW-Link
|
||||
|
|
36
www/p5-WWW-Google-PageRank/Makefile
Normal file
36
www/p5-WWW-Google-PageRank/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection makefile for: p5-WWW-Google-PageRank
|
||||
# Date created: 2006-07-19
|
||||
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Google-PageRank
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= snowfly@yuntech.edu.tw
|
||||
COMMENT= This's a Perl interface for querying google pagerank
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WWW::Google::PageRank.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/base.pm:${PORTSDIR}/devel/p5-Class-Fields
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-WWW-Google-PageRank/distinfo
Normal file
3
www/p5-WWW-Google-PageRank/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (WWW-Google-PageRank-0.12.tar.gz) = 5b7822f97fff0d0926f8c5be99beed7c
|
||||
SHA256 (WWW-Google-PageRank-0.12.tar.gz) = ddd1cf79442d8f7846a7140e80402a20f70eaea0723363cc370a54b2e46eaa59
|
||||
SIZE (WWW-Google-PageRank-0.12.tar.gz) = 4212
|
9
www/p5-WWW-Google-PageRank/pkg-descr
Normal file
9
www/p5-WWW-Google-PageRank/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
The WWW::Google::PageRank is a class implementing a interface
|
||||
for querying google pagerank.
|
||||
To use it, you should create WWW::Google::PageRank object
|
||||
and use its method get(), to query page rank of URL.
|
||||
It uses LWP::UserAgent for making request to Google.
|
||||
|
||||
|
||||
Author: Yuri Karaban <tech@askold.net>
|
||||
WWW: http://search.cpan.org/~ykar/WWW-Google-PageRank/
|
7
www/p5-WWW-Google-PageRank/pkg-plist
Normal file
7
www/p5-WWW-Google-PageRank/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/WWW/Google/PageRank.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/PageRank/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/PageRank
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Google
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
Loading…
Reference in a new issue