SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/p5-File-chdir/Makefile
Normal file
11
devel/p5-File-chdir/Makefile
Normal 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>
|
2
devel/p5-File-chdir/distinfo
Normal file
2
devel/p5-File-chdir/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-chdir-0.1011.tar.gz) = Mev5Et9I1daB3vdLmIDXix86ykNRoO0f41cLjgOvbHk=
|
||||
SIZE (File-chdir-0.1011.tar.gz) = 25127
|
7
devel/p5-File-chdir/pkg/DESCR
Normal file
7
devel/p5-File-chdir/pkg/DESCR
Normal 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.
|
3
devel/p5-File-chdir/pkg/PLIST
Normal file
3
devel/p5-File-chdir/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/File/
|
||||
${P5SITE}/File/chdir.pm
|
||||
@man man/man3p/File::chdir.3p
|
Loading…
Add table
Add a link
Reference in a new issue