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-extlib Complete - yet small - standard library for OCaml
1.7.9_2 devel 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.7.9_1Version of this port present on the latest quarterly branch.
Maintainer: eduardo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-11-02 22:46:43
Last Update: 2024-03-11 21:50:58
Commit Hash: 8025aa1
License: LGPL21
WWW:
https://github.com/ygrek/ocaml-extlib
Description:
ExtLib is a project aiming at providing a complete - yet small - standard library for the OCaml programming language. The purpose of this library is to add new functions to OCaml Standard Library modules, to modify some functions in order to get better performances or more safety (tail-recursive) but also to provide new modules which should be useful for the average OCaml programmer. ExtLib is not directly related to OCaml authors (INRIA) although this library can be seen as a proposal for inclusion in the official distribution.
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 (3 items)
Collapse this list.
  1. /usr/local/share/licenses/ocaml-extlib-1.7.9_2/catalog.mk
  2. /usr/local/share/licenses/ocaml-extlib-1.7.9_2/LICENSE
  3. /usr/local/share/licenses/ocaml-extlib-1.7.9_2/LGPL21
Collapse this list.
Dependency lines:
  • ocaml-extlib>0:devel/ocaml-extlib
To install the port:
cd /usr/ports/devel/ocaml-extlib/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/ocaml-extlib
  • pkg install ocaml-extlib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ocaml-extlib
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1665263042 SHA256 (extlib-1.7.9.tar.gz) = 58de4dde016deb00b4f33956ab9697282f4e607c6452e3d38f8e116405ffcdcb SIZE (extlib-1.7.9.tar.gz) = 91090

Packages (timestamps in pop-ups are UTC):
ocaml-extlib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.9_11.7.9_2--1.7.9_2-1.7.5-
FreeBSD:13:quarterly1.7.9_11.7.9_1--1.7.9_11.7.9_11.7.9_11.7.9_1
FreeBSD:14:latest1.7.9_11.7.9_1--1.7.9_11.7.9-1.7.9
FreeBSD:14:quarterly1.7.9_11.7.9_1--1.7.9_11.7.9_11.7.9_11.7.9_1
FreeBSD:15:latest1.7.9_11.7.9_2n/a-n/a1.7.9_11.7.9_11.7.9_1
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. cppo : devel/ocaml-cppo
  2. ocamlc : lang/ocaml
  3. ocamlfind : devel/ocaml-findlib
  4. camlp4 : devel/ocaml-camlp4
  5. gmake>=4.4.1 : 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
  1. lang/mtasc

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:
===> The following configuration options are available for ocaml-extlib-1.7.9_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_ocaml-extlib
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/
Collapse this list.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.9_2
11 Mar 2024 21:50:58
commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
Author: Benjamin Jacobs
lang/ocaml: Update to 4.14.1

The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.

- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.

The update includes the following updates to existing ports (needed
to keep them working):

- devel/ocaml-camlp4: Updated to 4.14+1
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.7.9_1
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)
1.7.9
08 Oct 2022 21:52:13
commit hash: 20e5ed6754b7ea217f436f78a10d867cfa353524commit hash: 20e5ed6754b7ea217f436f78a10d867cfa353524commit hash: 20e5ed6754b7ea217f436f78a10d867cfa353524commit hash: 20e5ed6754b7ea217f436f78a10d867cfa353524 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/ocaml-extlib: Adopt/Update to 1.7.9

 - Switch to MASTER_SITES
 - Pet portlint and portclippy

ChangeLog: https://github.com/ygrek/ocaml-extlib/blob/master/CHANGES
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.7.5
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.7.5
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.7.5
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.7.5
20 Aug 2018 18:30:59
Revision:477667Original commit files touched by this commit
swills search for other commits by this committer
devel/ocaml-extlib: Update to 1.7.5

PR:		230763
Submitted by:	Nathan <ndowens@yahoo.com>
1.7.1
02 Jun 2017 15:43:28
Revision:442397Original commit files touched by this commit
sunpoet search for other commits by this committer
Add LICENSE_FILE

- Fix WWW
1.7.1
12 Nov 2016 12:28:45
Revision:425945Original commit files touched by this commit
pi search for other commits by this committer
devel/ocaml-extlib: update 1.7.0 -> 1.7.1

