Port details |
- rubygem-pathname Representation of the name of a file or directory on the filesystem
- 0.1.0 devel
=0 Version of this port present on the latest quarterly branch.- Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-01-03 20:39:16
- Last Update: 2021-01-03 20:01:04
- SVN Revision: 560067
- 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 : Homepage
- pkg-plist: as obtained via:
make generate-plist -
- rubygem-pathname>0:devel/rubygem-pathname
- To install the port:
cd /usr/ports/devel/rubygem-pathname/ && make install clean - To add the package:
pkg install rubygem-pathname - PKGNAME: rubygem-pathname
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1609598787
SHA256 (rubygem/pathname-0.1.0.gem) = cdbabfbb1a517c27bcab9928171abf9fc43ae5df31cbe0df7452d27369ac5974
SIZE (rubygem/pathname-0.1.0.gem) = 20480
Packages: (move your mouse over the cells for more information)
- 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
-
- There are no ports dependent upon this port
- Configuration Options
- No options to configure
- USES:
- gem
- Master Sites:
-
|
Number of commits found: 1
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
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 |
Number of commits found: 1
|
Latest Vulnerabilities |
12 vulnerabilities affecting 81 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-01-23 18:22:23
|
|