Index: head/mail/t-prot/pkg-plist =================================================================== --- head/mail/t-prot/pkg-plist (revision 348474) +++ head/mail/t-prot/pkg-plist (nonexistent) @@ -1,17 +0,0 @@ -bin/t-prot -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.examples -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.patches -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filter_innd.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mailcap.t-prot -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/muttrc.t-prot -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/muttrc.t-prot.m1512 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nailrc.t-prot -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/t-prot-r1.238-gpg126.diff -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/t-prot-r1.311-mutt1512.diff -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/t-prot.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/t-prot.sl-slang2.diff -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% Property changes on: head/mail/t-prot/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/t-prot/Makefile =================================================================== --- head/mail/t-prot/Makefile (revision 348474) +++ head/mail/t-prot/Makefile (revision 348475) @@ -1,35 +1,34 @@ # Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= t-prot PORTVERSION= 2.101 CATEGORIES= mail MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \ LOCAL/sergei MAINTAINER= torres.g.alex@gmail.com COMMENT= TOFU Protection - Display Filter for RFC822 messages RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ - p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext + p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext -USES= perl5 +USES= perl5 shebangfix NO_BUILD= yes -MAN1= t-prot.1 -DOCS= ChangeLog README TODO +PORTDOCS= ChangeLog README TODO +PORTEXAMPLES= * +PLIST_FILES= man/man1/t-prot.1.gz bin/t-prot +SHEBANG_FILES= t-prot -NO_STAGE= yes +OPTIONS_DEFINE= EXAMPLES DOCS + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${MAN1PREFIX}/man/man1 -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/* ${EXAMPLESDIR} -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif + ${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/contrib/* ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/mail/t-prot/pkg-descr =================================================================== --- head/mail/t-prot/pkg-descr (revision 348474) +++ head/mail/t-prot/pkg-descr (revision 348475) @@ -1,14 +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 -WWW: http://www.escape.de/~tolot/mutt/ +WWW: http://www.escape.de/~tolot/mutt/