From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 18 04:30:02 2008 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 8EB7716A417 for ; Mon, 18 Feb 2008 04:30:02 +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 5FDDA13C45D for ; Mon, 18 Feb 2008 04:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1I4U2bT096880 for ; Mon, 18 Feb 2008 04:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1I4U2Pg096879; Mon, 18 Feb 2008 04:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 18 Feb 2008 04:30:02 GMT Resent-Message-Id: <200802180430.m1I4U2Pg096879@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, Shinsuke Matsui Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86C6F16A419 for ; Mon, 18 Feb 2008 04:26:20 +0000 (UTC) (envelope-from matsuis@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id A18CD13C43E for ; Mon, 18 Feb 2008 04:26:19 +0000 (UTC) (envelope-from matsuis@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so1266228rvb.43 for ; Sun, 17 Feb 2008 20:26:19 -0800 (PST) Received: by 10.140.136.6 with SMTP id j6mr3516489rvd.50.1203307212689; Sun, 17 Feb 2008 20:00:12 -0800 (PST) Received: from egan.internet-inc.co.jp ( [210.172.80.128]) by mx.google.com with ESMTPS id c3sm8266567rvf.37.2008.02.17.20.00.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Feb 2008 20:00:11 -0800 (PST) Received: by egan.internet-inc.co.jp (nbSMTP-1.00) for uid 1001 (using TLSv1/SSLv3 with cipher DES-CBC3-SHA (168/168 bits)) smatsui@karashi.org; Mon, 18 Feb 2008 13:01:02 +0900 (JST) Message-Id: <47b902cb.03b48c0a.3cfa.ffff9d8a@mx.google.com> Date: Sun, 17 Feb 2008 20:00:11 -0800 (PST) From: Shinsuke Matsui Sender: matsuis@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/120782: [NEW PORT] devel/p5-File-chmod: File::chmod - Implements symbolic and ls chmod modes 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, 18 Feb 2008 04:30:02 -0000 >Number: 120782 >Category: ports >Synopsis: [NEW PORT] devel/p5-File-chmod: File::chmod - Implements symbolic and ls chmod modes >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 Feb 18 04:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Shinsuke Matsui >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD localhost.my.domain 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Wed Feb 13 02:40:56 UTC 2008 >Description: File::chmod is a utility that allows you to bypass system calls or bit processing of a file's permissions. It overloads the chmod() function with its own that gets an octal mode, a symbolic mode, or an "ls" mode. If you wish not to overload chmod(), you can export symchmod() and lschmod(), which take, respectively, a symbolic mode and an "ls" mode. WWW: http://search.cpan.org/dist/File-chmod/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-File-chmod-0.32.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-File-chmod # p5-File-chmod/Makefile # p5-File-chmod/distinfo # p5-File-chmod/pkg-descr # p5-File-chmod/pkg-plist # echo c - p5-File-chmod mkdir -p p5-File-chmod > /dev/null 2>&1 echo x - p5-File-chmod/Makefile sed 's/^X//' >p5-File-chmod/Makefile << 'END-of-p5-File-chmod/Makefile' X# New ports collection makefile for: p5-File-chmod X# Date created: 2008-02-18 X# Whom: Shinsuke Matsui X# X# $FreeBSD$ X# X XPORTNAME= File-chmod XPORTVERSION= 0.32 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= File XPKGNAMEPREFIX= p5- X XMAINTAINER= smatsui@karashi.org XCOMMENT= File::chmod - Implements symbolic and ls chmod modes X XPERL_CONFIGURE= yes X XMAN3= File::chmod.3 X X.include END-of-p5-File-chmod/Makefile echo x - p5-File-chmod/distinfo sed 's/^X//' >p5-File-chmod/distinfo << 'END-of-p5-File-chmod/distinfo' XMD5 (File-chmod-0.32.tar.gz) = 0048eb67fffad544e1cc07e04c33b0b2 XSHA256 (File-chmod-0.32.tar.gz) = ec54997c4274ca27e8e8d25585223569b15b16ed2bfdf5d0507c57787d6d05a9 XSIZE (File-chmod-0.32.tar.gz) = 7200 END-of-p5-File-chmod/distinfo echo x - p5-File-chmod/pkg-descr sed 's/^X//' >p5-File-chmod/pkg-descr << 'END-of-p5-File-chmod/pkg-descr' XFile::chmod is a utility that allows you to bypass system calls Xor bit processing of a file's permissions. It overloads the Xchmod() function with its own that gets an octal mode, a Xsymbolic mode, or an "ls" mode. If you wish not to overload chmod(), Xyou can export symchmod() and lschmod(), which take, respectively, Xa symbolic mode and an "ls" mode. X XWWW: http://search.cpan.org/dist/File-chmod/ END-of-p5-File-chmod/pkg-descr echo x - p5-File-chmod/pkg-plist sed 's/^X//' >p5-File-chmod/pkg-plist << 'END-of-p5-File-chmod/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/chmod/.packlist X%%SITE_PERL%%/File/chmod.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/chmod X@dirrmtry %%SITE_PERL%%/File X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File END-of-p5-File-chmod/pkg-plist exit --- p5-File-chmod-0.32.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: