summaryrefslogtreecommitdiff
path: root/security/vscan
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-21 22:40:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-21 22:40:21 +0000
commit5bff0f65d1f5234b7627e33a666ebe09192abc4b (patch)
treef80320c87cca57345ce0d4f2e34c14f4c3020694 /security/vscan
parentFix the FTP site URL with trailing slash. (diff)
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
Notes
Notes: svn path=/head/; revision=32946
Diffstat (limited to 'security/vscan')
-rw-r--r--security/vscan/Makefile40
-rw-r--r--security/vscan/distinfo1
-rw-r--r--security/vscan/files/uvscan.sh2
-rw-r--r--security/vscan/pkg-comment1
-rw-r--r--security/vscan/pkg-descr13
-rw-r--r--security/vscan/pkg-plist7
6 files changed, 64 insertions, 0 deletions
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 <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 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