mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add t-prot-1.44:
This program is a filter which shall improve the readability for messages (emails and posts) by *hiding* some annoying parts, including: - mailing list footers - excessive quoting - overlong signatures - Outlook-style "TOFU" (text above - full quote below) - squeeze sequences of blank lines or punctuation Its primary mode of operation is a display filter in MUA (it has special support for Mutt), but it can also be used in MTA/MDA - e.g. for immediately bouncing "improper" messages. Author: Jochen Striepe <t-prot@tolot.escape.de> WWW: http://www.escape.de/users/tolot/mutt/
This commit is contained in:
parent
890e57972a
commit
a9602a8535
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119175
@ -432,6 +432,7 @@
|
||||
SUBDIR += sylpheed-gtk2
|
||||
SUBDIR += sympa
|
||||
SUBDIR += sympa-elixus
|
||||
SUBDIR += t-prot
|
||||
SUBDIR += teapop
|
||||
SUBDIR += teapop-devel
|
||||
SUBDIR += thunderbird
|
||||
|
34
mail/t-prot/Makefile
Normal file
34
mail/t-prot/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: t-prot
|
||||
# Date created: 2004-10-03
|
||||
# Whom: Sergei Kolobov <sergei@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= t-prot
|
||||
PORTVERSION= 1.44
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.escape.de/users/tolot/mutt/t-prot/downloads/
|
||||
|
||||
MAINTAINER= sergei@FreeBSD.org
|
||||
COMMENT= TOFU Protection - Display Filter for RFC822 messages
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= t-prot.1
|
||||
DOCS= BUGS ChangeLog README TODO
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${MAN1PREFIX}/man/man1
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/* ${EXAMPLESDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/t-prot/distinfo
Normal file
2
mail/t-prot/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (t-prot-1.44.tar.gz) = 1c739341c2ae29e7c972249a5a2dbc6a
|
||||
SIZE (t-prot-1.44.tar.gz) = 44887
|
14
mail/t-prot/pkg-descr
Normal file
14
mail/t-prot/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
This program is a filter which shall improve the readability for messages
|
||||
(emails and posts) by *hiding* some annoying parts, including:
|
||||
- mailing list footers
|
||||
- excessive quoting
|
||||
- overlong signatures
|
||||
- Outlook-style "TOFU" (text above - full quote below)
|
||||
- squeeze sequences of blank lines or punctuation
|
||||
|
||||
Its primary mode of operation is a display filter in MUA (it has special
|
||||
support for Mutt), but it can also be used in MTA/MDA - e.g. for immediately
|
||||
bouncing "improper" messages.
|
||||
|
||||
Author: Jochen Striepe <t-prot@tolot.escape.de>
|
||||
WWW: http://www.escape.de/users/tolot/mutt/
|
15
mail/t-prot/pkg-plist
Normal file
15
mail/t-prot/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $FreeBSD$
|
||||
bin/t-prot
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%EXAMPLESDIR%%/README.examples
|
||||
%%EXAMPLESDIR%%/README.patches
|
||||
%%EXAMPLESDIR%%/filter_innd.pl
|
||||
%%EXAMPLESDIR%%/muttrc.t-prot
|
||||
%%EXAMPLESDIR%%/t-prot-r1.190-gpg125.diff
|
||||
%%EXAMPLESDIR%%/t-prot-r1.191-gpg124.diff
|
||||
%%EXAMPLESDIR%%/t-prot-r1.199-mutt156.diff
|
||||
%%EXAMPLESDIR%%/t-prot.sl
|
Loading…
Reference in New Issue
Block a user