diff options
author | sat <sat@FreeBSD.org> | 2006-06-29 07:51:48 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-29 07:51:48 +0000 |
commit | cacf0e5e3d7a5f25463fecc7c4777389ad97bd55 (patch) | |
tree | c4a5d4ac273d18b8ebe491bf5b14f6c3b7584923 /russian | |
parent | 6cf6778867e992a27c019520cf3cb3d53cb7ee7b (diff) | |
download | FreeBSD-ports-cacf0e5e3d7a5f25463fecc7c4777389ad97bd55.zip FreeBSD-ports-cacf0e5e3d7a5f25463fecc7c4777389ad97bd55.tar.gz |
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')
-rw-r--r-- | russian/Makefile | 1 | ||||
-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 |
4 files changed, 42 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index f7d1cf5..9eaae98 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -33,6 +33,7 @@ SUBDIR += rus-ispell SUBDIR += rux SUBDIR += tac+ia + SUBDIR += tidyup-mail SUBDIR += unzip SUBDIR += wmcyrx SUBDIR += xcode diff --git a/russian/tidyup-mail/Makefile b/russian/tidyup-mail/Makefile new file mode 100644 index 0000000..7c36a39 --- /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 0000000..adf9914 --- /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 0000000..53a1732 --- /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 |