Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3408 - f-prot-3.12a.ebuild (New Package, Free virus scanner)
Summary: f-prot-3.12a.ebuild (New Package, Free virus scanner)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-05 05:25 UTC by Ronald Moesbergen
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
f-prot-3.12a.ebuild (New Package) (f-prot-3.12a.ebuild,800 bytes, text/plain)
2002-06-05 05:26 UTC, Ronald Moesbergen
Details
Updated f-prot ebuild script to use /opt (f-prot-3.12a.ebuild,839 bytes, text/plain)
2002-06-10 15:52 UTC, Ronald Moesbergen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Moesbergen 2002-06-05 05:25:24 UTC
Hi,  
  
This is an ebuild script for Frisk Software's f-prot virusscanner, which is   
free for personal use. I plan to make an ebuild for qmail-scanner (a   
mailscanner which plugs into qmail) which obviously depends on a virus  
scanner. Since mcafee's scanner is currently not working in the portage tree  
and is no longer supported by mcafee, this might be a better choice. One  
thing: i've made it to install to /usr/local/f-prot because the virus def  
files must be in the same directory as the executable and I don't think  
/usr/bin should contain data files. Also, this location is where several  
programs and scripts expect f-prot to be. Suggested place in the portage tree 
is net-mail, since that's where mcafee lives. For periodic updates there's a 
check-updates.sh script installed that does the job and can be run as a cron 
job. 
  
Thanks,  
Ronald.
Comment 1 Ronald Moesbergen 2002-06-05 05:26:22 UTC
Created attachment 1347 [details]
f-prot-3.12a.ebuild (New Package)
Comment 2 Ronald Moesbergen 2002-06-09 14:27:50 UTC
I've posted the qmail-scanner ebuild as bug #3552 
 
Comment 3 SpanKY gentoo-dev 2002-06-10 08:59:10 UTC
if the URL in SRC_URI is still down (it was when i tried to get the tar.gz),
then use this:
SRC_URI="ftp://ftp1.mirrors.f-prot.com/pub/${A}"

maybe this URL should be added to the ebuild so it automatically tries this URL
too ?
Comment 4 Grant Goodyear (RETIRED) gentoo-dev 2002-06-10 15:28:31 UTC
It would be a good idea to have an empty src_compile() { echo Nothing to compile }.

Also, installing into /usr/local breaks our established rules.  I assume
that F-Prot is a binary program, so it should really be installed
into /opt, if at all possible.
Comment 5 Ronald Moesbergen 2002-06-10 15:52:22 UTC
Created attachment 1430 [details]
Updated f-prot ebuild script to use /opt

I updated the ebuild to install into /opt (since f-prot is indeed a binary
program) and i've added an empty src_compile (). The qmail-scanner ebuild that
needs this also needs to be updated, i'll post the new one in a few minutes.
Comment 6 Grant Goodyear (RETIRED) gentoo-dev 2002-06-10 16:11:35 UTC
Done.