summaryrefslogtreecommitdiff
path: root/textproc/ocaml-csv/PLIST
diff options
context:
space:
mode:
authorjaapb <jaapb>2016-07-02 10:11:09 +0000
committerjaapb <jaapb>2016-07-02 10:11:09 +0000
commitc432819921eca62746d619bf6c110cf16103d7d7 (patch)
treebf3d9d346f2e724520d94fb843b6679f1b731ff2 /textproc/ocaml-csv/PLIST
parent52c79a171f415f2b3cfd962ce021cfd61f57756f (diff)
downloadpkgsrc-c432819921eca62746d619bf6c110cf16103d7d7.tar.gz
Updated package to latest version, 1.5; also updated package to work with
ocaml.mk structure and changed upstream to github. Changes: version 1.5 * Improve various commands of csvtool avoiding loading the whole CSV file to memory. * As a consequence, one avoids some Stack_overflow exceptions for long files. version 1.4.2 * Add the possibility to specify an output format to csvtool. version 1.4.1 * Fix writing bug when excel_tricks is enabled. version 1.4 * Optional discarding of spaces * Special handling of files with a header
Diffstat (limited to 'textproc/ocaml-csv/PLIST')
-rw-r--r--textproc/ocaml-csv/PLIST21
1 files changed, 12 insertions, 9 deletions
diff --git a/textproc/ocaml-csv/PLIST b/textproc/ocaml-csv/PLIST
index 19eb39b9f06..fd7065ac918 100644
--- a/textproc/ocaml-csv/PLIST
+++ b/textproc/ocaml-csv/PLIST
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2013/06/15 20:53:03 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/07/02 10:11:09 jaapb Exp $
bin/csvtool
-lib/ocaml/site-lib/csv/META
-${PLIST.opt}lib/ocaml/site-lib/csv/csv.a
-lib/ocaml/site-lib/csv/csv.cma
-lib/ocaml/site-lib/csv/csv.cmi
-${PLIST.opt}lib/ocaml/site-lib/csv/csv.cmx
-${PLIST.opt}lib/ocaml/site-lib/csv/csv.cmxa
-${PLIST.opt}lib/ocaml/site-lib/csv/csv.cmxs
-lib/ocaml/site-lib/csv/csv.mli
+${OCAML_SITELIB}/csv/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/csv/csv.a
+${OCAML_SITELIB}/csv/csv.annot
+${OCAML_SITELIB}/csv/csv.cma
+${OCAML_SITELIB}/csv/csv.cmi
+${OCAML_SITELIB}/csv/csv.cmt
+${OCAML_SITELIB}/csv/csv.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/csv/csv.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/csv/csv.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/csv/csv.cmxs
+${OCAML_SITELIB}/csv/csv.mli