From ali@mashtizadeh.org  Wed Jun  6 16:06:48 2007
Return-Path: <ali@mashtizadeh.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 3FD3816A4C9
	for <freebsd-gnats-submit@freebsd.org>; Wed,  6 Jun 2007 16:06:48 +0000 (UTC)
	(envelope-from ali@mashtizadeh.org)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178])
	by mx1.freebsd.org (Postfix) with ESMTP id 4A5E513C54E
	for <freebsd-gnats-submit@freebsd.org>; Wed,  6 Jun 2007 16:06:45 +0000 (UTC)
	(envelope-from ali@mashtizadeh.org)
Received: by py-out-1112.google.com with SMTP id a29so347189pyi
        for <freebsd-gnats-submit@freebsd.org>; Wed, 06 Jun 2007 09:06:44 -0700 (PDT)
Received: by 10.65.97.18 with SMTP id z18mr1213545qbl.1181144449470;
        Wed, 06 Jun 2007 08:40:49 -0700 (PDT)
Received: by 10.65.123.10 with HTTP; Wed, 6 Jun 2007 08:40:49 -0700 (PDT)
Message-Id: <7c82bf760706060840y5eb52204o844ef7aa13352306@mail.gmail.com>
Date: Wed, 6 Jun 2007 11:40:49 -0400
From: "Ali Mashtizadeh" <ali@mashtizadeh.org>
To: freebsd-gnats-submit@freebsd.org
Subject: New port: mail/p5-GMail-IMAPD Perl module - gmail IMAP proxy

>Number:         113420
>Category:       ports
>Synopsis:       New port: mail/p5-GMail-IMAPD Perl module - gmail IMAP proxy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 06 16:10:05 GMT 2007
>Closed-Date:    Thu Jun 07 15:08:45 GMT 2007
>Last-Modified:  Thu Jun  7 15:10:05 GMT 2007
>Originator:     Ali Mashtizadeh
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD redqueen.mashtizadeh.com 7.0-CURRENT FreeBSD
7.0-CURRENT #0: Tue May 29 11:23:37 UTC 2007
root@:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:

A new port for the GMail::IMAPD proxy, its a nice way to check your
gmail. Its also my first port :-)  but for sure not the last.

--- p5-GMail-IMAPD.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-GMail-IMAPD
#	p5-GMail-IMAPD/Makefile
#	p5-GMail-IMAPD/pkg-descr
#	p5-GMail-IMAPD/pkg-plist
#
echo c - p5-GMail-IMAPD
mkdir -p p5-GMail-IMAPD > /dev/null 2>&1
echo x - p5-GMail-IMAPD/Makefile
sed 's/^X//' >p5-GMail-IMAPD/Makefile << 'END-of-p5-GMail-IMAPD/Makefile'
X# New ports collection makefile for:	GMail-IMAPD
X# Date created:				Jun 4, 2007
X# Whom:					Ali Mashtizadeh <ali@mashtizadeh.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	GMail-IMAPD
XPORTVERSION=	0.94
XCATEGORIES=	mail perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	GMail
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	mashtizadeh@gmail.com
XCOMMENT=	Perl IMAP4 gateway to Google's webmail service
X
XBUILD_DEPENDS=	${SITE_PERL}/Mail/Webmail/Gmail.pm:${PORTSDIR}/mail/p5-Mail-Webmail-Gmail
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		GMail::IMAPD.3
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X.if ${PERL_LEVEL} < 500601
X	@${PERL} -pi -e 's/\r//g;s/^our/my/g' ${WRKSRC}/lib/GMail/IMAPD.pm
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-GMail-IMAPD/Makefile
echo x - p5-GMail-IMAPD/pkg-descr
sed 's/^X//' >p5-GMail-IMAPD/pkg-descr << 'END-of-p5-GMail-IMAPD/pkg-descr'
XThis module allows users to access their Gmail messages with an IMAP
Xclient by running a server which accepts IMAP connections.
X
XCurrently this module supports only a subset of the IMAP4 protocol.
X
XWWW: http://search.cpan.org/dist/GMail-IMAPD/
X
X- Ali Mashtizadeh
Xali@mashtizadeh.org
END-of-p5-GMail-IMAPD/pkg-descr
echo x - p5-GMail-IMAPD/pkg-plist
sed 's/^X//' >p5-GMail-IMAPD/pkg-plist << 'END-of-p5-GMail-IMAPD/pkg-plist'
X%%SITE_PERL%%/GMail/IMAPD.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/GMail/IMAPD/.packlist
X@dirrmtry %%SITE_PERL%%/GMail
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GMail
END-of-p5-GMail-IMAPD/pkg-plist
exit
--- p5-GMail-IMAPD.shar ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ahze  
Responsible-Changed-By: ahze 
Responsible-Changed-When: Wed Jun 6 17:12:38 UTC 2007 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113420 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Thu Jun 7 15:08:20 UTC 2007 
State-Changed-Why:  
New port added with a few plist fixes, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113420 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113420: commit references a PR
Date: Thu,  7 Jun 2007 15:08:17 +0000 (UTC)

 ahze        2007-06-07 15:08:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail                 Makefile 
   Added files:
     mail/p5-GMail-IMAPD  Makefile pkg-descr pkg-plist 
   Log:
   Add p5-GMail-IMAPD 0.94, perl IMAP4 gateway to Google's webmail service.
   
   PR:             ports/113420
   Submitted by:   Ali Mashtizadeh <ali at mashtizadeh.org>
   
   Revision  Changes    Path
   1.849     +1 -0      ports/mail/Makefile
   1.1       +32 -0     ports/mail/p5-GMail-IMAPD/Makefile (new)
   1.1       +9 -0      ports/mail/p5-GMail-IMAPD/pkg-descr (new)
   1.1       +5 -0      ports/mail/p5-GMail-IMAPD/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
