Port details |
- p5-Fuse Write filesystems in Perl using FUSE
- 0.16.1_2 filesystems
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: perl@FreeBSD.org
- Port Added: 2024-11-07 19:52:55
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- Also Listed In: perl5 sysutils
- License: LGPL21
- WWW:
- https://metacpan.org/release/Fuse
- Description:
- This lets you implement filesystems in perl, through the FUSE
(Filesystem in USErspace) kernel/lib interface.
FUSE expects you to implement callbacks for the various functions.
In the following definitions, "errno" can be 0 (for a success),
-EINVAL, -ENOENT, -EONFIRE, any integer less than 1 really.
You can import standard error constants by saying something like "use
POSIX qw(EDOTDOT ENOANO);".
Every constant you need (file types, open() flags, error values, etc)
can be imported either from POSIX or from Fcntl, often both. See their
respective documentations, for more information.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Fuse>0:filesystems/p5-Fuse
- To install the port:
- cd /usr/ports/filesystems/p5-Fuse/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/p5-Fuse
- pkg install p5-Fuse
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Fuse
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730905168
SHA256 (Fuse-0.16.1.tar.gz) = 13a2e923f247781acb79259f4e57ee62aa392e36a6df110fa56e1970010d1127
SIZE (Fuse-0.16.1.tar.gz) = 43004
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libfuse.so : filesystems/fusefs-libs
- This port is required by:
- for Build
-
- sysutils/p5-Brackup
- sysutils/p5-Fuse-Simple
- for Run
-
- sysutils/p5-Brackup
- sysutils/p5-Fuse-Simple
Configuration Options:
- No options to configure
- Options name:
- filesystems_p5-Fuse
- USES:
- perl5 fuse pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|