Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (86a121ce0e75cc73b8b24245954858f7b98f8a26)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (86a121ce0e75cc73b8b24245954858f7b98f8a26)
  • Date: Mon, 3 Jun 2013 11:34:31 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
utils/ocaml-csv/BUILD | 7 +++++++
utils/ocaml-csv/DEPENDS | 1 +
utils/ocaml-csv/DETAILS | 16 ++++++++++++++++
utils/ocaml-csv/HISTORY | 3 +++
utils/ocaml-csv/INSTALL | 1 +
6 files changed, 31 insertions(+)

New commits:
commit 86a121ce0e75cc73b8b24245954858f7b98f8a26
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/ocaml-csv: new spell, a library and cli tool for csv processing

diff --git a/ChangeLog b/ChangeLog
index a8a507d..6bc993a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-06-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/ocaml-csv: new spell, a library and cli tool for csv
processing
+
2013-05-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/sqlite3-ocaml: new spell, sqlite3 bindings for ocaml
* audio-players/cantata: new spell, a front-end for mpd
diff --git a/utils/ocaml-csv/BUILD b/utils/ocaml-csv/BUILD
new file mode 100755
index 0000000..96fa6f8
--- /dev/null
+++ b/utils/ocaml-csv/BUILD
@@ -0,0 +1,7 @@
+ocaml setup.ml -configure --prefix ${INSTALL_ROOT}/usr \
+ --sysconfdir ${INSTALL_ROOT}/etc \
+ --localstatedir ${INSTALL_ROOT}/var \
+ --mandir ${INSTALL_ROOT}/usr/share/man \
+ --infodir ${INSTALL_ROOT}/usr/share/info \
+ $OPTS &&
+ocaml setup.ml -build
diff --git a/utils/ocaml-csv/DEPENDS b/utils/ocaml-csv/DEPENDS
new file mode 100755
index 0000000..1a31e9f
--- /dev/null
+++ b/utils/ocaml-csv/DEPENDS
@@ -0,0 +1 @@
+depends ocaml
diff --git a/utils/ocaml-csv/DETAILS b/utils/ocaml-csv/DETAILS
new file mode 100755
index 0000000..faf85a9
--- /dev/null
+++ b/utils/ocaml-csv/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ocaml-csv
+ VERSION=1.3.0
+ SOURCE="csv-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://forge.ocamlcore.org/frs/download.php/1172/${SOURCE}
+
SOURCE_HASH=sha512:57fcc356571cd08f30ad4add9e9cebe6a8716f86af9c9387b108250f02b3cffdeda2fabb346dea3c349079653207131f5b462f6a07dd99170b42268f3f17cd8d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/csv-${VERSION}"
+ WEB_SITE="http://caml.inria.fr/cgi-bin/hump.en.cgi?contrib=447";
+ LICENSE[0]=LGPL
+ ENTERED=20130603
+ SHORT="a library that can read and write csv files"
+cat << EOF
+This library can read and write CSV files, including all extensions used
+by Excel - eg. quotes, newlines, 8 bit characters in fields, "0 etc. The
+library comes with a handy command line tool called csvtool for handling
+CSV files from shell scripts.
+EOF
diff --git a/utils/ocaml-csv/HISTORY b/utils/ocaml-csv/HISTORY
new file mode 100644
index 0000000..3f42e82
--- /dev/null
+++ b/utils/ocaml-csv/HISTORY
@@ -0,0 +1,3 @@
+2013-06-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/utils/ocaml-csv/INSTALL b/utils/ocaml-csv/INSTALL
new file mode 100755
index 0000000..fc4a5f6
--- /dev/null
+++ b/utils/ocaml-csv/INSTALL
@@ -0,0 +1 @@
+ocaml setup.ml -install



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (86a121ce0e75cc73b8b24245954858f7b98f8a26), Florian Franzmann, 06/03/2013

Archive powered by MHonArc 2.6.24.

Top of Page