cvs commit: ports/devel Makefile ports/devel/p5-File-chmod
Makefile distinfo pkg-descr pkg-plist
Beech Rintoul
beech at FreeBSD.org
Sun Feb 17 21:39:48 PST 2008
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)
More information about the cvs-ports
mailing list