diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/nohtml/Makefile | 29 | ||||
-rw-r--r-- | mail/nohtml/Makefile~ | 29 | ||||
-rw-r--r-- | mail/nohtml/distinfo | 1 | ||||
-rw-r--r-- | mail/nohtml/pkg-descr | 5 | ||||
-rw-r--r-- | mail/nohtml/pkg-plist | 7 |
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 |