mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add cgribex 1.6.3
GRIBEX is an interface for encoding and decoding WMO FM-92 GRIB edition 1 messages and some ancillary subroutines for controlling printing and debugging. The GRIBEX software was developed at the European Centre for Medium-range Weather Forecasts (ECMWF) and is part of the EMOS library. EMOS is mostly written in Fortran. Therefore it has only a Fortran interface. CGRIBEX is a lightweight version of GRIBEX written in ANSI C with a portable Fortran interface. For best compatibility some of the C sources were converted from the Fortran GRIBEX version. WWW: https://code.zmaw.de/projects/cgribex
This commit is contained in:
parent
4c1eabb585
commit
5c52f70c5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352619
@ -27,6 +27,7 @@
|
||||
SUBDIR += cdf
|
||||
SUBDIR += cdo
|
||||
SUBDIR += cgnslib
|
||||
SUBDIR += cgribex
|
||||
SUBDIR += checkmol
|
||||
SUBDIR += chemical-mime-data
|
||||
SUBDIR += chemtool
|
||||
|
27
science/cgribex/Makefile
Normal file
27
science/cgribex/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cgribex
|
||||
PORTVERSION= 1.6.3
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://code.zmaw.de/attachments/download/7200/ \
|
||||
LOCAL/sunpoet
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Lightweight GRIBEX in C with portable Fortran interface
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \
|
||||
libsz.so:${PORTSDIR}/science/szip
|
||||
|
||||
CONFIGURE_ARGS= --with-jasper=${LOCALBASE} \
|
||||
--with-szlib=${LOCALBASE}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
2
science/cgribex/distinfo
Normal file
2
science/cgribex/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cgribex-1.6.3.tar.gz) = 18f197b8113f35323fec3f820ffcee17e737d08d332308b0f6db056a742429c5
|
||||
SIZE (cgribex-1.6.3.tar.gz) = 582479
|
11
science/cgribex/pkg-descr
Normal file
11
science/cgribex/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
GRIBEX is an interface for encoding and decoding WMO FM-92 GRIB edition 1
|
||||
messages and some ancillary subroutines for controlling printing and debugging.
|
||||
The GRIBEX software was developed at the European Centre for Medium-range
|
||||
Weather Forecasts (ECMWF) and is part of the EMOS library. EMOS is mostly
|
||||
written in Fortran. Therefore it has only a Fortran interface.
|
||||
|
||||
CGRIBEX is a lightweight version of GRIBEX written in ANSI C with a portable
|
||||
Fortran interface. For best compatibility some of the C sources were converted
|
||||
from the Fortran GRIBEX version.
|
||||
|
||||
WWW: https://code.zmaw.de/projects/cgribex
|
7
science/cgribex/pkg-plist
Normal file
7
science/cgribex/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/grib
|
||||
bin/grib2
|
||||
include/cgribex.h
|
||||
lib/libcgribex.a
|
||||
lib/libcgribex.so
|
||||
lib/libcgribex.so.0
|
||||
lib/libcgribex.so.0.0.0
|
Loading…
Reference in New Issue
Block a user