diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-23 02:59:44 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-23 02:59:44 +0000 |
commit | ade14feff92ab920ba8841e28a549a63b5a795dd (patch) | |
tree | 07ff90acab99bab4e0cc68e7c46d3ac45dc8cfe0 /converters/tnef | |
parent | 4c07d7dc6c102edb79b4dab56a9381b1977ef5ca (diff) | |
download | ports-ade14feff92ab920ba8841e28a549a63b5a795dd.tar.gz ports-ade14feff92ab920ba8841e28a549a63b5a795dd.zip |
Notes
Diffstat (limited to 'converters/tnef')
-rw-r--r-- | converters/tnef/Makefile | 17 | ||||
-rw-r--r-- | converters/tnef/distinfo | 1 | ||||
-rw-r--r-- | converters/tnef/pkg-comment | 1 | ||||
-rw-r--r-- | converters/tnef/pkg-descr | 18 | ||||
-rw-r--r-- | converters/tnef/pkg-plist | 1 |
5 files changed, 38 insertions, 0 deletions
diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile new file mode 100644 index 000000000000..9f28f856e1c9 --- /dev/null +++ b/converters/tnef/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: tnef +# Date created: 19 September 2000 +# Whom: Cyrus Rahman <cr@jcmax.com> +# +# $FreeBSD$ +# + +PORTNAME= tnef +PORTVERSION= 0.12 +CATEGORIES= converters mail +MASTER_SITES= http://world.std.com/~damned/ + +MAINTAINER= cr@jcmax.com + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/converters/tnef/distinfo b/converters/tnef/distinfo new file mode 100644 index 000000000000..fc2696c681e7 --- /dev/null +++ b/converters/tnef/distinfo @@ -0,0 +1 @@ +MD5 (tnef-0.12.tar.gz) = 443a005d7655a6c131bf95a785f06f51 diff --git a/converters/tnef/pkg-comment b/converters/tnef/pkg-comment new file mode 100644 index 000000000000..e15691e15189 --- /dev/null +++ b/converters/tnef/pkg-comment @@ -0,0 +1 @@ +Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format diff --git a/converters/tnef/pkg-descr b/converters/tnef/pkg-descr new file mode 100644 index 000000000000..1b33fb056f22 --- /dev/null +++ b/converters/tnef/pkg-descr @@ -0,0 +1,18 @@ +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. + +Written by: Mark Simpson <damned@world.std.com> +Based upon work by: Thomas Boll <tb@boll.ch> + +WWW: http://world.std.com/~damned/software.html + +- Cyrus Rahman +cr@jcmax.com diff --git a/converters/tnef/pkg-plist b/converters/tnef/pkg-plist new file mode 100644 index 000000000000..1c7688e9dda5 --- /dev/null +++ b/converters/tnef/pkg-plist @@ -0,0 +1 @@ +bin/tnef |