aboutsummaryrefslogtreecommitdiff
path: root/russian/tidyup-mail
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
commit0786acb3155523a38d1442f3c16ca56750f1db04 (patch)
tree42843d6e23bc6be789c7f1284cdc61d43d3c0942 /russian/tidyup-mail
parente0510744daebb2bb9f73bf707c276e02e4c191fe (diff)
downloadports-0786acb3155523a38d1442f3c16ca56750f1db04.tar.gz
ports-0786acb3155523a38d1442f3c16ca56750f1db04.zip
Notes
Diffstat (limited to 'russian/tidyup-mail')
-rw-r--r--russian/tidyup-mail/Makefile24
-rw-r--r--russian/tidyup-mail/distinfo2
-rw-r--r--russian/tidyup-mail/files/patch-main.c29
-rw-r--r--russian/tidyup-mail/pkg-descr11
4 files changed, 0 insertions, 66 deletions
diff --git a/russian/tidyup-mail/Makefile b/russian/tidyup-mail/Makefile
deleted file mode 100644
index 5608dc7071d4..000000000000
--- a/russian/tidyup-mail/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: 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
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-ALL_TARGET= ${PORTNAME}
-PLIST_FILES= bin/tidyup-mail man/ru.KOI8-R/man1/tidyup-mail.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
- ${STAGEDIR}${MANPREFIX}/man/ru.KOI8-R/man1
-
-.include <bsd.port.mk>
diff --git a/russian/tidyup-mail/distinfo b/russian/tidyup-mail/distinfo
deleted file mode 100644
index c8d47d7de106..000000000000
--- a/russian/tidyup-mail/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tidyup-mail-0.12.tar.gz) = 949b3e2e84476044b0ce9014f3acc2f1bff547d1dee8f8feb8446a950a78f1b8
-SIZE (tidyup-mail-0.12.tar.gz) = 6849
diff --git a/russian/tidyup-mail/files/patch-main.c b/russian/tidyup-mail/files/patch-main.c
deleted file mode 100644
index 6501c1102c20..000000000000
--- a/russian/tidyup-mail/files/patch-main.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- main.c.orig 2006-06-28 18:33:53 UTC
-+++ main.c
-@@ -43,7 +43,7 @@ struct chtab {
- long count;
- };
-
--static size_t getline(FILE *, char **);
-+static size_t get_line(FILE *, char **);
- static void usage(const char *);
- static void reverse(char *s);
- static void itoa(const long num, char s[]);
-@@ -235,7 +235,7 @@ int main(int argc, char *argv[])
- }
-
- /* reading stream */
-- while ((len = getline(fp, &line)) > 0) {
-+ while ((len = get_line(fp, &line)) > 0) {
- line_info(line, &trline, &ok,
- bullshit, &bn, &bstotal, flags);
-
-@@ -289,7 +289,7 @@ static void usage(const char *name)
- prog_ver, name);
- }
-
--static size_t getline(FILE *stream, char **line)
-+static size_t get_line(FILE *stream, char **line)
- {
- size_t c, len=0, size=BUFSIZ;
- char *p;
diff --git a/russian/tidyup-mail/pkg-descr b/russian/tidyup-mail/pkg-descr
deleted file mode 100644
index 9cf3190d960f..000000000000
--- a/russian/tidyup-mail/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-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.
-
-WWW: http://gromnizki.unixdev.net