Date: Sun, 17 Feb 2008 20:00:11 -0800 (PST) From: Shinsuke Matsui <smatsui@karashi.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/120782: [NEW PORT] devel/p5-File-chmod: File::chmod - Implements symbolic and ls chmod modes Message-ID: <47b902cb.03b48c0a.3cfa.ffff9d8a@mx.google.com> Resent-Message-ID: <200802180430.m1I4U2Pg096879@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <smatsui@karashi.org> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47b902cb.03b48c0a.3cfa.ffff9d8a>