WWW::Spinn3r is an iterative interface to the Spinn3r API. The Spinn3r
API is implemented over REST and XML and documented at http://spinn3r.com/documentation. Spinn3r service is available through a vendor key, which you can get from the good folks at Tailrank, http://spinn3r.com/contact. WWW: http://search.cpan.org/dist/WWW-Spinn3r/ PR: ports/121725 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
f713f274ef
commit
08f8396490
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209870
@ -963,6 +963,7 @@
|
||||
SUBDIR += p5-WWW-Shorten-0rz
|
||||
SUBDIR += p5-WWW-Shorten-KUSO
|
||||
SUBDIR += p5-WWW-SourceForge
|
||||
SUBDIR += p5-WWW-Spinn3r
|
||||
SUBDIR += p5-WWW-TV
|
||||
SUBDIR += p5-WWW-TWSMS
|
||||
SUBDIR += p5-WWW-VenusEnvy
|
||||
|
26
www/p5-WWW-Spinn3r/Makefile
Normal file
26
www/p5-WWW-Spinn3r/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-WWW-Spinn3r
|
||||
# Date created: 2008-03-15
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Spinn3r
|
||||
PORTVERSION= 2.00100302
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= An interface to the Spinn3r API
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WWW::Spinn3r.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-WWW-Spinn3r/distinfo
Normal file
3
www/p5-WWW-Spinn3r/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (WWW-Spinn3r-2.00100302.tar.gz) = 3fa9313efbc14585ef8a117dcced6258
|
||||
SHA256 (WWW-Spinn3r-2.00100302.tar.gz) = 3bcc69e20ad18a3b6cad07c8cde423abf122fa692ffc1a2f06d023e943a23ac9
|
||||
SIZE (WWW-Spinn3r-2.00100302.tar.gz) = 4172
|
8
www/p5-WWW-Spinn3r/pkg-descr
Normal file
8
www/p5-WWW-Spinn3r/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
WWW::Spinn3r is an iterative interface to the Spinn3r API. The Spinn3r
|
||||
API is implemented over REST and XML and documented at
|
||||
http://spinn3r.com/documentation.
|
||||
|
||||
Spinn3r service is available through a vendor key, which you can get
|
||||
from the good folks at Tailrank, http://spinn3r.com/contact.
|
||||
|
||||
WWW: http://search.cpan.org/dist/WWW-Spinn3r/
|
6
www/p5-WWW-Spinn3r/pkg-plist
Normal file
6
www/p5-WWW-Spinn3r/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Spinn3r/.packlist
|
||||
%%SITE_PERL%%/WWW/Spinn3r.pm
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Spinn3r
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
Loading…
Reference in New Issue
Block a user