Date: Wed, 9 Aug 2006 13:13:19 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/101683: [NEW PORT] www/p5-WWW-Myspace: Access MySpace.com profile information from Perl Message-ID: <20060809051319.3563915E@netnews.NCTU.edu.tw> Resent-Message-ID: <200608090520.k795KGxt066312@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101683 >Category: ports >Synopsis: [NEW PORT] www/p5-WWW-Myspace: Access MySpace.com profile information from Perl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 09 05:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-WWW-Myspace-0.52.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-WWW-Myspace # p5-WWW-Myspace/pkg-descr # p5-WWW-Myspace/Makefile # p5-WWW-Myspace/pkg-plist # p5-WWW-Myspace/distinfo # echo c - p5-WWW-Myspace mkdir -p p5-WWW-Myspace > /dev/null 2>&1 echo x - p5-WWW-Myspace/pkg-descr sed 's/^X//' >p5-WWW-Myspace/pkg-descr << 'END-of-p5-WWW-Myspace/pkg-descr' XWWW::Myspace.pm provides methods to access your myspace.com account Xand functions automatically. It provides a simple interface for Xscripts to log in, access lists of friends, scan user's profiles, Xretreive profile data, send messages, and post comments. X XWWW: http://search.cpan.org/dist/WWW-Myspace/ END-of-p5-WWW-Myspace/pkg-descr echo x - p5-WWW-Myspace/Makefile sed 's/^X//' >p5-WWW-Myspace/Makefile << 'END-of-p5-WWW-Myspace/Makefile' X# New ports collection makefile for: p5-WWW-Myspace X# Date created: 2006-08-09 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= WWW-Myspace XPORTVERSION= 0.52 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= WWW XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Access MySpace.com profile information from Perl X XRUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ X ${SITE_PERL}/Class/DBI/AbstractSearch.pm:${PORTSDIR}/databases/p5-Class-DBI-AbstractSearch \ X ${SITE_PERL}/Class/DBI/Loader.pm:${PORTSDIR}/databases/p5-Class-DBI-Loader \ X ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \ X ${SITE_PERL}/Contextual/Return.pm:${PORTSDIR}/devel/p5-Contextual-Return \ X ${SITE_PERL}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ X ${SITE_PERL}/DateTime/Format/MySQL.pm:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \ X ${SITE_PERL}/IO/Prompt.pm:${PORTSDIR}/devel/p5-IO-Prompt \ X ${SITE_PERL}/List/Compare.pm:${PORTSDIR}/misc/p5-List-Compare \ X ${SITE_PERL}/Locale/SubCountry.pm:${PORTSDIR}/misc/p5-Locale-SubCountry \ X ${SITE_PERL}/Math/Round.pm:${PORTSDIR}/math/p5-Math-Round \ X ${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ X ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ X p5-Spiffy>=0.24:${PORTSDIR}/devel/p5-Spiffy \ X p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML X XPERL_CONFIGURE= yes X XMAN1= add_friends.1 approve_friends.1 comment_myspace.1 \ X message_group.1 XMAN3= WWW::Myspace.3 WWW::Myspace::Comment.3 WWW::Myspace::Data.3 \ X WWW::Myspace::FriendAdder.3 WWW::Myspace::FriendChanges.3 \ X WWW::Myspace::Message.3 WWW::Myspace::MyBase.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 # Inherited from depends XIGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again X.endif X X.include <bsd.port.post.mk> END-of-p5-WWW-Myspace/Makefile echo x - p5-WWW-Myspace/pkg-plist sed 's/^X//' >p5-WWW-Myspace/pkg-plist << 'END-of-p5-WWW-Myspace/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Myspace/.packlist X%%SITE_PERL%%/WWW/Myspace.pm X%%SITE_PERL%%/WWW/Myspace/Comment.pm X%%SITE_PERL%%/WWW/Myspace/Data.pm X%%SITE_PERL%%/WWW/Myspace/FriendAdder.pm X%%SITE_PERL%%/WWW/Myspace/FriendChanges.pm X%%SITE_PERL%%/WWW/Myspace/Message.pm X%%SITE_PERL%%/WWW/Myspace/MyBase.pm Xbin/add_friends Xbin/approve_friends Xbin/comment_myspace Xbin/message_group X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Myspace X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW X@dirrmtry %%SITE_PERL%%/WWW/Myspace X@dirrmtry %%SITE_PERL%%/WWW END-of-p5-WWW-Myspace/pkg-plist echo x - p5-WWW-Myspace/distinfo sed 's/^X//' >p5-WWW-Myspace/distinfo << 'END-of-p5-WWW-Myspace/distinfo' XMD5 (WWW-Myspace-0.52.tar.gz) = b11e8bf3ff5537b1903825a733da87ed XSHA256 (WWW-Myspace-0.52.tar.gz) = 7480aac2a8909c2b3ef4be8663ff085260653bd2c608e0184fb3be9a1b677985 XSIZE (WWW-Myspace-0.52.tar.gz) = 108449 END-of-p5-WWW-Myspace/distinfo exit --- p5-WWW-Myspace-0.52.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060809051319.3563915E>