Bug 141694

Summary: New port: mail/p5-Net-POP3-SSLWrapper
Product: Ports & Packages Reporter: johnpupu
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar
none
p5-Net-POP3-SSLWrapper.shar none

Description johnpupu 2009-12-17 02:40:00 UTC
Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3.

You can easy to support POP3S, with very small code change.

Fix: # 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:
#
#	/root/p5-Net-POP3-SSLWrapper
#	/root/p5-Net-POP3-SSLWrapper/Makefile
#	/root/p5-Net-POP3-SSLWrapper/pkg-descr
#	/root/p5-Net-POP3-SSLWrapper/distinfo
#	/root/p5-Net-POP3-SSLWrapper/pkg-plist
#
echo c - /root/p5-Net-POP3-SSLWrapper
mkdir -p /root/p5-Net-POP3-SSLWrapper > /dev/null 2>&1
echo x - /root/p5-Net-POP3-SSLWrapper/Makefile
sed 's/^X//' >/root/p5-Net-POP3-SSLWrapper/Makefile << '35108b8293bf2b6ec1157cbdf4075c3c'
X# New ports collection makefile for:	p5-Net-POP3-SSLWrapper
X# Date created:				16 December 2009
X# Whom:					johnpupu <johnpupu@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-POP3-SSLWrapper
XPORTVERSION=	0.02
XCATEGORIES=	mail perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	johnpupu@gmail.com
XCOMMENT=	Perl extension for simple POP3S wrapper for Net::POP3
X
XRUN_DEPENDS=	p5-IO-Socket-SSL:${PORTSDIR}/security/p5-IO-Socket-SSL \
X	p5-ExtUtils-MakeMaker:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
X
XBUILD_DEPENDS=  ${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Net::POP3::SSLWrapper.3
X
X.include <bsd.port.mk>
35108b8293bf2b6ec1157cbdf4075c3c
echo x - /root/p5-Net-POP3-SSLWrapper/pkg-descr
sed 's/^X//' >/root/p5-Net-POP3-SSLWrapper/pkg-descr << '22451597628a496e1b66892c6cfc6a8b'
XThis is a port of Net-POP3-SSLWrapper.  
X
XWWW: http://search.cpan.org/dist/Net-POP3-SSLWrapper/
22451597628a496e1b66892c6cfc6a8b
echo x - /root/p5-Net-POP3-SSLWrapper/distinfo
sed 's/^X//' >/root/p5-Net-POP3-SSLWrapper/distinfo << '285484e8d7015748c280f45bc46672b4'
XMD5 (Net-POP3-SSLWrapper-0.02.tar.gz) = 1ef50e46ac902290be782004dc306f10
XSHA256 (Net-POP3-SSLWrapper-0.02.tar.gz) = 7ba38d76072a6dfbcf7ec7c4056cbad4cc5adf9c5449a477116c57cf6c2c57ad
XSIZE (Net-POP3-SSLWrapper-0.02.tar.gz) = 34630
285484e8d7015748c280f45bc46672b4
echo x - /root/p5-Net-POP3-SSLWrapper/pkg-plist
sed 's/^X//' >/root/p5-Net-POP3-SSLWrapper/pkg-plist << '4264d0a151b0439078b2405a7e46ce6c'
Xlib/perl5/5.10.1/man/man3/Net::POP3::SSLWrapper.3.gz
Xlib/perl5/site_perl/5.10.1/Net/POP3/SSLWrapper.pm
Xlib/perl5/site_perl/5.10.1/mach/auto/Net/POP3/SSLWrapper/.packlist
X@dirrm lib/perl5/site_perl/5.10.1/mach/auto/Net/POP3/SSLWrapper
X@dirrm lib/perl5/site_perl/5.10.1/mach/auto/Net/POP3
X@dirrm lib/perl5/site_perl/5.10.1/mach/auto/Net
X@dirrm lib/perl5/site_perl/5.10.1/mach/auto
X@dirrm lib/perl5/site_perl/5.10.1/mach
X@dirrm lib/perl5/site_perl/5.10.1/Net/POP3
X@dirrm lib/perl5/site_perl/5.10.1/Net
X@dirrm lib/perl5/site_perl/5.10.1
X@dirrm lib/perl5/site_perl
X@dirrm lib/perl5/5.10.1/man/man3
X@dirrm lib/perl5/5.10.1/man
X@dirrm lib/perl5/5.10.1
X@dirrm lib/perl5
4264d0a151b0439078b2405a7e46ce6c
exit


Patch attached with submission follows:
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2009-12-17 07:29:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-22 06:47:18 UTC
clsung      2010-01-22 06:47:02 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/p5-Net-POP3-SSLWrapper Makefile distinfo pkg-descr 
                                pkg-plist 
  Log:
  Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3.
  
  You can easy to support POP3S, with very small code change.
  
  PR:             ports/141694
  Submitted by:   johnpupu <johnpupu_AT_gmail dot com>
  
  Revision  Changes    Path
  1.1002    +1 -0      ports/mail/Makefile
  1.1       +25 -0     ports/mail/p5-Net-POP3-SSLWrapper/Makefile (new)
  1.1       +3 -0      ports/mail/p5-Net-POP3-SSLWrapper/distinfo (new)
  1.1       +5 -0      ports/mail/p5-Net-POP3-SSLWrapper/pkg-descr (new)
  1.1       +7 -0      ports/mail/p5-Net-POP3-SSLWrapper/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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2010-01-22 07:01:07 UTC
State Changed
From-To: open->closed

New port added with modifications. Thank you.