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

Sys::Sendfile provides access to your operating system's sendfile

facility.  It allows you to efficiently transfer data from one
filehandle to another.  Typically the source is a file on disk and the
sink is a socket, and some operating systems may not even support
other usage.

WWW: http://search.cpan.org/dist/Sys-Sendfile/
This commit is contained in:
Jun Kuriyama 2013-11-06 01:33:51 +00:00
parent c07eae427d
commit 0c4478bab6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332939
5 changed files with 33 additions and 0 deletions

View File

@ -2711,6 +2711,7 @@
SUBDIR += p5-Sys-Mmap
SUBDIR += p5-Sys-RunAlone
SUBDIR += p5-Sys-RunAlways
SUBDIR += p5-Sys-Sendfile
SUBDIR += p5-Sys-Sendfile-FreeBSD
SUBDIR += p5-Sys-Sig
SUBDIR += p5-Sys-SigAction

View File

@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= Sys-Sendfile
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for zero-copy data transfer
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Sys-Sendfile-0.11.tar.gz) = f91e3ebdc3f5b5888922aec5ceca6b43f752dd07c1852a19aa2cd2d76aacf231
SIZE (Sys-Sendfile-0.11.tar.gz) = 14372

View File

@ -0,0 +1,7 @@
Sys::Sendfile provides access to your operating system's sendfile
facility. It allows you to efficiently transfer data from one
filehandle to another. Typically the source is a file on disk and the
sink is a socket, and some operating systems may not even support
other usage.
WWW: http://search.cpan.org/dist/Sys-Sendfile/

View File

@ -0,0 +1,8 @@
%%PERL5_MAN3%%/Sys::Sendfile.3.gz
%%SITE_PERL%%/%%PERL_ARCH%%/Sys/Sendfile.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Sendfile/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Sendfile/Sendfile.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Sendfile/Sendfile.so
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sys
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Sendfile
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys