Skip site navigation (1)Skip section navigation (2)
Date:      22 Jun 2005 06:44:28 -0000
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82513: new port: mail/delatt - Strip attachments from email 
Message-ID:  <20050622064428.93496.qmail@mx.critical.ch>
Resent-Message-ID: <200506220650.j5M6oFFh046142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82513
>Category:       ports
>Synopsis:       new port: mail/delatt - Strip attachments from email
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 22 06:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p2 FreeBSD 4.11-RELEASE-p2 #0: Wed Apr 6 16:53:59 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
new port: mail/delatt - Strip attachments from email

Strip attachments from email, and optionally save the attachments to files.
It will work with either mbox or maildir files.

It is great for archiving old email without wasting space on attachments and
the extra HTML message parts that some MUAs attach.

>How-To-Repeat:
	
>Fix:

	

--- delatt.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	delatt
#	delatt/Makefile
#	delatt/pkg-descr
#	delatt/distinfo
#
echo c - delatt
mkdir -p delatt > /dev/null 2>&1
echo x - delatt/Makefile
sed 's/^X//' >delatt/Makefile << 'END-of-delatt/Makefile'
X# New ports collection makefile for:	delatt
X# Date created:				22 Jun 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	delatt
XDISTVERSION=	1.1.3
XCATEGORIES=	mail
XMASTER_SITES=	http://danborn.net/delatt/
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	Strip attachments from email
X
XUSE_PERL5=	yes
XPERL_VERSION=	5.8.6
XUSE_REINPLACE=	yes
X
XPLIST_FILES=	bin/delatt
X
Xdo-build:
X	${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' \
X		${WRKSRC}/${PORTNAME}
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-delatt/Makefile
echo x - delatt/pkg-descr
sed 's/^X//' >delatt/pkg-descr << 'END-of-delatt/pkg-descr'
XStrip attachments from email, and optionally save the attachments to files.
XIt will work with either mbox or maildir files.
X
XIt is great for archiving old email without wasting space on attachments and
Xthe extra HTML message parts that some MUAs attach.
X
XWWW: http://danborn.net/delatt/
X
X- ehaupt
Xehaupt@critical.ch
END-of-delatt/pkg-descr
echo x - delatt/distinfo
sed 's/^X//' >delatt/distinfo << 'END-of-delatt/distinfo'
XMD5 (delatt-1.1.3.tar.gz) = a2c272ec4410943082612fe14df3c6b9
XSIZE (delatt-1.1.3.tar.gz) = 9502
END-of-delatt/distinfo
exit
--- delatt.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050622064428.93496.qmail>