[Lunar-commits] <moonbase-other> getdata: Readding to moonbase, plus a version bump to 0.8.1 and is

Dennis Veatch stumbles at lunar-linux.org
Tue Oct 2 14:15:24 CEST 2012


commit f7b5f518f5cad7ad090eac8c9f96c5867d0ff6c2
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 02 Oct 2012 05:15:24 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f7b5f518f5cad7ad090eac8c9f96c5867d0ff6c2

getdata: Readding to moonbase, plus a version bump to 0.8.1 and is

an optional_depends for kst.
---
  devel/getdata/CONFIGURE | +5/-0     
  devel/getdata/DEPENDS   | +5/-0     
  devel/getdata/DETAILS   | +17/-0    
  3 files changed, 27 insertions(+)

--- /dev/null
+++ b/devel/getdata/CONFIGURE
@@ -0,0 +1,5 @@
+mquery USE_ASSERT "Enable assertions?" n "--enable-assert" "--disable-assert"
+mquery USE_ANSI "Use ANSI C (C89) work-arounds for C99 code?" n "--enable-ansi-c" "--disable-ansi-c"
+mquery USE_CPP "Build the C++ bindings (libgetdata++)?" y "--enable-cplusplus" "--disable-cplusplus"
+mquery USE_FORT "Build the Fortran 77 bindings (libfgetdata)?" y "--enable-fortran" "--disable-fortran"
+mquery USE_FORT95 "Build the Fortran 95 bindings (libf95getdata)?" y "--enable-fortran95" "--disable-fortran95"
--- /dev/null
+++ b/devel/getdata/DEPENDS
@@ -0,0 +1,5 @@
+depends numpy
+
+optional_depends libIDL   "--with-idl"     "--without-idl"     "for CORBA IDL files support"
+optional_depends bzip2    "--with-libbz2"  "--without-libbz2"  "for bzip support"
+optional_depends lzma-sdk "--with-liblzma" "--without-liblzma" "for lzma support"
--- /dev/null
+++ b/devel/getdata/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=getdata
+         VERSION=0.8.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION/
+      SOURCE_VFY=sha1:130b4863df2af3b39ee3943cfa9a247fb77e2c21
+        WEB_SITE=http://getdata.sourceforge.net/index.html
+         ENTERED=20101223
+         UPDATED=20121002
+           SHORT="reference implementation of the Dirfile Standards"
+
+cat << EOF
+The GetData Project is the reference implementation of the Dirfile Standards.
+The Dirfile database format is designed to provide a fast, simple format for
+storing and reading binary time-ordered data.  The Dirfile Standards are
+described in detail in three Unix manual pages distributed with this package:
+dirfile(5), dirfile-format(5) and dirfile-encoding(5)
+EOF




More information about the Lunar-commits mailing list