Port details |
- ocaml-text OCaml library for dealing with text
- 0.8_3 textproc =3 0.8_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2011-06-01 08:48:44
- Last Update: 2024-12-31 07:41:54
- Commit Hash: c79c880
- People watching this port, also watch:: ssss, ocaml-ocurl, autoconf, dmtx-utils, gnupg1
- License: not specified in port
- WWW:
- https://forge.ocamlcore.org/projects/ocaml-text/
- Description:
- OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode
characters, in a convenient way.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ocaml-text>0:textproc/ocaml-text
- To install the port:
- cd /usr/ports/textproc/ocaml-text/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/ocaml-text
- pkg install ocaml-text
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ocaml-text
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (vbmithr-ocaml-text-0.8_GH0.tar.gz) = bab32ca98a086631a0715d06109ebf09a71d2ac9aa901bc4f4ecd3d84331b746
SIZE (vbmithr-ocaml-text-0.8_GH0.tar.gz) = 80898
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ocamlbuild : devel/ocaml-ocamlbuild
- pcre.a : devel/ocaml-pcre
- gmake>=4.4.1 : devel/gmake
- ocamlc : lang/ocaml
- ocamlfind : devel/ocaml-findlib
- camlp4 : devel/ocaml-camlp4
- Runtime dependencies:
-
- pcre.a : devel/ocaml-pcre
- ocamlc : lang/ocaml
- ocamlfind : devel/ocaml-findlib
- Patch dependencies:
-
- ocamlc : lang/ocaml
-
- This port is required by:
- for Build
-
Deleted ports which required this port:
- * - 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-text-0.8_3:
PCRE=on: Use Perl Compatible Regular Expressions
===> Use 'make config' to modify these settings
- Options name:
- textproc_ocaml-text
- USES:
- gmake ocaml:camlp4,findplist,ldconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8_3 31 Dec 2024 07:41:54 |
Muhammad Moinur Rahman (bofh) |
Mk/**ocaml.mk: Convert remaining bsd.ocaml.mk to Uses/ocaml.mk
- Instead of USE_OCAML=yes use USES=ocaml. If empty USES=ocaml implies
build and run
- Instead of USE_OCAMLFIND_PLIST use USES=ocaml:findplist which also
implies USES=ocaml:findlib
- Instead of USE_OCAML_CAMLP4 use USES=ocaml:camlp4
- Instead of USE_OCAML_FINDLIB use USES=ocaml:findlib
- Instead of USE_OCAML_LDCONFIG use USES=ocaml:ldconfig
- Instead of USE_OCAML_WASH use USES=ocaml:wash
- Instead of NO_OCAML_BUILDDEPENDS use USES=ocaml:run
- Instead of NO_OCAML_RUNDDEPENDS use USES=ocaml:build
- Instead of USE_OCAML_TK use USES=ocaml:tk which actually implies
USES=ocaml:tkbuild and USES=ocaml:tkrun
- Instead of NO_OCAMLTK_BUILDDEPENDS use USES=ocaml:tkrun
- Instead of NO_OCAMLTK_RUNDEPENDS use USES=ocaml:tkbuild
- USES=ocaml:dune remains unchanged
- Prepare to add/remove keywords easily
Approved by: mat (portmgr)
Reviewed by: freebsd@dev.thsi.be
Differential Revision: https://reviews.freebsd.org/D48227 |
0.8_3 22 May 2024 17:16:28 |
Guido Falsi (madpilot) Author: Benjamin Jacobs |
ocaml: Updates to ocaml compiler and several ocaml ports
- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4] (Only the first 15 lines of the commit message are shown above ) |
0.8_2 11 Mar 2024 21:50:58 |
Guido Falsi (madpilot) 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 ) |
0.8_1 05 Jul 2023 09:55:16 |
Guido Falsi (madpilot) |
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 ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.8 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
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 ) |
0.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8 24 Jun 2019 10:14:57 |
danfe |
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:
- Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
register build dependency on all ports that require it (should
be part of USE_OCAML, but we do not want to make any Mk-related
changes the for time being)
- Update `devel/ocaml-camlp4' to version 4.05+2
- Update `devel/ocaml-camlp5' to version 7.07 (the project had
moved to GitHub)
- Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
very outdated and requires quite a lot of work
- Update `x11-toolkits/ocaml-labltk' to version 8.06.3
PR: 218333
Exp-run by: antoine |
0.8 14 Dec 2016 21:48:10 |
johans |
Stepping down as maintainer for some ports. |
0.8 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.8 16 May 2015 11:03:30 |
johans |
Use my FreeBSD address as MAINTAINER |
0.8 16 May 2015 08:59:45 |
johans |
- Update ocaml-text to 0.8, now from Github
- Adopt port |
0.6_1 16 May 2015 07:37:22 |
marino |
Reset 14 ocaml ports maintained by Jaap Boender per his request
"I don't use FreeBSD very much anymore, so I'm not really the best person
to fix this. (As a corollary, if anyone wants to take over maintainership
of any or all of the ports, I'm still listed as maintainer of, they are
most welcome to.)"
Given that Jaap hasn't submitted or handled any PRs since before staging,
I think it will be more effective to just reset all the ports and let
people pick up the ones they like. Thanks for your past support, Jaap!
PR: 199845 |
0.6_1 04 May 2015 15:46:52 |
madpilot |
- 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) |
0.6_1 26 Mar 2014 23:16:09 |
marino |
textproc/ocaml-text: Use ldconfig and autogen plist
Neither USE_OCAML_LDCONFIG nor USE_OCAMLFIND_PLIST were working
properly earlier. Now that they are, come back to this port and use
those facilities, then bump it. |
0.6 26 Mar 2014 20:41:59 |
marino |
textproc/ocaml-text: Update version 0.5 -> 0.6 and stage
Since the maintainer also maintains the pkgsrc version of ocaml-text,
I used their methods for implementing stage. I am perplexed about the
change in the pkg-plist because no documents were generated and there
were no documents on pkgsrc plist either. As with other recent ocaml
changes, ldconf changes were inhibited. ldconf probably needs a new
global policy (e.g. apply in a post-install script)
PR: ports/176060
Submitted by: maintainer (Jaap Boender)
Stage support: Taken from pkgsrc |
0.5 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.5 28 Jul 2013 10:27:27 |
danfe |
Unbreak parallel builds and cleanup Makefile while I am at it. |
0.5 21 Mar 2013 00:14:09 |
jgh |
- adopt optionsNG
- trim historical header
Approved by: portmgr (miwi) |
0.5 29 Dec 2011 15:06:43 |
miwi |
- Update to 0.5
PR: 163404
Submitted by: Jaap Boender <jaapb@kerguelen.org> (maintainer) |
0.4 01 Jun 2011 08:48:18 |
wen |
OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode
characters, in a convenient way.
WWW: http://forge.ocamlcore.org/projects/ocaml-text/
PR: ports/156473
Submitted by: Jaap Boender <jaapb@kerguelen.org> |