From owner-freebsd-ports Tue Aug 21 22:41:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA21037B416 for ; Tue, 21 Aug 2001 22:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M5e2r83677; Tue, 21 Aug 2001 22:40:02 -0700 (PDT) (envelope-from gnats) Received: from vortex.jcmax.com (vortex.jcmax.com [204.69.248.1]) by hub.freebsd.org (Postfix) with ESMTP id 6C56B37B403 for ; Tue, 21 Aug 2001 22:33:01 -0700 (PDT) (envelope-from cr@jcmax.com) Received: from plasma.jcmax.com (plasma.jcmax.com [204.69.248.13]) by vortex.jcmax.com (8.9.3/8.9.3) with ESMTP id BAA17714 for ; Wed, 22 Aug 2001 01:33:00 -0400 (EDT) (envelope-from cr@jcmax.com) Received: (from cr@localhost) by plasma.jcmax.com (8.9.3/8.9.3) id BAA79436; Wed, 22 Aug 2001 01:33:00 -0400 (EDT) (envelope-from cr@jcmax.com) Message-Id: <200108220533.BAA79436@plasma.jcmax.com> Date: Wed, 22 Aug 2001 01:33:00 -0400 (EDT) From: Cyrus Rahman Reply-To: cr@jcmax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29948: Update port converters/tnef to version 1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29948 >Category: ports >Synopsis: Update port converters/tnef to version 1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 22:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrus Rahman >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: >Description: The complete port is included below. The differences are minimal except that a patch-aa will be needed until the next release to correct the incorrect installation of the new man page into section 3 of the manual. # 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/pkg-plist # tnef/pkg-descr # tnef/pkg-comment # tnef/distinfo # tnef/Makefile # tnef/files # tnef/files/patch-aa # echo c - tnef mkdir -p tnef > /dev/null 2>&1 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 XBased upon work by: Thomas Boll X XWWW: http://world.std.com/~damned/software.html X X- Cyrus Rahman Xcr@jcmax.com END-of-tnef/pkg-descr echo x - tnef/pkg-comment sed 's/^X//' >tnef/pkg-comment << 'END-of-tnef/pkg-comment' XUnpack data encapsulated from Microsoft Outlook's application/ms-tnef format END-of-tnef/pkg-comment echo x - tnef/distinfo sed 's/^X//' >tnef/distinfo << 'END-of-tnef/distinfo' XMD5 (tnef-1.1.tar.gz) = 56ab3407c4dedd433669942d6b0f3545 END-of-tnef/distinfo 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 X# X# $FreeBSD: ports/converters/tnef/Makefile,v 1.4 2001/03/19 21:59:12 kris Exp $ X# X XPORTNAME= tnef XPORTVERSION= 1.1 XCATEGORIES= converters mail XMASTER_SITES= http://world.std.com/~damned/ X XMAINTAINER= cr@jcmax.com X XGNU_CONFIGURE= yes X XMAN1= tnef.1 X Xpre-configure: X $(MV) $(WRKSRC)/doc/tnef.3 $(WRKSRC)/doc/tnef.1 X X.include END-of-tnef/Makefile echo c - tnef/files mkdir -p tnef/files > /dev/null 2>&1 echo x - tnef/files/patch-aa sed 's/^X//' >tnef/files/patch-aa << 'END-of-tnef/files/patch-aa' Xdiff -ru ../tnef-1.1.dist/doc/Makefile.am ./doc/Makefile.am X--- ../tnef-1.1.dist/doc/Makefile.am Mon Aug 13 21:46:22 2001 X+++ ./doc/Makefile.am Wed Aug 22 01:12:08 2001 X@@ -1,2 +1,2 @@ X-man_MANS = tnef.3 X-EXTRA_DIST = file-format.tex $(man_MANS) X+man_MANS = tnef.1 X+EXTRA_DIST = file-format.tex $(man_MANS) Xdiff -ru ../tnef-1.1.dist/doc/Makefile.in ./doc/Makefile.in X--- ../tnef-1.1.dist/doc/Makefile.in Mon Aug 13 21:48:56 2001 X+++ ./doc/Makefile.in Wed Aug 22 01:12:08 2001 X@@ -66,12 +66,12 @@ X RANLIB = @RANLIB@ X VERSION = @VERSION@ X X-man_MANS = tnef.3 X+man_MANS = tnef.1 X EXTRA_DIST = file-format.tex $(man_MANS) X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs X CONFIG_HEADER = ../config.h X CONFIG_CLEAN_FILES = X-man3dir = $(mandir)/man3 X+man1dir = $(mandir)/man1 X MANS = $(man_MANS) X X NROFF = nroff X@@ -92,12 +92,12 @@ X && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status X X X-install-man3: X- $(mkinstalldirs) $(DESTDIR)$(man3dir) X- @list='$(man3_MANS)'; \ X+install-man1: X+ $(mkinstalldirs) $(DESTDIR)$(man1dir) X+ @list='$(man1_MANS)'; \ X l2='$(man_MANS)'; for i in $$l2; do \ X case "$$i" in \ X- *.3*) list="$$list $$i" ;; \ X+ *.1*) list="$$list $$i" ;; \ X esac; \ X done; \ X for i in $$list; do \ X@@ -106,12 +106,12 @@ X ext=`echo $$i | sed -e 's/^.*\\.//'`; \ X inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ X inst=`echo $$inst | sed '$(transform)'`.$$ext; \ X- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \ X- $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \ X+ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ X+ $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ X done X X-uninstall-man3: X- @list='$(man3_MANS)'; \ X+uninstall-man1: X+ @list='$(man1_MANS)'; \ X l2='$(man_MANS)'; for i in $$l2; do \ X case "$$i" in \ X *.3*) list="$$list $$i" ;; \ X@@ -121,15 +121,15 @@ X ext=`echo $$i | sed -e 's/^.*\\.//'`; \ X inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ X inst=`echo $$inst | sed '$(transform)'`.$$ext; \ X- echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \ X- rm -f $(DESTDIR)$(man3dir)/$$inst; \ X+ echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ X+ rm -f $(DESTDIR)$(man1dir)/$$inst; \ X done X install-man: $(MANS) X @$(NORMAL_INSTALL) X- $(MAKE) $(AM_MAKEFLAGS) install-man3 X+ $(MAKE) $(AM_MAKEFLAGS) install-man1 X uninstall-man: X @$(NORMAL_UNINSTALL) X- $(MAKE) $(AM_MAKEFLAGS) uninstall-man3 X+ $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 X tags: TAGS X TAGS: X X@@ -173,7 +173,7 @@ X install-strip: X $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install X installdirs: X- $(mkinstalldirs) $(DESTDIR)$(mandir)/man3 X+ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 X X X mostlyclean-generic: X@@ -203,7 +203,7 @@ X X maintainer-clean: maintainer-clean-am X X-.PHONY: install-man3 uninstall-man3 install-man uninstall-man tags \ X+.PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \ X distdir info-am info dvi-am dvi check check-am installcheck-am \ X installcheck install-exec-am install-exec install-data-am install-data \ X install-am install uninstall-am uninstall all-redirect all-am all \ END-of-tnef/files/patch-aa exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message