[Lunar-commits] <moonbase> getdata: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Dec 23 17:43:55 CET 2010


commit c596e6a1618970f40dc7ecbc308fc2644462d026
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Dec 23 11:43:55 2010 -0500

    getdata: Adding to moonbase.
---
 devel/getdata/CONFIGURE |    5 +++++
 devel/getdata/DEPENDS   |    5 +++++
 devel/getdata/DETAILS   |   17 +++++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/devel/getdata/CONFIGURE b/devel/getdata/CONFIGURE
new file mode 100644
index 0000000..e664a9a
--- /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"
diff --git a/devel/getdata/DEPENDS b/devel/getdata/DEPENDS
new file mode 100644
index 0000000..9dc7d36
--- /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"
diff --git a/devel/getdata/DETAILS b/devel/getdata/DETAILS
new file mode 100644
index 0000000..0e1de12
--- /dev/null
+++ b/devel/getdata/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=getdata
+         VERSION=0.7.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION/
+      SOURCE_VFY=sha1:d5c5a58e2965a02d0f9bd0f24f9941748a028013
+        WEB_SITE=http://getdata.sourceforge.net/index.html
+         ENTERED=20101223
+         UPDATED=20101223
+           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