Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2003 14:27:06 +0100 (CET)
From:      Charlie & <root@sisko.webonaut.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47398: NEW PORT: p5-msgconvert - .MSG to mbox convertor.
Message-ID:  <20030123132706.7170B28423@sisko.webonaut.com>

next in thread | raw e-mail | index | archive | help

>Number:         47398
>Category:       ports
>Synopsis:       NEW PORT: p5-msgconvert - .MSG to mbox convertor.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 23 05:30:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Franz Klammer
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ds9.webonaut.com 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Fri Jan 17 21:41:35 CET 2003 root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 i386


	
>Description:
	p5-msgconvert - .MSG to mbox convertor.
        Convert .MSG files to multipart MIME messages.
        
        it's my first makefile without tar.gz|bz2 therefore
        i've set EXTRACT_AFTER_ARGS - hope it's ok so.

>How-To-Repeat:
	
>Fix:

	

--- msgconvert.shar begins here ---
# 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:
#
#	msgconvert/
#	msgconvert/Makefile
#	msgconvert/distinfo
#	msgconvert/pkg-comment
#	msgconvert/pkg-descr
#	msgconvert/pkg-plist
#
echo c - msgconvert/
mkdir -p msgconvert/ > /dev/null 2>&1
echo x - msgconvert/Makefile
sed 's/^X//' >msgconvert/Makefile << 'END-of-msgconvert/Makefile'
X# New ports collection makefile for:	msgconvert
X# Date created:				12 Jan 2003
X# Whom:					Franz Klammer <klammer@webonaut.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	msgconvert
XPORTVERSION=	20020831
XCATEGORIES=	mail perl5
XMASTER_SITES=	http://www.webonaut.com/distfiles/
XPKGNAMEPREFIX=	p5-
XDISTNAME=	${PORTNAME}-${PORTVERSION}.pl
XEXTRACT_SUFX=	.bz2
X
XMAINTAINER=	klammer@webonaut.com
X
XRUN_DEPENDS=	${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
X		${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \
X		${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
X
XUSE_BZIP2=	yes
XUSE_PERL5=	yes
XEXTRACT_AFTER_ARGS= > ${PORTNAME}.pl
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl
X
X.include <bsd.port.mk>
END-of-msgconvert/Makefile
echo x - msgconvert/distinfo
sed 's/^X//' >msgconvert/distinfo << 'END-of-msgconvert/distinfo'
XMD5 (msgconvert-20020831.pl.bz2) = 6bef68b9349dd6c3a02d8f3d1d83c5e2
END-of-msgconvert/distinfo
echo x - msgconvert/pkg-comment
sed 's/^X//' >msgconvert/pkg-comment << 'END-of-msgconvert/pkg-comment'
XConvert .MSG files to multipart MIME messages (mbox).
END-of-msgconvert/pkg-comment
echo x - msgconvert/pkg-descr
sed 's/^X//' >msgconvert/pkg-descr << 'END-of-msgconvert/pkg-descr'
XConvert .MSG files to multipart MIME messages (mbox).
X
XWWW: http://www.xs4all.nl/~mvz/software/msgconv.html
END-of-msgconvert/pkg-descr
echo x - msgconvert/pkg-plist
sed 's/^X//' >msgconvert/pkg-plist << 'END-of-msgconvert/pkg-plist'
Xbin/msgconvert.pl
END-of-msgconvert/pkg-plist
exit
--- msgconvert.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030123132706.7170B28423>