mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
This commit is contained in:
parent
c8f58ac167
commit
5bff0f65d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32946
@ -111,8 +111,8 @@
|
||||
SUBDIR += trinokiller
|
||||
SUBDIR += tripwire
|
||||
SUBDIR += tripwire-131
|
||||
SUBDUR += uvscan
|
||||
SUBDIR += uvscan-dat
|
||||
SUBDIR += vscan
|
||||
SUBDIR += whisker
|
||||
SUBDIR += xinetd
|
||||
SUBDIR += zebedee
|
||||
|
40
security/vscan/Makefile
Normal file
40
security/vscan/Makefile
Normal file
@ -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>
|
1
security/vscan/distinfo
Normal file
1
security/vscan/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (vbsd407e.tar.Z) = c635d45605f21a9d57a03c177d8ffb64
|
2
security/vscan/files/uvscan.sh
Normal file
2
security/vscan/files/uvscan.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
@@PREFIX@@/libexec/uvscan/uvscan $*
|
1
security/vscan/pkg-comment
Normal file
1
security/vscan/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Evaluation version of a DOS/Windows file virus scanner
|
13
security/vscan/pkg-descr
Normal file
13
security/vscan/pkg-descr
Normal file
@ -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
|
7
security/vscan/pkg-plist
Normal file
7
security/vscan/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user