Socket::Class provides a simple, fast and efficient way to
communicate with sockets. It operates outside of the Perl IO layer and can be used as a replacement to IO::Socket. Little parts of Bluetooth technology has been integrated. WWW: http://search.cpan.org/dist/Socket-Class/ PR: ports/133796 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
4b084c8308
commit
5642db925b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232560
5 changed files with 50 additions and 0 deletions
|
@ -631,6 +631,7 @@
|
|||
SUBDIR += p5-SOAP-Lite-060
|
||||
SUBDIR += p5-SOAP-MySOAP
|
||||
SUBDIR += p5-Samba-LDAP
|
||||
SUBDIR += p5-Socket-Class
|
||||
SUBDIR += p5-Socket-Multicast6
|
||||
SUBDIR += p5-Socket6
|
||||
SUBDIR += p5-Socks
|
||||
|
|
23
net/p5-Socket-Class/Makefile
Normal file
23
net/p5-Socket-Class/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: p5-Socket-Class
|
||||
# Date created: 17 April, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Socket-Class
|
||||
PORTVERSION= 2.11
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A perl class to communicate with sockets
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Socket::Class::Const.3 \
|
||||
Socket::Class::SSL.3 \
|
||||
Socket::Class.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Socket-Class/distinfo
Normal file
3
net/p5-Socket-Class/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Socket-Class-2.11.tar.gz) = 8384ddf2ede96c4515dfe6259902dfcb
|
||||
SHA256 (Socket-Class-2.11.tar.gz) = 270704b232201d8880282e9e491c84f3e805af8d242cfdd21396835bae75dff1
|
||||
SIZE (Socket-Class-2.11.tar.gz) = 4222682
|
6
net/p5-Socket-Class/pkg-descr
Normal file
6
net/p5-Socket-Class/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Socket::Class provides a simple, fast and efficient way to
|
||||
communicate with sockets. It operates outside of the Perl
|
||||
IO layer and can be used as a replacement to IO::Socket.
|
||||
Little parts of Bluetooth technology has been integrated.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Socket-Class/
|
17
net/p5-Socket-Class/pkg-plist
Normal file
17
net/p5-Socket-Class/pkg-plist
Normal file
|
@ -0,0 +1,17 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/Class.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/Class.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/mod_sc.h
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/Const/Const.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/Const/Const.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/SSL/SSL.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/SSL/SSL.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class/Const.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class/SSL.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/SSL
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/Const
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket
|
Loading…
Reference in a new issue