pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc amavis-perl: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/89396fba1ac3
branches: trunk
changeset: 333250:89396fba1ac3
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 02 22:12:33 2019 +0000
description:
amavis-perl: remove
Depends on removed uvscan.
diffstat:
doc/CHANGES-2019 | 3 +-
mail/Makefile | 3 +-
mail/amavis-perl/DESCR | 5 -
mail/amavis-perl/Makefile | 100 -----------------------
mail/amavis-perl/PLIST | 21 ----
mail/amavis-perl/PLIST.nomilter | 3 -
mail/amavis-perl/distinfo | 8 -
mail/amavis-perl/files/LICENSE.sendmail | 79 ------------------
mail/amavis-perl/files/amavis.m4 | 40 ---------
mail/amavis-perl/options.mk | 22 -----
mail/amavis-perl/patches/patch-amavis_amavisd.in | 17 ---
mail/amavis-perl/patches/patch-amavis_av_clamavd | 15 ---
12 files changed, 3 insertions(+), 313 deletions(-)
diffs (truncated from 381 to 300 lines):
diff -r 046c0c668942 -r 89396fba1ac3 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Thu May 02 22:11:32 2019 +0000
+++ b/doc/CHANGES-2019 Thu May 02 22:12:33 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.1946 2019/05/02 22:11:33 wiz Exp $
+$NetBSD: CHANGES-2019,v 1.1947 2019/05/02 22:12:33 wiz Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -3149,3 +3149,4 @@
Removed fonts/acroread9-font-share [wiz 2019-05-02]
Removed fonts/acroread9-jpnfont [wiz 2019-05-02]
Removed fonts/acroread9-korfont [wiz 2019-05-02]
+ Removed mail/amavis-perl [wiz 2019-05-02]
diff -r 046c0c668942 -r 89396fba1ac3 mail/Makefile
--- a/mail/Makefile Thu May 02 22:11:32 2019 +0000
+++ b/mail/Makefile Thu May 02 22:12:33 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.525 2019/03/03 16:20:56 taca Exp $
+# $NetBSD: Makefile,v 1.526 2019/05/02 22:12:33 wiz Exp $
#
COMMENT= Electronic mail utilities
@@ -10,7 +10,6 @@
SUBDIR+= YoSucker
SUBDIR+= akonadi
SUBDIR+= alpine
-SUBDIR+= amavis-perl
SUBDIR+= amavisd-milter
SUBDIR+= amavisd-new
SUBDIR+= anomy-sanitizer
diff -r 046c0c668942 -r 89396fba1ac3 mail/amavis-perl/DESCR
--- a/mail/amavis-perl/DESCR Thu May 02 22:11:32 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-AMaViS (A Mail Virus Scanner) scans e-mail attachments for viruses
-using third-party virus scanners available for UNIX environments.
-It resides on a UNIX machine and looks through the attached files
-arriving via e-mail, generates reports when a virus is found, and
-sets the delivery on hold.
diff -r 046c0c668942 -r 89396fba1ac3 mail/amavis-perl/Makefile
--- a/mail/amavis-perl/Makefile Thu May 02 22:11:32 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,100 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2018/08/22 09:45:23 wiz Exp $
-
-DISTNAME= amavisd-${VERSION}
-PKGNAME= amavis-perl-${VERSION}
-PKGREVISION= 15
-CATEGORIES= mail security
-MASTER_SITES= http://www.amavis.org/dist/perl/
-MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=amavis/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.amavis.org/
-COMMENT= Mail virus scanner
-
-CONFLICTS+= amavis-[0-9]*
-CONFLICTS+= amavis-perl-[0-9]*
-
-DEPENDS+= uvscan-[0-9]*:../../security/uvscan
-DEPENDS+= maildrop-[0-9]*:../../mail/maildrop
-DEPENDS+= tnef-[0-9]*:../../mail/tnef
-DEPENDS+= unarj-[0-9]*:../../archivers/unarj
-DEPENDS+= unrar-[0-9]*:../../archivers/unrar
-DEPENDS+= xbin-[0-9]*:../../archivers/xbin
-DEPENDS+= lha-[0-9]*:../../archivers/lha
-DEPENDS+= zoo-[0-9]*:../../archivers/zoo
-DEPENDS+= freeze-[0-9]*:../../archivers/freeze
-DEPENDS+= arc-[0-9]*:../../archivers/arc
-#DEPENDS+= {perl>=5.9.3,p5-Archive-Tar-[0-9]*}:../../archivers/p5-Archive-Tar
-DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
-#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress #Compress::Zlib>=1.14
-DEPENDS+= p5-Convert-TNEF-[0-9]*:../../converters/p5-Convert-TNEF
-DEPENDS+= p5-Convert-UUlib-[0-9]*:../../converters/p5-Convert-UUlib
-DEPENDS+= p5-MIME-tools>=5.313:../../mail/p5-MIME-tools
-#DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net
-DEPENDS+= p5-Unix-Syslog-[0-9]*:../../sysutils/p5-Unix-Syslog
-
-.include "options.mk"
-
-.include "../../mk/bsd.prefs.mk"
-
-VERSION= 0.1
-
-SMTPPORT?= 10025 # target port for scanned mails
-VIRUSDIR?= /var/log/virusmails # where to put contaminated mails
-VIRUSMAILTO?= security # whom to notify about viruses
-
-GNU_CONFIGURE= YES
-PLIST_SRC= ${PKGDIR}/PLIST
-
-USE_TOOLS+= file perl:run unzip:run
-CONFIGURE_ENV+= file=${TOOLS_FILE_CMD:Q}
-
-CONFIGURE_ENV+= procmail="/usr/libexec/mail.local"
-
-CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/amavis
-CONFIGURE_ARGS+=--with-virusdir=${VIRUSDIR:Q}
-CONFIGURE_ARGS+=--with-mailto=${VIRUSMAILTO:Q}
-CONFIGURE_ARGS+=--enable-all
-CONFIGURE_ARGS+=--with-amavisuser=amavis
-CONFIGURE_ARGS+=--with-perl=${PERL5}
-
-INSTALLATION_DIRS= sbin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 \
- ${PKGMANDIR}/man8 share/doc/amavis
-
-post-build:
- ${SED} -e "s|/etc/amavisd.conf|${PREFIX}/etc/amavis/amavisd.conf|" \
- ${WRKSRC}/amavis/amavisd > ${WRKDIR}/amavisd
-
-do-install:
- # Program files
-.if empty(PKG_OPTIONS:Mmilter)
- ${INSTALL_PROGRAM} ${WRKSRC}/amavis/amavis ${DESTDIR}${PREFIX}/sbin
-.endif
- ${INSTALL_SCRIPT} ${WRKDIR}/amavisd ${DESTDIR}${PREFIX}/sbin
- # Documents
- ${INSTALL_DATA} ${WRKSRC}/doc/amavis.html ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/doc/amavis.png ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/doc/amavis.txt ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${FILESDIR}/LICENSE.sendmail ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/FAQ ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/README.exim ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/README.milter ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/README.postfix ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/README.qmail ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/README.scanners ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/README.sendmail ${DESTDIR}${PREFIX}/share/doc/amavis
- ${INSTALL_DATA} ${WRKSRC}/amavis/amavisd.conf \
- ${DESTDIR}${PREFIX}/share/doc/amavis
- ${SED} "s+@PREFIX@+${PREFIX}+g" < ${FILESDIR}/amavis.m4 \
- > ${WRKDIR}/amavis.m4
- ${INSTALL_DATA} ${WRKDIR}/amavis.m4 ${DESTDIR}${PREFIX}/share/doc/amavis
- # Man pages
-.if empty(PKG_OPTIONS:Mmilter)
- ${INSTALL_DATA} ${WRKSRC}/doc/amavis.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-.endif
- ${INSTALL_DATA} ${WRKSRC}/doc/amavis-milter.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_DATA} ${WRKSRC}/doc/amavisd.conf.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
- ${INSTALL_DATA} ${WRKSRC}/doc/amavisd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
-
-.include "../../mk/bsd.pkg.mk"
diff -r 046c0c668942 -r 89396fba1ac3 mail/amavis-perl/PLIST
--- a/mail/amavis-perl/PLIST Thu May 02 22:11:32 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/12/24 07:21:08 kefren Exp $
-man/man1/amavis-milter.1
-man/man1/amavis.1
-man/man5/amavisd.conf.5
-man/man8/amavisd.8
-sbin/amavis
-sbin/amavisd
-share/doc/amavis/FAQ
-share/doc/amavis/LICENSE.sendmail
-share/doc/amavis/NEWS
-share/doc/amavis/README.exim
-share/doc/amavis/README.milter
-share/doc/amavis/README.postfix
-share/doc/amavis/README.qmail
-share/doc/amavis/README.scanners
-share/doc/amavis/README.sendmail
-share/doc/amavis/amavis.html
-share/doc/amavis/amavis.m4
-share/doc/amavis/amavis.png
-share/doc/amavis/amavis.txt
-share/doc/amavis/amavisd.conf
diff -r 046c0c668942 -r 89396fba1ac3 mail/amavis-perl/PLIST.nomilter
--- a/mail/amavis-perl/PLIST.nomilter Thu May 02 22:11:32 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST.nomilter,v 1.1.1.1 2010/12/24 07:21:08 kefren Exp $
-man/man1/amavis.1
-sbin/amavis
diff -r 046c0c668942 -r 89396fba1ac3 mail/amavis-perl/distinfo
--- a/mail/amavis-perl/distinfo Thu May 02 22:11:32 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 23:27:01 agc Exp $
-
-SHA1 (amavisd-0.1.tar.gz) = 0c8cfe497ee0e42c2f5ff5c958e47e8a0d08720b
-RMD160 (amavisd-0.1.tar.gz) = d1688aa5a0a4df36e7d938f28d923b350302faa2
-SHA512 (amavisd-0.1.tar.gz) = c7c8544c302ec38a348e1ac892f2dc95541ef9f402ad62c006c37c9f189d1784dd7edf179a8d7b15cdfb65f3ddc8001c3c0c865aaedd407c37d21cfb093fd5b2
-Size (amavisd-0.1.tar.gz) = 329501 bytes
-SHA1 (patch-amavis_amavisd.in) = feec13284ace3a1c5661bcba4a88d47ce7b4b43e
-SHA1 (patch-amavis_av_clamavd) = 52b4da21b363900a369eabf8cd97acc5374868af
diff -r 046c0c668942 -r 89396fba1ac3 mail/amavis-perl/files/LICENSE.sendmail
--- a/mail/amavis-perl/files/LICENSE.sendmail Thu May 02 22:11:32 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
- SENDMAIL LICENSE
-
-The following license terms and conditions apply, unless a different
-license is obtained from Sendmail, Inc., 6425 Christie Ave, Fourth Floor,
-Emeryville, CA 94608, or by electronic mail at license%sendmail.com@localhost.
-
-License Terms:
-
-Use, Modification and Redistribution (including distribution of any
-modified or derived work) in source and binary forms is permitted only if
-each of the following conditions is met:
-
-1. Redistributions qualify as "freeware" or "Open Source Software" under
- one of the following terms:
-
- (a) Redistributions are made at no charge beyond the reasonable cost of
- materials and delivery.
-
- (b) Redistributions are accompanied by a copy of the Source Code or by an
- irrevocable offer to provide a copy of the Source Code for up to three
- years at the cost of materials and delivery. Such redistributions
- must allow further use, modification, and redistribution of the Source
- Code under substantially the same terms as this license. For the
- purposes of redistribution "Source Code" means the complete compilable
- and linkable source code of sendmail including all modifications.
-
-2. Redistributions of source code must retain the copyright notices as they
- appear in each source code file, these license terms, and the
- disclaimer/limitation of liability set forth as paragraph 6 below.
-
-3. Redistributions in binary form must reproduce the Copyright Notice,
- these license terms, and the disclaimer/limitation of liability set
- forth as paragraph 6 below, in the documentation and/or other materials
- provided with the distribution. For the purposes of binary distribution
- the "Copyright Notice" refers to the following language:
- "Copyright (c) 1998-2000 Sendmail, Inc. All rights reserved."
-
-4. Neither the name of Sendmail, Inc. nor the University of California nor
- the names of their contributors may be used to endorse or promote
- products derived from this software without specific prior written
- permission. The name "sendmail" is a trademark of Sendmail, Inc.
-
-5. All redistributions must comply with the conditions imposed by the
- University of California on certain embedded code, whose copyright
- notice and conditions for redistribution are as follows:
-
- (a) Copyright (c) 1988, 1993 The Regents of the University of
- California. All rights reserved.
-
- (b) Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- (i) Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- (ii) Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
- (iii) Neither the name of the University nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-6. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY
- SENDMAIL, INC. AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
- NO EVENT SHALL SENDMAIL, INC., THE REGENTS OF THE UNIVERSITY OF
- CALIFORNIA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-Revision: 8.9, Last updated Date: 2000/03/03 19:24:11
diff -r 046c0c668942 -r 89396fba1ac3 mail/amavis-perl/files/amavis.m4
--- a/mail/amavis-perl/files/amavis.m4 Thu May 02 22:11:32 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-PUSHDIVERT(-1)
-#
-# amavis mailer definition for amavis-perl (http://www.amavis.org)
-#
-# Copyright (c) 2000 Yan Seiner
-# GPL distribution - all disclaimers apply.
-#
-# Adopted & extented by Rainer Link, SuSE GmbH, <link%suse.de@localhost>, 03/02/2001
-#
-# Currently UNTESTED
-# USE AT YOUR OWN RISK
-#
-
-ifdef(`AMAVIS_MAILER_ARGS',,
- `define(`AMAVIS_MAILER_ARGS', amavis $f $u)')
-ifdef(`AMAVIS_MAILER_PATH',,
- `define(`AMAVIS_MAILER_PATH', @PREFIX@/sbin/amavis)')
-ifdef(`AMAVIS_MAILER_FLAGS',,
- `define(`AMAVIS_MAILER_FLAGS', `mlsACDFMS5:/|@qhP')')
-ifdef(`AMAVIS_MAILER_USER',,
- `define(`AMAVIS_MAILER_USER', amavis)')
-ifdef(`AMAVIS_MAILER_GROUP',,
- `define(`AMAVIS_MAILER_GROUP', amavis)')
-
-
Home |
Main Index |
Thread Index |
Old Index