diff options
author | max <max@FreeBSD.org> | 1996-10-27 18:08:48 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-27 18:08:48 +0800 |
commit | 661c825709b3ad425b3c6bd3ef114c0d9ea8d38c (patch) | |
tree | 256120780391b13bb1a15fd652c986c9c5699f79 /security/vscan | |
parent | 8c157c342efe3c0acb98373117e27797f313c3a5 (diff) | |
download | freebsd-ports-graphics-661c825709b3ad425b3c6bd3ef114c0d9ea8d38c.tar.gz freebsd-ports-graphics-661c825709b3ad425b3c6bd3ef114c0d9ea8d38c.tar.zst freebsd-ports-graphics-661c825709b3ad425b3c6bd3ef114c0d9ea8d38c.zip |
Mcafee VirusScan 1.0.2.
Submitted by: David O'Brien <obrien@cs.ucdavis.edu>
(Closing PR #1718.)
Diffstat (limited to 'security/vscan')
-rw-r--r-- | security/vscan/Makefile | 55 | ||||
-rw-r--r-- | security/vscan/distinfo | 1 | ||||
-rw-r--r-- | security/vscan/pkg-comment | 1 | ||||
-rw-r--r-- | security/vscan/pkg-descr | 16 | ||||
-rw-r--r-- | security/vscan/pkg-plist | 7 |
5 files changed, 80 insertions, 0 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile new file mode 100644 index 00000000000..ab073bea2c7 --- /dev/null +++ b/security/vscan/Makefile @@ -0,0 +1,55 @@ +# New ports collection makefile for: vscan +# Version required: 1.0.2 +# Date created: Thur Sept 25, 1996 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# +# $Id: Makefile,v 1.1.1.1 1996/08/16 07:23:00 asami Exp $ +# + +DISTNAME= vfrb101e +PKGNAME= vscan-1.0.2 +CATEGORIES+= security +MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/ +EXTRACT_SUFX= .taz + +MAINTAINER= obrien@cs.ucdavis.edu + +NO_WRKSUBDIR= yes +RESTRICTED= "Commercial software." + +LIBDIR= ${PREFIX}/lib/mcafee + +pre-fetch: +.if defined(PREFIX) && ${PREFIX} != "/usr/local" + @${ECHO} "" + @${ECHO} "This software has /usr/local hardcoded into it." + @${ECHO} "Sorry, but with PREFIX = ${PREFIX}, vscan will not work correctly." + @${ECHO} "" + @false +.endif + +do-build:: + +# The binary executable file will be left unstripped as stripping the +# file will cause attempt to validate this file to fail. +do-install: + (cd ${WRKSRC}; ./Install-vscan) + +post-install: + @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan + @/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${LIBDIR} + @/usr/sbin/chown ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1 +.if !defined(NOMANCOMPRESS) +.for mp in uvscan + gzip -9nf ${PREFIX}/man/man1/${mp}.1 +.endfor +.endif +.if !defined(NOPORTDOCS) + ${MKDIR} -p ${PREFIX}/share/doc/vscan + ${INSTALL_DATA} ${WRKSRC}/Whatsnew.txt ${PREFIX}/share/doc/vscan + ${INSTALL_DATA} ${WRKSRC}/README.1ST ${PREFIX}/share/doc/vscan/vscan.LICENCE +.endif + @${ECHO} "" + @${CAT} ${PKGDIR}/DESCR + +.include <bsd.port.mk> diff --git a/security/vscan/distinfo b/security/vscan/distinfo new file mode 100644 index 00000000000..910c4a0a61c --- /dev/null +++ b/security/vscan/distinfo @@ -0,0 +1 @@ +MD5 (vfrb101e.taz) = eef84b5fe8b25b8572012c29671d3ca5 diff --git a/security/vscan/pkg-comment b/security/vscan/pkg-comment new file mode 100644 index 00000000000..3bc98442d4c --- /dev/null +++ b/security/vscan/pkg-comment @@ -0,0 +1 @@ +scan MS-DOS files for viruses diff --git a/security/vscan/pkg-descr b/security/vscan/pkg-descr new file mode 100644 index 00000000000..1ebdc74202a --- /dev/null +++ b/security/vscan/pkg-descr @@ -0,0 +1,16 @@ +McAfee's evaluation VirusScan for FreeBSD, provides immediate scanning of +MS-DOS files hosted on FreeBSD Unix systems. + + THIS IS AN EVALUATION COPY OF THE SOFTWARE. YOU MAY ONLY + USE THE SOFTWARE FOR THIRTY DAYS. + + After thirty days, you must either buy the software + from McAfee Associates, Inc. or remove it from your + computer and stop using it. If you are evaluating + the software for corporate use and need longer than + thirty days, please contact McAfee to arrange + an extended evaluation. + +Please see /usr/local/share/doc/vscan/vscan.LICENCE for more details. + + -- David O'Brien (obrien@cs.ucdavis.edu) diff --git a/security/vscan/pkg-plist b/security/vscan/pkg-plist new file mode 100644 index 00000000000..bed671a4346 --- /dev/null +++ b/security/vscan/pkg-plist @@ -0,0 +1,7 @@ +bin/uvscan +lib/mcafee/scan.dat +lib/mcafee/names.dat +lib/mcafee/clean.dat +man/man1/uvscan.1.gz +share/doc/vscan/vscan.LICENCE +share/doc/vscan/Whatsnew.txt |