From owner-svn-ports-all@FreeBSD.ORG Thu Feb 21 17:17:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 808B5E3E; Thu, 21 Feb 2013 17:17:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 64714855; Thu, 21 Feb 2013 17:17:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1LHHtwW000948; Thu, 21 Feb 2013 17:17:55 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1LHHsYT000945; Thu, 21 Feb 2013 17:17:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201302211717.r1LHHsYT000945@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 21 Feb 2013 17:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312730 - head/security/p5-IO-Async-SSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 17:17:55 -0000 Author: sunpoet Date: Thu Feb 21 17:17:54 2013 New Revision: 312730 URL: http://svnweb.freebsd.org/changeset/ports/312730 Log: - Add BUILD_DEPENDS - Sort MAN3 - Take maintainership - Cleanup Makefile header - Reformat pkg-descr - Complete PLIST Modified: head/security/p5-IO-Async-SSL/Makefile head/security/p5-IO-Async-SSL/pkg-descr (contents, props changed) head/security/p5-IO-Async-SSL/pkg-plist (contents, props changed) Modified: head/security/p5-IO-Async-SSL/Makefile ============================================================================== --- head/security/p5-IO-Async-SSL/Makefile Thu Feb 21 17:14:14 2013 (r312729) +++ head/security/p5-IO-Async-SSL/Makefile Thu Feb 21 17:17:54 2013 (r312730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IO-Async-SSL -# Date created: 2011-03-07 -# Whom: -# +# Created by: # $FreeBSD$ -# PORTNAME= IO-Async-SSL PORTVERSION= 0.06 @@ -12,14 +8,16 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Use SSL/TLS with IO::Async -RUN_DEPENDS= p5-IO-Async>=0.29:${PORTSDIR}/devel/p5-IO-Async\ +BUILD_DEPENDS= p5-IO-Async>=0.29:${PORTSDIR}/devel/p5-IO-Async\ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= IO::Async::SSLStream.3 IO::Async::SSL.3 +MAN3= IO::Async::SSL.3 \ + IO::Async::SSLStream.3 .include Modified: head/security/p5-IO-Async-SSL/pkg-descr ============================================================================== --- head/security/p5-IO-Async-SSL/pkg-descr Thu Feb 21 17:14:14 2013 (r312729) +++ head/security/p5-IO-Async-SSL/pkg-descr Thu Feb 21 17:17:54 2013 (r312730) @@ -1,4 +1,9 @@ -This module extends existing IO::Async classes with extra methods to -allow the use of SSL or TLS-based connections using IO::Socket::SSL. +This module extends existing IO::Async classes with extra methods to allow the +use of SSL or TLS-based connections using IO::Socket::SSL. It does not directly +provide any methods or functions of its own. -WWW: http://search.cpan.org/dist/IO-Async-SSL/ +Primarily, it provides SSL_connect and SSL_listen, which yield +IO::Socket::SSL-upgraded socket handles or IO::Async::SSLStream instances, and +two forms of SSL_upgrade to upgrade an existing TCP connection to use SSL. + +WWW: http://search.cpan.org/dist/IO-Async-SSL/ Modified: head/security/p5-IO-Async-SSL/pkg-plist ============================================================================== --- head/security/p5-IO-Async-SSL/pkg-plist Thu Feb 21 17:14:14 2013 (r312729) +++ head/security/p5-IO-Async-SSL/pkg-plist Thu Feb 21 17:17:54 2013 (r312730) @@ -1,6 +1,8 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/IO/Async/SSLStream.pm %%SITE_PERL%%/IO/Async/SSL.pm +%%SITE_PERL%%/IO/Async/SSLStream.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/SSL/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/SSL +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/SSL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO +@dirrmtry %%SITE_PERL%%/IO/Async +@dirrmtry %%SITE_PERL%%/IO