Changes:		https://github.com/ygrek/ocaml-extlib/releases
1.7.0
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.7.0
06 Jan 2016 06:14:55
Revision:405331Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.7.0
- Add support for options helper
- Update WWW

PR:		205893
Submitted by:	ports fury
1.6.1
04 May 2015 15:46:52
Revision:385413Original commit files touched by this commit
madpilot search for other commits by this committer
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
  depends on the camlp4 language and labltk ocaml modules, which are
  now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be
rebuilt

PR:			199845
Submitted by:		jbeich@
Differential Revision:	https://reviews.freebsd.org/D2434
Approved by:		portmgr (mat)
1.6.1
15 Jul 2014 17:37:39
Revision:361986Original commit files touched by this commit
adamw search for other commits by this committer
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
1.6.1
17 May 2014 16:40:19
Revision:354337Original commit files touched by this commit
miwi search for other commits by this committer
- Update to version 1.6.1

PR:		188363
Submitted by:	Ports Fury
1.5.4
20 Sep 2013 17:13:47
Revision:327724Original 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:
devel part 3)
1.5.4
20 May 2013 13:57:12
Revision:318599Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.5.4

PR:		178596
Submitted by:	ports fury
1.5.3
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
1.5.3
20 Dec 2012 05:45:57
Revision:309287Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 1.5.3.
- Add LICENSE.
- Trim header.

PR:		ports/172228
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
1.5.2
29 Dec 2011 15:00:07
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.5.2

PR:             163407
Submitted by:   Jaap Boender <jaapb@kerguelen.org> (maintainer)
1.5.1_1
24 Oct 2011 03:33:20
Original commit files touched by this commit
stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
1.5.1_1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.5.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.5.1
01 Jun 2008 09:42:37
Original commit files touched by this commit
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
1.5.1
20 Apr 2008 16:28:44
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 1.5.1
- Fix project url.
1.5_3
19 Dec 2007 14:52:17
Original commit files touched by this commit
pav search for other commits by this committer
- Clean up properly when installed as package

Reported by:    pointyhat
1.5_2
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.5_1
11 Mar 2007 12:36:47
Original commit files touched by this commit
stas search for other commits by this committer
- Add ExtArray.Array.iter2 from CVS
- Bump portrevision.

Requested by:   skv
1.5
05 Sep 2006 21:22:39
Original commit files touched by this commit
itetcu search for other commits by this committer
Stanislav wants to maintain this 2 ports.

Requested by:   me (itetcu) (on IRC)
1.5
05 Sep 2006 07:48:59
Original commit files touched by this commit
linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
1.5
15 Apr 2006 17:22:29
Original commit files touched by this commit
mnag search for other commits by this committer
- Update to 1.5

PR:             94609
Submitted by:   skv
Approved by:    maintainer timeout, 29 days
1.4
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.4
06 Oct 2005 16:09:32
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 1.4

PR:             ports/86994
Submitted by:   maintainer
1.3
03 Aug 2005 09:48:00
Original commit files touched by this commit
lawrance search for other commits by this committer
Unbreak and fix pkg-plist

PR:             ports/84484
Submitted by:   Jun Mukai <mukai@jmuk.org>
Approved by:    portmgr (krion)
1.3
23 Jul 2005 02:53:43
Original commit files touched by this commit
kris search for other commits by this committer
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
1.3
26 Mar 2005 22:03:18
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Incomplete pkg-plist

Approved by:    portmgr (self)
1.3
15 Feb 2005 21:52:21
Original commit files touched by this commit
vs search for other commits by this committer
Fix plist for NOPORTDOCS

PR:             ports/77560
Submitted by:   Jun Mukai (maintainer)
1.3
05 Feb 2005 21:11:29
Original commit files touched by this commit
pav search for other commits by this committer
- NO_PORTDOCS -> NOPORTDOCS

PR:             ports/77130
Submitted by:   Marius Nuennerich <marius.nuennerich@gmx.net>
1.3
02 Nov 2004 22:36:10
Original commit files touched by this commit
pav search for other commits by this committer
Add ocaml-extlib, a complete - yet small - standard library for the OCaml
programming langage

PR:             ports/73385
Submitted by:   Jun Mukai <mukai@jmuk.org>

Number of commits found: 39