mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
This small low-level module only has one purpose: pass a file
descriptor to another process, using a (streaming) unix domain socket (on POSIX systems) or any (streaming) socket (on WIN32 systems). The ability to pass file descriptors on windows is currently the unique selling point of this module. Have I mentioned that it is really small, too? WWW: http://search.cpan.org/dist/IO-FDPass/
This commit is contained in:
parent
3d8523ebd0
commit
0e4f5d5eca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319089
@ -2103,6 +2103,7 @@
|
||||
SUBDIR += p5-IO-Detect
|
||||
SUBDIR += p5-IO-Digest
|
||||
SUBDIR += p5-IO-Event
|
||||
SUBDIR += p5-IO-FDPass
|
||||
SUBDIR += p5-IO-HTML
|
||||
SUBDIR += p5-IO-Handle-Util
|
||||
SUBDIR += p5-IO-Interactive
|
||||
|
16
devel/p5-IO-FDPass/Makefile
Normal file
16
devel/p5-IO-FDPass/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= IO-FDPass
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to pass a file descriptor over a socket
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IO::FDPass.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IO-FDPass/distinfo
Normal file
2
devel/p5-IO-FDPass/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (IO-FDPass-1.0.tar.gz) = cbc56b327cc6301e36ceedaf3b85a06987d514f5212d22efab7c7e13d8080aa4
|
||||
SIZE (IO-FDPass-1.0.tar.gz) = 5866
|
8
devel/p5-IO-FDPass/pkg-descr
Normal file
8
devel/p5-IO-FDPass/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This small low-level module only has one purpose: pass a file
|
||||
descriptor to another process, using a (streaming) unix domain socket
|
||||
(on POSIX systems) or any (streaming) socket (on WIN32 systems). The
|
||||
ability to pass file descriptors on windows is currently the unique
|
||||
selling point of this module. Have I mentioned that it is really
|
||||
small, too?
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-FDPass/
|
7
devel/p5-IO-FDPass/pkg-plist
Normal file
7
devel/p5-IO-FDPass/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/FDPass/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/FDPass/FDPass.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/FDPass/FDPass.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/IO/FDPass.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/FDPass
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
Loading…
Reference in New Issue
Block a user