mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
science/grib_api: Remove expired port
2024-11-30 science/grib_api: Deprecated by upstream. Use science/eccodes instead
This commit is contained in:
parent
5c5e369f3f
commit
312c78d1a1
7 changed files with 1 additions and 3855 deletions
1
MOVED
1
MOVED
|
@ -3745,3 +3745,4 @@ sysutils/cloudabi-utils||2024-11-30|Removed, part of expired devel/cloudabi
|
|||
devel/cloudabi-toolchain||2024-11-30|Has expired: Unmaintained upstream since 2020
|
||||
devel/cloudabi||2024-11-30|Has expired: Unmaintained upstream since 2020
|
||||
misc/gnuls||2024-11-30|Has expired: Outdated, consider using sysutils/coreutils or sysutils/rust-coreutils
|
||||
science/grib_api|science/eccodes|2024-11-30|Has expired: Deprecated by upstream. Use science/eccodes instead
|
||||
|
|
|
@ -112,7 +112,6 @@
|
|||
SUBDIR += gnudatalanguage
|
||||
SUBDIR += gpaw-setups
|
||||
SUBDIR += gramps
|
||||
SUBDIR += grib_api
|
||||
SUBDIR += gromacs
|
||||
SUBDIR += gsmc
|
||||
SUBDIR += gtamsanalyzer
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
PORTNAME= grib_api
|
||||
PORTVERSION= 1.28.0
|
||||
DISTVERSIONSUFFIX= -Source
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://confluence.ecmwf.int/download/attachments/3473437/ \
|
||||
LOCAL/sunpoet
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= ECMWF API for WMO FM-92 GRIB messages
|
||||
WWW= https://confluence.ecmwf.int/display/GRIB
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Deprecated by upstream. Use science/eccodes instead
|
||||
EXPIRATION_DATE=2024-11-30
|
||||
|
||||
LIB_DEPENDS= libnetcdf.so:science/netcdf \
|
||||
libpng.so:graphics/png
|
||||
|
||||
CONFLICTS_INSTALL= eccodes
|
||||
|
||||
OPTIONS_SINGLE= JPEG
|
||||
OPTIONS_SINGLE_JPEG= JASPER OPENJPEG
|
||||
OPTIONS_DEFAULT=OPENJPEG
|
||||
|
||||
PORTSCOUT= site:https://software.ecmwf.int/wiki/display/GRIB/Releases
|
||||
|
||||
USES= libtool pathfix
|
||||
|
||||
CONFIGURE_ARGS= --enable-pthread --with-netcdf=${LOCALBASE} --with-png-support
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE}
|
||||
JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper
|
||||
OPENJPEG_CFLAGS= -I${LOCALBASE}/include/openjpeg-1.5
|
||||
OPENJPEG_CONFIGURE_ON= --with-openjpeg=${LOCALBASE}
|
||||
OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tools/grib1to2 ${STAGEDIR}${PREFIX}/bin/grib1to2
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1546370655
|
||||
SHA256 (grib_api-1.28.0-Source.tar.gz) = d4355cbec907dd0ef6e734c8d6f938540aad2d6449187c03cdc2fb7395087261
|
||||
SIZE (grib_api-1.28.0-Source.tar.gz) = 4897937
|
|
@ -1,16 +0,0 @@
|
|||
--- tools/Makefile.in.orig 2016-10-10 09:29:13 UTC
|
||||
+++ tools/Makefile.in
|
||||
@@ -90,11 +90,11 @@ bin_PROGRAMS = grib_keys$(EXEEXT) grib_h
|
||||
grib_corruption_check$(EXEEXT) grib_compare$(EXEEXT) \
|
||||
grib_list_keys$(EXEEXT) grib_parser$(EXEEXT) \
|
||||
grib_count$(EXEEXT) grib_index_build$(EXEEXT) \
|
||||
- grib1to2$(EXEEXT) gg_sub_area_check$(EXEEXT) \
|
||||
+ gg_sub_area_check$(EXEEXT) \
|
||||
grib_moments$(EXEEXT) grib_to_netcdf$(EXEEXT) \
|
||||
grib_to_json$(EXEEXT) grib_check_gaussian_grid$(EXEEXT)
|
||||
noinst_PROGRAMS = gaussian$(EXEEXT) grib_diff$(EXEEXT) \
|
||||
- mars_request$(EXEEXT) xref$(EXEEXT) all_keys$(EXEEXT)
|
||||
+ mars_request$(EXEEXT) xref$(EXEEXT) all_keys$(EXEEXT) grib1to2$(EXEEXT)
|
||||
subdir = tools
|
||||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
||||
$(top_srcdir)/config/depcomp $(noinst_HEADERS)
|
|
@ -1,4 +0,0 @@
|
|||
The ECMWF GRIB API is an application program interface accessible from C,
|
||||
FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB
|
||||
edition 1 and edition 2 messages. A useful set of command line tools is also
|
||||
provided to give quick access to GRIB messages.
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue