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-Transform-Proj4 PDL::Transform interface to the Proj4 projection library
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:07:07
Last Update: 2025-01-28 17:04:34
Commit Hash: 8b14713
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/dist/PDL-Transform-Proj4
Description:
PDL::Transform::Proj4 works like PDL::Transform::Cartography, but using the proj library in the background. The main object here is the PDL::Transform::Proj4 object, aliased to the t_proj() function. This object accepts all of the standard options described below, but mainly is there to be called with just the proj_params option defined. When options are used, they must be used with a '+' before them when placed in the proj_params string, but that is not required otherwise. See the SYNOPSIS above. Please note that unlike PROJ, all angles in these operations are in degrees. This is correctly (as of PDL 2.094) reflected in the PDL::Transform subclass objects. Other than t_proj(), all of the other transforms below have been autogenerated, and may not work properly. The main problem is determining the parameters a projection requires from the proj library itself. Due to the difficulties in doing this, there may be times when the proj docs specify a parameter for a projection that won't work using the anon-hash type specification. In that case, just throw that parameter in the proj_params string, and everything should work fine.
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-Transform-Proj4-2.097/catalog.mk
  2. /usr/local/share/licenses/p5-PDL-Transform-Proj4-2.097/LICENSE
  3. /usr/local/share/licenses/p5-PDL-Transform-Proj4-2.097/ART10
  4. /usr/local/share/licenses/p5-PDL-Transform-Proj4-2.097/GPLv1+
  5. lib/perl5/site_perl/mach/5.36/PDL/Demos/Proj4_demo.pm
  6. lib/perl5/site_perl/mach/5.36/PDL/Transform/Proj4.pm
  7. lib/perl5/site_perl/mach/5.36/auto/PDL/Transform/Proj4/Proj4.so
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • p5-PDL-Transform-Proj4>0:math/p5-PDL-Transform-Proj4
To install the port:
cd /usr/ports/math/p5-PDL-Transform-Proj4/ && make install clean
To add the package, run one of these commands:
  • pkg install math/p5-PDL-Transform-Proj4
  • pkg install p5-PDL-Transform-Proj4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-PDL-Transform-Proj4
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1736671161 SHA256 (PDL-Transform-Proj4-2.097.tar.gz) = 9d429c69d9ba20bad7373b08631f491eabec4fbb6461424884fd4ceb794cbf2d SIZE (PDL-Transform-Proj4-2.097.tar.gz) = 26981

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-Capture-Tiny>=0 : devel/p5-Capture-Tiny
  2. p5-PDL>=2.096 : math/p5-PDL
  3. perl5>=5.36<5.37 : lang/perl5.36
  4. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. p5-PDL>=2.096 : math/p5-PDL
  2. perl5>=5.36<5.37 : lang/perl5.36
Library dependencies:
  1. libproj.so : graphics/proj
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_p5-PDL-Transform-Proj4
USES:
localbase 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:04:34
commit hash: 8b14713874e99b2c6961235c50ec707fb9bfa98dcommit hash: 8b14713874e99b2c6961235c50ec707fb9bfa98dcommit hash: 8b14713874e99b2c6961235c50ec707fb9bfa98dcommit hash: 8b14713874e99b2c6961235c50ec707fb9bfa98d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/p5-PDL-Transform-Proj4: Add p5-PDL-Transform-Proj4 2.097

PDL::Transform::Proj4 works like PDL::Transform::Cartography, but using the proj
library in the background.

The main object here is the PDL::Transform::Proj4 object, aliased to the
t_proj() function.

This object accepts all of the standard options described below, but mainly is
there to be called with just the proj_params option defined.

When options are used, they must be used with a '+' before them when placed in
the proj_params string, but that is not required otherwise. See the SYNOPSIS
above.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1