summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xscience-libs/netcdf-fortran/DEPENDS2
-rwxr-xr-xscience-libs/netcdf-fortran/DETAILS14
-rw-r--r--science-libs/netcdf-fortran/HISTORY3
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d70ff1f74a..4b44ab5858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -277,6 +277,9 @@
2014-11-03 Ismael Luceno <ismael@sourcemage.org>
* devel/pcc: new spell, Portable C Compiler
+2014-10-29 Thomas Orgis <sobukus@sourcemage.org>
+ * science-libs/netcdf-fortran: new spell, fortran API for NetCDF
+
2014-10-20 Jeremy Blosser <jblosser@sourcemage.org>
* 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 <sobukus@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+