1
0
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:
Jun Kuriyama 2013-05-26 01:39:59 +00:00
parent 3d8523ebd0
commit 0e4f5d5eca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319089
5 changed files with 34 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (IO-FDPass-1.0.tar.gz) = cbc56b327cc6301e36ceedaf3b85a06987d514f5212d22efab7c7e13d8080aa4
SIZE (IO-FDPass-1.0.tar.gz) = 5866

View 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/

View 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