diff options
author | rh <rh@pkgsrc.org> | 2000-06-05 12:01:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-05 12:01:24 +0000 |
commit | 6761a1803c1e8ff123d201f29e263aeb002d87e9 (patch) | |
tree | e81c37f5f7ceed2f1be1f8189fcd791911e96593 /security | |
parent | 4285ce19c03c8560abc5f139cc03893e8161b29b (diff) | |
download | pkgsrc-6761a1803c1e8ff123d201f29e263aeb002d87e9.tar.gz |
Initial import of uvscan-4.07e, an evaluation version of the McAfee
DOS/Windows file virus scanner
Diffstat (limited to 'security')
-rw-r--r-- | security/uvscan/Makefile | 40 | ||||
-rw-r--r-- | security/uvscan/files/md5 | 3 | ||||
-rwxr-xr-x | security/uvscan/files/uvscan.sh | 2 | ||||
-rw-r--r-- | security/uvscan/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/uvscan/pkg/DESCR | 11 | ||||
-rw-r--r-- | security/uvscan/pkg/PLIST | 7 |
6 files changed, 64 insertions, 0 deletions
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile new file mode 100644 index 00000000000..a1c5bb1a86a --- /dev/null +++ b/security/uvscan/Makefile @@ -0,0 +1,40 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/06/05 12:01:24 rh Exp $ +# + +DISTNAME= vlnx407e +PKGNAME= uvscan-4.07e +NO_WRKSUBDIR= YES +CATEGORIES= security +MASTER_SITES= http://download.mcafee.com/products/evaluation/virusscan/english/unix/linux/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nai.com/asp_set/buy_try/try/products_evals.asp + +DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux +DEPENDS+= uvscan-dat>=4080:../../security/uvscan-dat + +ONLY_FOR_PLATFORM= NetBSD-*-i386 +NO_BUILD= YES + +MIRROR_DISTFILE= no +LICENSE= shareware +RESTRICTED= "restrictive 30 day evaluation license" +NO_PACKAGE= ${RESTRICTED} +NO_CDROM= ${RESTRICTED} + +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 "../../mk/bsd.pkg.mk" diff --git a/security/uvscan/files/md5 b/security/uvscan/files/md5 new file mode 100644 index 00000000000..d649c3eb21c --- /dev/null +++ b/security/uvscan/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/06/05 12:01:25 rh Exp $ + +MD5 (vlnx407e.tar.Z) = 6442179cc27f0bcbc37267fc4475ce93 diff --git a/security/uvscan/files/uvscan.sh b/security/uvscan/files/uvscan.sh new file mode 100755 index 00000000000..f6cfb53a044 --- /dev/null +++ b/security/uvscan/files/uvscan.sh @@ -0,0 +1,2 @@ +#!/bin/sh +@@PREFIX@@/libexec/uvscan/uvscan $* diff --git a/security/uvscan/pkg/COMMENT b/security/uvscan/pkg/COMMENT new file mode 100644 index 00000000000..c83623c8bc2 --- /dev/null +++ b/security/uvscan/pkg/COMMENT @@ -0,0 +1 @@ +evaluation version of a DOS/Windows file virus scanner diff --git a/security/uvscan/pkg/DESCR b/security/uvscan/pkg/DESCR new file mode 100644 index 00000000000..1632dbef097 --- /dev/null +++ b/security/uvscan/pkg/DESCR @@ -0,0 +1,11 @@ + uvscan is an evaluation VirusScan running on NetBSD 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! diff --git a/security/uvscan/pkg/PLIST b/security/uvscan/pkg/PLIST new file mode 100644 index 00000000000..2bac46396ae --- /dev/null +++ b/security/uvscan/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 |