mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
ca7b73fa17
BUFR is approved by WMO (World Meteorological Organization) as the standard universal exchange format for meteorological observations, gradually replacing a lot of older alphanumeric data formats. This module provides methods for decoding and encoding BUFR messages, and for displaying information in BUFR B and D tables and in BUFR flag and code tables. Installing this module also installs some programs: bufrread.pl, bufrresolve.pl, bufrencode.pl, bufr_reencode.pl and bufralter.pl. See https://wiki.met.no/bufr.pm/start for examples of use. For the majority of potential users of Geo::BUFR I would expect these programs to be all that you will need Geo::BUFR for. WWW: http://search.cpan.org/dist/Geo-BUFR/
35 lines
720 B
Makefile
35 lines
720 B
Makefile
# New ports collection makefile for: p5-Geo-BUFR
|
|
# Date created: March 10, 2011
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Geo-BUFR
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= science perl5 geography
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PSANNES
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Perl extension for handling of WMO BUFR files
|
|
|
|
RUN_DEPENDS= p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp
|
|
|
|
MAN1= bufr_reencode.pl.1 \
|
|
bufralter.pl.1 \
|
|
bufrencode.pl.1 \
|
|
bufrread.pl.1 \
|
|
bufrresolve.pl.1
|
|
MAN3= Geo::BUFR.3 \
|
|
Geo::bufrresolve.3 \
|
|
Geo::bufr_reencode.3 \
|
|
Geo::bufrread.3 \
|
|
Geo::bufralter.3 \
|
|
Geo::bufrencode.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|