From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 15 01:20:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F358D106568A for ; Thu, 15 Jan 2009 01:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50E108FC0C for ; Thu, 15 Jan 2009 01:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0F1K15r023717 for ; Thu, 15 Jan 2009 01:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0F1K1VY023716; Thu, 15 Jan 2009 01:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 15 Jan 2009 01:20:01 GMT Resent-Message-Id: <200901150120.n0F1K1VY023716@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, "Zane C.B." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F341A106564A for ; Thu, 15 Jan 2009 01:13:53 +0000 (UTC) (envelope-from vvelox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.NET [74.200.198.26]) by mx1.freebsd.org (Postfix) with ESMTP id BAB478FC0A for ; Thu, 15 Jan 2009 01:13:53 +0000 (UTC) (envelope-from vvelox@vvelox.net) Received: from vixen42.vulpes (c-67-176-214-76.hsd1.il.comcast.net [67.176.214.76]) (Authenticated sender: vvelox) by vulpes.vvelox.net (Postfix) with ESMTP id B4B1DB83B for ; Wed, 14 Jan 2009 19:21:12 -0600 (CST) Message-Id: <1231982272.61467@vixen42.vulpes> Date: Wed, 14 Jan 2009 19:17:52 -0600 From: "Zane C.B." To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/130564: New port: mail/p5-ZConf-Mail Misc mail client functions backed by ZConf 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: Thu, 15 Jan 2009 01:20:02 -0000 >Number: 130564 >Category: ports >Synopsis: New port: mail/p5-ZConf-Mail Misc mail client functions backed by ZConf >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 15 01:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Zane C.B. >Release: FreeBSD 6.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 6.4-PRERELEASE #2: Thu Nov 20 15:59:23 CST 2008 root@vixen42.vulpes:/usr/obj/usr/src/sys/vixen42 >Description: This module implements various functions needed for making a ZConf backed mail cleint. It also currently includes two small utilities, listed below. zcmailcompose - Composes a mail message and sends it using the specified account. zcgetmail - A getmail replacement using ZConf::Mail. WWW: http://search.cpan.org/dist/ZConf-Mail/ >How-To-Repeat: 1: unshar 2: 3: enjoy something getmail like with out the ugly of python >Fix: --- mail_p5-ZConf-Mail.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: # # mail/p5-ZConf-Mail/ # mail/p5-ZConf-Mail/pkg-descr # mail/p5-ZConf-Mail/Makefile # mail/p5-ZConf-Mail/pkg-plist # mail/p5-ZConf-Mail/distinfo # echo c - mail/p5-ZConf-Mail/ mkdir -p mail/p5-ZConf-Mail/ > /dev/null 2>&1 echo x - mail/p5-ZConf-Mail/pkg-descr sed 's/^X//' >mail/p5-ZConf-Mail/pkg-descr << '4da08a1c18da7c7a7ddf0b771047f0e3' XThis module implements various functions needed for making a ZConf backed mail Xcleint. It also currently includes two small utilities, listed below. X Xzcmailcompose - Composes a mail message and sends it using the specified X account. Xzcgetmail - A getmail replacement using ZConf::Mail. X X XWWW: http://search.cpan.org/dist/ZConf-Mail/ 4da08a1c18da7c7a7ddf0b771047f0e3 echo x - mail/p5-ZConf-Mail/Makefile sed 's/^X//' >mail/p5-ZConf-Mail/Makefile << 'db2360c8dbe6cc35dd9e7246bb8076d0' X# New ports collection makefile for: p5-ZConf-Mail X# Date created: 2009-01-14 X# Whom: Zane C, Bowers X# X# $FreeBSD$ X# X XPORTNAME= ZConf-Mail XPORTVERSION= 0.0.0 XCATEGORIES= net perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX XPKGNAMEPREFIX= p5- X XMAINTAINER= vvelox@vvelox.net XCOMMENT= Misc mail client functions backed by ZConf X XRUN_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ X ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ X ${SITE_PERL}/Email/Simple/Creator.pm:${PORTSDIR}/mail/p5-Email-Simple-Creator \ X ${SITE_PERL}/Mail/IMAPTalk.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk \ X ${SITE_PERL}/Mail/IMAPTalk.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk \ X ${SITE_PERL}/Mail/POP3Client.pm:${PORTSDIR}/mail/p5-Mail-POP3Client \ X ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ X ${SITE_PERL}/Net/SMTP/TLS.pm:${PORTSDIR}/mail/p5-Net-SMTP-TLS \ X ${SITE_PERL}/Mail/Box.pm:${PORTSDIR}/mail/p5-Mail-Box \ X ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ X ${SITE_PERL}/IO/MultiPipe.pm:${PORTSDIR}/devel/p5-IO-MultiPipe X XPERL_CONFIGURE= yes X XMAN3= ZConf::Mail.3 X X.include db2360c8dbe6cc35dd9e7246bb8076d0 echo x - mail/p5-ZConf-Mail/pkg-plist sed 's/^X//' >mail/p5-ZConf-Mail/pkg-plist << 'fc371d8d9e6a6de0eb0c7678e61ab722' X%%SITE_PERL%%/ZConf/Mail.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Mail/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Mail Xbin/zcmailcompose Xbin/zcgetmail fc371d8d9e6a6de0eb0c7678e61ab722 echo x - mail/p5-ZConf-Mail/distinfo sed 's/^X//' >mail/p5-ZConf-Mail/distinfo << '12f89285041c0fb01089650b0313f602' XMD5 (ZConf-Mail-0.0.0.tar.gz) = f3ba77ee987db2dccf51d42bdbeca501 XSHA256 (ZConf-Mail-0.0.0.tar.gz) = ee2e8c151b5fe4500d00af70b1ff86bf4ebc2141ba61c1d38361d38699a9329f XSIZE (ZConf-Mail-0.0.0.tar.gz) = 13694 12f89285041c0fb01089650b0313f602 exit --- mail_p5-ZConf-Mail.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: