summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xscience/nco/DEPENDS6
-rwxr-xr-xscience/nco/DETAILS19
-rw-r--r--science/nco/HISTORY3
4 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da3e73e3f8..88416f34a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-09-07 Thomas Orgis <sobukus@sourcemage.org>
+ * science/nco: new spell, NetCDF Operators
+
2013-08-30 Ismael Luceno <ismael@sourcemage.org>
* devel/comparator: new spell, Rapidly find common code segments in
large source trees
diff --git a/science/nco/DEPENDS b/science/nco/DEPENDS
new file mode 100755
index 0000000000..a81fe25c09
--- /dev/null
+++ b/science/nco/DEPENDS
@@ -0,0 +1,6 @@
+# It can also use UDUnits and other fun ... need to add spells later.
+depends netcdf &&
+optional_depends gsl \
+ "--enable-gsl" \
+ "--disable-gsl" \
+ "for statistics"
diff --git a/science/nco/DETAILS b/science/nco/DETAILS
new file mode 100755
index 0000000000..10eb86702a
--- /dev/null
+++ b/science/nco/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=nco
+ VERSION=4.3.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.sourceforge.net/src/${SOURCE}
+ SOURCE_HASH=sha512:b0b3901d1c6efdb650371aa347c400a321b89e02262d309249b0d97bca4ea4774b8e003f63bfd94028a74ca83805ed39b5e9a4f82fc8ebbbcd085180ca59237d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE="http://nco.sourceforge.net/"
+ LICENSE[0]=GPLv3
+ ENTERED=20130907
+ SHORT="NetCDF Operators for generic manipulation of NetCDF files"
+cat << EOF
+NCO manipulates data stored in netCDF format. It also exploits the geophysical
+expressivity of many CF (Climate & Forecast) metadata conventions, the
+flexible description of physical dimensions translated by UDUnits, the network
+transparency of OPeNDAP, the storage features (e.g., compression, chunking,
+groups) of HDF (the Hierarchical Data Format), and many powerful mathematical
+and statistical algorithms of GSL (the GNU Scientific Library). NCO is fast,
+powerful, and free.
+EOF
diff --git a/science/nco/HISTORY b/science/nco/HISTORY
new file mode 100644
index 0000000000..36907ec763
--- /dev/null
+++ b/science/nco/HISTORY
@@ -0,0 +1,3 @@
+2013-09-07 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+