diff options
author | wiz <wiz@pkgsrc.org> | 2011-10-02 14:11:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-10-02 14:11:51 +0000 |
commit | 01245dbaa572f7f9f1e45daa2f58e2aa25c20b8e (patch) | |
tree | cc2c30901b2f5a7482d970c9f7fd3e321ff7c80f /mail | |
parent | c7a5c6fcc27302aaed2307669d325507fcef9912 (diff) | |
download | pkgsrc-01245dbaa572f7f9f1e45daa2f58e2aa25c20b8e.tar.gz |
Remove packages scheduled to be deleted according to the pkgsrc-2011Q2
release notes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 3 | ||||
-rw-r--r-- | mail/mailscanner/DESCR | 22 | ||||
-rw-r--r-- | mail/mailscanner/MESSAGE | 23 | ||||
-rw-r--r-- | mail/mailscanner/Makefile | 144 | ||||
-rw-r--r-- | mail/mailscanner/PLIST | 3 | ||||
-rw-r--r-- | mail/mailscanner/distinfo | 5 | ||||
-rw-r--r-- | mail/mailscanner/files/mailscanner.sh | 17 |
7 files changed, 1 insertions, 216 deletions
diff --git a/mail/Makefile b/mail/Makefile index 3726e1b8728..d9e45a6051d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.413 2011/09/16 12:07:32 obache Exp $ +# $NetBSD: Makefile,v 1.414 2011/10/02 14:11:51 wiz Exp $ # COMMENT= Electronic mail utilities @@ -137,7 +137,6 @@ SUBDIR+= mailfront SUBDIR+= mailgraph SUBDIR+= mailhops SUBDIR+= mailman -SUBDIR+= mailscanner SUBDIR+= mailserv SUBDIR+= mailsync SUBDIR+= mailwrapper diff --git a/mail/mailscanner/DESCR b/mail/mailscanner/DESCR deleted file mode 100644 index 39038a926d5..00000000000 --- a/mail/mailscanner/DESCR +++ /dev/null @@ -1,22 +0,0 @@ -MailScanner is a complete e-mail security system designed for use on -e-mail gateways. It protects against viruses, and detects attacks against -e-mail client packages (such as Outlook, Outlook Express, Eudora). It -can also detect almost all unsolicited commercial e-mail (spam) passing -through it and respond to all incidents in a wide variety of ways. - -Not only can it scan for known viruses, but it can also protect against -unknown viruses hidden inside e-mail attachments by refusing entry to -attachments whose filenames match any given pattern. This can include -generic patterns that trap filenames attempting to hide the true filename -extension (e.g. ".txt.vbs"). - -It is superior to many commercial packages in its ability to handle -attacks against itself, such as Denial Of Service attacks caused by -messages containing the "Zip of Death". It is easy to install into an -existing e-mail gateway, requiring very little knowledge of sendmail -and no change to an existing sendmail configuration. - -MailScanner itself is entirely open source, but it uses widely known -commercial virus scanning packages at its core. The other software it -uses is all high quality open source software, leading to a system that -can be trusted for performance and reliability. diff --git a/mail/mailscanner/MESSAGE b/mail/mailscanner/MESSAGE deleted file mode 100644 index e3b5c2ee617..00000000000 --- a/mail/mailscanner/MESSAGE +++ /dev/null @@ -1,23 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/09/25 04:18:06 grant Exp $ - -See ${PREFIX}/share/doc/MailScanner/README and the MailScanner(8) and -MailScanner.conf(5) man pages for further instructions. - -As MailScanner supports a wide variety of external 3rd party software, -you must install other packages separately to achieve your desired -MailScanner functionality. - -You need at the very least an MTA. You will probably also want SpamAssassin -and/or a virus scanner. Some suggested packages are: - - mail/spamassassin - mail/clamav - mail/p5-Mail-ClamAV - -You will need to edit at least the following config file before MailScanner -will work correctly: - - ${PKG_SYSCONFDIR}/MailScanner.conf - -=========================================================================== diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile deleted file mode 100644 index 07ea555f947..00000000000 --- a/mail/mailscanner/Makefile +++ /dev/null @@ -1,144 +0,0 @@ -# $NetBSD: Makefile,v 1.15 2010/11/20 20:51:51 gls Exp $ -# - -DISTNAME= MailScanner-4.30.3-2 -PKGNAME= mailscanner-4.30.3.2 -PKGREVISION= 3 -CATEGORIES= mail -MASTER_SITES= http://www.mailscanner.info/files/4/tar/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.mailscanner.info/ -COMMENT= Powerful spam/virus filter with many options - -PKG_DESTDIR_SUPPORT= user-destdir - -WRKSRC= ${WRKDIR}/MailScanner-4.30.3 - -PKG_SYSCONFSUBDIR= MailScanner - -DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip -DEPENDS+= p5-Convert-BinHex-[0-9]*:../../converters/p5-Convert-BinHex -DEPENDS+= p5-Net-CIDR>=0.09:../../devel/p5-Net-CIDR -DEPENDS+= p5-MIME-tools>=0:../../mail/p5-MIME-tools -DEPENDS+= tnef>=1.0:../../mail/tnef - -NO_BUILD= YES -USE_TOOLS+= perl:run bash:run -REPLACE_BASH+= bin/update_virus_scanners -REPLACE_PERL+= bin/MailScanner -REPLACE_PERL+= lib/panda-wrapper lib/rav-wrapper lib/*-autoupdate - -DOCSDIR= ${LOCALBASE}/share/doc/MailScanner -EGDIR= ${LOCALBASE}/share/examples/MailScanner -LIBDIR= ${LOCALBASE}/lib/MailScanner -LIBEXECDIR= ${LOCALBASE}/libexec/MailScanner - -OWN_DIRS= ${PKG_SYSCONFDIR}/CustomFunctions -OWN_DIRS+= ${PKG_SYSCONFDIR}/rules - -PLIST_SUBST+= DOCSDIR=${DOCSDIR:Q} -PLIST_SUBST+= EGDIR=${EGDIR:Q} -PLIST_SUBST+= LIBDIR=${LIBDIR:Q} -PLIST_SUBST+= LIBEXECDIR=${LIBEXECDIR:Q} - -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC - -MS_CONFIG_FILES= filename.rules.conf \ - filetype.rules.conf spam.assassin.prefs.conf \ - spam.lists.conf virus.scanners.conf \ - rules/bounce.rules rules/spam.whitelist.rules - -CONF_FILES+= ${EGDIR}/MailScanner.conf ${PKG_SYSCONFDIR}/MailScanner.conf -.for _f_ in ${MS_CONFIG_FILES} -CONF_FILES+= ${EGDIR}/${_f_} ${PKG_SYSCONFDIR}/${_f_} -.endfor - -RCD_SCRIPTS= mailscanner - -SUBST_CLASSES+= paths -SUBST_STAGE.paths= post-patch -SUBST_FILES.paths= bin/MailScanner etc/MailScanner.conf -SUBST_FILES.paths+= etc/virus.scanners.conf bin/update_virus_scanners -SUBST_FILES.paths+= lib/MailScanner/ConfigDefs.pl -SUBST_SED.paths= -e s,/opt/MailScanner/lib/MailScanner/CustomFunctions,${PKG_SYSCONFDIR}/CustomFunctions,g -SUBST_SED.paths+= -e s,/opt/MailScanner/lib,${LIBDIR},g -SUBST_SED.paths+= -e s,/opt/MailScanner/etc/reports,${EGDIR}/reports,g -SUBST_SED.paths+= -e s,/opt/MailScanner/etc,${PKG_SYSCONFDIR},g -SUBST_SED.paths+= -e s,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g -SUBST_SED.paths+= -e s,/opt/MailScanner/bin,${PREFIX}/bin,g - -.include "../../mk/bsd.prefs.mk" - -# XXX this could use some improvement -.if ${OPSYS} == "NetBSD" -SUBST_CLASSES+= sendmail -SUBST_STAGE.sendmail= post-patch -SUBST_FILES.sendmail= bin/MailScanner etc/MailScanner.conf -SUBST_FILES.sendmail+= etc/virus.scanners.conf bin/update_virus_scanners -SUBST_FILES.sendmail+= lib/MailScanner/ConfigDefs.pl -SUBST_SED.sendmail= -e s,/usr/lib/sendmail,/usr/sbin/mailwrapper,g -.endif - -SUBST_CLASSES+= systemdefs -SUBST_STAGE.systemdefs= post-patch -SUBST_FILES.systemdefs= lib/MailScanner/SystemDefs.pm -SUBST_SED.systemdefs= -e s,/bin/cat,${CAT},g -SUBST_SED.systemdefs= -e s,/bin/cp,${CP},g -SUBST_SED.systemdefs= -e s,/bin/rm,${RM},g -# we can't use sed from pkgsrc as it won't be registered as a -# dependency. XXX tools.mk needs a way to tell us about this dependency. -.if empty(SED:M${LOCALBASE}*) -SUBST_SED.systemdefs= -e s,/bin/sed,${SED},g -.endif - -INSTALLATION_DIRS= bin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 - -# get rid of CVS backup files -post-extract: - cd ${WRKSRC} && ${RM} -f */.#* - -do-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} - ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}/rules - ${INSTALL_SCRIPT} ${WRKSRC}/bin/MailScanner ${DESTDIR}${PREFIX}/bin - - ${INSTALL_LIB_DIR} ${DESTDIR}${LIBEXECDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_virus_scanners ${DESTDIR}${LIBEXECDIR} - cd ${WRKSRC}/lib && ${FIND} . -name "*-autoupdate" -exec ${INSTALL_SCRIPT} '{}' ${DESTDIR}${LIBEXECDIR} \; - cd ${WRKSRC}/lib && ${FIND} . -name "*-wrapper" -exec ${INSTALL_SCRIPT} '{}' ${DESTDIR}${LIBEXECDIR} \; - - ${INSTALL_DATA} ${WRKSRC}/etc/MailScanner.conf ${DESTDIR}${EGDIR}/MailScanner.conf -.for _f_ in ${MS_CONFIG_FILES} - ${INSTALL_DATA} ${WRKSRC}/etc/${_f_} ${DESTDIR}${EGDIR} -.endfor - cd ${WRKSRC}/etc/rules && ${INSTALL_DATA} \ - EXAMPLES README spam.whitelist.rules bounce.rules \ - ${DESTDIR}${EGDIR}/rules - cd ${WRKSRC}/etc && ${FIND} reports -type d -exec ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}/'{}' \; - cd ${WRKSRC}/etc && ${FIND} reports -type f ! -name "*.orig" -exec ${INSTALL_DATA} '{}' ${DESTDIR}${EGDIR}/'{}' \; - - ${INSTALL_LIB_DIR} ${DESTDIR}${LIBDIR} - ${INSTALL_LIB_DIR} ${DESTDIR}${LIBDIR}/MailScanner - ${INSTALL_SCRIPT} ${WRKSRC}/lib/MailScanner.pm ${DESTDIR}${LIBDIR} - cd ${WRKSRC}/lib/MailScanner && ${FIND} . -name "*.pm" -exec ${INSTALL_DATA} '{}' ${DESTDIR}${LIBDIR}/MailScanner \; - cd ${WRKSRC}/lib/MailScanner && ${FIND} . -name "*.pl" -exec ${INSTALL_DATA} '{}' ${DESTDIR}${LIBDIR}/MailScanner \; - - ${INSTALL_DATA_DIR} ${DESTDIR}${DOCSDIR} - cd ${WRKSRC}/docs && ${FIND} * -type d -exec ${INSTALL_DATA_DIR} ${DESTDIR}${DOCSDIR}'/{}' \; - cd ${WRKSRC}/docs && ${FIND} * -type f -exec ${INSTALL_DATA} '{}' ${DESTDIR}${DOCSDIR} \; - cd ${WRKSRC}/docs/man && ${INSTALL_MAN} MailScanner.conf.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 - cd ${WRKSRC}/docs/man && ${INSTALL_MAN} MailScanner.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 - -post-install: - ${CP} -f ${PKGDIR}/PLIST ${PLIST_SRC} - ${ECHO} bin/MailScanner >> ${PLIST_SRC} - ${ECHO} man/man5/MailScanner.conf.5 >> ${PLIST_SRC} - ${ECHO} man/man8/MailScanner.8 >> ${PLIST_SRC} -.for _dir_ in ${DOCSDIR} ${EGDIR} ${LIBDIR} ${LIBEXECDIR} - ${FIND} ${DESTDIR}${_dir_} \( -type f -o -type l \) -print \ - | ${SORT} | ${SED} -e "s,${DESTDIR}${PREFIX}/,,g" \ - >> ${PLIST_SRC} -.endfor - -.include "../../mk/bsd.pkg.mk" diff --git a/mail/mailscanner/PLIST b/mail/mailscanner/PLIST deleted file mode 100644 index e7070f1ddbd..00000000000 --- a/mail/mailscanner/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:34:00 reed Exp $ -@comment this PLIST automatically generated -share/examples/rc.d/mailscanner diff --git a/mail/mailscanner/distinfo b/mail/mailscanner/distinfo deleted file mode 100644 index 3798bb87b2e..00000000000 --- a/mail/mailscanner/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 09:59:24 agc Exp $ - -SHA1 (MailScanner-4.30.3-2.tar.gz) = ef9503dc57ec6d6f97a7333fce2b3e283d972498 -RMD160 (MailScanner-4.30.3-2.tar.gz) = f6dbe8acb329068e342d2cbfb16f3309d4db1a7a -Size (MailScanner-4.30.3-2.tar.gz) = 996850 bytes diff --git a/mail/mailscanner/files/mailscanner.sh b/mail/mailscanner/files/mailscanner.sh deleted file mode 100644 index 044f5730ef1..00000000000 --- a/mail/mailscanner/files/mailscanner.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!@RCD_SCRIPTS_SHELL@ -# -# $NetBSD: mailscanner.sh,v 1.1.1.1 2004/09/25 00:33:19 grant Exp $ -# -# PROVIDE: mailscanner -# REQUIRE: LOGIN - -. /etc/rc.subr - -name="MailScanner" -rcvar="mailscanner" -start_cmd="@PREFIX@/bin/${name}" -pidfile="/var/run/${name}.pid" -required_files="@PKG_SYSCONFDIR@/${name}.conf" - -load_rc_config $name -run_rc_command "$1" |