SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
COMMENT= implements symbolic and ls chmod modes
MODULES= cpan
PKG_ARCH= *
DISTNAME= File-chmod-0.42
CATEGORIES= devel
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (File-chmod-0.42.tar.gz) = bK+v/2i8hCFRaLVe3g0ZHctX+aMgG1HWHtsoWKJAd5U=
SIZE (File-chmod-0.42.tar.gz) = 24940

View file

@ -0,0 +1,4 @@
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 (see below), or
an "ls" mode.

View file

@ -0,0 +1,3 @@
${P5SITE}/File/
${P5SITE}/File/chmod.pm
@man man/man3p/File::chmod.3p