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:
parent
41ceca307a
commit
735c7c8e28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324544
@ -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
|
||||
|
17
net/p5-POSIX-Socket/Makefile
Normal file
17
net/p5-POSIX-Socket/Makefile
Normal 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>
|
2
net/p5-POSIX-Socket/distinfo
Normal file
2
net/p5-POSIX-Socket/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (POSIX-Socket-0.09.tar.gz) = 077240158fc77654c5a76429a0edc943d08acfc9e87c87dad14b333a1fb713a7
|
||||
SIZE (POSIX-Socket-0.09.tar.gz) = 3608
|
5
net/p5-POSIX-Socket/pkg-descr
Normal file
5
net/p5-POSIX-Socket/pkg-descr
Normal 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/
|
7
net/p5-POSIX-Socket/pkg-plist
Normal file
7
net/p5-POSIX-Socket/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user