Port details |
- ocaml-nox11 Objective Caml compiler and programming environment
- 4.14.1 lang
=8 4.14.1Version of this port present on the latest quarterly branch.
- Maintainer: michipili@gmail.com
- Port Added: 2004-02-27 13:07:46
- Last Update: 2024-04-10 16:19:22
- Commit Hash: 68c4464
- People watching this port, also watch:: gmake, unzip, libxml2, libiconv, freetype2
- License: LGPL21
- WWW:
- https://ocaml.org/
- Description:
- Objective Caml is an implementation of the ML language, based on
the Caml Light dialect extended with a complete class-based object system
and a powerful module system in the style of Standard ML.
Objective Caml comprises two compilers. One generates bytecode
which is then interpreted by a C program. This compiler runs quickly,
generates compact code with moderate memory requirements, and is
portable to essentially any 32 or 64 bit Unix platform. Performance of
generated programs is quite good for a bytecoded implementation:
almost twice as fast as Caml Light 0.7. This compiler can be used
either as a standalone, batch-oriented compiler that produces
standalone programs, or as an interactive, toplevel-based system.
The other compiler generates high-performance native code for a number
of processors. Compilation takes longer and generates bigger code, but
the generated programs deliver excellent performance, while retaining
the moderate memory requirements of the bytecode compiler.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ocaml-nox11>0:lang/ocaml-nox11
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: ocaml-nox11
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706795905
SHA256 (ocaml-4.14.1.tar.xz) = c127974d0242576cf47061b20aa9c86d17be0d6aa9687f6ec9835de67be7bb6f
SIZE (ocaml-4.14.1.tar.xz) = 3803356
Packages (timestamps in pop-ups are UTC):
- Master port: lang/ocaml
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ocaml-nox11-4.14.1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
MANPAGES=on: Build and/or install manual pages
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- lang_ocaml-nox11
- USES:
- compiler:c11 cpe gmake tar:xz
- 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) |
This is a slave port. You may also want to view the commits to the master port: lang/ocaml |
Commit | Credits | Log message |
4.14.1 10 Apr 2024 16:19:22 |
Guido Falsi (madpilot) Author: Benjamin Jacobs |
lang/ocaml-nox11: Remove redundant sub port
X11 support has been removed upstream from ocaml, menaing the UI
support in the ocaml compiler.
Ability to compile ports with X11 UI is supported and depends on
other components available in the ports tree.
So remove this redundant port since the provided functionality is
identical to the lang/ocaml port.
PR: 277676
Approved by: michael.grunewald@laposte.net (maintainer timeout) |
4.07.1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
4.05.0_1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
4.05.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.05.0_1 26 Jul 2019 22:13:24 |
pkubaj |
lang/ocaml-nox11: unbreak on powerpc64
Builds fine on powerpc64.
Approved by: mentors (implicit approval) |
4.02.3 29 Apr 2017 05:44:25 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
4.02.3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
4.01.0_3 15 Jul 2014 03:42:51 |
vanilla |
remove NO_STAGE.
Approved by: portmgr@ (blanket) |
3.12.1_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
3.12.1_1 10 Aug 2013 23:05:33 |
marino |
lang/ocaml-nox11: Fix package origin
lang/ocaml-nox11 port produces a package with the exact same name as
lang/ocaml because they have a common Makefile. However, by defining the
SFX variable before including it, ocaml-nox11 package name will receive
a suffix. This fixes an origin conflict seen on poudriere.
The new base package name will be ocaml-nox11
Approved by: bapt/culot (mentors, implicit), maintainer timeout |
3.12.1_1 28 Jun 2013 21:35:14 |
antoine |
Unbreak ocaml-nox11 after PORT_OPTIONS conversion |
3.12.0_1 10 Jun 2011 16:20:47 |
bapt |
Over to new volunteer
Submitted by: Michael Grunewald <michael.grunewald@laposte.net> (new
maintainer by mail) |
3.09.0 14 Jun 2006 21:38:09 |
linimon |
Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response to
email, and various maintainer-timeouts.
Hat: portmgr |
3.08.3_2 27 Jun 2005 14:10:30 |
jylefort |
Conflicts with metaocaml. |
3.08.3_1 04 Jun 2005 22:22:20 |
thierry |
Take maintainership.
PR: ports/81870
Submitted by: Marwan Burelle <marwan.burelle (at) lri.fr> |
3.07.2 27 Feb 2004 07:48:50 |
sergei |
Add ocaml-nox11, a slave port for lang/ocaml without X11
PR: 62292
Submitted by: Eugene Ossintsev <eugos@gmx.net> |