diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-04 22:06:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-04 22:06:26 +0000 |
commit | 5bd36ee0e205286271a4867fb5e20e39e130a821 (patch) | |
tree | ea090c495c85bb7180c873bc30f134ed6d79b01d /security | |
parent | d675e9896530ad1d7fc5a0dd9ab72e7f0f4467f9 (diff) | |
download | ports-5bd36ee0e205286271a4867fb5e20e39e130a821.tar.gz ports-5bd36ee0e205286271a4867fb5e20e39e130a821.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/vscan/Makefile | 57 | ||||
-rw-r--r-- | security/vscan/distinfo | 1 | ||||
-rw-r--r-- | security/vscan/pkg-comment | 1 | ||||
-rw-r--r-- | security/vscan/pkg-descr | 16 | ||||
-rw-r--r-- | security/vscan/pkg-plist | 8 |
6 files changed, 0 insertions, 84 deletions
diff --git a/security/Makefile b/security/Makefile index 74df0de3cba7..465ce82f0c49 100644 --- a/security/Makefile +++ b/security/Makefile @@ -109,7 +109,6 @@ SUBDIR += tripwire-131 SUBDUR += uvscan SUBDIR += uvscan-dat - SUBDIR += vscan SUBDIR += whisker SUBDIR += xinetd SUBDIR += zebedee diff --git a/security/vscan/Makefile b/security/vscan/Makefile deleted file mode 100644 index 42aa3b1975dc..000000000000 --- a/security/vscan/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: vscan -# Date created: Thur Sept 25, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# -# $FreeBSD$ -# - -PORTNAME= vscan -PORTVERSION= 3.1.8 -CATEGORIES= security -MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= steve -DISTNAME= nlxb318e -EXTRACT_SUFX= .tar - -MAINTAINER= obrien@FreeBSD.org - -NO_WRKSUBDIR= yes -RESTRICTED= "Commercial software" - -LIBDIR= ${PREFIX}/lib/neta -MAN1= uvscan.1 - -pre-fetch: -.if defined(PREFIX) && ${PREFIX} != "/usr/local" - @${ECHO} "" - @${ECHO} "This software has /usr/local hardcoded into it." - @${ECHO} "Sorry, but with PREFIX = ${PREFIX}, vscan will not work correctly." - @${ECHO} "" - @${FALSE} -.endif - -post-extract: - cd ${WRKSRC} && tar xzf linux-elf.e.tar.Z - -do-build:: - -# The binary executable file will be left unstripped as stripping the -# file will cause attempt to validate this file to fail. -do-install: - cd ${WRKSRC}; ./install-vscan - -post-install: - @${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan - @${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${LIBDIR} - @${CHOWN} ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1 -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/vscan - ${INSTALL_DATA} ${WRKSRC}/Whatsnew.txt ${PREFIX}/share/doc/vscan - ${INSTALL_DATA} ${WRKSRC}/Readme.1st ${PREFIX}/share/doc/vscan/vscan.LICENCE -.endif - @${ECHO} "" - @${CAT} ${PKGDIR}/DESCR - -.include <bsd.port.mk> diff --git a/security/vscan/distinfo b/security/vscan/distinfo deleted file mode 100644 index 822b3bfa47c7..000000000000 --- a/security/vscan/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nlxb318e.tar) = 700b554df1c0a066d383f5656e55341d diff --git a/security/vscan/pkg-comment b/security/vscan/pkg-comment deleted file mode 100644 index 7d530efa6d27..000000000000 --- a/security/vscan/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Scan MS-DOS files for viruses diff --git a/security/vscan/pkg-descr b/security/vscan/pkg-descr deleted file mode 100644 index 1ebdc74202a6..000000000000 --- a/security/vscan/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -McAfee's evaluation VirusScan for FreeBSD, provides immediate scanning of -MS-DOS files hosted on FreeBSD Unix systems. - - THIS IS AN EVALUATION COPY OF THE SOFTWARE. YOU MAY ONLY - USE THE SOFTWARE FOR THIRTY DAYS. - - After thirty days, you must either buy the software - from McAfee Associates, Inc. or remove it from your - computer and stop using it. If you are evaluating - the software for corporate use and need longer than - thirty days, please contact McAfee to arrange - an extended evaluation. - -Please see /usr/local/share/doc/vscan/vscan.LICENCE for more details. - - -- David O'Brien (obrien@cs.ucdavis.edu) diff --git a/security/vscan/pkg-plist b/security/vscan/pkg-plist deleted file mode 100644 index ffce3432e4e8..000000000000 --- a/security/vscan/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/uvscan -lib/neta/scan.dat -lib/neta/names.dat -lib/neta/clean.dat -share/doc/vscan/vscan.LICENCE -share/doc/vscan/Whatsnew.txt -@dirrm lib/neta -@dirrm share/doc/vscan |