From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 21 21:50:07 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B64516A400 for ; Wed, 21 Feb 2007 21:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5B5C013C494 for ; Wed, 21 Feb 2007 21:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1LLo7cR040580 for ; Wed, 21 Feb 2007 21:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1LLo7sE040579; Wed, 21 Feb 2007 21:50:07 GMT (envelope-from gnats) Resent-Date: Wed, 21 Feb 2007 21:50:07 GMT Resent-Message-Id: <200702212150.l1LLo7sE040579@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kay Abendroth Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89CF316A403 for ; Wed, 21 Feb 2007 21:48:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 637A013C4A8 for ; Wed, 21 Feb 2007 21:48:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1LLm8Ip024109 for ; Wed, 21 Feb 2007 21:48:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l1LLm8Lb024107; Wed, 21 Feb 2007 21:48:08 GMT (envelope-from nobody) Message-Id: <200702212148.l1LLm8Lb024107@www.freebsd.org> Date: Wed, 21 Feb 2007 21:48:08 GMT From: Kay Abendroth To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/109410: New port: mail/p5-Email-Reply X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2007 21:50:07 -0000 >Number: 109410 >Category: ports >Synopsis: New port: mail/p5-Email-Reply >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 21 21:50:06 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Kay Abendroth >Release: 6.2 >Organization: >Environment: FreeBSD halo 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 17:36:58 CET 2007 root@halo:/usr/obj/usr/src/sys/HALO i386 >Description: I would like to submit this port with me as maintainer, which is/will be required by the upcoming bugzilla release (3.0). >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # . # ./pkg-descr # ./pkg-plist # ./Makefile # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis software takes the hard out of generating replies to email messages. X XWWW: http://search.cpan.org/dist/Email-Reply/ END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' X%%SITE_PERL%%/Email/Reply.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Reply/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Reply X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Reply X@dirrmtry %%SITE_PERL%%/Email/Reply X@dirrmtry %%SITE_PERL%%/Email END-of-./pkg-plist echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: mail/p5-Email-Reply X# Date created: 21 February 2007 X# Whom: Kay Abendroth X# X# $FreeBSD$ X# X XPORTNAME= Email-Reply XPORTVERSION= 1.201 XCATEGORIES= mail perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR=Email XPKGNAMEPREFIX= p5- X XMAINTAINER= kay.abendroth@raxion.net XCOMMENT= Email::Reply - Reply to a Message X XBUILD_DEPENDS= p5-ExtUtils-MakeMaker:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ X p5-Test-Simple:${PORTSDIR}/devel/p5-Test-Simple XRUN_DEPENDS= p5-Email-Abstract>=2.01:${PORTSDIR}/mail/p5-Email-Abstract \ X p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address \ X p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \ X p5-Email-MIME-Creator>=1.41:${PORTSDIR}/mail/p5-Email-MIME-Creator \ X p5-Email-Simple-Creator>=1.4:${PORTSDIR}/mail/p5-Email-Simple-Creator X XPERL_CONFIGURE= yes X XMAN3= Email::Reply.3 X X.include X X.if ${PERL_LEVEL} < 500801 XIGNORE= requires perl 5.8.1 or later. Install lang/perl5.8 and try again X.endif X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (Email-Reply-1.201.tar.gz) = ea39a4a73d0b8cc54a28d6e84327413e XSHA256 (Email-Reply-1.201.tar.gz) = 43f39f6796f70334844f66f0b78ce0a35ccc1fd4740893558d367341d15daa82 XSIZE (Email-Reply-1.201.tar.gz) = 13320 END-of-./distinfo exit >Release-Note: >Audit-Trail: >Unformatted: