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,22 @@
COMMENT= retrieve home directory location
MODULES= cpan
PKG_ARCH= *
DISTNAME = File-HomeDir-1.006
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= sysutils/p5-File-Which>=0.05
# t/20_empty_home.t fails under PORTS_PRIVSEP if the directory
# '/nonexistent' doesn't exist as File::HomeDir->my_home checks
# if it does before considering a home directory valid.
# Needed by t/02_main.t
TEST_ENV+= HOME="${HOME}"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (File-HomeDir-1.006.tar.gz) = WTc3xi3w9tq11BIuC0R2QXlFu2Jiwz7twAlmXvFUiFI=
SIZE (File-HomeDir-1.006.tar.gz) = 35855

View file

@ -0,0 +1,4 @@
File::HomeDir is a module for dealing with issues relating to the
location of directories for various purposes that are "owned" by a user,
and to solve these problems consistently across a wide variety of
platforms.

View file

@ -0,0 +1,22 @@
${P5SITE}/File/HomeDir/
${P5SITE}/File/HomeDir.pm
${P5SITE}/File/HomeDir/Darwin/
${P5SITE}/File/HomeDir/Darwin.pm
${P5SITE}/File/HomeDir/Darwin/Carbon.pm
${P5SITE}/File/HomeDir/Darwin/Cocoa.pm
${P5SITE}/File/HomeDir/Driver.pm
${P5SITE}/File/HomeDir/FreeDesktop.pm
${P5SITE}/File/HomeDir/MacOS9.pm
${P5SITE}/File/HomeDir/Test.pm
${P5SITE}/File/HomeDir/Unix.pm
${P5SITE}/File/HomeDir/Windows.pm
@man man/man3p/File::HomeDir.3p
@man man/man3p/File::HomeDir::Darwin.3p
@man man/man3p/File::HomeDir::Darwin::Carbon.3p
@man man/man3p/File::HomeDir::Darwin::Cocoa.3p
@man man/man3p/File::HomeDir::Driver.3p
@man man/man3p/File::HomeDir::FreeDesktop.3p
@man man/man3p/File::HomeDir::MacOS9.3p
@man man/man3p/File::HomeDir::Test.3p
@man man/man3p/File::HomeDir::Unix.3p
@man man/man3p/File::HomeDir::Windows.3p