From 9560477f95b153380be7befce5902a42bc5f066c Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Aug 2001 08:13:43 +0000 Subject: Update mail/tnef to 1.1. Changes from version 0.16 include: * man page * bug fixes * parsing of MAPI attributes * long filenames available --- mail/tnef/Makefile | 22 +++++++++++++++++++--- mail/tnef/distinfo | 6 +++--- mail/tnef/pkg/DESCR | 16 +++++++--------- mail/tnef/pkg/PLIST | 3 ++- 4 files changed, 31 insertions(+), 16 deletions(-) (limited to 'mail/tnef') diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile index 7519217e7af..c605676d065 100644 --- a/mail/tnef/Makefile +++ b/mail/tnef/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:25:07 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/16 08:13:43 jlam Exp $ # -DISTNAME= tnef-0.16 +DISTNAME= tnef-1.1 CATEGORIES= mail MASTER_SITES= http://world.std.com/~damned/ @@ -9,6 +9,22 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://world.std.com/~damned/software.html COMMENT= decode MS-TNEF MIME attachments -GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= # defined +GNU_CONFIGURE= # defined + +# Change references to tnef.3 to tnef.1. +post-extract: + cd ${WRKSRC}; ${MV} doc/tnef.3 doc/tnef.1 + +post-patch: + cd ${WRKSRC}; for file in doc/Makefile.in; do \ + ${MV} -f $${file} $${file}.fixme; \ + ${SED} -e "s|man3|man1|g" -e "s|\.3|.1|g" \ + $${file}.fixme > $${file}; \ + if [ -x $${file}.fixme ]; then \ + ${CHMOD} +x $${file}; \ + fi; \ + ${RM} -f $${file}.fixme; \ + done .include "../../mk/bsd.pkg.mk" diff --git a/mail/tnef/distinfo b/mail/tnef/distinfo index 9f45b501204..857294c683e 100644 --- a/mail/tnef/distinfo +++ b/mail/tnef/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:10:05 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/08/16 08:13:44 jlam Exp $ -SHA1 (tnef-0.16.tar.gz) = c3260bfcb31266772470a89180e0f8608fc40773 -Size (tnef-0.16.tar.gz) = 130721 bytes +SHA1 (tnef-1.1.tar.gz) = d5aa328322654956a072a38bc838140e03febd56 +Size (tnef-1.1.tar.gz) = 142037 bytes diff --git a/mail/tnef/pkg/DESCR b/mail/tnef/pkg/DESCR index c3f1b67f079..eecae02215d 100644 --- a/mail/tnef/pkg/DESCR +++ b/mail/tnef/pkg/DESCR @@ -1,9 +1,7 @@ - TNEF is a program for unpacking MIME attachments of type -"application/ms-tnef". This is a Microsoft only attachment. - - 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 the attachment. +TNEF is a program for unpacking MIME attachments of type +"application/ms-tnef". This is a Microsoft only attachment. 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 +the attachment. diff --git a/mail/tnef/pkg/PLIST b/mail/tnef/pkg/PLIST index d1c278198e0..ef01feb0576 100644 --- a/mail/tnef/pkg/PLIST +++ b/mail/tnef/pkg/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/23 14:01:30 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/08/16 08:13:44 jlam Exp $ bin/tnef +man/man1/tnef.1 -- cgit v1.2.3