mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add new port: converters/tnef
Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format PR: 21392 Submitted by: Cyrus Rahman <cr@jcmax.com>
This commit is contained in:
parent
4c07d7dc6c
commit
ade14feff9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34122
@ -27,6 +27,7 @@
|
||||
SUBDIR += recode
|
||||
SUBDIR += ruby-iconv
|
||||
SUBDIR += tcs
|
||||
SUBDIR += tnef
|
||||
SUBDIR += trans
|
||||
SUBDIR += tuc
|
||||
SUBDIR += unix2dos
|
||||
|
17
converters/tnef/Makefile
Normal file
17
converters/tnef/Makefile
Normal file
@ -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>
|
1
converters/tnef/distinfo
Normal file
1
converters/tnef/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tnef-0.12.tar.gz) = 443a005d7655a6c131bf95a785f06f51
|
1
converters/tnef/pkg-comment
Normal file
1
converters/tnef/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format
|
18
converters/tnef/pkg-descr
Normal file
18
converters/tnef/pkg-descr
Normal file
@ -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
|
1
converters/tnef/pkg-plist
Normal file
1
converters/tnef/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/tnef
|
Loading…
Reference in New Issue
Block a user