summaryrefslogtreecommitdiff
path: root/net-mail/t-prot
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r--net-mail/t-prot/Manifest5
-rw-r--r--net-mail/t-prot/metadata.xml23
-rw-r--r--net-mail/t-prot/t-prot-3.4.ebuild24
3 files changed, 52 insertions, 0 deletions
diff --git a/net-mail/t-prot/Manifest b/net-mail/t-prot/Manifest
new file mode 100644
index 000000000000..ec9b94b63b8d
--- /dev/null
+++ b/net-mail/t-prot/Manifest
@@ -0,0 +1,5 @@
+DIST t-prot-3.4.tar.gz 46066 SHA256 39b7a5f0fefdea87885f3b6ab041e7148c600fb50017c3a283231f6dde5eca2b SHA512 6c86c10e5b381b93cbaa9382f8bd2c94eeb9c8ecec092d83cfbda5f0eea5933fb85397b364ea58e08ef93e6a06198447f167f0850959ddf16b8a18d3fe8953f0 WHIRLPOOL 47cba7b88ec012eea371a55db3cdaa2d05a6bd83e29219f562ba32cc1f97ece0c2959f9ea20efbdf947d5eed82c63f716500c6fc4538855f9069fd53be14504d
+EBUILD t-prot-3.4.ebuild 614 SHA256 bab9de3d4066c064eade7c4a00ea34c1c934f57cdb8e676e78c36e7674d8f101 SHA512 961c2997eb39c2b971da08f1ac5b80b49a2b20a827d7cc5845021606a8087fff9550affb238a19a20a1135784c73c897d52877d5e76a5a2d0121f54d9ec64037 WHIRLPOOL 661e72af343dddb640b2e6051ffe3bcf3e959f7ce1b62b8a11716486a138245a77deb09fcdbc11b4555c4968c7ef910f72575c0d22d77ecc25820ce9408f2981
+MISC ChangeLog 2420 SHA256 0ca682a6f43c6bc01fbda788b781c43c8d8bd46f7b489a4436275b59a7c169b7 SHA512 78c1c1540011989e728cb366cba905032b25ba73462d1cb930dc004846ee9a3e99bb54482ab1f9e0a8461a09369db27b810f2412450c306d48e087979014e2cb WHIRLPOOL 050c239b16c4d203ea2a3105122e92914c4af0af1fd9aa3313c543a9484c8c7c6e14ad3130823028d3b3e0547d37e2939b5f9aaa85b0754be6c4cdf7a52c5109
+MISC ChangeLog-2015 6868 SHA256 1fab6fe6ce78d4eaf7392ccb16aeb6096438819cabb2bb8df4a25eb6f312db49 SHA512 58851a6b226cdd8848c4f3536f86cc617f408f263940b03e51ae248d6da348ef7817437103c45605636472c1652ae4a1047b5b455eee19bb7d5149c5a4a2d96f WHIRLPOOL 87f7d1f3eee2b4c03364a5b01473da5654178fa8d9e46a4e5a7b7d601ff18398c86d52d35c53e2a195496994f2af8f933527877d018f215effcb6e2b649636ee
+MISC metadata.xml 919 SHA256 c89424b5f674064836c5c5190bf063c2678744b7292ffc3de5bfd6955094f1d4 SHA512 e159bed8ee54f18f220ddfb0323986056a4534b82800470655d22dc0709be00aa029f553dae09d6f0965f0e96b4ab3ad10fddef90eebb1b8fb86c3a8a5312ea6 WHIRLPOOL 4fccba47816a179c1f7130828dfa625dfa538e7f2c17d9cb9309a16472b03eefa65c2734798a0704dadca1972b78ef6ff1067a0fe5c42e97283ed106962df081
diff --git a/net-mail/t-prot/metadata.xml b/net-mail/t-prot/metadata.xml
new file mode 100644
index 000000000000..360d7833c5e4
--- /dev/null
+++ b/net-mail/t-prot/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>radhermit@gentoo.org</email>
+ <name>Tim Harder</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>net-mail@gentoo.org</email>
+ <name>Net-Mail</name>
+ </maintainer>
+ <longdescription>
+ This program is a filter which shall improve the readability for messages
+ (emails and usenet postings) by *hiding* some annoying parts, e.g. mailing
+ list footers, signatures, and TOFU, as well as squeezing sequences of blank
+ lines or punctuation.
+
+ TOFU is an acronym that stands for "Text oben, Fullquote unten" (german
+ language) which means the style of sadly so many people that just leave all
+ the quotes in a reply and add some own lines above. This acronym is what
+ gave the script its name - TOFU Protection.
+ </longdescription>
+</pkgmetadata>
diff --git a/net-mail/t-prot/t-prot-3.4.ebuild b/net-mail/t-prot/t-prot-3.4.ebuild
new file mode 100644
index 000000000000..e4bf5442e85c
--- /dev/null
+++ b/net-mail/t-prot/t-prot-3.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="TOFU protection - display filter for RFC822 messages"
+HOMEPAGE="http://www.escape.de/~tolot/mutt/"
+SRC_URI="http://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz"
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="amd64 ~ppc x86"
+
+RDEPEND="dev-lang/perl
+ dev-perl/Locale-gettext
+ virtual/perl-Getopt-Long"
+
+src_install() {
+ dobin t-prot
+ doman t-prot.1
+ dodoc ChangeLog README TODO
+ docinto contrib
+ dodoc contrib/{README.examples,{muttrc,mailcap,nailrc}.t-prot*,t-prot.sl*,filter_innd.pl}
+}