From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 28 11:10:32 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 026C116A416 for ; Thu, 28 Sep 2006 11:10:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D9343D60 for ; Thu, 28 Sep 2006 11:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8SBAKAp026088 for ; Thu, 28 Sep 2006 11:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8SBAKXS026087; Thu, 28 Sep 2006 11:10:20 GMT (envelope-from gnats) Resent-Date: Thu, 28 Sep 2006 11:10:20 GMT Resent-Message-Id: <200609281110.k8SBAKXS026087@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C67C816A501 for ; Thu, 28 Sep 2006 11:00:57 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D7D43D5D for ; Thu, 28 Sep 2006 11:00:56 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id C094A61; Thu, 28 Sep 2006 19:00:52 +0800 (CST) Message-Id: <20060928110052.C094A61@netnews.NCTU.edu.tw> Date: Thu, 28 Sep 2006 19:00:52 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/103744: [NEW PORT] devel/p5-Sys-Syscall: Access system calls that Perl doesn\'t provide access to X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 11:10:32 -0000 >Number: 103744 >Category: ports >Synopsis: [NEW PORT] devel/p5-Sys-Syscall: Access system calls that Perl doesn\'t provide access to >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 28 11:10:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Sys-Syscall-0.21.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Sys-Syscall # p5-Sys-Syscall/pkg-descr # p5-Sys-Syscall/Makefile # p5-Sys-Syscall/pkg-plist # p5-Sys-Syscall/distinfo # echo c - p5-Sys-Syscall mkdir -p p5-Sys-Syscall > /dev/null 2>&1 echo x - p5-Sys-Syscall/pkg-descr sed 's/^X//' >p5-Sys-Syscall/pkg-descr << 'END-of-p5-Sys-Syscall/pkg-descr' XUse epoll, sendfile, from Perl. Mostly Linux-only support now, but Xmore syscalls/OSes planned for future. X XWWW: http://search.cpan.org/dist/Sys-Syscall/ END-of-p5-Sys-Syscall/pkg-descr echo x - p5-Sys-Syscall/Makefile sed 's/^X//' >p5-Sys-Syscall/Makefile << 'END-of-p5-Sys-Syscall/Makefile' X# New ports collection makefile for: p5-Sys-Syscall X# Date created: 2006-09-28 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Sys-Syscall XPORTVERSION= 0.21 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= Sys XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Access system calls that Perl doesn\'t provide access to X XPERL_CONFIGURE= yes X XMAN3= Sys::Syscall.3 X X.include END-of-p5-Sys-Syscall/Makefile echo x - p5-Sys-Syscall/pkg-plist sed 's/^X//' >p5-Sys-Syscall/pkg-plist << 'END-of-p5-Sys-Syscall/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syscall/.packlist X%%SITE_PERL%%/Sys/Syscall.pm X@dirrmtry %%SITE_PERL%%/Sys X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syscall X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys END-of-p5-Sys-Syscall/pkg-plist echo x - p5-Sys-Syscall/distinfo sed 's/^X//' >p5-Sys-Syscall/distinfo << 'END-of-p5-Sys-Syscall/distinfo' XMD5 (Sys-Syscall-0.21.tar.gz) = 712b88ab24316a0b49c12be81212fa66 XSHA256 (Sys-Syscall-0.21.tar.gz) = bedb9e4a39fa3437f754c1d7667c2ae7dd829dbe3cd0a5de07c8eacf2c424fcf XSIZE (Sys-Syscall-0.21.tar.gz) = 6229 END-of-p5-Sys-Syscall/distinfo exit --- p5-Sys-Syscall-0.21.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: