aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 02:39:28 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 02:39:28 +0000
commit22db78eceb21b0e3acfc8e4081f98980dfcd121f (patch)
treebc7df7bf0c7eb120c9180cca9be3e6585250a631
parentc30c4963352a6b87027446aec811d749053a64a0 (diff)
downloadports-22db78eceb21b0e3acfc8e4081f98980dfcd121f.tar.gz
ports-22db78eceb21b0e3acfc8e4081f98980dfcd121f.zip
Add nohtml 1.11, a program to strip HTML attachments from email.
PR: 52559 Submitted by: nohtml@tundraware.com
Notes
Notes: svn path=/head/; revision=82093
-rw-r--r--mail/Makefile1
-rw-r--r--mail/nohtml/Makefile29
-rw-r--r--mail/nohtml/Makefile~29
-rw-r--r--mail/nohtml/distinfo1
-rw-r--r--mail/nohtml/pkg-descr5
-rw-r--r--mail/nohtml/pkg-plist7
6 files changed, 72 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 4b80997dc36a..cabd66d29f2d 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -164,6 +164,7 @@
SUBDIR += nmh
SUBDIR += noattach
SUBDIR += nocc
+ SUBDIR += nohtml
SUBDIR += nullmailer
SUBDIR += offlineimap
SUBDIR += openwebmail
diff --git a/mail/nohtml/Makefile b/mail/nohtml/Makefile
new file mode 100644
index 000000000000..6d463f6d220d
--- /dev/null
+++ b/mail/nohtml/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: nohtml
+# Date Created: 17 February 2003
+# Whom: nohtml@tundraware.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= nohtml
+PORTVERSION= 1.11
+CATEGORIES= mail
+MASTER_SITES= http://www.tundraware.com/Software/nohtml/
+
+MAINTAINER= nohtml@tundraware.com
+COMMENT= Strip HTML attachments from email
+
+USE_PYTHON= yes
+
+MANCOMPRESSED= yes
+MAN1= nohtml.1
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for f in nohtml-license.txt nohtml.html nohtml.pdf nohtml.ps nohtml.txt
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/nohtml/Makefile~ b/mail/nohtml/Makefile~
new file mode 100644
index 000000000000..10c527792a14
--- /dev/null
+++ b/mail/nohtml/Makefile~
@@ -0,0 +1,29 @@
+# New ports collection makefile for: nohtml
+# Date Created: 17 February 2003
+# Whom: nohtml@tundraware.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nohtml
+PORTVERSION= 1.11
+CATEGORIES= mail
+MASTER_SITES= http://www.tundraware.com/Software/nohtml/
+
+MAINTAINER= nohtml@tundraware.com
+COMMENT= Strip HTML attachments from email
+
+USE_PYTHON= yes
+
+MANCOMPRESSED= yes
+MAN1= nohtml.1
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for f in nohtml-license.txt nohtml.html nohtml.pdf nohtml.ps nohtml.txt
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/nohtml/distinfo b/mail/nohtml/distinfo
new file mode 100644
index 000000000000..195475d3a7e4
--- /dev/null
+++ b/mail/nohtml/distinfo
@@ -0,0 +1 @@
+MD5 (nohtml-1.11.tar.gz) = ac7d3100449ccd36f28ec686b56781aa
diff --git a/mail/nohtml/pkg-descr b/mail/nohtml/pkg-descr
new file mode 100644
index 000000000000..7a1e0f27b5d1
--- /dev/null
+++ b/mail/nohtml/pkg-descr
@@ -0,0 +1,5 @@
+'nohtml' is a filter which strips HTML attachments from email
+messages. It is primarily intended to be used with remailers like
+mailing lists to suppress HTML from ever hitting those lists.
+
+WWW: http://www.tundraware.com/Software/twander/
diff --git a/mail/nohtml/pkg-plist b/mail/nohtml/pkg-plist
new file mode 100644
index 000000000000..6786fb1ade67
--- /dev/null
+++ b/mail/nohtml/pkg-plist
@@ -0,0 +1,7 @@
+bin/nohtml.py
+%%PORTDOCS%%share/doc/nohtml/nohtml-license.txt
+%%PORTDOCS%%share/doc/nohtml/nohtml.html
+%%PORTDOCS%%share/doc/nohtml/nohtml.pdf
+%%PORTDOCS%%share/doc/nohtml/nohtml.ps
+%%PORTDOCS%%share/doc/nohtml/nohtml.txt
+%%PORTDOCS%%@dirrm share/doc/nohtml