notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
p5-Hash-Ordered Fast, pure-Perl ordered hash class
0.014 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.014Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Hash-Ordered-0.014/catalog.mk
  2. /usr/local/share/licenses/p5-Hash-Ordered-0.014/LICENSE
  3. /usr/local/share/licenses/p5-Hash-Ordered-0.014/APACHE20
  4. lib/perl5/site_perl/Hash/Ordered.pm
  5. lib/perl5/site_perl/Hash/Ordered/Benchmarks.pod
  6. lib/perl5/site_perl/man/man3/Hash::Ordered.3.gz
  7. lib/perl5/site_perl/man/man3/Hash::Ordered::Benchmarks.3.gz
  8. @owner
  9. @group
  10. @mode
Collapse this list.
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):
p5-Hash-Ordered
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0140.014-0.0140.014---
FreeBSD:13:quarterly0.0140.0140.0140.0140.0140.0140.0140.014
FreeBSD:14:latest0.0140.014-0.0140.0140.014-0.014
FreeBSD:14:quarterly0.0140.014-0.0140.0140.0140.0140.014
FreeBSD:15:latest0.0140.014n/a0.014n/a0.0140.0140.014
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Test dependencies:
  1. p5-Test-Deep>=0 : devel/p5-Test-Deep
  2. p5-Test-FailWarnings>=0 : devel/p5-Test-FailWarnings
  3. p5-Test-Fatal>=0 : devel/p5-Test-Fatal
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. devel/p5-Data-Frame
  2. devel/p5-User-Identity
for Run
  1. devel/p5-Data-Frame
  2. 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:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Hash/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Hash/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Hash/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Hash/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Hash/
  7. http://backpan.perl.org/modules/by-module/Hash/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Hash/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Hash/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Hash/
  12. https://www.cpan.org/modules/by-module/Hash/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.014
18 Apr 2023 21:37:17
commit hash: fbaf4169c24ca8015fb2c26da2b4a8b942e1e94fcommit hash: fbaf4169c24ca8015fb2c26da2b4a8b942e1e94fcommit hash: fbaf4169c24ca8015fb2c26da2b4a8b942e1e94fcommit hash: fbaf4169c24ca8015fb2c26da2b4a8b942e1e94f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Hash-Ordered: Add p5-Hash-Ordered 0.014

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.

Number of commits found: 1