Small C program which is used to alter your mime-encoded mailpacks

- Insert disclaimers
- Insert arbitary X-headers
- Modify existing headers
- Remove attachments based on filename or content-type
- Replace attachments based on filename

PR:		ports/76661
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
This commit is contained in:
Pav Lucistnik 2005-01-29 16:41:18 +00:00
parent ce0a122fd7
commit 63834f1063
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127620
4 changed files with 55 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += addresses
SUBDIR += aileron
SUBDIR += akpop3d
SUBDIR += altermime
SUBDIR += althea
SUBDIR += annoyance-filter
SUBDIR += anomy-sanitizer

37
mail/altermime/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: altermime
# Date created: 2005-01-25
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
#
# $FreeBSD$
#
PORTNAME= altermime
PORTVERSION= 0.3.5
CATEGORIES= mail textproc
MASTER_SITES= http://www.pldaniels.com/altermime/
MAINTAINER= itetcu@people.tecnik93.com
COMMENT= Small C program which is used to alter your mime-encoded mailpacks
PLIST_FILES= bin/altermime
USE_REINPLACE= yes
PORTDOCS= CHANGELOG LICENCE README
post-patch:
@${REINPLACE_CMD} -e "s/CFLAGS=-Wall -g/CFLAGS=-Wall ${CFLAGS}/" ${WRKSRC}/Makefile
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${LOCALBASE}/bin
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

2
mail/altermime/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (altermime-0.3.5.tar.gz) = 7c178b25514e86d0e7e432ee94aa013f
SIZE (altermime-0.3.5.tar.gz) = 66253

15
mail/altermime/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
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/
-IOnut
<itetcu@people.tecnik93.com>