From 5bff0f65d1f5234b7627e33a666ebe09192abc4b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 21 Sep 2000 22:40:21 +0000 Subject: 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 --- security/vscan/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ security/vscan/distinfo | 1 + security/vscan/files/uvscan.sh | 2 ++ security/vscan/pkg-comment | 1 + security/vscan/pkg-descr | 13 +++++++++++++ security/vscan/pkg-plist | 7 +++++++ 6 files changed, 64 insertions(+) create mode 100644 security/vscan/Makefile create mode 100644 security/vscan/distinfo create mode 100644 security/vscan/files/uvscan.sh create mode 100644 security/vscan/pkg-comment create mode 100644 security/vscan/pkg-descr create mode 100644 security/vscan/pkg-plist (limited to 'security/vscan') diff --git a/security/vscan/Makefile b/security/vscan/Makefile new file mode 100644 index 000000000000..420917bfb04a --- /dev/null +++ b/security/vscan/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: uvscan +# Date created: 01 Sep 2000 +# Whom: Kris Kennaway +# +# $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 diff --git a/security/vscan/distinfo b/security/vscan/distinfo new file mode 100644 index 000000000000..5b4099728ca7 --- /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 000000000000..f6cfb53a0448 --- /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 000000000000..c924d8b9dbb5 --- /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 000000000000..cbfd98b5d124 --- /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 000000000000..2bac46396aec --- /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 -- cgit v1.2.3