Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Take advantage of CPAN macro from bsd.sites.mk, change ↵ | Marcelo Araujo | 2008-04-17 | 1 | -2/+1 |
| | | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450 | ||||
* | File::chmod is a utility that allows you to bypass system calls | Beech Rintoul | 2008-02-18 | 4 | -0/+38 |
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> Notes: svn path=/head/; revision=207501 |