aboutsummaryrefslogtreecommitdiff
path: root/science/p5-Geo-WebService-Elevation-USGS
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* science: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Andreas Fehlner <fehlner@gmx.de> * Brad Huntting <huntting@glarp.com> * Chao Shin <quakelee@cn.FreeBSD.org> * Cheng-Lung Sung <clsung@FreeBSD.org> * Chia-Hsing Yu <me@davidyu.org> * Chris Rees <utisoft@gmail.com> * David Naylor <dbn@FreeBSD.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Ed Schouten <ed@FreeBSD.org> * Eric Freeman <freebsdports@chillibear.com> * Erik B Knudsen * Fernan Aguero <fernan@iib.unsam.edu.ar> * Frederic Culot <frederic@culot.org> * Gea-Suan Lin <gslin@gslin.org> * Glenn Johnson * Greg Lewis <glewis@FreeBSD.org> * Igor Serikov <iserikov@acm.org> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Johannes M Dieterich <jmd@FreeBSD.org> * Johannes Meixner <johannes@perceivon.net> * Ju Pengfei <jupengfei@gmail.com> * Kay Lehmann <kay_lehmann@web.de> * Klaus Aehlig <aehlig@linta.de> * Kurt Kanzenbach <kurt@kmk-computers.de> * Leland Wang <llwang@infor.org> * Li-Lun Wang <llwang@infor.org> * Markus Brueffer <markus@FreeBSD.org> * NAKATA Maho <maho@FreeBSD.org> * NAKATA, Maho <maho@FreeBSD.org> * Nakata Maho <chat95@mbox.kyoto-inet.or.jp> * Nakata Maho <maho@FreeBSD.org> * Pav Lucistnik <pav@FreeBSD.org> * Pav Lucistnik <pav@oook.cz> * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@tutopia.com> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rong-En Fan <rafan@FreeBSD.org> * Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> * Seamus Venasse <svenasse@polaris.ca> * Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> * Shin-ya MURAKAMI <murashin@gfd-dennou.org> * Shin-ya Murakami <murashin@gfd-dennou.org> * Stas Timokhin <devel@stasyan.com> * Stephen Montgomery-Smith <stephen@math.missouri.edu> * Steve Wills <steve@mouf.net * Steve Wills <steve@mouf.net> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> * TAKATSU Tomonari <tota@FreeBSD.org> * TAOKA Fumiyoshi * Thierry Thomas <thierry@pompo.net> * Tim Cas <ports@stdrand.com> * Uffe Jakobsen <uffe@uffe.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Wen heping <wenheping@gmail.com> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * anholt@FreeBSD.org * bacon@smithers.neuro.mcw.edu * batman <batman@udel.edu> * db * gurkan@phys.ethz.ch * ijliao * jbacon * maintainer.freebsd@xpoundit.com * mi * rafan@infor.org * shurd@FreeBSD.org * thierry@pompo.net * will With hat: portmgr
* science/p5-Geo-WebService-Elevation-USGS: Update to 0.120Po-Chuan Hsieh2021-11-052-4/+4
| | | | Changes: https://metacpan.org/dist/Geo-WebService-Elevation-USGS/changes
* science/p5-Geo-WebService-Elevation-USGS: Update to 0.119Po-Chuan Hsieh2021-05-302-4/+5
| | | | Changes: https://metacpan.org/changes/distribution/Geo-WebService-Elevation-USGS
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.118Sunpoet Po-Chuan Hsieh2021-01-262-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-WebService-Elevation-USGS Notes: svn path=/head/; revision=562947
* - Update to 0.117Wen Heping2020-04-182-4/+4
| | | | Notes: svn path=/head/; revision=532004
* Update to 0.116Sunpoet Po-Chuan Hsieh2019-10-282-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-WebService-Elevation-USGS Notes: svn path=/head/; revision=515904
* Update to 0.115Sunpoet Po-Chuan Hsieh2019-09-032-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-WebService-Elevation-USGS Notes: svn path=/head/; revision=511021
* Update to 0.114Sunpoet Po-Chuan Hsieh2019-08-262-6/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-WebService-Elevation-USGS Notes: svn path=/head/; revision=509931
* Update to 0.113Sunpoet Po-Chuan Hsieh2019-06-222-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-WebService-Elevation-USGS Notes: svn path=/head/; revision=504912
* Update to 0.112Sunpoet Po-Chuan Hsieh2019-04-192-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-WebService-Elevation-USGS Notes: svn path=/head/; revision=499411
* Update to 0.111Sunpoet Po-Chuan Hsieh2019-04-132-5/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-WebService-Elevation-USGS Notes: svn path=/head/; revision=498858
* - Update to 0.110Wen Heping2018-10-102-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-WebService-Elevation-USGS Notes: svn path=/head/; revision=481684
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 0.108Sunpoet Po-Chuan Hsieh2018-03-252-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=465540
* Update to 0.107Sunpoet Po-Chuan Hsieh2018-03-042-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=463574
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 0.106Sunpoet Po-Chuan Hsieh2016-03-252-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=411893
* - Update to 0.105Sunpoet Po-Chuan Hsieh2016-01-172-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406508
* - Update to 0.103Wen Heping2015-10-102-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/WYANT/Geo-WebService-Elevation-USGS-0.103/Changes Notes: svn path=/head/; revision=398968
* - Update to 0.102Sunpoet Po-Chuan Hsieh2015-07-012-3/+4
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=391096
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2015-06-231-0/+2
| | | | Notes: svn path=/head/; revision=390377
* - Update to 0.101Sunpoet Po-Chuan Hsieh2015-01-043-6/+8
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=376256
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Support STAGEDIR.Vanilla I. Shu2013-11-062-8/+4
| | | | Notes: svn path=/head/; revision=332938
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.011.Anton Berezin2013-01-292-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=311157
* - Update to 0.010Sunpoet Po-Chuan Hsieh2012-01-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=288684
* - Update to 0.009Sunpoet Po-Chuan Hsieh2011-11-282-5/+7
| | | | | | | | | | - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Feature safe: yes Notes: svn path=/head/; revision=286534
* - Update to 0.008Sunpoet Po-Chuan Hsieh2011-08-012-4/+8
| | | | | | | Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=278666
* - Update to 0.007Sunpoet Po-Chuan Hsieh2011-06-122-7/+5
| | | | | | | Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=275455
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - Update to 0.006Wen Heping2010-07-042-5/+5
| | | | | | | | | - Reset maintainer to perl@ Feature safe: yes Notes: svn path=/head/; revision=257336
* Geo::WebService::Elevation::USGS executes elevation queries against theWen Heping2010-01-154-0/+46
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/ Notes: svn path=/head/; revision=247922