mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add p5-WWW-Myspace 0.52, access MySpace.com profile information from
Perl. PR: ports/101683 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
2095217094
commit
2555fb976c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170279
@ -788,6 +788,7 @@
|
||||
SUBDIR += p5-WWW-Mechanize-Plugin-phpBB
|
||||
SUBDIR += p5-WWW-Mechanize-Shell
|
||||
SUBDIR += p5-WWW-Mixi
|
||||
SUBDIR += p5-WWW-Myspace
|
||||
SUBDIR += p5-WWW-OpenSVN
|
||||
SUBDIR += p5-WWW-OpenSearch
|
||||
SUBDIR += p5-WWW-Robot
|
||||
|
48
www/p5-WWW-Myspace/Makefile
Normal file
48
www/p5-WWW-Myspace/Makefile
Normal file
@ -0,0 +1,48 @@
|
||||
# New ports collection makefile for: p5-WWW-Myspace
|
||||
# Date created: 2006-08-09
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Myspace
|
||||
PORTVERSION= 0.52
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Access MySpace.com profile information from Perl
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
|
||||
${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
${SITE_PERL}/Class/DBI/AbstractSearch.pm:${PORTSDIR}/databases/p5-Class-DBI-AbstractSearch \
|
||||
${SITE_PERL}/Class/DBI/Loader.pm:${PORTSDIR}/databases/p5-Class-DBI-Loader \
|
||||
${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
|
||||
${SITE_PERL}/Contextual/Return.pm:${PORTSDIR}/devel/p5-Contextual-Return \
|
||||
${SITE_PERL}/DateTime/Format/MySQL.pm:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \
|
||||
${SITE_PERL}/IO/Prompt.pm:${PORTSDIR}/devel/p5-IO-Prompt \
|
||||
${SITE_PERL}/List/Compare.pm:${PORTSDIR}/misc/p5-List-Compare \
|
||||
${SITE_PERL}/Locale/SubCountry.pm:${PORTSDIR}/misc/p5-Locale-SubCountry \
|
||||
${SITE_PERL}/Math/Round.pm:${PORTSDIR}/math/p5-Math-Round \
|
||||
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
|
||||
p5-Spiffy>=0.24:${PORTSDIR}/devel/p5-Spiffy \
|
||||
p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= add_friends.1 approve_friends.1 comment_myspace.1 \
|
||||
message_group.1
|
||||
MAN3= WWW::Myspace.3 WWW::Myspace::Comment.3 WWW::Myspace::Data.3 \
|
||||
WWW::Myspace::FriendAdder.3 WWW::Myspace::FriendChanges.3 \
|
||||
WWW::Myspace::Message.3 WWW::Myspace::MyBase.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # Inherited from depends
|
||||
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-WWW-Myspace/distinfo
Normal file
3
www/p5-WWW-Myspace/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (WWW-Myspace-0.52.tar.gz) = b11e8bf3ff5537b1903825a733da87ed
|
||||
SHA256 (WWW-Myspace-0.52.tar.gz) = 7480aac2a8909c2b3ef4be8663ff085260653bd2c608e0184fb3be9a1b677985
|
||||
SIZE (WWW-Myspace-0.52.tar.gz) = 108449
|
6
www/p5-WWW-Myspace/pkg-descr
Normal file
6
www/p5-WWW-Myspace/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
WWW::Myspace.pm provides methods to access your myspace.com account
|
||||
and functions automatically. It provides a simple interface for
|
||||
scripts to log in, access lists of friends, scan user's profiles,
|
||||
retreive profile data, send messages, and post comments.
|
||||
|
||||
WWW: http://search.cpan.org/dist/WWW-Myspace/
|
17
www/p5-WWW-Myspace/pkg-plist
Normal file
17
www/p5-WWW-Myspace/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Myspace/.packlist
|
||||
%%SITE_PERL%%/WWW/Myspace.pm
|
||||
%%SITE_PERL%%/WWW/Myspace/Comment.pm
|
||||
%%SITE_PERL%%/WWW/Myspace/Data.pm
|
||||
%%SITE_PERL%%/WWW/Myspace/FriendAdder.pm
|
||||
%%SITE_PERL%%/WWW/Myspace/FriendChanges.pm
|
||||
%%SITE_PERL%%/WWW/Myspace/Message.pm
|
||||
%%SITE_PERL%%/WWW/Myspace/MyBase.pm
|
||||
bin/add_friends
|
||||
bin/approve_friends
|
||||
bin/comment_myspace
|
||||
bin/message_group
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Myspace
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Myspace
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
Loading…
Reference in New Issue
Block a user