Port details on branch 2023Q1 |
- rubygem-pathname Representation of the name of a file or directory on the filesystem
- 0.4.0 devel =2 0.3.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2021-01-03 20:39:16
- Last Update: 2024-11-21 13:39:23
- Commit Hash: a90e546
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: BSD2CLAUSE RUBY
- WWW:
- https://github.com/ruby/pathname
- Description:
- Pathname represents the name of a file or directory on the filesystem, but not
the file itself.
The pathname depends on the Operating System: Unix, Windows, etc. This library
works with pathnames of local OS, however non-Unix pathnames are supported
experimentally.
A Pathname can be relative or absolute. It's not until you try to reference the
file that it even matters whether the file exists or not.
Pathname is immutable. It has no method for destructive update.
The goal of this class is to manipulate file path information in a neater way
than standard Ruby provides. The examples below demonstrate the difference.
All functionality from File, FileTest, and some from Dir and FileUtils is
included, in an unsurprising way. It is essentially a facade for all of these,
and more.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-pathname>0:devel/rubygem-pathname
- To install the port:
- cd /usr/ports/devel/rubygem-pathname/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-pathname
- pkg install rubygem-pathname
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-pathname
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731679752
SHA256 (rubygem/pathname-0.4.0.gem) = d8bef9d54dd35667f057708ee4f8ed91818e493091f86788fd5ef21a7cbeee89
SIZE (rubygem/pathname-0.4.0.gem) = 23040
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- databases/rubygem-pg_query
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-pathname
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|