diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-11 22:03:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-11 22:03:26 +0800 |
commit | 3b5488ec2abdc39de27cc40ed970d86af6c1244f (patch) | |
tree | 6ec8b85e4af5730b75946e53a7f97fdd47110721 /graphics/Makefile | |
parent | 8bf5e2ed744d4170156ca08df8d56808532f82e2 (diff) | |
download | freebsd-ports-gnome-3b5488ec2abdc39de27cc40ed970d86af6c1244f.tar.gz freebsd-ports-gnome-3b5488ec2abdc39de27cc40ed970d86af6c1244f.tar.zst freebsd-ports-gnome-3b5488ec2abdc39de27cc40ed970d86af6c1244f.zip |
Geo::Point tries to abstract coordinate systems. It does not
try to solve all the problems itself, but will call-out for
helper modules when computation has to be done.
The module is heavily resting on Math::Polygon.
WWW: http://search.cpan.org/dist/Geo-Point/
PR: ports/130360
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index cf8b8233b502..9135cf8bc751 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -524,6 +524,7 @@ SUBDIR += p5-GD-SVG SUBDIR += p5-GD-TextUtil SUBDIR += p5-GD-Thumbnail + SUBDIR += p5-Geo-Point SUBDIR += p5-Geo-Proj4 SUBDIR += p5-Geometry-Primitive SUBDIR += p5-Graph-Easy |