From 52a3cf2d54ab971e15f03851489086991e059445 Mon Sep 17 00:00:00 2001 From: Thomas Orgis Date: Wed, 18 Mar 2015 19:02:00 +0100 Subject: netcdf-fortran: new spell --- ChangeLog | 3 +++ science-libs/netcdf-fortran/DEPENDS | 2 ++ science-libs/netcdf-fortran/DETAILS | 14 ++++++++++++++ science-libs/netcdf-fortran/HISTORY | 3 +++ 4 files changed, 22 insertions(+) create mode 100755 science-libs/netcdf-fortran/DEPENDS create mode 100755 science-libs/netcdf-fortran/DETAILS create mode 100644 science-libs/netcdf-fortran/HISTORY diff --git a/ChangeLog b/ChangeLog index d70ff1f74a..4b44ab5858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -277,6 +277,9 @@ 2014-11-03 Ismael Luceno * devel/pcc: new spell, Portable C Compiler +2014-10-29 Thomas Orgis + * science-libs/netcdf-fortran: new spell, fortran API for NetCDF + 2014-10-20 Jeremy Blosser * editors/jq: new spell, stream editor/filter for JSON data * python-pypi/botocore: new spell, low-level aws interface library diff --git a/science-libs/netcdf-fortran/DEPENDS b/science-libs/netcdf-fortran/DEPENDS new file mode 100755 index 0000000000..3553af9d30 --- /dev/null +++ b/science-libs/netcdf-fortran/DEPENDS @@ -0,0 +1,2 @@ +depends -sub FORTRAN gcc && +depends netcdf diff --git a/science-libs/netcdf-fortran/DETAILS b/science-libs/netcdf-fortran/DETAILS new file mode 100755 index 0000000000..ae5dac67bc --- /dev/null +++ b/science-libs/netcdf-fortran/DETAILS @@ -0,0 +1,14 @@ + SPELL=netcdf-fortran + VERSION=4.2 + SOURCE="${SPELL}-${VERSION}.tar.gz" + SOURCE_URL[0]=http://www.unidata.ucar.edu/downloads/netcdf/ftp/${SOURCE} + SOURCE_HASH=sha512:af5d489df7b3ff5c3208115af4abdbf12d74d6bc0b9e3c729cfd24b55efafc3766de21c0f9957e037c25726637e9129a1f7009676e81d7e59650fec56d6e776e +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" + WEB_SITE="http://www.unidata.ucar.edu/software/netcdf/" + LICENSE[0]=BSD + ENTERED=20141029 + SHORT="Fortran interface for the NetCDF library" +cat << EOF +The Fortran interface (Fortran 77 library and Fortran 90 module) for the +NetCDF library, which used to be bundled in earlier releases. +EOF diff --git a/science-libs/netcdf-fortran/HISTORY b/science-libs/netcdf-fortran/HISTORY new file mode 100644 index 0000000000..beb2dccfb4 --- /dev/null +++ b/science-libs/netcdf-fortran/HISTORY @@ -0,0 +1,3 @@ +2014-10-29 Thomas Orgis + * DEPENDS, DETAILS: spell created + -- cgit v1.2.3