diff options
author | kris <kris@FreeBSD.org> | 2000-09-21 22:40:21 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-21 22:40:21 +0000 |
commit | b07987bb4724682ed0101ad4d321950f76c10a77 (patch) | |
tree | 9a390e4fafcef4a565319b02f3e4c64092344c3e /security/vscan | |
parent | e4f48ff34eeea533ad112dbe8be93497cb3ba758 (diff) | |
download | FreeBSD-ports-b07987bb4724682ed0101ad4d321950f76c10a77.zip FreeBSD-ports-b07987bb4724682ed0101ad4d321950f76c10a77.tar.gz |
Move uvscan 4.07e from security/uvscan. This location held an older
version of the software, so we do this to preserve history. It will
be reimported to uvscan after the attic has been cleaned out in a few
months.
Requested by: asami
Diffstat (limited to 'security/vscan')
-rw-r--r-- | security/vscan/Makefile | 40 | ||||
-rw-r--r-- | security/vscan/distinfo | 1 | ||||
-rw-r--r-- | security/vscan/files/uvscan.sh | 2 | ||||
-rw-r--r-- | security/vscan/pkg-comment | 1 | ||||
-rw-r--r-- | security/vscan/pkg-descr | 13 | ||||
-rw-r--r-- | security/vscan/pkg-plist | 7 |
6 files changed, 64 insertions, 0 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile new file mode 100644 index 0000000..420917b --- /dev/null +++ b/security/vscan/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: uvscan +# Date created: 01 Sep 2000 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= uvscan +PORTVERSION= 4.07e +CATEGORIES= security +MASTER_SITES= http://download.mcafee.com/products/evaluation/virusscan/english/unix/free_bsd/ +DISTNAME= vbsd407e +EXTRACT_SUFX= .tar.Z + +MAINTAINER= kris@FreeBSD.org + +RUN_DEPENDS+= ${LOCALBASE}/sbin/update_dat:${PORTSDIR}/security/uvscan-dat + +ONLY_FOR_ARCHS= i386 +NO_BUILD= YES +NO_WRKSUBDIR= YES + +LICENSE= shareware +RESTRICTED= "restrictive 30 day evaluation license" + +do-configure: + ${SED} <${FILESDIR}/uvscan.sh >${WRKSRC}/uvscan.sh \ + -e 's:@@PREFIX@@:${PREFIX}:g' + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/uvscan ${PREFIX}/libexec/uvscan + ${INSTALL_SCRIPT} ${WRKSRC}/uvscan.sh ${PREFIX}/bin/uvscan +.for file in license.dat messages.dat + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan +.endfor +.for file in unx47uag.pdf license.txt + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan +.endfor + +.include <bsd.port.mk> diff --git a/security/vscan/distinfo b/security/vscan/distinfo new file mode 100644 index 0000000..5b40997 --- /dev/null +++ b/security/vscan/distinfo @@ -0,0 +1 @@ +MD5 (vbsd407e.tar.Z) = c635d45605f21a9d57a03c177d8ffb64 diff --git a/security/vscan/files/uvscan.sh b/security/vscan/files/uvscan.sh new file mode 100644 index 0000000..f6cfb53 --- /dev/null +++ b/security/vscan/files/uvscan.sh @@ -0,0 +1,2 @@ +#!/bin/sh +@@PREFIX@@/libexec/uvscan/uvscan $* diff --git a/security/vscan/pkg-comment b/security/vscan/pkg-comment new file mode 100644 index 0000000..c924d8b --- /dev/null +++ b/security/vscan/pkg-comment @@ -0,0 +1 @@ +Evaluation version of a DOS/Windows file virus scanner diff --git a/security/vscan/pkg-descr b/security/vscan/pkg-descr new file mode 100644 index 0000000..cbfd98b --- /dev/null +++ b/security/vscan/pkg-descr @@ -0,0 +1,13 @@ +uvscan is an evaluation VirusScan running on FreeBSD under Linux +emulation. + + THIS IS AN EVALUATION COPY OF THIS SOFTWARE. + You may use this software for only thirty (30) + days, after which period you must either buy + the software from Network Associates, Inc. or + stop using it and remove it from your computer. + +Please see ${PREFIX}/share/doc/uvscan/license.txt for more +information! + +WWW: http://www.nai.com/asp_set/buy_try/try/products_evals.asp diff --git a/security/vscan/pkg-plist b/security/vscan/pkg-plist new file mode 100644 index 0000000..2bac463 --- /dev/null +++ b/security/vscan/pkg-plist @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/05 12:01:25 rh Exp $ +bin/uvscan +libexec/uvscan/uvscan +libexec/uvscan/license.dat +libexec/uvscan/messages.dat +share/doc/uvscan/unx47uag.pdf +share/doc/uvscan/license.txt |