Port details |
- p5-Hash-Ordered Fast, pure-Perl ordered hash class
- 0.014 devel =2 0.014Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-04-18 21:51:28
- Last Update: 2023-04-18 21:37:17
- Commit Hash: fbaf416
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: APACHE20
- WWW:
- https://metacpan.org/dist/Hash-Ordered
- Description:
- Hash::Ordered implements an ordered hash, meaning that it associates keys with
values like a Perl hash, but keeps the keys in a consistent order. Because it is
implemented as an object and manipulated with method calls, it is much slower
than a Perl hash. This is the cost of keeping order.
However, compared to other ordered hash implementations, Hash::Ordered is
optimized for getting and setting individual elements and is generally faster at
most other tasks as well. For specific details, see Hash::Ordered::Benchmarks.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Hash-Ordered>0:devel/p5-Hash-Ordered
- To install the port:
- cd /usr/ports/devel/p5-Hash-Ordered/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Hash-Ordered
- pkg install p5-Hash-Ordered
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Hash-Ordered
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1681843820
SHA256 (Hash-Ordered-0.014.tar.gz) = 8dc36cd79155ae37ab8a3de5fd9120ffba9a31e409258c28529ec5251c59747b
SIZE (Hash-Ordered-0.014.tar.gz) = 36831
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Test dependencies:
-
- p5-Test-Deep>=0 : devel/p5-Test-Deep
- p5-Test-FailWarnings>=0 : devel/p5-Test-FailWarnings
- p5-Test-Fatal>=0 : devel/p5-Test-Fatal
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Data-Frame
- devel/p5-User-Identity
- for Run
-
- devel/p5-Data-Frame
- devel/p5-User-Identity
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Hash-Ordered
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|