diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-29 07:51:48 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-29 07:51:48 +0000 |
commit | b12745d2c135ab890eff608dac4ff5d0775afd6e (patch) | |
tree | 7bdea841c471d6f436d681daec6dff96dfa67cd8 | |
parent | bf54ffe3ae24ed11ffe5a50bf0824e6a7065ba2d (diff) | |
download | ports-b12745d2c135ab890eff608dac4ff5d0775afd6e.tar.gz ports-b12745d2c135ab890eff608dac4ff5d0775afd6e.zip |
Notes
-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 f7d1cf55149d..9eaae98da6af 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 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 |