From: Jason Stephenson Date: Wed, 30 May 2012 21:19:02 +0000 (-0400) Subject: More prerequisite installation changes. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f3ba2de220b901823e3d202503e69384f7f6ff83;p=working%2FEvergreen.git More prerequisite installation changes. Signed-off-by: Jason Stephenson --- diff --git a/docs/eg_freebsd.txt b/docs/eg_freebsd.txt index 2d90faba72..889e540c0f 100644 --- a/docs/eg_freebsd.txt +++ b/docs/eg_freebsd.txt @@ -160,38 +160,34 @@ portinstall --batch \ textproc/p5-Text-CSV \ textproc/p5-XML-Simple\ textproc/p5-Spreadsheet-WriteExcel \ + textproc/p5-MARC-Charset \ + textproc/p5-MARC-Record \ + textproc/p5-MARC-XML \ net-mgmt/p5-Net-IP \ devel/p5-Locale-Maketext-Lexicon \ net/p5-Net-Z3950-ZOOM \ net/yaz \ + www/p5-SRU \ devel/p5-UUID-Tiny \ devel/p5-Parse-RecDescent \ + misc/p5-Business-ISBN \ + misc/p5-Business-ISBN-Data-20081208 \ lang/p5-JavaScript-SpiderMonkey ------------------------------------------------------------------------------ Evergreen CPAN Modules ~~~~~~~~~~~~~~~~~~~~~~ -*Note* : Install all MARC Perl mods from CPAN to get the latest version of -MARC::Record and to ensure MARC::Charset is correctly installed (prob w/ -code table) - [source, sh] ------------------------------------------------------------------------------ cpan \ - MARC::Record \ - MARC::Charset \ - MARC::File::XML \ Business::EDI \ - Business::ISBN \ - Business::ISBN::Data \ - SRU::Request \ Library::CallNumber::LC \ M/MI/MIRK/Net-Z3950-SimpleServer-1.12.tar.gz \ Template::Plugin::POSIX \ Business::CreditCard::Object \ - RPC::XML::Method \ - SRU + RPC::XML::Method + cpan -f -i Class::DBI::Frozen::301 ------------------------------------------------------------------------------