1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add nohtml 1.11, a program to strip HTML attachments from email.

PR:		52559
Submitted by:	nohtml@tundraware.com
This commit is contained in:
Will Andrews 2003-06-03 02:39:28 +00:00
parent c30c496335
commit 22db78eceb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82093
6 changed files with 72 additions and 0 deletions

View File

@ -164,6 +164,7 @@
SUBDIR += nmh
SUBDIR += noattach
SUBDIR += nocc
SUBDIR += nohtml
SUBDIR += nullmailer
SUBDIR += offlineimap
SUBDIR += openwebmail

29
mail/nohtml/Makefile Normal file
View File

@ -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>

29
mail/nohtml/Makefile~ Normal file
View File

@ -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>

1
mail/nohtml/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (nohtml-1.11.tar.gz) = ac7d3100449ccd36f28ec686b56781aa

5
mail/nohtml/pkg-descr Normal file
View File

@ -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/

7
mail/nohtml/pkg-plist Normal file
View File

@ -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