summaryrefslogtreecommitdiffstats
path: root/mail/nohtml
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-06-03 02:39:28 +0000
committerwill <will@FreeBSD.org>2003-06-03 02:39:28 +0000
commit85a7f294264aa2cbb46da4fbb6541c51fe807f25 (patch)
tree2b3d457a72ee8d68eeaee83a64521a9c89a5a266 /mail/nohtml
parente805179ab79738c0f53deed0495e555a8f1e0c9a (diff)
downloadFreeBSD-ports-85a7f294264aa2cbb46da4fbb6541c51fe807f25.zip
FreeBSD-ports-85a7f294264aa2cbb46da4fbb6541c51fe807f25.tar.gz
Add nohtml 1.11, a program to strip HTML attachments from email.
PR: 52559 Submitted by: nohtml@tundraware.com
Diffstat (limited to 'mail/nohtml')
-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
5 files changed, 71 insertions, 0 deletions
diff --git a/mail/nohtml/Makefile b/mail/nohtml/Makefile
new file mode 100644
index 0000000..6d463f6
--- /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 0000000..10c5277
--- /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 0000000..195475d
--- /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 0000000..7a1e0f2
--- /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 0000000..6786fb1
--- /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
OpenPOWER on IntegriCloud