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-PDL-Fit Various fitting implementations for PDL
2.097 mathnew! 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:34
Last Update: 2025-01-28 17:02:51
Commit Hash: 0409911
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/dist/PDL-Fit
Description:
PDL::Fit contains the following packages: PDL::Fit::Gaussian, PDL::Fit::LM, PDL::Fit::Linfit and PDL::Fit::Polynomial. PDL::Fit::Gaussian contains some custom gaussian fitting routines. These were developed in collaboration with Alison Offer, they do a reasonably robust job and are quite useful. PDL::Fit::LM provides fitting functions for PDL. Currently, only Levenberg-Marquardt fitting is implemented. Other procedures should be added as required. For a fairly concise overview on fitting see Numerical Recipes, chapter 15 "Modeling of data". PDL::Fit::Linfit contains routines to perform general curve-fits to a set (linear combination) of specified functions. PDL::Fit::Polynomial contains routines for doing simple polynomial fits to data.
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 (16 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-PDL-Fit-2.097/catalog.mk
  2. /usr/local/share/licenses/p5-PDL-Fit-2.097/LICENSE
  3. /usr/local/share/licenses/p5-PDL-Fit-2.097/ART10
  4. /usr/local/share/licenses/p5-PDL-Fit-2.097/GPLv1+
  5. lib/perl5/site_perl/mach/5.36/PDL/Fit/Gaussian.pm
  6. lib/perl5/site_perl/mach/5.36/PDL/Fit/LM.pm
  7. lib/perl5/site_perl/mach/5.36/PDL/Fit/Linfit.pm
  8. lib/perl5/site_perl/mach/5.36/PDL/Fit/Polynomial.pm
  9. lib/perl5/site_perl/mach/5.36/auto/PDL/Fit/Gaussian/Gaussian.so
  10. lib/perl5/site_perl/man/man3/PDL::Fit::Gaussian.3.gz
  11. lib/perl5/site_perl/man/man3/PDL::LM.3.gz
  12. lib/perl5/site_perl/man/man3/PDL::Linfit.3.gz
  13. lib/perl5/site_perl/man/man3/PDL::Polynomial.3.gz
  14. @owner
  15. @group
  16. @mode
Collapse this list.
Dependency lines:
  • p5-PDL-Fit>0:math/p5-PDL-Fit
To install the port:
cd /usr/ports/math/p5-PDL-Fit/ && make install clean
To add the package, run one of these commands:
  • pkg install math/p5-PDL-Fit
  • pkg install p5-PDL-Fit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-PDL-Fit
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1736671131 SHA256 (PDL-Fit-2.097.tar.gz) = b7914cbbfabf04df7830415f177f86ac8532066f0999ba0fe9b625f206d17c7d SIZE (PDL-Fit-2.097.tar.gz) = 18661

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-PDL>=2.094 : math/p5-PDL
  2. perl5>=5.36<5.37 : lang/perl5.36
  3. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. p5-PDL>=2.094 : math/p5-PDL
  2. perl5>=5.36<5.37 : lang/perl5.36
This port is required by:
for Build
  1. math/p5-PDL-Graphics-Limits
for Run
  1. math/p5-PDL-Graphics-Limits

Configuration Options:
No options to configure
Options name:
math_p5-PDL-Fit
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
2.097
28 Jan 2025 17:02:51
commit hash: 04099111ce2e35724951f226825776ff31370ecbcommit hash: 04099111ce2e35724951f226825776ff31370ecbcommit hash: 04099111ce2e35724951f226825776ff31370ecbcommit hash: 04099111ce2e35724951f226825776ff31370ecb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/p5-PDL-Fit: Add p5-PDL-Fit 2.097

PDL::Fit contains the following packages: PDL::Fit::Gaussian, PDL::Fit::LM,
PDL::Fit::Linfit and PDL::Fit::Polynomial.

PDL::Fit::Gaussian contains some custom gaussian fitting routines. These were
developed in collaboration with Alison Offer, they do a reasonably robust job
and are quite useful.

PDL::Fit::LM provides fitting functions for PDL. Currently, only
Levenberg-Marquardt fitting is implemented. Other procedures should be added as
required. For a fairly concise overview on fitting see Numerical Recipes,
chapter 15 "Modeling of data".

PDL::Fit::Linfit contains routines to perform general curve-fits to a set
(linear combination) of specified functions.

PDL::Fit::Polynomial contains routines for doing simple polynomial fits to data.

Number of commits found: 1