From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 1 17:10:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58E8916A523 for ; Mon, 1 Oct 2007 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D4DDA13C480 for ; Mon, 1 Oct 2007 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l91HA1Kb084729 for ; Mon, 1 Oct 2007 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l91HA1Da084728; Mon, 1 Oct 2007 17:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 1 Oct 2007 17:10:01 GMT Resent-Message-Id: <200710011710.l91HA1Da084728@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, Janos Mohacsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A7F316A417 for ; Mon, 1 Oct 2007 17:08:42 +0000 (UTC) (envelope-from mohacsi@scone.ki.iif.hu) Received: from scone.ki.iif.hu (scone.ki.iif.hu [IPv6:2001:738:0:401:20f:1fff:fea4:ba0a]) by mx1.freebsd.org (Postfix) with ESMTP id A58E113C494 for ; Mon, 1 Oct 2007 17:08:41 +0000 (UTC) (envelope-from mohacsi@scone.ki.iif.hu) Received: from scone.ki.iif.hu (localhost [127.0.0.1]) by scone.ki.iif.hu (8.14.1/8.14.1) with ESMTP id l91H6Y9C050449 for ; Mon, 1 Oct 2007 19:06:36 +0200 (CEST) (envelope-from mohacsi@scone.ki.iif.hu) Received: (from mohacsi@localhost) by scone.ki.iif.hu (8.14.1/8.14.1/Submit) id l91H6YB5050448; Mon, 1 Oct 2007 19:06:34 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200710011706.l91H6YB5050448@scone.ki.iif.hu> Date: Mon, 1 Oct 2007 19:06:34 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116787: [NEW PORT] devel/p5-FileHandle-Fmode: Module to determine if a filehandle is opened for reading, writing 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: Mon, 01 Oct 2007 17:10:02 -0000 >Number: 116787 >Category: ports >Synopsis: [NEW PORT] devel/p5-FileHandle-Fmode: Module to determine if a filehandle is opened for reading, writing >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: Mon Oct 01 17:10:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 7.0-CURRENT i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Jun 27 18:22:17 CEST 2007 >Description: Use this module to check whether a filehandle is readable, writable, or readable/writable. WWW: http://search.cpan.org/dist/FileHandle-Fmode/ Authors: sisyphus@cpan.org Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-FileHandle-Fmode-0.09.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-FileHandle-Fmode # p5-FileHandle-Fmode/pkg-descr # p5-FileHandle-Fmode/Makefile # p5-FileHandle-Fmode/pkg-plist # p5-FileHandle-Fmode/distinfo # echo c - p5-FileHandle-Fmode mkdir -p p5-FileHandle-Fmode > /dev/null 2>&1 echo x - p5-FileHandle-Fmode/pkg-descr sed 's/^X//' >p5-FileHandle-Fmode/pkg-descr << 'END-of-p5-FileHandle-Fmode/pkg-descr' XUse this module to check whether a filehandle is readable, writable, or Xreadable/writable. X XWWW: http://search.cpan.org/dist/FileHandle-Fmode/ XAuthors: sisyphus@cpan.org END-of-p5-FileHandle-Fmode/pkg-descr echo x - p5-FileHandle-Fmode/Makefile sed 's/^X//' >p5-FileHandle-Fmode/Makefile << 'END-of-p5-FileHandle-Fmode/Makefile' X# New ports collection makefile for: p5-FileHandle-Fmode X# Date created: 01 October 2007 X# Whom: janos.mohacsi@bsd.hu X# X# $FreeBSD$ X# X XPORTNAME= FileHandle-Fmode XPORTVERSION= 0.09 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= FileHandle XPKGNAMEPREFIX= p5- X XMAINTAINER= janos.mohacsi@bsd.hu XCOMMENT= Module to determine if a filehandle is opened for reading, writing X XMAN3= FileHandle::Fmode.3 X XPERL_CONFIGURE= yes X X.include END-of-p5-FileHandle-Fmode/Makefile echo x - p5-FileHandle-Fmode/pkg-plist sed 's/^X//' >p5-FileHandle-Fmode/pkg-plist << 'END-of-p5-FileHandle-Fmode/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/FileHandle/Fmode.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/Fmode.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/Fmode.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/FileHandle END-of-p5-FileHandle-Fmode/pkg-plist echo x - p5-FileHandle-Fmode/distinfo sed 's/^X//' >p5-FileHandle-Fmode/distinfo << 'END-of-p5-FileHandle-Fmode/distinfo' XMD5 (FileHandle-Fmode-0.09.tar.gz) = 1d0c629d8e4138fc753757ad41e69d5d XSHA256 (FileHandle-Fmode-0.09.tar.gz) = cce5b06f0f209fe313ea26d22e254944c735a351a774aad20d3ed705c0d3d653 XSIZE (FileHandle-Fmode-0.09.tar.gz) = 4963 END-of-p5-FileHandle-Fmode/distinfo exit --- p5-FileHandle-Fmode-0.09.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: