mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Uses the FreeBSD sendfile(2) function to send the contents of an open file
handle directly to an open socket. WWW: http://search.cpan.org/dist/Sys-Sendfile-FreeBSD/ PR: ports/132812 Submitted by: Mykola Marzhan <delgod at portaone.com>
This commit is contained in:
parent
21747037cc
commit
ee811036e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230871
5 changed files with 38 additions and 0 deletions
|
@ -1796,6 +1796,7 @@
|
|||
SUBDIR += p5-Sys-Mmap
|
||||
SUBDIR += p5-Sys-RunAlone
|
||||
SUBDIR += p5-Sys-RunAlways
|
||||
SUBDIR += p5-Sys-Sendfile-FreeBSD
|
||||
SUBDIR += p5-Sys-Sig
|
||||
SUBDIR += p5-Sys-SigAction
|
||||
SUBDIR += p5-Sys-Syscall
|
||||
|
|
21
devel/p5-Sys-Sendfile-FreeBSD/Makefile
Normal file
21
devel/p5-Sys-Sendfile-FreeBSD/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: Sys::Sendfile::FreeBSD
|
||||
# Date created: Jan 21, 2009
|
||||
# Whom: Mykola Marzhan <delgod@portaone.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Sys-Sendfile-FreeBSD
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= delgod@portaone.com
|
||||
COMMENT= Wrapper for the FreeBSD sendfile(2) function
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Sys::Sendfile::FreeBSD.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Sys-Sendfile-FreeBSD/distinfo
Normal file
3
devel/p5-Sys-Sendfile-FreeBSD/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Sys-Sendfile-FreeBSD-0.01.tar.gz) = ee3f200c96588a62caf6a11b9891d246
|
||||
SHA256 (Sys-Sendfile-FreeBSD-0.01.tar.gz) = 9b37098779f763bb04adb76f1cf3661b03376161e3d0458666f315cd0fb0a082
|
||||
SIZE (Sys-Sendfile-FreeBSD-0.01.tar.gz) = 2970
|
4
devel/p5-Sys-Sendfile-FreeBSD/pkg-descr
Normal file
4
devel/p5-Sys-Sendfile-FreeBSD/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Uses the FreeBSD sendfile(2) function to send the contents of an open file
|
||||
handle directly to an open socket.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Sys-Sendfile-FreeBSD/
|
9
devel/p5-Sys-Sendfile-FreeBSD/pkg-plist
Normal file
9
devel/p5-Sys-Sendfile-FreeBSD/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Sys/Sendfile/FreeBSD.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sys/Sendfile
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sys
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Sendfile/FreeBSD/FreeBSD.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Sendfile/FreeBSD/FreeBSD.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Sendfile/FreeBSD/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Sendfile/FreeBSD
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Sendfile
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
|
Loading…
Add table
Reference in a new issue