mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Geo::Coordinates::Converter is a simple converter of geo coordinates, the
format and datum of geo coordinates are simply converted. when it is insufficient in the coordinate system and the format of the standard, it is possible to add it easily. WWW: http://search.cpan.org/dist/Geo-Coordinates-Converter/
This commit is contained in:
parent
355c12589c
commit
7aaaa71110
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267121
@ -130,6 +130,7 @@
|
||||
SUBDIR += p5-Chemistry-Pattern
|
||||
SUBDIR += p5-Chemistry-Reaction
|
||||
SUBDIR += p5-Chemistry-Ring
|
||||
SUBDIR += p5-Geo-Coordinates-Converter
|
||||
SUBDIR += p5-Geo-ReadGRIB
|
||||
SUBDIR += p5-Geo-WebService-Elevation-USGS
|
||||
SUBDIR += p5-PerlMol
|
||||
|
31
science/p5-Geo-Coordinates-Converter/Makefile
Normal file
31
science/p5-Geo-Coordinates-Converter/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-Geo-Coordinates-Converter
|
||||
# Date created: Dec 29, 2010
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-Coordinates-Converter
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= science geography perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/Y/YA/YAPPO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Simple converter of geo coordinates
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Readonly>0:${PORTSDIR}/devel/p5-Readonly \
|
||||
p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \
|
||||
p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Geo::Coordinates::Converter::Datum.3 \
|
||||
Geo::Coordinates::Converter.3 \
|
||||
Geo::Coordinates::Converter::Point.3 \
|
||||
Geo::Coordinates::Converter::Format.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
science/p5-Geo-Coordinates-Converter/distinfo
Normal file
2
science/p5-Geo-Coordinates-Converter/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Geo-Coordinates-Converter-0.06.tar.gz) = 67da6cbedbcad505427f6d241a4bcc8f83160c8a7a532774c504b3b80225d984
|
||||
SIZE (Geo-Coordinates-Converter-0.06.tar.gz) = 53848
|
6
science/p5-Geo-Coordinates-Converter/pkg-descr
Normal file
6
science/p5-Geo-Coordinates-Converter/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Geo::Coordinates::Converter is a simple converter of geo coordinates, the
|
||||
format and datum of geo coordinates are simply converted. when it is
|
||||
insufficient in the coordinate system and the format of the standard, it
|
||||
is possible to add it easily.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Geo-Coordinates-Converter/
|
21
science/p5-Geo-Coordinates-Converter/pkg-plist
Normal file
21
science/p5-Geo-Coordinates-Converter/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/Converter/.packlist
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Wgs84.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Tokyo.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Grs67.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Jgd2000.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Grs80.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Wgs72.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Format/Dms.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Format/Degree.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Point.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Datum.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter/Format.pm
|
||||
%%SITE_PERL%%/Geo/Coordinates/Converter.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/Converter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
|
||||
@dirrm %%SITE_PERL%%/Geo/Coordinates/Converter/Datum
|
||||
@dirrm %%SITE_PERL%%/Geo/Coordinates/Converter/Format
|
||||
@dirrmtry %%SITE_PERL%%/Geo/Coordinates/Converter
|
||||
@dirrmtry %%SITE_PERL%%/Geo/Coordinates
|
||||
@dirrmtry %%SITE_PERL%%/Geo
|
Loading…
Reference in New Issue
Block a user