Port details |
- rubygem-pathname Representation of the name of a file or directory on the filesystem
- 0.2.0 devel
=0 0.2.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-01-03 20:39:16
- Last Update: 2021-10-25 15:57:55
- Commit Hash: 8daed65
- Also Listed In: rubygems
- License: BSD2CLAUSE RUBY
- 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.
WWW: https://github.com/ruby/pathname
- SVNWeb : git : Homepage
- 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 = 1634391238
SHA256 (rubygem/pathname-0.2.0.gem) = 1176f87ded9d8590cee94b568775c1e19485008cc039101ef526ddae82dc459d
SIZE (rubygem/pathname-0.2.0.gem) = 20992
- 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:
-
- ruby27 : lang/ruby27
- gem27 : devel/ruby-gems
- Runtime dependencies:
-
- ruby27 : lang/ruby27
- gem27 : devel/ruby-gems
- Patch dependencies:
-
- ruby27 : lang/ruby27
- gem27 : 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:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Oct 2021 15:57:55 0.2.0
|
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-pathname: Update to 0.2.0
Changes: https://github.com/ruby/pathname/commits/master |
06 Apr 2021 14:31:07 0.1.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 Jan 2021 20:01:04
0.1.0
|
sunpoet  |
Add rubygem-pathname 0.1.0
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.
WWW: https://github.com/ruby/pathname |