From snowfly@AntiVirus.yuntech.edu.tw  Fri Jul 21 03:21:02 2006
Return-Path: <snowfly@AntiVirus.yuntech.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C19D016A4DA
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jul 2006 03:21:02 +0000 (UTC)
	(envelope-from snowfly@AntiVirus.yuntech.edu.tw)
Received: from AntiVirus.yuntech.edu.tw (AntiVirus.yuntech.edu.tw [140.125.251.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7E13C43D5C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jul 2006 03:20:55 +0000 (GMT)
	(envelope-from snowfly@AntiVirus.yuntech.edu.tw)
Received: from AntiVirus.yuntech.edu.tw (localhost.yuntech.edu.tw [127.0.0.1])
	by AntiVirus.yuntech.edu.tw (8.13.4/8.13.4) with ESMTP id k6L3dhoY020271
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jul 2006 11:39:43 +0800 (CST)
	(envelope-from snowfly@AntiVirus.yuntech.edu.tw)
Received: (from root@localhost)
	by AntiVirus.yuntech.edu.tw (8.13.4/8.13.1/Submit) id k6L3dhCo020270;
	Fri, 21 Jul 2006 11:39:43 +0800 (CST)
	(envelope-from snowfly)
Message-Id: <200607210339.k6L3dhCo020270@AntiVirus.yuntech.edu.tw>
Date: Fri, 21 Jul 2006 11:39:43 +0800 (CST)
From: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] mail/p5-WWW-GMail: This module simplifies access to gmail
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100639
>Category:       ports
>Synopsis:       [NEW PORT] mail/p5-WWW-GMail: This module simplifies access to gmail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 21 03:30:16 GMT 2006
>Closed-Date:    Fri Jul 21 19:39:08 GMT 2006
>Last-Modified:  Fri Jul 21 19:39:08 GMT 2006
>Originator:     Tsung-Han Yeh
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD AntiVirus.yuntech.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Nov 27 22:46:26 CST 2005
>Description:
WWW::GMail - Perl extension for accessing Google Mail (gmail)

Author:	David Davis <xantus@cpan.org>
WWW:	http://search.cpan.org/~xantus/WWW-GMail/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-WWW-GMail-0.07.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:
#
#	p5-WWW-GMail
#	p5-WWW-GMail/pkg-descr
#	p5-WWW-GMail/Makefile
#	p5-WWW-GMail/pkg-plist
#	p5-WWW-GMail/distinfo
#
echo c - p5-WWW-GMail
mkdir -p p5-WWW-GMail > /dev/null 2>&1
echo x - p5-WWW-GMail/pkg-descr
sed 's/^X//' >p5-WWW-GMail/pkg-descr << 'END-of-p5-WWW-GMail/pkg-descr'
XWWW::GMail - Perl extension for accessing Google Mail (gmail)
X
XAuthor:	David Davis <xantus@cpan.org>
XWWW:	http://search.cpan.org/~xantus/WWW-GMail/
END-of-p5-WWW-GMail/pkg-descr
echo x - p5-WWW-GMail/Makefile
sed 's/^X//' >p5-WWW-GMail/Makefile << 'END-of-p5-WWW-GMail/Makefile'
X# New ports collection makefile for:	p5-WWW-GMail
X# Date created:		2006-07-20
X# Whom:			Tsung-Han Yeh <snowfly@yuntech.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	WWW-GMail
XPORTVERSION=	0.07
XCATEGORIES=	mail perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	WWW
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	snowfly@yuntech.edu.tw
XCOMMENT=	This module simplifies access to gmail
X
XBUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
X		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		WWW::GMail.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-WWW-GMail/Makefile
echo x - p5-WWW-GMail/pkg-plist
sed 's/^X//' >p5-WWW-GMail/pkg-plist << 'END-of-p5-WWW-GMail/pkg-plist'
X%%SITE_PERL%%/WWW/GMail.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/GMail/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/GMail
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
X@dirrmtry %%SITE_PERL%%/WWW
END-of-p5-WWW-GMail/pkg-plist
echo x - p5-WWW-GMail/distinfo
sed 's/^X//' >p5-WWW-GMail/distinfo << 'END-of-p5-WWW-GMail/distinfo'
XMD5 (WWW-GMail-0.07.tar.gz) = 405c7d85d35fc594cc52ea4e2f0e7eac
XSHA256 (WWW-GMail-0.07.tar.gz) = da8c9c754b3197e91c2c54d82fa1a147b1760e9faf7cf6ffe6823825cf2ce3f5
XSIZE (WWW-GMail-0.07.tar.gz) = 7897
END-of-p5-WWW-GMail/distinfo
exit
--- p5-WWW-GMail-0.07.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Fri Jul 21 03:45:00 UTC 2006 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100639 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Fri Jul 21 19:39:06 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100639 
>Unformatted:
