From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:50:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B9E716A500 for ; Mon, 16 Feb 2004 07:50:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95B3F43D1D for ; Mon, 16 Feb 2004 07:50:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1GFoLbv004071 for ; Mon, 16 Feb 2004 07:50:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1GFoLf1004070; Mon, 16 Feb 2004 07:50:21 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 16 Feb 2004 07:50:21 -0800 (PST) Resent-Message-Id: <200402161550.i1GFoLf1004070@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B0B216A4CE for ; Mon, 16 Feb 2004 07:47:17 -0800 (PST) Received: from greendale.ukc.ac.uk (greendale.ukc.ac.uk [129.12.21.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3302843D1D for ; Mon, 16 Feb 2004 07:47:17 -0800 (PST) (envelope-from t.d.bishop@kent.ac.uk) Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by greendale.ukc.ac.uk with esmtp (Exim 4.22) id 1Askx4-0007fY-CJ; Mon, 16 Feb 2004 15:46:30 +0000 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.30; FreeBSD) id 1Askx4-0002mw-86; Mon, 16 Feb 2004 15:46:30 +0000 Message-Id: Date: Mon, 16 Feb 2004 15:46:30 +0000 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tim@bishnet.net Subject: ports/62917: New port: security/f-prot-sig: F-Prot Antivirus Signatures X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Bishop List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 15:50:22 -0000 >Number: 62917 >Category: ports >Synopsis: New port: security/f-prot-sig: F-Prot Antivirus Signatures >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 16 07:50:21 PST 2004 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 5.2-RELEASE-p1 FreeBSD 5.2-RELEASE-p1 #0: Fri Jan 30 13:10:36 GMT 2004 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: Seperate out the virus definitions for f-prot from the main port. This allows them to be updated seperately as and when required. Credit goes to Tom McLaughlin . Update to security/f-prot to follow. >How-To-Repeat: >Fix: Extract shar below. --- f-prot-sig-20040216.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # f-prot-sig # f-prot-sig/Makefile # f-prot-sig/pkg-descr # f-prot-sig/pkg-message # f-prot-sig/pkg-plist # echo c - f-prot-sig mkdir -p f-prot-sig > /dev/null 2>&1 echo x - f-prot-sig/Makefile sed 's/^X//' >f-prot-sig/Makefile << 'END-of-f-prot-sig/Makefile' X# New ports collection makefile for: f-prot-sig X# Date created: 11 Feb 2004 X# Whom: Tom McLaughlin X# X# $FreeBSD$ X# X XPORTNAME= f-prot-sig XPORTVERSION= 20040216 XCATEGORIES= security XMASTER_SITES= ftp://ftp.f-prot.com/pub/ X XDISTFILES= fp-def.zip \ X macrdef2.zip X XMAINTAINER= tim@bishnet.net XCOMMENT= F-Prot Antivirus Signatures X X# F-Prot does not version their .DEF files so the port always pulls the latest. XNO_CHECKSUM= yes X XNO_PACKAGE= Free for personal use only XNO_CDROM= Free for personal use only XRESTRICTED= Free for personal use only X XNO_BUILD= YES XNO_WRKSUBDIR= YES XUSE_ZIP= YES X Xpost-extract: X.for fetched in ${DISTFILES} X ${MV} ${DISTDIR}/${fetched} ${DISTDIR}/${fetched}-${PORTVERSION}.zip X.endfor X Xdo-install: X ${MKDIR} ${PREFIX}/f-prot X ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/f-prot X X @${CAT} ${PKGMESSAGE} X X.include END-of-f-prot-sig/Makefile echo x - f-prot-sig/pkg-descr sed 's/^X//' >f-prot-sig/pkg-descr << 'END-of-f-prot-sig/pkg-descr' XF-Prot Antivirus for BSD Workstations utilizes the renowned F-Prot XAntivirus scanning engine for primary scan but has in addition to Xthat a system of internal heuristics devised to search for unknown Xviruses. X XThis port contains the virus signature files for use with F-Prot XAntivirus which can be found in ports under security/f-prot . X XPlease note that the license explicitly permits that F-Prot Antivirus Xfor BSD Workstations is free for personal users on personal Xworkstations. For any other use please consult their website for Xlicensing information. X XWWW: http://www.f-prot.com/ END-of-f-prot-sig/pkg-descr echo x - f-prot-sig/pkg-message sed 's/^X//' >f-prot-sig/pkg-message << 'END-of-f-prot-sig/pkg-message' X*************************************************************************** X XThis is a port of the virus signature files for F-Prot Antivirus. XYou will need to install the port security/f-prot to make use of them. X XThe port disables verifying the checksum of the distfiles due to their Xfrequency of change. If you wish to verify the files yourself you may use Xthe PGP signature files that have been installed in: X X${PREFIX}/f-prot/ X XThe F-RISK public PGP key is located at: X Xhttp://www.f-prot.com/company/KEY.ASC X XNOTE: The script check-updates.pl is all ready included with the f-prot Xport and can be used as a secondary means of updating virus signature files. X X*************************************************************************** END-of-f-prot-sig/pkg-message echo x - f-prot-sig/pkg-plist sed 's/^X//' >f-prot-sig/pkg-plist << 'END-of-f-prot-sig/pkg-plist' Xf-prot/SIGN.ASC Xf-prot/SIGN.DEF Xf-prot/SIGN2.ASC Xf-prot/SIGN2.DEF Xf-prot/MACRO.DEF Xf-prot/MACRO.ASC X@dirrm f-prot/ END-of-f-prot-sig/pkg-plist exit --- f-prot-sig-20040216.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: