diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:39:28 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:39:28 +0000 |
commit | 22db78eceb21b0e3acfc8e4081f98980dfcd121f (patch) | |
tree | bc7df7bf0c7eb120c9180cca9be3e6585250a631 /mail/nohtml | |
parent | c30c4963352a6b87027446aec811d749053a64a0 (diff) | |
download | ports-22db78eceb21b0e3acfc8e4081f98980dfcd121f.tar.gz ports-22db78eceb21b0e3acfc8e4081f98980dfcd121f.zip |
Notes
Diffstat (limited to 'mail/nohtml')
-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 |
5 files changed, 71 insertions, 0 deletions
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 |