Date: Tue, 19 Sep 2000 02:30:18 -0400 (EDT) From: Cyrus Rahman <cr@jcmax.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21392: New port: converters/tnef - Unpack data from Microsoft's ms-tnef format Message-ID: <200009190630.CAA03563@plasma.jcmax.com>
next in thread | raw e-mail | index | archive | help
>Number: 21392 >Category: ports >Synopsis: New port: converters/tnef - Unpack data from Microsoft's ms-tnef format >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 18 23:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Cyrus Rahman >Release: FreeBSD 4.1-STABLE i386 >Organization: J.C. Max, Inc. >Environment: FreeBSD 4.1-STABLE i386 >Description: This program decodes those annoying application/ms-tnef MIME attachments that Microsoft mail servers helpfully use to encapsulate your already MIME encoded attachments. Due to the proliferation of Microsoft Outlook and Exchange mail servers, more and more mail is encapsulated into this format. The TNEF program allows one to unpack the attachments which were encapsulated into the TNEF attachment. Thus alleviating the need to use Microsoft Outlook to view them. >How-To-Repeat: >Fix: # 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: # # tnef # tnef/files # tnef/files/md5 # tnef/Makefile # tnef/pkg # tnef/pkg/COMMENT # tnef/pkg/PLIST # tnef/pkg/DESCR # echo c - tnef mkdir -p tnef > /dev/null 2>&1 echo c - tnef/files mkdir -p tnef/files > /dev/null 2>&1 echo x - tnef/files/md5 sed 's/^X//' >tnef/files/md5 << 'END-of-tnef/files/md5' XMD5 (tnef-0.12.tar.gz) = 443a005d7655a6c131bf95a785f06f51 END-of-tnef/files/md5 echo x - tnef/Makefile sed 's/^X//' >tnef/Makefile << 'END-of-tnef/Makefile' X# New ports collection makefile for: tnef X# Date created: 19 September 2000 X# Whom: Cyrus Rahman <cr@jcmax.com> X# X# $FreeBSD$ X# X XPORTNAME= tnef XPORTVERSION= 0.12 XCATEGORIES= converters mail XMASTER_SITES= http://world.std.com/~damned/ X XMAINTAINER= cr@jcmax.com X XGNU_CONFIGURE= yes X X.include <bsd.port.mk> END-of-tnef/Makefile echo c - tnef/pkg mkdir -p tnef/pkg > /dev/null 2>&1 echo x - tnef/pkg/COMMENT sed 's/^X//' >tnef/pkg/COMMENT << 'END-of-tnef/pkg/COMMENT' XUnpack data encapsulated into Microsoft Outlook's application/ms-tnef format END-of-tnef/pkg/COMMENT echo x - tnef/pkg/PLIST sed 's/^X//' >tnef/pkg/PLIST << 'END-of-tnef/pkg/PLIST' Xbin/tnef END-of-tnef/pkg/PLIST echo x - tnef/pkg/DESCR sed 's/^X//' >tnef/pkg/DESCR << 'END-of-tnef/pkg/DESCR' XThis program decodes those annoying application/ms-tnef MIME attachments that XMicrosoft mail servers helpfully use to encapsulate your already MIME encoded Xattachments. X XDue to the proliferation of Microsoft Outlook and Exchange mail servers, Xmore and more mail is encapsulated into this format. X XThe TNEF program allows one to unpack the attachments which were encapsulated Xinto the TNEF attachment. Thus alleviating the need to use Microsoft Outlook Xto view them. X XWritten by: Mark Simpson <damned@world.std.com> XBased upon work by: Thomas Boll <tb@boll.ch> X XWWW: http://world.std.com/~damned/software.html X X- Cyrus Rahman Xcr@jcmax.com END-of-tnef/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009190630.CAA03563>