diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-05-18 10:40:47 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-05-18 10:40:47 +0800 |
commit | 920e98768bad3c4a83a0457e64b5994d1bb767bc (patch) | |
tree | 170d758749277b047588962af7c394270c68accc | |
parent | eaa276f2a0efbead499dbff5e3d9bbb72e981696 (diff) | |
download | freebsd-ports-gnome-920e98768bad3c4a83a0457e64b5994d1bb767bc.tar.gz freebsd-ports-gnome-920e98768bad3c4a83a0457e64b5994d1bb767bc.tar.zst freebsd-ports-gnome-920e98768bad3c4a83a0457e64b5994d1bb767bc.zip |
PR: 52226
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Maintainer update: Clam AntiVirus contains OAV database, but its database is
developed independently.
Pointed out by Tomasz Kojim <zolw@konarski.edu.pl>
developer of Clam AntiVirus
-rw-r--r-- | security/clamav-devel/Makefile | 2 | ||||
-rw-r--r-- | security/clamav-devel/pkg-descr | 6 | ||||
-rw-r--r-- | security/clamav/Makefile | 2 | ||||
-rw-r--r-- | security/clamav/pkg-descr | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 12000b66641c..4fe6a4c49129 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/stable/ MAINTAINER= markun@onohara.to -COMMENT= Command line virus scanner using database from OpenAntiVirus +COMMENT= Command line virus scanner written entirely in C RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ unarj:${PORTSDIR}/archivers/unarj \ diff --git a/security/clamav-devel/pkg-descr b/security/clamav-devel/pkg-descr index c6f97f58b9be..468643344766 100644 --- a/security/clamav-devel/pkg-descr +++ b/security/clamav-devel/pkg-descr @@ -1,3 +1,3 @@ -Clam Antivirus is command line virus scanner using database from -OpenAntiVirus. It detects over 7000 viruses, scans compressed files -and supported by AMaViS. +Clam Antivirus is command line virus scanner written entirely in C +and its database is kept up to date. It also detects polymorphic +viruses, scans compressed files and supported by AMaViS. diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 12000b66641c..4fe6a4c49129 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/stable/ MAINTAINER= markun@onohara.to -COMMENT= Command line virus scanner using database from OpenAntiVirus +COMMENT= Command line virus scanner written entirely in C RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ unarj:${PORTSDIR}/archivers/unarj \ diff --git a/security/clamav/pkg-descr b/security/clamav/pkg-descr index c6f97f58b9be..468643344766 100644 --- a/security/clamav/pkg-descr +++ b/security/clamav/pkg-descr @@ -1,3 +1,3 @@ -Clam Antivirus is command line virus scanner using database from -OpenAntiVirus. It detects over 7000 viruses, scans compressed files -and supported by AMaViS. +Clam Antivirus is command line virus scanner written entirely in C +and its database is kept up to date. It also detects polymorphic +viruses, scans compressed files and supported by AMaViS. |