From owner-freebsd-ports Mon Nov 13 14:40: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ED7B37B4C5 for ; Mon, 13 Nov 2000 14:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA95233; Mon, 13 Nov 2000 14:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw3.netvision.net.il (mailgw3.netvision.net.il [194.90.1.11]) by hub.freebsd.org (Postfix) with ESMTP id C607137B479 for ; Mon, 13 Nov 2000 14:35:00 -0800 (PST) Received: from alchemy.oven.org (RAS6-p48.hfa.netvision.net.il [62.0.150.48]) by mailgw3.netvision.net.il (8.9.3/8.9.3) with ESMTP id AAA12694 for ; Tue, 14 Nov 2000 00:34:00 +0200 (IST) Received: (from mapc@localhost) by alchemy.oven.org (8.11.1/8.11.1) id eADMYKX22969; Tue, 14 Nov 2000 00:34:20 +0200 (IST) (envelope-from mapc) Message-Id: <200011132234.eADMYKX22969@alchemy.oven.org> Date: Tue, 14 Nov 2000 00:34:20 +0200 (IST) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22827: NEW PORT: converters/p5-Convert-TNEF Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22827 >Category: ports >Synopsis: NEW PORT: converters/p5-Convert-TNEF >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 13 14:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.2-BETA i386 >Organization: >Environment: >Description: *** This module will be needed in the upcoming AMaViS viruscanner on which I'm working right now. Perl module to read TNEF files TNEF stands for Transport Neutral Encapsulation Format, and if you've ever been unfortunate enough to receive one of these files as an email attachment, you may want to use this module. >How-To-Repeat: >Fix: # 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: # # p5-Convert-TNEF # p5-Convert-TNEF/Makefile # p5-Convert-TNEF/distinfo # p5-Convert-TNEF/pkg-comment # p5-Convert-TNEF/pkg-descr # p5-Convert-TNEF/pkg-plist # echo c - p5-Convert-TNEF mkdir -p p5-Convert-TNEF > /dev/null 2>&1 echo x - p5-Convert-TNEF/Makefile sed 's/^X//' >p5-Convert-TNEF/Makefile << 'END-of-p5-Convert-TNEF/Makefile' X# New ports collection makefile for: p5-Convert-TNEF X# Date created: Nov 14 2000 X# Whom: roman@xpert.com X# X# $FreeBSD$ X# X XPORTNAME= Convert-TNEF XPORTVERSION= 0.08 XCATEGORIES= converters perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= MIME XPKGNAMEPREFIX= p5- X XMAINTAINER= roman@xpert.com X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools X XUSE_PERL5= YES X XMAN3= Convert::TNEF.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ X CC="${CC}" CCFLAGS="${CFLAGS}" X X.include END-of-p5-Convert-TNEF/Makefile echo x - p5-Convert-TNEF/distinfo sed 's/^X//' >p5-Convert-TNEF/distinfo << 'END-of-p5-Convert-TNEF/distinfo' XMD5 (Convert-TNEF-0.08.tar.gz) = 1845116e8f34bf25c7cae1c5dcb55e3f END-of-p5-Convert-TNEF/distinfo echo x - p5-Convert-TNEF/pkg-comment sed 's/^X//' >p5-Convert-TNEF/pkg-comment << 'END-of-p5-Convert-TNEF/pkg-comment' XPerl module to read TNEF files END-of-p5-Convert-TNEF/pkg-comment echo x - p5-Convert-TNEF/pkg-descr sed 's/^X//' >p5-Convert-TNEF/pkg-descr << 'END-of-p5-Convert-TNEF/pkg-descr' XPerl module to read TNEF files X XTNEF stands for Transport Neutral Encapsulation Format, and if you've Xever been unfortunate enough to receive one of these files as an email Xattachment, you may want to use this module. X XRoman Shterenzon END-of-p5-Convert-TNEF/pkg-descr echo x - p5-Convert-TNEF/pkg-plist sed 's/^X//' >p5-Convert-TNEF/pkg-plist << 'END-of-p5-Convert-TNEF/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Convert/TNEF.pm Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/read_ent.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/read_in.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/read.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/debug_print.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/build_data.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/purge.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/message.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/attachments.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/data.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/name.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/longname.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/datahandle.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/size.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/autosplit.ix Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/TNEF/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/TNEF X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Convert 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Convert 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true END-of-p5-Convert-TNEF/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message