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
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
beech 2008-02-18 05:39:47 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-chmod Makefile distinfo pkg-descr pkg-plist Log: 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. PR: ports/120782 Submitted by: Shinsuke Matsui <smatsui at karashi.org> Revision Changes Path 1.2999 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-File-chmod/Makefile (new) 1.1 +3 -0 ports/devel/p5-File-chmod/distinfo (new) 1.1 +8 -0 ports/devel/p5-File-chmod/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-File-chmod/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, Thanks!