summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-16 08:13:43 +0000
committerjlam <jlam>2001-08-16 08:13:43 +0000
commitd15f7eff799005d2a22a0add931dbc12b194d8a2 (patch)
tree096526a99dcbdc3ea590a489abe6b532d6da4625
parentad303addb6f42c19eaa812f22f788fbb7062fcb3 (diff)
downloadpkgsrc-d15f7eff799005d2a22a0add931dbc12b194d8a2.tar.gz
Update mail/tnef to 1.1. Changes from version 0.16 include:
* man page * bug fixes * parsing of MAPI attributes * long filenames available
-rw-r--r--mail/tnef/Makefile22
-rw-r--r--mail/tnef/distinfo6
-rw-r--r--mail/tnef/pkg/DESCR16
-rw-r--r--mail/tnef/pkg/PLIST3
4 files changed, 31 insertions, 16 deletions
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