Port details |
- p5-Geo-METAR Perl module that processes METAR information from NOAA sources
- 1.15_1 astro =3 1.15_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-01-01 03:53:32
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: tcpcat, fluxbox, p5-MIME-Tools, aide, dia
- Also Listed In: geography perl5
- License: GPLv2+
- WWW:
- https://jeremy.zawodny.com/perl/Geo-METAR/
- Description:
- Geo::METAR is a perl module that processes METAR information from NOAA sources.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Geo-METAR>0:astro/p5-Geo-METAR
- To install the port:
- cd /usr/ports/astro/p5-Geo-METAR/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/p5-Geo-METAR
- pkg install p5-Geo-METAR
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Geo-METAR
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Geo-METAR-1.15.tar.gz) = c73ab84b9af41295d5d226660fba3bfd6da3472060cd63457bcffce50893e536
SIZE (Geo-METAR-1.15.tar.gz) = 16002
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- astro_p5-Geo-METAR
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
1.15_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.15_1 20 Jul 2022 14:20:50 |
Tobias C. Berner (tcberner) |
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.15_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.15_1 10 Oct 2017 11:20:58 |
sunpoet |
Add LICENSE
- Add NO_ARCH |
1.15_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.15_1 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
1.15_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
1.15 19 Oct 2014 23:19:41 |
bapt |
Cleanup plist |
1.15 25 Oct 2013 14:04:57 |
vanilla |
support STAGEDIR. |
1.15 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
1.15 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.15 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
1.15 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.15 13 Dec 2009 18:07:49 |
pgollucci |
- Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them. |
1.15 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
1.15 23 Jul 2008 02:43:55 |
pgollucci |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
1.15 19 May 2008 13:12:08 |
araujo |
- Include some ports in perl5 category.
PR: ports/123530
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: flz (portmgr) |
1.15 24 Mar 2008 19:56:13 |
araujo |
- Use CPAN macro.
- Pass maintainership to submitter.
PR: ports/122001, ports/122002, ports/122005
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> |
1.15 26 Jan 2008 05:16:14 |
danfe |
Clean up port descriptions for unmaintained ports in `astro' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution. |
1.15 04 Jan 2008 14:02:25 |
arved |
Update to 1.15
Drop Maintainership |
1.14_1 22 Jul 2007 19:33:55 |
laszlof |
- Add ports to "geography" virtual category
Approved by: Pav (wearing portmgr hat) |
1.14_1 22 Jan 2006 01:24:52 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.14_1 08 Nov 2005 12:26:38 |
arved |
Add SHA256 checksums for my ports |
1.14_1 03 Sep 2004 18:43:23 |
arved |
- Support the "CAVOK" string: "Ceiling and visibility OK"
- Support the "9999" string: visibility > 10km
- All the world is not North America
- Support Pressure values in hectopascals
- Support weather stations outside of North America:
Move Station ID detection out of the token parser loop
- Bump PORTREVISION and take Maintainership |
1.14 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
1.14 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.14 20 Feb 2003 16:46:35 |
knu |
De-pkg-comment. |
1.14 05 Feb 2003 02:30:09 |
edwin |
Fix WWW in pkg-descr
PR: ports/47850
Submitted by: MA, Dunzi <tadalunch@s5.xrea.com> |
14 Apr 2001 23:31:53 |
steve |
Remove empty directories on uninstall. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
01 Jan 2001 11:06:18 |
will |
Bad will, don't put manpage references in the PLIST! Bad! No more committing
until you fix that p5-Class-Tom error too! Put manpages in the Makefile like
you're supposed to! |
01 Jan 2001 06:53:32 |
will |
Add p5-Geo-METAR 1.14, a perl module that processes METAR information from
NOAA sources. |