You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2004/09/10 20:49:57 UTC

svn commit: rev 43683 - spamassassin/trunk

Author: quinlan
Date: Fri Sep 10 11:49:56 2004
New Revision: 43683

Modified:
   spamassassin/trunk/INSTALL
Log:
add Gentoo instructions


Modified: spamassassin/trunk/INSTALL
==============================================================================
--- spamassassin/trunk/INSTALL	(original)
+++ spamassassin/trunk/INSTALL	Fri Sep 10 11:49:56 2004
@@ -15,9 +15,10 @@
 	install Mail::SpamAssassin
 	quit
 
-Using Debian unstable:
+Using Linux:
 
-        apt-get install spamassassin
+	Debian unstable: apt-get install spamassassin
+	Gentoo: emerge mail-filter/spamassassin
 
 Alternatively download the tarfile, zipfile, or Fedora Core RPM from
 http://spamassassin.apache.org/ and install that, like so:
@@ -177,6 +178,7 @@
     tests and the Bayes subsystem.  It is also used by Razor2.
 
     Debian: apt-get install libdigest-sha1-perl
+    Gentoo: emerge dev-perl/Digest-SHA1
 
   - HTML::Parser >= 3.24 (from CPAN)
 
@@ -186,6 +188,7 @@
     is unavoidable.  Run "perldoc -q html" for additional information.
 
     Debian: apt-get install libhtml-parser-perl
+    Gentoo: emerge dev-perl/HTML-Parser
 
   - Storable             (from CPAN)
 
@@ -197,6 +200,7 @@
     process switches between users.
 
     Debian: apt-get install libstorable-perl
+    Gentoo: emerge dev-perl/Storable
 
 Optional Additional Modules
 ---------------------------