Add p5-Sys-Syscall 0.21, access system calls that Perl doesn\'t provide
access to. PR: ports/103744 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
c6e8abf4ed
commit
fff485a93b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174035
5 changed files with 36 additions and 0 deletions
|
@ -1364,6 +1364,7 @@
|
|||
SUBDIR += p5-Sub-Uplevel
|
||||
SUBDIR += p5-Sys-Mmap
|
||||
SUBDIR += p5-Sys-SigAction
|
||||
SUBDIR += p5-Sys-Syscall
|
||||
SUBDIR += p5-System2
|
||||
SUBDIR += p5-Taint-Runtime
|
||||
SUBDIR += p5-Term-ANSIColor
|
||||
|
|
22
devel/p5-Sys-Syscall/Makefile
Normal file
22
devel/p5-Sys-Syscall/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-Sys-Syscall
|
||||
# Date created: 2006-09-28
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Sys-Syscall
|
||||
PORTVERSION= 0.21
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Sys
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Access system calls that Perl doesn\'t provide access to
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Sys::Syscall.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Sys-Syscall/distinfo
Normal file
3
devel/p5-Sys-Syscall/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Sys-Syscall-0.21.tar.gz) = 712b88ab24316a0b49c12be81212fa66
|
||||
SHA256 (Sys-Syscall-0.21.tar.gz) = bedb9e4a39fa3437f754c1d7667c2ae7dd829dbe3cd0a5de07c8eacf2c424fcf
|
||||
SIZE (Sys-Syscall-0.21.tar.gz) = 6229
|
4
devel/p5-Sys-Syscall/pkg-descr
Normal file
4
devel/p5-Sys-Syscall/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Use epoll, sendfile, from Perl. Mostly Linux-only support now, but
|
||||
more syscalls/OSes planned for future.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Sys-Syscall/
|
6
devel/p5-Sys-Syscall/pkg-plist
Normal file
6
devel/p5-Sys-Syscall/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syscall/.packlist
|
||||
%%SITE_PERL%%/Sys/Syscall.pm
|
||||
@dirrmtry %%SITE_PERL%%/Sys
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syscall
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
|
Loading…
Reference in a new issue