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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
p5-PDL-DateTime Piddle for keeping high precision (microsecond) timestamps
0.004 math on this many watch lists=0 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-28 17:06:32
Last Update: 2025-01-28 17:02:50
Commit Hash: fee588e
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/dist/PDL-DateTime
Description:
PDL::DateTime is a subclass of PDL piddle for storing date-time values (scalar piddles, vectors, matrices or generally ND-piddles): - its PDL type is always LongLong (64-bit signed integer) - stored values are microseconds since 1970-01-01T00:00:00.000000Z (can be both positive or negative) - it is still a piddle so you can do all usual PDL arithmetic + PDL::DateTime defines some new methods (see below)
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-PDL-DateTime-0.004/catalog.mk
  2. /usr/local/share/licenses/p5-PDL-DateTime-0.004/LICENSE
  3. /usr/local/share/licenses/p5-PDL-DateTime-0.004/ART10
  4. /usr/local/share/licenses/p5-PDL-DateTime-0.004/GPLv1+
  5. lib/perl5/site_perl/PDL/DateTime.pm
  6. lib/perl5/site_perl/PDL/DateTime.pod
  7. lib/perl5/site_perl/man/man3/PDL::DateTime.3.gz
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • p5-PDL-DateTime>0:math/p5-PDL-DateTime
To install the port:
cd /usr/ports/math/p5-PDL-DateTime/ && make install clean
To add the package, run one of these commands:
  • pkg install math/p5-PDL-DateTime
  • pkg install p5-PDL-DateTime
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-PDL-DateTime
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1736671129 SHA256 (PDL-DateTime-0.004.tar.gz) = 2a2720be5d38b43c2a01722381410380194c64c23ee60ebee56862ba988dd32b SIZE (PDL-DateTime-0.004.tar.gz) = 28968

Packages (timestamps in pop-ups are UTC):
p5-PDL-DateTime
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.004-0.004----
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.004-0.004----
FreeBSD:14:quarterly--------
FreeBSD:15:latest-0.004n/a0.004n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-PDL>=2.014 : math/p5-PDL
  2. p5-Time-Moment>=0.12 : devel/p5-Time-Moment
  3. perl5>=5.36<5.37 : lang/perl5.36
  4. perl5>=5.36<5.37 : lang/perl5.36
Test dependencies:
  1. p5-Test-Number-Delta>=1.06 : devel/p5-Test-Number-Delta
Runtime dependencies:
  1. p5-PDL>=2.014 : math/p5-PDL
  2. p5-Time-Moment>=0.12 : devel/p5-Time-Moment
  3. perl5>=5.36<5.37 : lang/perl5.36
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_p5-PDL-DateTime
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/PDL/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/PDL/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/PDL/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/PDL/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/PDL/
  7. http://backpan.perl.org/modules/by-module/PDL/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/PDL/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/PDL/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/PDL/
  12. https://www.cpan.org/modules/by-module/PDL/
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.004
28 Jan 2025 17:02:50
commit hash: fee588ea9e2668f813594ab530c9b20a1a6b6ac9commit hash: fee588ea9e2668f813594ab530c9b20a1a6b6ac9commit hash: fee588ea9e2668f813594ab530c9b20a1a6b6ac9commit hash: fee588ea9e2668f813594ab530c9b20a1a6b6ac9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/p5-PDL-DateTime: Add p5-PDL-DateTime 0.004

PDL::DateTime is a subclass of PDL piddle for storing date-time values (scalar
piddles, vectors, matrices or generally ND-piddles):
- its PDL type is always LongLong (64-bit signed integer)
- stored values are microseconds since 1970-01-01T00:00:00.000000Z (can be both
  positive or negative)
- it is still a piddle so you can do all usual PDL arithmetic + PDL::DateTime
  defines some new methods (see below)

Number of commits found: 1