1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

The primary purpose of this is to use file descriptors instead of file

handles for socket operations. File descriptors can be shared between
threads and not need dup file handles for each threads.

WWW: http://search.cpan.org/dist/POSIX-Socket/
This commit is contained in:
Jun Kuriyama 2013-08-10 15:30:16 +00:00
parent 41ceca307a
commit 735c7c8e28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324544
5 changed files with 32 additions and 0 deletions

View File

@ -725,6 +725,7 @@
SUBDIR += p5-POE-Component-Server-Twirc
SUBDIR += p5-POE-Component-Spread
SUBDIR += p5-POEx-Role-TCPServer
SUBDIR += p5-POSIX-Socket
SUBDIR += p5-Parallel-Pvm
SUBDIR += p5-Phone-Info
SUBDIR += p5-PlRPC

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= POSIX-Socket
PORTVERSION= 0.09
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for POSIX socket low-level interface
USES= perl5
USE_PERL5= configure
MAN3= POSIX::Socket.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (POSIX-Socket-0.09.tar.gz) = 077240158fc77654c5a76429a0edc943d08acfc9e87c87dad14b333a1fb713a7
SIZE (POSIX-Socket-0.09.tar.gz) = 3608

View File

@ -0,0 +1,5 @@
The primary purpose of this is to use file descriptors instead of file
handles for socket operations. File descriptors can be shared between
threads and not need dup file handles for each threads.
WWW: http://search.cpan.org/dist/POSIX-Socket/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/Socket/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/POSIX/Socket.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/Socket/Socket.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/Socket/Socket.so
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POSIX
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/Socket
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX