Index: head/security/avmailgate/pkg-descr =================================================================== --- head/security/avmailgate/pkg-descr (revision 109450) +++ head/security/avmailgate/pkg-descr (nonexistent) @@ -1,34 +0,0 @@ -AntiVir MailGate for FreeBSD protects your electronic post office -against viruses. -It is working with numerous common Mail Transport Agents (MTA), -like sendmail, postfix, qmail and exim. Operates at high speed, -is easy to configure and checks both incoming and outgoing emails. - -AntiVir MailGate is a store-and-forward agent, in which the -workload is shared by the two programs avgated and avgatefwd. - -Avgated receives the emails and stores them in a specified -directory. This program can be run as an independent server which -occupies port 25 (SMTP) or is started by the internet superdaemon -inetd. - -Avgatefwd reads the temporarily stored emails, decodes the attach- -ments and initiates the virus scan. If no viruses are found in the -emails, they are forwarded immediately. - -If an email is found to be infected, it will not be forwarded. In -this case, the postmaster receives an e-mail with a detailed report, -and the sender and recipient are also notified of the infection. - -********************************************************************* - For more information on AntiVir please visit our web site - http://www.antivir.de/ - or - http://www.hbedv.com/ - - AntiVir is a registered trademark of - H+BEDV Datentechnik GmbH -********************************************************************* - -WWW: http://www.antivir.de/ -WWW: http://www.hbedv.com/ Property changes on: head/security/avmailgate/pkg-descr ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/avmailgate/distinfo =================================================================== --- head/security/avmailgate/distinfo (revision 109450) +++ head/security/avmailgate/distinfo (nonexistent) @@ -1,2 +0,0 @@ -MD5 (avmailgate-6.12.0.0-freebsd.tgz) = 0673cc1ef6ef1b4119a491b1b460dccc -SIZE (avmailgate-6.12.0.0-freebsd.tgz) = 1482186 Property changes on: head/security/avmailgate/distinfo ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/avmailgate/pkg-plist =================================================================== --- head/security/avmailgate/pkg-plist (revision 109450) +++ head/security/avmailgate/pkg-plist (nonexistent) @@ -1,15 +0,0 @@ -etc/antivir/antivir.vdf -etc/antivir/avmailgate.conf -etc/antivir/avmailgate.conf.orig -etc/antivir/avmailgate.acl -etc/rc.d/avmailgate.sh -sbin/avgated -sbin/avgatefwd -sbin/avq -man/man8/avmailgate.8 -man/man5/avmailgate.conf.5 -@unexec rm -r /usr/local/etc/antivir -@unexec rmdir /var/spool/avmailgate/incoming -@unexec rmdir /var/spool/avmailgate/outgoing -@unexec rmdir /var/spool/avmailgate/rejected -@unexec rmdir /var/spool/avmailgate Property changes on: head/security/avmailgate/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/avmailgate/Makefile =================================================================== --- head/security/avmailgate/Makefile (revision 109450) +++ head/security/avmailgate/Makefile (nonexistent) @@ -1,68 +0,0 @@ -# New ports collection makefile for: avmailgate -# Date created: January 29, 2002 -# Whom: Oliver Breuninger -# -# $FreeBSD$ - -# -# http://www.antivir.de/dateien/antivir/fuse6/fuse6.zip -# - -PORTNAME= avmailgate -PORTVERSION= 6.12.0.0 -CATEGORIES= security -MASTER_SITES= ftp://ftp.antivir.de/freebsd/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd -EXTRACT_SUFX= .tgz - -MAINTAINER= ob@breuninger.org -COMMENT= AntiVir MailGate mail virusscanner - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-FreeBSD - -NO_BUILD= yes - -BROKEN= "Creates files in /etc and /usr/lib" - -do-install: - @${MKDIR} ${LOCALBASE}/etc/antivir - @${MKDIR} /var/spool/avmailgate - @${MKDIR} /var/spool/avmailgate/incoming - @${MKDIR} /var/spool/avmailgate/outgoing - @${MKDIR} /var/spool/avmailgate/rejected - @${CHOWN} -R daemon:daemon /var/spool/avmailgate - @${CHMOD} 0700 /var/spool/avmailgate - @${CHMOD} 0700 /var/spool/avmailgate/incoming - @${CHMOD} 0700 /var/spool/avmailgate/rejected - @${CHMOD} 0700 /var/spool/avmailgate/outgoing - @${LN} -fs ${LOCALBASE}/etc/antivir /usr/lib/AntiVir - @${LN} -fs ${LOCALBASE}/etc/antivir/avmailgate.acl /etc/avmailgate.acl - @${LN} -fs ${LOCALBASE}/etc/antivir/avmailgate.conf /etc/avmailgate.conf - @${CP} -p ${FILESDIR}/avmailgate.sh ${LOCALBASE}/etc/rc.d - @${CP} -p ${WRKSRC}/antivir.vdf ${LOCALBASE}/etc/antivir - @${CP} -p ${WRKSRC}/avmailgate/avgated ${LOCALBASE}/sbin - @${CP} -p ${WRKSRC}/avmailgate/script/avq ${LOCALBASE}/sbin - @${CP} -p ${WRKSRC}/avmailgate/avgatefwd ${LOCALBASE}/sbin - @${CP} -p ${WRKSRC}/avmailgate/etc/avmailgate.* ${LOCALBASE}/etc/antivir - @${CP} -p ${WRKSRC}/avmailgate/man/*.5 ${LOCALBASE}/man/man5 - @${CP} -p ${WRKSRC}/avmailgate/man/*.8 ${LOCALBASE}/man/man8 - -post-install: - @${ECHO_MSG} "" - @${ECHO_MSG} "******************************************************************" - @${ECHO_MSG} "" - @${ECHO_MSG} "For full functionality of AntiVir MailGate you need an license key" - @${ECHO_MSG} "from H+BEDV Datentechnik GmbH." - @${ECHO_MSG} "" - @${ECHO_MSG} "Put the file avmgate.key into the directory ${LOCALBASE}/etc/antivir" - @${ECHO_MSG} "" - @${ECHO_MSG} "For more information on AntiVir please visit our web site" - @${ECHO_MSG} "http://www.antivir.de or http://www.hbedv.com." - @${ECHO_MSG} "mailto: support@antivir.de" - @${ECHO_MSG} "" - @${ECHO_MSG} "AntiVir is a registered trademark of H+BEDV Datentechnik GmbH" - @${ECHO_MSG} "" - @${ECHO_MSG} "******************************************************************" - @${ECHO_MSG} "" - -.include Property changes on: head/security/avmailgate/Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/security/avmailgate/files/patch-aa =================================================================== --- head/security/avmailgate/files/patch-aa (revision 109450) +++ head/security/avmailgate/files/patch-aa (nonexistent) @@ -1,21 +0,0 @@ ---- avmailgate/etc/avmailgate.conf.orig Mon Jan 28 10:38:57 2002 -+++ avmailgate/etc/avmailgate.conf Wed Jan 30 00:00:22 2002 -@@ -22,4 +22,6 @@ - # User uucp - # Group uucp -+User daemon -+Group daemon - - # ------------------------------------------------------------------------ -@@ -47,4 +49,5 @@ - - # AntiVirDir /usr/lib/AntiVir -+AntiVirDir /usr/local/etc/antivir - - # ------------------------------------------------------------------------ -@@ -207,4 +210,5 @@ - - # ForwardTo /usr/lib/sendmail -oem -oi -+ForwardTo /usr/sbin/sendmail -oem -oi - - # Or if you want the mail to be sent by SMTP: Property changes on: head/security/avmailgate/files/patch-aa ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/avmailgate/files/avmailgate.sh =================================================================== --- head/security/avmailgate/files/avmailgate.sh (revision 109450) +++ head/security/avmailgate/files/avmailgate.sh (nonexistent) @@ -1,26 +0,0 @@ -#! /bin/sh - -case "$1" in - start) - echo "Initializing SMTP port. (avmailgate)" - /usr/local/sbin/avgated -A /usr/local/etc/antivir/avmailgate.acl -C /usr/local/etc/antivir/avmailgate.conf & - /usr/local/sbin/avgatefwd -C /usr/local/etc/antivir/avmailgate.conf & - ;; - stop) - echo -n "Shutting down SMTP port:" - echo - kill `cat /var/run/avmailgate_d.pid` - kill `cat /var/run/avmailgate_fwd.pid` - ;; - restart) - "$0" stop - "$0" start - ;; - *) - echo "Usage: $0 {start|stop|restart}" - exit 1 - ;; -esac - -exit 0 - Property changes on: head/security/avmailgate/files/avmailgate.sh ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/avmailgate/files/diff.rc =================================================================== --- head/security/avmailgate/files/diff.rc (revision 109450) +++ head/security/avmailgate/files/diff.rc (nonexistent) @@ -1,7 +0,0 @@ -#! /bin/csh -# - -cd ../work/avmailgate-6.12.0.0-FreeBSD - -diff --unified=2 avmailgate/etc/avmailgate.conf.orig avmailgate/etc/avmailgate.conf > ../../patch-aa - Property changes on: head/security/avmailgate/files/diff.rc ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property