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,11 @@
COMMENT= more sensible way to change directories
MODULES= cpan
PKG_ARCH= *
DISTNAME = File-chdir-0.1011
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (File-chdir-0.1011.tar.gz) = Mev5Et9I1daB3vdLmIDXix86ykNRoO0f41cLjgOvbHk=
SIZE (File-chdir-0.1011.tar.gz) = 25127

View file

@ -0,0 +1,7 @@
Perl's chdir() has the unfortunate problem of being very, very, very
global. If any part of your program calls chdir() or if any library you
use calls chdir(), it changes the current working directory for the
whole program.
File::chdir gives you an alternative, $CWD and @CWD. These two
variables combine all the power of chdir(), File::Spec and Cwd.

View file

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