Date: Thu, 17 Dec 2009 02:37:40 GMT From: johnpupu <johnpupu@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141694: New port: mail/p5-Net-POP3-SSLWrapper Message-ID: <200912170237.nBH2bedo025801@www.freebsd.org> Resent-Message-ID: <200912170240.nBH2e1xo045212@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141694 >Category: ports >Synopsis: New port: mail/p5-Net-POP3-SSLWrapper >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 Dec 17 02:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: johnpupu >Release: 7.1-RELEASE-p8 >Organization: >Environment: FreeBSD blog.johnpupu.tw 7.1-RELEASE-p8 FreeBSD 7.1-RELEASE-p8 #7: Sat Oct 3 15:49:51 CST 2009 root@blog.johnpupu.tw:/usr/obj/usr/src/sys/JOHNPUPU i386 >Description: Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3. You can easy to support POP3S, with very small code change. >How-To-Repeat: >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: # 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912170237.nBH2bedo025801>