diff options
author | sat <sat@FreeBSD.org> | 2006-06-29 15:51:48 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-29 15:51:48 +0800 |
commit | cacf0e5e3d7a5f25463fecc7c4777389ad97bd55 (patch) | |
tree | c4a5d4ac273d18b8ebe491bf5b14f6c3b7584923 /russian/tidyup-mail | |
parent | 6cf6778867e992a27c019520cf3cb3d53cb7ee7b (diff) | |
download | freebsd-ports-gnome-cacf0e5e3d7a5f25463fecc7c4777389ad97bd55.tar.gz freebsd-ports-gnome-cacf0e5e3d7a5f25463fecc7c4777389ad97bd55.tar.zst freebsd-ports-gnome-cacf0e5e3d7a5f25463fecc7c4777389ad97bd55.zip |
Add port russian/tidyup-mail:
This program is especially useful for russian/ukrainian/belarusian users
but however can help those who reads mail from people that uses such
brain-damaged web-mailers as yahoo mail.
Fatigue with xterm when reading mail from mutt? Tired to press "Do Full
reset" every time when terminal becames full of garbage? This program is
for you! It removes unsafe characters from email & makes xterm happy!
Intended to be used with procmail.
Author: Alexander Gromnizki
WWW: http://gromnizki.unixdev.net
PR: ports/97476
Submitted by: Alexander Gromnizki <gromnizki@unixdev.net>
Diffstat (limited to 'russian/tidyup-mail')
-rw-r--r-- | russian/tidyup-mail/Makefile | 26 | ||||
-rw-r--r-- | russian/tidyup-mail/distinfo | 3 | ||||
-rw-r--r-- | russian/tidyup-mail/pkg-descr | 12 |
3 files changed, 41 insertions, 0 deletions
diff --git a/russian/tidyup-mail/Makefile b/russian/tidyup-mail/Makefile new file mode 100644 index 000000000000..7c36a397d3dc --- /dev/null +++ b/russian/tidyup-mail/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: tidyup-mail +# Date created: 28 June 2006 +# Whom: Alexander Gromnizki +# +# $FreeBSD$ +# + +PORTNAME= tidyup-mail +PORTVERSION= 0.12 +CATEGORIES= russian mail +MASTER_SITES= http://gromnizki.unixdev.net/soft/ + +MAINTAINER= gromnizki@unixdev.net +COMMENT= Remove unsafe characters from email & make xterm happy + +MAN1= ${PORTNAME}.1 +MANLANG= ru.KOI8-R + +ALL_TARGET= ${PORTNAME} +PLIST_FILES= bin/tidyup-mail + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/ru.KOI8-R/man1/ + +.include <bsd.port.mk> diff --git a/russian/tidyup-mail/distinfo b/russian/tidyup-mail/distinfo new file mode 100644 index 000000000000..adf9914129da --- /dev/null +++ b/russian/tidyup-mail/distinfo @@ -0,0 +1,3 @@ +MD5 (tidyup-mail-0.12.tar.gz) = 83c60e82a84dddd36eeb3ab7f8f020cc +SHA256 (tidyup-mail-0.12.tar.gz) = 949b3e2e84476044b0ce9014f3acc2f1bff547d1dee8f8feb8446a950a78f1b8 +SIZE (tidyup-mail-0.12.tar.gz) = 6849 diff --git a/russian/tidyup-mail/pkg-descr b/russian/tidyup-mail/pkg-descr new file mode 100644 index 000000000000..53a1732bd3e8 --- /dev/null +++ b/russian/tidyup-mail/pkg-descr @@ -0,0 +1,12 @@ +This program is especially useful for russian/ukrainian/belarusian users +but however can help those who reads mail from people that uses such +brain-damaged web-mailers as yahoo mail. + +Fatigue with xterm when reading mail from mutt? Tired to press "Do Full +reset" every time when terminal becames full of garbage? This program is +for you! It removes unsafe characters from email & makes xterm happy! + +Intended to be used with procmail. + +Author: Alexander Gromnizki +WWW: http://gromnizki.unixdev.net |