mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Geo::WebService::Elevation::USGS executes elevation queries against the
United States Geological Survey's web server. You provide the latitude and longitude in degrees, with south latitude and west longitude being negative. The return is typically a hash containing the data you want. Query errors are exceptions by default, though the object can be configured to signal an error by an undef response, with the error retrievable from the 'error' attribute. WWW: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/
This commit is contained in:
parent
a333b1db12
commit
dd998fd1cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247922
@ -105,6 +105,7 @@
|
||||
SUBDIR += p5-Chemistry-MacroMol
|
||||
SUBDIR += p5-Chemistry-Mol
|
||||
SUBDIR += p5-Geo-ReadGRIB
|
||||
SUBDIR += p5-Geo-WebService-Elevation-USGS
|
||||
SUBDIR += paje
|
||||
SUBDIR += paraview
|
||||
SUBDIR += pcp
|
||||
|
25
science/p5-Geo-WebService-Elevation-USGS/Makefile
Normal file
25
science/p5-Geo-WebService-Elevation-USGS/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Geo-WebService-Elevation-USGS
|
||||
# Date created: 15 Jan, 2010
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-WebService-Elevation-USGS
|
||||
PORTVERSION= 0.005
|
||||
CATEGORIES= science perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Perl extension for elevation queries against USGS web services
|
||||
|
||||
BUILD_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
|
||||
p5-Params-Util>=0.11:${PORTSDIR}/devel/p5-Params-Util
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Geo::WebService::Elevation::USGS.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/p5-Geo-WebService-Elevation-USGS/distinfo
Normal file
3
science/p5-Geo-WebService-Elevation-USGS/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Geo-WebService-Elevation-USGS-0.005.tar.gz) = 79c17e624cb68ba8a768511e3b2b53ce
|
||||
SHA256 (Geo-WebService-Elevation-USGS-0.005.tar.gz) = 5be123a962dc0f6159433dc3d51aa8af9eb54786dafd249a6282c7db083b3bd9
|
||||
SIZE (Geo-WebService-Elevation-USGS-0.005.tar.gz) = 30637
|
9
science/p5-Geo-WebService-Elevation-USGS/pkg-descr
Normal file
9
science/p5-Geo-WebService-Elevation-USGS/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Geo::WebService::Elevation::USGS executes elevation queries against the
|
||||
United States Geological Survey's web server. You provide the latitude
|
||||
and longitude in degrees, with south latitude and west longitude being
|
||||
negative. The return is typically a hash containing the data you want.
|
||||
Query errors are exceptions by default, though the object can be configured
|
||||
to signal an error by an undef response, with the error retrievable from
|
||||
the 'error' attribute.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/
|
9
science/p5-Geo-WebService-Elevation-USGS/pkg-plist
Normal file
9
science/p5-Geo-WebService-Elevation-USGS/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Geo/WebService/Elevation/USGS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService/Elevation/USGS/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService/Elevation/USGS
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService/Elevation
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
|
||||
@dirrmtry %%SITE_PERL%%/Geo/WebService/Elevation
|
||||
@dirrmtry %%SITE_PERL%%/Geo/WebService
|
||||
@dirrmtry %%SITE_PERL%%/Geo
|
Loading…
Reference in New Issue
Block a user