More prerequisite installation changes. user/dyrcona/freebsd-compat
authorJason Stephenson <jason@sigio.com>
Wed, 30 May 2012 21:19:02 +0000 (17:19 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 17 Oct 2012 16:52:55 +0000 (12:52 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
docs/eg_freebsd.txt

index 2d90fab..889e540 100644 (file)
@@ -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
 ------------------------------------------------------------------------------