plagger -v

Plagger version 0.7.17
めっちゃ時間がかかった
portdowngradeでやろうとしたら
なんかタイムアウトでうまくできなかったので
pkg_delete XML-Feed
で今入ってるのを消して、
wget http://search.cpan.org/CPAN/authors/id/S/SI/SIMONW/XML-Feed-0.23.tar.gz
で持ってきて
wgetがデフォルトで入ってなかったからportinstall wgetした
んで、解答して
れあどめ通りに叩いた

less README
$Id: README 1925 2006-03-03 17:37:50Z btrott $

This is XML::Feed, an abstraction above the RSS and Atom syndication
feed formats. It supports both parsing and autodiscovery of feeds.

PREREQUISITES

* Class::ErrorHandler
* XML::RSS
* XML::Atom
* DateTime
* DateTime::Format::Mail
* DateTime::Format::W3CDTF
* List::Util
* Feed::Find
* URI::Fetch

INSTALLATION

XML::Feed installation is straightforward. If your CPAN shell
is set up, you should just be able to do

% perl -MCPAN -e 'install XML::Feed'

Download it, unpack it, then build it as per the usual:

% perl Makefile.PL
% make && make test

Then install it:

% make install

Six Apart / cpan@sixapart.com
(END)

ヤター