diff options
Diffstat (limited to 'mail')
46 files changed, 0 insertions, 795 deletions
diff --git a/mail/Makefile b/mail/Makefile index c17c25124713..3b9929aa5f82 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -10,7 +10,6 @@ SUBDIR += aerc SUBDIR += akpop3d SUBDIR += alpine - SUBDIR += altermime SUBDIR += amavis-logwatch SUBDIR += anomy-sanitizer SUBDIR += antivirus-milter @@ -26,7 +25,6 @@ SUBDIR += astroid SUBDIR += automx SUBDIR += autorespond - SUBDIR += autosig SUBDIR += avenger SUBDIR += balsa SUBDIR += batv-milter @@ -138,7 +136,6 @@ SUBDIR += geary SUBDIR += gensig SUBDIR += getmail - SUBDIR += gkrellmmailwatch2 SUBDIR += gmime2 SUBDIR += gmime2-sharp SUBDIR += gmime24 @@ -220,7 +217,6 @@ SUBDIR += mblaze SUBDIR += mbox2imap SUBDIR += mbox2mdir - SUBDIR += mboxcheck-applet SUBDIR += mboxgrep SUBDIR += mboxstats SUBDIR += mbx2mbox @@ -260,7 +256,6 @@ SUBDIR += neomutt SUBDIR += nextcloud-mail SUBDIR += nmh - SUBDIR += nmzmail SUBDIR += noattach SUBDIR += nocc SUBDIR += nohtml @@ -495,7 +490,6 @@ SUBDIR += popfile SUBDIR += poppassd SUBDIR += poppwd - SUBDIR += poppy SUBDIR += popular SUBDIR += postfinger SUBDIR += postfix @@ -515,14 +509,12 @@ SUBDIR += prayer SUBDIR += prepflog SUBDIR += procmail - SUBDIR += prom-wl SUBDIR += proxsmtp SUBDIR += py-Products.MailHost SUBDIR += py-Products.SecureMailHost SUBDIR += py-afew SUBDIR += py-aiosmtpd SUBDIR += py-alot - SUBDIR += py-apolicy SUBDIR += py-authres SUBDIR += py-cyruslib SUBDIR += py-dkimpy @@ -664,7 +656,6 @@ SUBDIR += spambnc SUBDIR += spamcup SUBDIR += spamd - SUBDIR += spamdb-curses SUBDIR += spamdyke SUBDIR += spamguard SUBDIR += spamilter @@ -747,7 +738,6 @@ SUBDIR += xcite SUBDIR += xfaces SUBDIR += xfce4-mailwatch-plugin - SUBDIR += xlbiff SUBDIR += xmail SUBDIR += xmailbox SUBDIR += xmailwatcher diff --git a/mail/altermime/Makefile b/mail/altermime/Makefile deleted file mode 100644 index 0d517425167c..000000000000 --- a/mail/altermime/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> -# $FreeBSD$ - -PORTNAME= altermime -PORTVERSION= 0.3.11.a1 -CATEGORIES= mail textproc -MASTER_SITES= http://ionut.tetcu.info/FreeBSD/ports/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Small C program which is used to alter your mime-encoded mailpacks - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -PLIST_FILES= bin/altermime -PORTDOCS= CHANGELOG LICENCE README - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/mail/altermime/distinfo b/mail/altermime/distinfo deleted file mode 100644 index 50e537330c7a..000000000000 --- a/mail/altermime/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (altermime-0.3.11.a1.tar.gz) = 7a81cf431f171d317aca39945feb387ad6e9242599a216f9d7a538c5e6d62a47 -SIZE (altermime-0.3.11.a1.tar.gz) = 87880 diff --git a/mail/altermime/files/patch-Makefile b/mail/altermime/files/patch-Makefile deleted file mode 100644 index 797d9f7cc2bd..000000000000 --- a/mail/altermime/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Makefile.orig 2014-02-21 09:23:27.770189581 +0100 -+++ ./Makefile 2014-02-21 09:24:23.114185601 +0100 -@@ -9,7 +9,7 @@ - # opposite of a disclaimer. - #ALTERMIME_OPTIONS=-DALTERMIME_PRETEXT - ALTERMIME_OPTIONS= --CFLAGS=-Wall -Werror -g -I. -O2 $(ALTERMIME_OPTIONS) -+CFLAGS=-I. - OBJS= strstack.o mime_alter.o ffget.o pldstr.o filename-filters.o logger.o MIME_headers.o libmime-decoders.o boundary-stack.o qpe.o - - diff --git a/mail/altermime/files/patch-ffget.c b/mail/altermime/files/patch-ffget.c deleted file mode 100644 index 39cfb2edf0b9..000000000000 --- a/mail/altermime/files/patch-ffget.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./ffget.c.orig 2008-12-13 03:13:09.000000000 +0200 -+++ ./ffget.c 2012-12-01 00:41:29.000000000 +0200 -@@ -550,7 +550,7 @@ - // if we have another \r after it, in which case, we - // turn on SINGLE_DELIMETER_MODE. - -- if ( (*crlfpos == '\r') ) -+ if (*crlfpos == '\r') - { - f->linebreak = FFGET_LINEBREAK_CR; - snprintf(f->lastbreak,sizeof(f->lastbreak),"\r"); diff --git a/mail/altermime/pkg-descr b/mail/altermime/pkg-descr deleted file mode 100644 index 2ebd851a1776..000000000000 --- a/mail/altermime/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -What can alterMIME do? - -- Insert disclaimers -- Insert arbitary X-headers -- Modify existing headers -- Remove attachments based on filename or content-type -- Replace attachments based on filename - -For using with postfix see: -http://www.paw.co.za/docs/howtos/postfix-altermime/postfix-altermime-howto.html - -WWW: http://www.pldaniels.com/altermime/ diff --git a/mail/autosig/Makefile b/mail/autosig/Makefile deleted file mode 100644 index 39a54e88cd83..000000000000 --- a/mail/autosig/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Yen-Ming Lee <leeym@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= autosig -PORTVERSION= 2.3 -CATEGORIES= mail -MASTER_SITES= http://www.irendi.com/~msharpe/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Random .signature generator with header file included - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -MAKEFILE= makefile -PLIST_FILES= bin/autosig -ALL_TARGET= ${PORTNAME} - -pre-build: - ${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/makefile - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/mail/autosig/distinfo b/mail/autosig/distinfo deleted file mode 100644 index e057a2a4ea6a..000000000000 --- a/mail/autosig/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (autosig-2.3.tar.gz) = a543a8f6a6acae3c7f192dda1e7e5c7aa55aebac864c5e1a401664ffc19d5408 -SIZE (autosig-2.3.tar.gz) = 15495 diff --git a/mail/autosig/pkg-descr b/mail/autosig/pkg-descr deleted file mode 100644 index c93c22764c72..000000000000 --- a/mail/autosig/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ - Auto-Sig v2.3 - ------------- - -This application is used to generate .signature and .plan files from a list of -quotes. The files are generated by combining a constant header file with one -quote which is randomly selected from the quote file. This package includes the -source which can be used to build the autosig application and a number of -sample shell script which demonstrate how everything works. - -WWW: http://www.irendi.com/ diff --git a/mail/gkrellmmailwatch2/Makefile b/mail/gkrellmmailwatch2/Makefile deleted file mode 100644 index 491c5a049c1a..000000000000 --- a/mail/gkrellmmailwatch2/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@brutele.be> -# $FreeBSD$ - -PORTNAME= gkrellmmailwatch -PORTVERSION= 2.4.3 -PORTREVISION= 11 -CATEGORIES= mail -MASTER_SITES= http://gkrellm.luon.net/files/ -PKGNAMESUFFIX= 2 -DISTNAME= gkrellm-mailwatch-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GKrellM mailwatch plugin - -LICENSE= GPLv2+ - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 -RUN_DEPENDS= gkrellm:sysutils/gkrellm2 - -WRKSRC= ${WRKDIR}/gkrellm-mailwatch - -USES= gmake pkgconfig -USE_LDCONFIG= yes - -MAKE_ENV+= PLUGIN_DIR=${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins - -PLIST_FILES= libexec/gkrellm2/plugins/mailwatch.so - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins/mailwatch.so - -.include <bsd.port.mk> diff --git a/mail/gkrellmmailwatch2/distinfo b/mail/gkrellmmailwatch2/distinfo deleted file mode 100644 index 1c3012985906..000000000000 --- a/mail/gkrellmmailwatch2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gkrellm-mailwatch-2.4.3.tar.gz) = d492d7e494800c80abc2410d4266071132da23b06ae9d903ac4bf279b2b3a4b0 -SIZE (gkrellm-mailwatch-2.4.3.tar.gz) = 27407 diff --git a/mail/gkrellmmailwatch2/pkg-descr b/mail/gkrellmmailwatch2/pkg-descr deleted file mode 100644 index 05e70c75f9fb..000000000000 --- a/mail/gkrellmmailwatch2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GKrellM mailwatch plugin - -A plugin for gkrellm, that watches in multiple mailboxes for new mail. - -WWW: http://gkrellm.luon.net/mailwatch.phtml diff --git a/mail/mboxcheck-applet/Makefile b/mail/mboxcheck-applet/Makefile deleted file mode 100644 index 91de2d3de85b..000000000000 --- a/mail/mboxcheck-applet/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Pav Lucistnik <pav@oook.cz> -# $FreeBSD$ - -PORTNAME= mboxcheck-applet -PORTVERSION= 0.3 -PORTREVISION= 13 -CATEGORIES= mail -MASTER_SITES= http://perso.orange.fr/seb128/fichiers/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mailbox checking applet for GNOME 2 - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= python:2.7 -USE_GNOME= pygnome2:run -NO_BUILD= yes - -do-patch: - @${REINPLACE_CMD} 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/*.py - @${REINPLACE_CMD} 's|/usr/share/pixmaps/|${LOCALBASE}/share/pixmaps/|' ${WRKSRC}/mboxcheck.py - @${REINPLACE_CMD} 's|/usr/lib/gnome-panel/mboxcheck|${LOCALBASE}/libexec/mboxcheck.py|' ${WRKSRC}/GNOME_MboxCheck.server - @${REINPLACE_CMD} 's|mbox.png|mboxcheck.png|' ${WRKSRC}/GNOME_MboxCheck.server - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mboxcheck.py ${STAGEDIR}${PREFIX}/libexec - ${INSTALL_SCRIPT} ${WRKSRC}/configmbox.py ${STAGEDIR}${PREFIX}/libexec - ${INSTALL_DATA} ${WRKSRC}/mboxcheck.png ${STAGEDIR}${PREFIX}/share/pixmaps - @${MKDIR} ${STAGEDIR}/${PREFIX}/libdata/bonobo/servers - ${INSTALL_DATA} ${WRKSRC}/GNOME_MboxCheck.server \ - ${STAGEDIR}${PREFIX}/libdata/bonobo/servers - -.include <bsd.port.mk> diff --git a/mail/mboxcheck-applet/distinfo b/mail/mboxcheck-applet/distinfo deleted file mode 100644 index b51fdaf5a725..000000000000 --- a/mail/mboxcheck-applet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mboxcheck-applet-0.3.tar.gz) = 4cfe0e18abcbc837b65e93731aca4da96240d7812d05333a6c86264f6505b75d -SIZE (mboxcheck-applet-0.3.tar.gz) = 29574 diff --git a/mail/mboxcheck-applet/pkg-descr b/mail/mboxcheck-applet/pkg-descr deleted file mode 100644 index 49e4db55cb9e..000000000000 --- a/mail/mboxcheck-applet/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Mboxcheck is a GNOME2 applet which check mails arrive in your mboxes. It uses -python and its gnome binding. - -WWW: http://perso.orange.fr/seb128/mboxcheck-en.html diff --git a/mail/mboxcheck-applet/pkg-plist b/mail/mboxcheck-applet/pkg-plist deleted file mode 100644 index a3b2c7c3c547..000000000000 --- a/mail/mboxcheck-applet/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -libdata/bonobo/servers/GNOME_MboxCheck.server -libexec/mboxcheck.py -libexec/configmbox.py -share/pixmaps/mboxcheck.png diff --git a/mail/nmzmail/Makefile b/mail/nmzmail/Makefile deleted file mode 100644 index 4f217a3c2578..000000000000 --- a/mail/nmzmail/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: fernan@iib.unsam.edu.ar -# $FreeBSD$ - -PORTNAME= nmzmail -PORTVERSION= 0.1.3 -PORTREVISION= 6 -CATEGORIES= mail -MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fast mail searching for mutt - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= namazu:databases/namazu2 - -GNU_CONFIGURE= yes -USES= gmake readline - -PLIST_FILES= bin/nmzmail -PORTDOCS= README NEWS - -OPTIONS_DEFINE= DOCS - -pre-extract: -.if !defined(MAX_MAIL_DIRS) - @${ECHO_MSG} "You can define MAX_MAIL_DIRS=n." - @${ECHO_MSG} "nmzmail will only process this many mailboxes, the default is 32." -.endif - -post-extract: -.if defined(MAX_MAIL_DIRS) - @${REINPLACE_CMD} -e 's/MAX_MAIL_DIRS 32/MAX_MAIL_DIRS ${MAX_MAIL_DIRS}/' \ - ${WRKSRC}/src/nmzmail.c -.endif - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/mail/nmzmail/distinfo b/mail/nmzmail/distinfo deleted file mode 100644 index dd5a00803b37..000000000000 --- a/mail/nmzmail/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (nmzmail-0.1.3.tar.gz) = 83ee9510aa3a33cfa3e6db82c5ac2f95da79189d7fcf77c998c517c2b0b94638 -SIZE (nmzmail-0.1.3.tar.gz) = 83308 diff --git a/mail/nmzmail/pkg-descr b/mail/nmzmail/pkg-descr deleted file mode 100644 index 5a408078ae37..000000000000 --- a/mail/nmzmail/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -nmzmail is a tool to use the namazu2 search engine from within a mail -reader such as mutt to search mail stored in maildir folders. Based on -the result of the namazu query, nmzmail generates a maildir folder -containing symbolic links to the mails matching the query. Mutt and -other mail readers can make it easy to use nmzmail with a simple -macro. - -Features: -* fast mail searching even with large number of mails -* incremental index building -* rich query language including regular expressions (see the namazu - documentation) -* integrates nicely into mutt -* query history - -WWW: http://www.ecademix.com/JohannesHofmann/nmzmail.html diff --git a/mail/poppy/Makefile b/mail/poppy/Makefile deleted file mode 100644 index 1897536f8527..000000000000 --- a/mail/poppy/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Kevin Lo <kevlo@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= poppy -PORTVERSION= 4.01 -CATEGORIES= mail -MASTER_SITES= http://www.cnpbagwell.com/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Client to perform simple tasks with a POP3/IMAP server - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= shebangfix -NO_BUILD= yes - -SHEBANG_FILES= poppy spamkill - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/poppy ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/spamkill ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/poppy.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/mail/poppy/distinfo b/mail/poppy/distinfo deleted file mode 100644 index 657a87f2a3e6..000000000000 --- a/mail/poppy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (poppy-4.01.tar.gz) = 60976fd3aeb8fcc8af694f2961642d8719085817a0a1ad68ea5b5af07b984c28 -SIZE (poppy-4.01.tar.gz) = 133367 diff --git a/mail/poppy/pkg-descr b/mail/poppy/pkg-descr deleted file mode 100644 index ec26e2f7bc33..000000000000 --- a/mail/poppy/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Poppy is a small perl script that allows you to perform simple tasks -on a POP3 or IMAP server. It is of most use in a "limited resources -environment" whether thats low disk space, slow internet connection, -or no graphical environment. - -Poppy will individually show the mail headers along with the message's -size of each message on the mail server and then allow you to read, -delete, reply, or perform other tasks on that message. - -WWW: http://www.cnpbagwell.com/projects diff --git a/mail/poppy/pkg-plist b/mail/poppy/pkg-plist deleted file mode 100644 index d7a2f9e5430f..000000000000 --- a/mail/poppy/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/poppy -bin/spamkill -man/man1/poppy.1.gz diff --git a/mail/prom-wl/Makefile b/mail/prom-wl/Makefile deleted file mode 100644 index a84e4d0024f4..000000000000 --- a/mail/prom-wl/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp> -# $FreeBSD$ - -PORTNAME= prom-wl -PORTVERSION= 2.7.0 -PORTREVISION= 2 -CATEGORIES= mail elisp -MASTER_SITES= http://www.h6.dion.ne.jp/~nytheta/software/pub/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Procmail reader for Wanderlust on GNU Emacs - -LICENSE= GPLv2+ - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -# This port requires Wanderlust. But we can't decide which Wanderlust to -# depends, there is NO RUN_DEPENDS mail/wanderlust-*. -#RUN_DEPENDS= procmail:mail/procmail - -NO_BUILD= yes -NO_ARCH= yes - -ELISPDIR= ${PREFIX}/share/emacs/site-lisp - -OPTIONS_DEFINE= DOCS EXAMPLES - -do-install: - @${MKDIR} ${STAGEDIR}${ELISPDIR} - (cd ${WRKSRC}; ${INSTALL_DATA} prom-wl.el ${STAGEDIR}${ELISPDIR}) - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/prom-wl-usage.jis \ - ${STAGEDIR}${DOCSDIR} - ${INSTALL_SCRIPT} ${FILESDIR}/byte-compile ${STAGEDIR}${DOCSDIR} - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${FILESDIR}/dot.emacs ${FILESDIR}/dot.procmailrc \ - ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/mail/prom-wl/distinfo b/mail/prom-wl/distinfo deleted file mode 100644 index acc6328925a3..000000000000 --- a/mail/prom-wl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (prom-wl-2.7.0.tar.gz) = 964c3106e42cca9f0c069c502b19bd8157d71c0e2b513ca190f015bcb654de48 -SIZE (prom-wl-2.7.0.tar.gz) = 10563 diff --git a/mail/prom-wl/files/byte-compile b/mail/prom-wl/files/byte-compile deleted file mode 100644 index 48bcc77a10fc..000000000000 --- a/mail/prom-wl/files/byte-compile +++ /dev/null @@ -1,139 +0,0 @@ -#!/bin/sh - -PREFIX=${PREFIX:-/usr/local} -WRKDIR=${WRKDIR:-`pwd`} - -tmprfx=`basename $0` - -Usage="\ -byte_compile [options] emacs_name port_name [files] - -l load_el : load *.el file when byte-compile - -h : show this message - emacs_name : should be one of below - \"emacs\", \"emacs20\", \"mule\", \"xemacs19\", \"xemacs20\", - \"xemacs21\", \"xemacs-mule\" - port_name : port name(replaced port_name.el when files not specified) - files : *.el files should be compiled" - -while [ -z "`getopts "l: h" opt > /tmp/${tmprfx}:getopt_err.log`" \ - -a X"${opt}" != "X?" ]; do - case ${opt} in - l) - load_el=${OPTARG} - break - ;; - h) - echo "${Usage}" - exit 1 - ;; - *) - ;; - esac -# echo "opt=${opt},OPTARG=${OPTARG}" -done - -if [ -s /tmp/${tmprfx}:getopt_err.log ]; then - cat /tmp/${tmprfx}:getopt_err.log - rm -f /tmp/${tmprfx}:getopt_err.log - exit 1 -fi -rm -f /tmp/${tmprfx}:getopt_err.log - -shift `expr ${OPTIND} - 1` - -if [ -z "$1" -o -z "$2" ]; then - echo "${Usage}" - exit 1 -fi - -emacs_name=$1 -shift -port_name=$1 - -if [ $# -le 1 ]; then - files=${port_name}.el -else - files=`echo $* | sed -e "s/${port_name} *//"` -fi - -#echo "emacs_name=${emacs_name}" -#echo "port_name=${port_name}" -#echo "files=${files}" -#echo "load_el=${load_el}" -#exit 1 - -case ${emacs_name} in - emacs) - elispdir=${PREFIX}/share/emacs/site-lisp - load_path=${PREFIX}/share/emacs/site-lisp/${load_el} - emacscmd=emacs - ;; - emacs20) - elispdir=${PREFIX}/share/emacs/site-lisp - load_path=${PREFIX}/share/emacs/site-lisp/${load_el} - emacscmd=emacs20 - ;; - mule) - elispdir=${PREFIX}/share/mule/site-lisp - load_path=${PREFIX}/share/mule/site-lisp/${load_el} - emacscmd=mule - ;; - xemacs19) - elispdir=${PREFIX}/lib/xemacs/site-lisp - load_path=${PREFIX}/lib/xemacs/site-lisp/${load_el} - emacscmd=xemacs - ;; - xemacs20) - elispdir=${PREFIX}/lib/xemacs/site-lisp - load_path=${PREFIX}/lib/xemacs/site-lisp/${load_el} - emacscmd=xemacs - ;; - xemacs21) - elispdir=${PREFIX}/lib/xemacs/site-packages/lisp/${port_name} - load_path=${PREFIX}/lib/xemacs/site-packages/lisp/${load_el} - pkg_path=${PREFIX}/lib/xemacs/site-packages - emacscmd=xemacs - package_install=yes - ;; - xemacs-mule) - elispdir=${PREFIX}/lib/xemacs/site-packages/lisp/${port_name} - load_path=${PREFIX}/lib/xemacs/site-packages/lisp/${load_el} - pkg_path=${PREFIX}/lib/xemacs/site-packages - emacscmd=xemacs - package_install=yes - ;; - *) - echo "${Usage}" - exit 1 - ;; -esac -if [ -n "${load_el}" ]; then - echo "(setq load-path (cons \"${load_path}\" load-path))" > /tmp/${tmprfx}:load.el -fi -for f in ${files}; do - if [ -f ${WRKDIR}/${f} ]; then - f_elc=`basename ${f} .el`.elc - if [ -n "${load_el}" ]; then - ${emacscmd} -batch -l /tmp/${tmprfx}:load.el -q -no-site-file \ - -f batch-byte-compile ${WRKDIR}/${f} - else - ${emacscmd} -batch -q -no-site-file -f batch-byte-compile ${WRKDIR}/${f} - fi - if [ X"${WRKDIR}" != "X${elispdir}" ]; then - rm -f ${elispdir}/${f_elc} - ln -sf ${WRKDIR}/${f} ${elispdir}/${f} - install -c -m 444 -g bin -o bin ${WRKDIR}/${f_elc} ${elispdir}/${f_elc} - rm -f ${WRKDIR}/${f_elc} - fi - if [ $? -eq 0 -a -n "${package_install}" ]; then - cp ${pkg_path}/pkginfo/MANIFEST.${port_name} /tmp/${tmprfx}:tempfile - grep -v "${f_elc}" /tmp/${tmprfx}:tempfile \ - > ${pkg_path}/pkginfo/MANIFEST.${port_name} - echo "lisp/${port_name}/${f_elc}" >> ${pkg_path}/pkginfo/MANIFEST.${port_name} - fi - else - echo "\"${WRKDIR}/${f}\": file not found!" - fi -done - -rm -f /tmp/${tmprfx}:load.el /tmp/${tmprfx}:tempfile diff --git a/mail/prom-wl/files/dot.emacs b/mail/prom-wl/files/dot.emacs deleted file mode 100644 index a4bbb8a1441b..000000000000 --- a/mail/prom-wl/files/dot.emacs +++ /dev/null @@ -1,8 +0,0 @@ -;;; -;;; Prom-WL -;;; -(autoload 'prom-wl "prom-wl" "Prom for Wanderlust" t) -(setq proc-log-list (list "~/Mail/from-log")) - ;; logfile name that procmail output (LOGFILE in ~/.procmailrc) -(setq proc-keep-log "~/Mail/listlog") ;; logfile name for preserve -(setq proc-lock-file "~/Mail/.lock") ;; lockfile name (LOCKFILE in ~/.procmailrc) diff --git a/mail/prom-wl/files/dot.procmailrc b/mail/prom-wl/files/dot.procmailrc deleted file mode 100644 index 6b51ac25aaa1..000000000000 --- a/mail/prom-wl/files/dot.procmailrc +++ /dev/null @@ -1,41 +0,0 @@ -MAILDIR=$HOME/Mail # ML folder directory (indispensable for Prom-ML) -LOGFILE=$MAILDIR/from-log # log file (indispensable for Prom-ML) -LOCKFILE=$MAILDIR/.lock # global lockfile (indispensable for Prom-ML) - -# trash - -:0 -* ^To: *undisclosed-recipients -trash/. - -# -# Daily outputs -# - -# daily output - fbsd - -:0 -* ^Subject: +daily *run *output$ -* ^From: *Charlie *Root *.*$ -daily/. - -# -# Mailing Lists -# - -:0 -* ^Subject: *\[FreeBSD-users-jp *[0-9]+\] -* ^To:.*[Ff]ree[Bb][Ss][Dd]-users-jp@jp\.freebsd\.org -ML/FreeBSD-users-jp/. - -:0 -* ^Subject: *\[Mew-dist *[0-9]+\] -ML/Mew/. - -# -# Miscs -# - -:0 -* ^Cc:.*sinet-.*@ -maintain/. diff --git a/mail/prom-wl/pkg-descr b/mail/prom-wl/pkg-descr deleted file mode 100644 index 7d6f1e724805..000000000000 --- a/mail/prom-wl/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Prom-Wl is a procmail reader for Wanderlust on GNU Emacs. -If you want to install quickly, you shoud do following steps: - -(1) add dot.emacs to your ~/.emacs file and change it suitable for your site - % cat /usr/local/share/examples/prom-wl/dot.emacs >> ~/.emacs - % vi ~/.emacs -(2) copy dot.procmailrc to ~/.procmailrc and change it suitable for your site - % cp /usr/local/share/examples/prom-wl/dot.promailrc ~/.promailrc - % vi ~/.promailrc -(3) byte-compile with "byte-comile" script if you want with xemacs-mule code - # cd /usr/local/share/emacs/site-lisp - # /usr/local/share/doc/prom-wl/byte-compile -l wl xemacs-mule prom-wl - -Where detail specification for .emacs and .procmailrc may be shown in -/usr/local/share/doc/prom-wl/prom-usage.jis or procmail(1). And for -usage of byte_compile scripts, run byte-compile with -h option. -Run with "M-x prom-wl" in your emacs editors, Wanderlust will be invoked and -then search unread mails from procmail log to show unread message from top of -entries that you specfied in ~/.pronmailrc. - --KIRIYAMA Kazuhiko -<kiri@pis.toba-cmt.ac.jp> - -WWW: http://www.h6.dion.ne.jp/~nytheta/software/prom-wl.html diff --git a/mail/prom-wl/pkg-plist b/mail/prom-wl/pkg-plist deleted file mode 100644 index daddfcf6b83d..000000000000 --- a/mail/prom-wl/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -share/emacs/site-lisp/prom-wl.el -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/prom-wl-usage.jis -%%PORTDOCS%%%%DOCSDIR%%/byte-compile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot.emacs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot.procmailrc diff --git a/mail/py-apolicy/Makefile b/mail/py-apolicy/Makefile deleted file mode 100644 index 3036b72834ba..000000000000 --- a/mail/py-apolicy/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Chifeng QU <chifeng@gmail.com> -# $FreeBSD$ - -PORTNAME= apolicy -PORTVERSION= 0.73 -PORTREVISION= 3 -CATEGORIES= mail python -MASTER_SITES= http://download.gna.org/apolicy/%SUBDIR%/ \ - http://www.chifeng.name/dist/apolicy/%SUBDIR%/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= ACL system for Postfix, as a policy daemon - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE.TXT - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>=0:net-mgmt/py-ipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyspf>=0:mail/py-pyspf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} - -USES= python:2.7 -USE_PYTHON= autoplist distutils -NO_ARCH= yes -NO_BUILD= yes -USE_RC_SUBR= apolicyd - -SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \ - PYTHON_CMD=${PYTHON_CMD} -SUB_FILES= pkg-message - -post-patch: - @${REINPLACE_CMD} 's|/etc|${PREFIX}/etc|' ${WRKSRC}/setup.py - -.include <bsd.port.mk> diff --git a/mail/py-apolicy/distinfo b/mail/py-apolicy/distinfo deleted file mode 100644 index 756490424a4a..000000000000 --- a/mail/py-apolicy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (apolicy-0.73.tar.gz) = b186464f9dda14ea9cf638c622a75bb2b7d5d8281ebc64ef334fe4dee883d2f7 -SIZE (apolicy-0.73.tar.gz) = 32773 diff --git a/mail/py-apolicy/files/apolicyd.in b/mail/py-apolicy/files/apolicyd.in deleted file mode 100644 index 10c373acdc24..000000000000 --- a/mail/py-apolicy/files/apolicyd.in +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -# Start or stop apolicyd -# $FreeBSD$ - -# PROVIDE: apolicyd -# REQUIRE: TWISTD -# KEYWORD: shutdown - - -# Define these apolicyd_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE - - -. /etc/rc.subr - -name="apolicyd" -rcvar=apolicyd_enable - -command="%%PREFIX%%/bin/twistd" -pidfile="/var/run/apolicyd.pid" -logfile="/var/log/apolicyd.log" - -load_rc_config $name - -: ${apolicyd_enable="NO"} - -command_args="--pidfile=${pidfile} -y %%PYTHON_SITELIBDIR%%/apolicy/server.py -q --logfile=${logfile} 2>&1 >/dev/null" -procname="%%PYTHON_CMD%%" - -run_rc_command "$1" diff --git a/mail/py-apolicy/files/patch-src-apolicy-config.py b/mail/py-apolicy/files/patch-src-apolicy-config.py deleted file mode 100644 index edde058a179b..000000000000 --- a/mail/py-apolicy/files/patch-src-apolicy-config.py +++ /dev/null @@ -1,20 +0,0 @@ ---- src/apolicy/config.py.orig 2008-11-24 07:53:32 UTC -+++ src/apolicy/config.py -@@ -22,7 +22,7 @@ - import pwd - from ConfigParser import ConfigParser - --config_path = "/etc/apolicy/main.conf" -+config_path = "/usr/local/etc/apolicy/main.conf" - - if "APOLICY_CONFIG_PATH" in os.environ: - config_path = os.environ["APOLICY_CONFIG_PATH"] -@@ -42,7 +42,7 @@ - config.set("main", "timeout", "5") - - if not config.has_option("main", "policy_path"): -- config.set("main", "policy_path", "/etc/apolicy/policy.conf") -+ config.set("main", "policy_path", "/usr/local/etc/apolicy/policy.conf") - - user = pwd.getpwnam(config.get("main", "user")) - config.set("main", "uid", str(user[2])) diff --git a/mail/py-apolicy/files/pkg-message.in b/mail/py-apolicy/files/pkg-message.in deleted file mode 100644 index 850b538ed1b5..000000000000 --- a/mail/py-apolicy/files/pkg-message.in +++ /dev/null @@ -1,14 +0,0 @@ -[ -{ type: install - message: <<EOM -To use this from Postfix SMTPD, use in %%PREFIX%%/etc/postfix/main.cf: - -smtpd_recipient_restrictions = ... - check_policy_service inet:127.0.0.1:10001 - ... - -NOTE: specify check_policy_service AFTER reject_unauth_destination -or else your system can become an open relay. -EOM -} -] diff --git a/mail/py-apolicy/pkg-descr b/mail/py-apolicy/pkg-descr deleted file mode 100644 index d243a5bc052f..000000000000 --- a/mail/py-apolicy/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ACL Policy Daemon is a program that communicates with the Postfix MTA using the -Policy Delegation Protocol implementing an ACL (Access Control List) system, -making very easy to improve and create nice controls on your e-mail traffic. -You can use it to verify SPF records too. - -WWW: http://www.apolicy.org diff --git a/mail/spamdb-curses/Makefile b/mail/spamdb-curses/Makefile deleted file mode 100644 index 3b67664eed16..000000000000 --- a/mail/spamdb-curses/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Martin Tournoij <martin@arp242.net> -# $FreeBSD$ - -PORTNAME= spamdb-curses -PORTVERSION= 1.2 -CATEGORIES= mail python -MASTER_SITES= http://code.arp242.net/spamdb-curses/downloads/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Curses interface for OpenBSD spamd spam database (spamdb) - -LICENSE= MIT - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= ${LOCALBASE}/sbin/spamdb:mail/spamd - -USES= python:2.7 -USE_PYTHON= distutils - -.include <bsd.port.mk> diff --git a/mail/spamdb-curses/distinfo b/mail/spamdb-curses/distinfo deleted file mode 100644 index 4f5937cf83e3..000000000000 --- a/mail/spamdb-curses/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (spamdb-curses-1.2.tar.gz) = 14c093c03283cd68f5a2f0a14b0a7b049d37276f72df923b22602770e3ff9c67 -SIZE (spamdb-curses-1.2.tar.gz) = 41984 diff --git a/mail/spamdb-curses/pkg-descr b/mail/spamdb-curses/pkg-descr deleted file mode 100644 index 931a428e8d65..000000000000 --- a/mail/spamdb-curses/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Human friendly curses interface for spamdb(8) to manage addresses for the -whitelist/greylist. - -Note: This is for OpenBSD's spamd(8), which has absolutely nothing to do with -SpamAssasin's spamd. - -It's simple, and "just works" ... What more is there to say? - -WWW: http://code.arp242.net/spamdb-curses/ diff --git a/mail/spamdb-curses/pkg-plist b/mail/spamdb-curses/pkg-plist deleted file mode 100644 index 10afaae3314e..000000000000 --- a/mail/spamdb-curses/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/spamdb-curses -%%PYTHON_SITELIBDIR%%/spamdbcurses/OrderedDict.py -%%PYTHON_SITELIBDIR%%/spamdbcurses/__init__.py -%%PYTHON_SITELIBDIR%%/spamdbcurses/OrderedDict.pyc -%%PYTHON_SITELIBDIR%%/spamdbcurses/__init__.pyc -%%PYTHON_SITELIBDIR%%/spamdbcurses/OrderedDict.pyo -%%PYTHON_SITELIBDIR%%/spamdbcurses/__init__.pyo diff --git a/mail/xlbiff/Makefile b/mail/xlbiff/Makefile deleted file mode 100644 index 2b93128deeb9..000000000000 --- a/mail/xlbiff/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: David O'Brien <obrien@cs.ucdavis.edu> -# $FreeBSD$ - -PORTNAME= xlbiff -PORTVERSION= 3.0 -PORTREVISION= 2 -CATEGORIES= mail -MASTER_SITES= ftp://ftp.x.org/R5contrib/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= The X Literate Biff - displays the from and subject from incoming mails - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= imake tar:Z -USE_XORG= ice sm x11 xaw xext xmu xpm xt - -.include <bsd.port.mk> diff --git a/mail/xlbiff/distinfo b/mail/xlbiff/distinfo deleted file mode 100644 index 18e0d34e70a4..000000000000 --- a/mail/xlbiff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xlbiff-3.0.tar.Z) = 14ad6be84cfc71f570eb5e6a55ff7d16bfc36f528f3e486279cfaee90eab997d -SIZE (xlbiff-3.0.tar.Z) = 26004 diff --git a/mail/xlbiff/files/patch-Imakefile b/mail/xlbiff/files/patch-Imakefile deleted file mode 100644 index 6cb0f76a6a09..000000000000 --- a/mail/xlbiff/files/patch-Imakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Imakefile.orig Mon Oct 26 09:06:42 1992 -+++ Imakefile Fri Aug 23 14:45:17 1996 -@@ -8,6 +8,8 @@ - /* MAILPATH = /usr/mail/%s */ - #ifdef SYSV - MAILPATH = /usr/mail/%s -+#elif defined(i386BsdArchitecture) || defined(SYSVR4) -+MAILPATH = /var/mail/%s - #else - MAILPATH = /usr/spool/mail/%s - #endif diff --git a/mail/xlbiff/files/patch-xlbiff.man b/mail/xlbiff/files/patch-xlbiff.man deleted file mode 100644 index b7d34346b7b6..000000000000 --- a/mail/xlbiff/files/patch-xlbiff.man +++ /dev/null @@ -1,20 +0,0 @@ ---- xlbiff.man.orig Mon Oct 26 09:06:44 1992 -+++ xlbiff.man Sun Nov 3 23:55:27 1996 -@@ -38,7 +38,7 @@ - .TP 8 - .B \-file \fIfilename\fP - This option specifies the name of the file which should be monitored. By --default, it watches /usr/spool/mail/\fIusername\fP, where \fIusername\fP -+default, it watches /var/mail/\fIusername\fP, where \fIusername\fP - is your login name. - .TP 8 - .B \-rows \fIheight\fP -@@ -230,7 +230,7 @@ - is used to get the default host and display number. - .SH FILES - .TP 8 --/usr/spool/mail/\fIusername\fP -+/var/mail/\fIusername\fP - default mail file to check. - .SH "SEE ALSO" - .IR X (1), diff --git a/mail/xlbiff/pkg-descr b/mail/xlbiff/pkg-descr deleted file mode 100644 index 8c1919f5c467..000000000000 --- a/mail/xlbiff/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Xlbiff lets you preview new mail to decide if you want to read it -immediately. Regular xbiff lets you know when you have mail but not what -it is. - -Xlbiff lurks in the background, monitoring your mailbox file. When -something shows up there, it invokes the scanCommand (MH's scan by -default), and displays the output in a window. If more mail comes in, it -scans again and resizes accordingly. - -If you're a Berkeley mail person, you can set scanCommand to: - - echo x | mail | grep "^.[NU]" - -Or use the ``frm'' utility that is part of the Elm port as your -scanCommand. A simular utility is the ``fromwho'' package, posted to -comp.sources.unix volume 25. diff --git a/mail/xlbiff/pkg-plist b/mail/xlbiff/pkg-plist deleted file mode 100644 index 99f5a460699c..000000000000 --- a/mail/xlbiff/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/xlbiff -lib/X11/app-defaults/XLbiff -man/man1/xlbiff.1.gz |