Bug 120782 - [NEW PORT] devel/p5-File-chmod: File::chmod - Implements symbolic and ls chmod modes
Summary: [NEW PORT] devel/p5-File-chmod: File::chmod - Implements symbolic and ls chmo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-18 04:30 UTC by Shinsuke Matsui
Modified: 2008-02-18 05:41 UTC (History)
0 users

See Also:


Attachments
p5-File-chmod-0.32.shar (2.24 KB, text/plain)
2008-02-18 04:30 UTC, Shinsuke Matsui
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shinsuke Matsui 2008-02-18 04:30:01 UTC
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
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-02-18 05:22:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-18 05:39:52 UTC
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"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-02-18 05:40:51 UTC
State Changed
From-To: open->closed

New port added, Thanks!