diff options
Diffstat (limited to 'mail/altermime')
-rw-r--r-- | mail/altermime/Makefile | 28 | ||||
-rw-r--r-- | mail/altermime/distinfo | 2 | ||||
-rw-r--r-- | mail/altermime/files/patch-Makefile | 11 | ||||
-rw-r--r-- | mail/altermime/files/patch-ffget.c | 11 | ||||
-rw-r--r-- | mail/altermime/pkg-descr | 12 |
5 files changed, 0 insertions, 64 deletions
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/ |