notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
ocaml-csv OCaml library to read and write CSV files
1.2.1_3 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.1_3Version of this port present on the latest quarterly branch.
Maintainer: tcrimi@gmail.com search for ports maintained by this maintainer
Port Added: 2007-12-18 14:13:39
Last Update: 2023-07-05 09:55:16
Commit Hash: 2b40e46
License: LGPL21+
WWW:
https://forge.ocamlcore.org/projects/csv/
Description:
This library can read and write CSV files, including all extensions used Microsoft Excel, e.g. quotes, newlines, 8-bit field characters, "0, etc.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/ocaml-csv-1.2.1_3/catalog.mk
  2. /usr/local/share/licenses/ocaml-csv-1.2.1_3/LICENSE
  3. /usr/local/share/licenses/ocaml-csv-1.2.1_3/LGPL21+
  4. lib/ocaml/site-lib/csv/csv.a
  5. lib/ocaml/site-lib/csv/csv.cma
  6. lib/ocaml/site-lib/csv/csv.cmi
  7. lib/ocaml/site-lib/csv/csv.cmx
  8. lib/ocaml/site-lib/csv/csv.cmxa
  9. lib/ocaml/site-lib/csv/csv.mli
  10. lib/ocaml/site-lib/csv/META
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • ocaml-csv>0:textproc/ocaml-csv
To install the port:
cd /usr/ports/textproc/ocaml-csv/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/ocaml-csv
  • pkg install ocaml-csv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ocaml-csv
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (ocaml-csv-1.2.1.tar.gz) = 72128e1ad93dc4354adc4801a0ef9522f59bb065ba49fec0c7c1d09e4b3ff4d1 SIZE (ocaml-csv-1.2.1.tar.gz) = 30199

Packages (timestamps in pop-ups are UTC):
ocaml-csv
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.1_31.2.1_3--1.2.1_3-1.2.1_2-
FreeBSD:13:quarterly1.2.1_31.2.1_3--1.2.1_31.2.1_31.2.1_31.2.1_3
FreeBSD:14:latest1.2.1_31.2.1_3--1.2.1_31.2.1_2-1.2.1_2
FreeBSD:14:quarterly1.2.1_31.2.1_3--1.2.1_31.2.1_31.2.1_31.2.1_3
FreeBSD:15:latest1.2.1_31.2.1_3n/a-n/a1.2.1_31.2.1_31.2.1_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ocamlc : lang/ocaml
  2. ocamlfind : devel/ocaml-findlib
  3. gmake>=4.3 : devel/gmake
Runtime dependencies:
  1. ocamlc : lang/ocaml
  2. ocamlfind : devel/ocaml-findlib
Patch dependencies:
  1. ocamlc : lang/ocaml
Extract dependencies:
  1. ocamlc : lang/ocaml
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. databases/ocaml-pgocaml*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
textproc_ocaml-csv
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://forge.ocamlcore.org/frs/download.php/420/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.1_3
05 Jul 2023 09:55:16
commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2ccommit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2ccommit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2ccommit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
lang/ocaml: Update to 4.08.1

This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.

The ocaml port now is MAKE_JOBS safe.

Changes to dependent ports included in this commit:

- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
  upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.2.1_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.1_2
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
textproc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.1_2
10 Sep 2021 04:58:18
commit hash: 7af6dde54995fa1784440b52be51499b7dff070bcommit hash: 7af6dde54995fa1784440b52be51499b7dff070bcommit hash: 7af6dde54995fa1784440b52be51499b7dff070bcommit hash: 7af6dde54995fa1784440b52be51499b7dff070b files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
textproc/ocaml-csv: the port had been improved (+)

- Unbreak against immutable strings in OCaml 4.06+
- Define LICENSE (GNU LGPL version 2.1 or later)
- Drop unused dependency on `devel/ocaml-extlib'
- Hook the provided test target to our framework
- Fix wording and grammar of the port description
1.2.1_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2.1_2
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.2.1_2
04 Nov 2015 08:43:43
Revision:400731Original commit files touched by this commit
marino search for other commits by this committer
Like many ocaml ports, textproc/ocaml-csv is not jobs safe
1.2.1_2
03 Aug 2014 14:15:09
Revision:363904Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
1.2.1_2
26 Mar 2014 20:48:58
Revision:349293Original commit files touched by this commit
antoine search for other commits by this committer
Stage support
1.2.1_2
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
1.2.1_2
11 Apr 2011 07:05:01
Original commit files touched by this commit
wen search for other commits by this committer
- Enable native binary build

PR:             ports/155646
Submitted by:   Thomas V. Crimi <tcrimi@gmail.com> (maintainer)
1.2.1_1
05 Apr 2011 22:23:33
Original commit files touched by this commit
stas search for other commits by this committer
- Bump portrevisions on all ocaml libraries, as it appears that compiled
  interface files (.cmi) are not backward compatible with a newer ocaml
  version.

PR:             ports/156195
Suggested by:   mandree
1.2.1
12 Mar 2011 23:02:03
Original commit files touched by this commit
pav search for other commits by this committer
- Remove no longer needed patch

Reported by:    maintainer
1.2.1
11 Mar 2011 06:42:33
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.2.1

PR:             ports/155092
Submitted by:   Thomas V. Crimi <tcrimi@gmail.com> (maintainer)
1.1.7
25 Feb 2009 15:01:39
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 1.1.7

PR:             ports/132064
Submitted by:   maintainer
1.1.6
06 Apr 2008 22:51:21
Original commit files touched by this commit
pav search for other commits by this committer
- Attempt to unbreak INDEX, bsd.ocaml.mk moved to Mk/

Pointy hat to:  stas
1.1.6
18 Dec 2007 14:26:31
Original commit files touched by this commit
pav search for other commits by this committer
- Add plist before anyone notices

Pointy hat to:  pav
1.1.6
18 Dec 2007 14:13:20
Original commit files touched by this commit
pav search for other commits by this committer
This library can read and write CSV files, including all extensions used by
Excel - eg. quotes, newlines, 8 bit characters in fields, "0 etc.

WWW: http://merjis.com/developers/csv

PR:             ports/118801
Submitted by:   Thomas V. Crimi <tcrimi@procida.us>

Number of commits found: 19