Port details |
- erlang-runtime27 Functional programming language from Ericsson
- 27.1.2_1 lang =2 27.0.1_1Version of this port present on the latest quarterly branch.
- Maintainer: erlang@FreeBSD.org
- Port Added: 2024-06-02 19:36:05
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java parallel
- License: APACHE20
- WWW:
- https://www.erlang.org/
- Description:
- Erlang is a programming language used to build massively scalable soft
real-time systems with requirements on high availability. Some of its
uses are in telecoms, banking, e-commerce, computer telephony and
instant messaging. Erlang's runtime system has built-in support for
concurrency, distribution and fault tolerance.
This port contains a standalone runtime environment of Erlang 27
to be used during the development of OTP applications.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- erlang-runtime27>0:lang/erlang-runtime27
- To install the port:
- cd /usr/ports/lang/erlang-runtime27/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/erlang-runtime27
- pkg install erlang-runtime27
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: erlang-runtime27
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729162594
SHA256 (erlang/erlang-otp-OTP-27.1.2_GH0.tar.gz) = 365208d47f9590f27c0814ccd7ee7aec0e1b6ba2fe9d875e356edb5d9b054541
SIZE (erlang/erlang-otp-OTP-27.1.2_GH0.tar.gz) = 62185618
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:
-
- gmake>=4.4.1 : devel/gmake
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- lang/elixir-devel
- for Run
-
- net/rabbitmq
Configuration Options:
- ===> The following configuration options are available for erlang-runtime27-27.1.2_1:
CHUNKS=on: Enable in-line documentation in Erlang console
CORBA=on: Enable Corba support
DTRACE=on: Build with DTrace probes
JAVA=off: Java platform support
KQUEUE=on: Enable Kernel Poll (kqueue) support
ODBC=off: ODBC database backend
OPENSSL=on: SSL/TLS support via OpenSSL
SCTP=on: Enable SCTP support
SHARING=on: Enable term copy-and-share support
WX=off: Enable WX application
===> Use 'make config' to modify these settings
- Options name:
- lang_erlang-runtime27
- USES:
- compiler cpe gmake ncurses perl5 ssl
- pkg-message:
- For install:
- To use this runtime port for development or testing, just prepend
its binary path ("/usr/local/lib/erlang27/bin") to your PATH variable.
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
27.1.2_1 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
27.1.2_1 25 Nov 2024 12:07:22 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxgtk32 in tree |
27.1.2 17 Oct 2024 15:08:18 |
Jimmy Olgeni (olgeni) |
lang/erlang-runtime27: update to version 27.1.2 |
27.1 09 Oct 2024 18:09:00 |
Jimmy Olgeni (olgeni) |
lang/erlang-runtime27: update to version 27.1 |
27.0.1 12 Jul 2024 22:42:49 |
Jimmy Olgeni (olgeni) |
lang/erlang-runtime27: update to version 27.0.1 |
27.0 05 Jun 2024 20:16:02 |
Dave Cottlehuber (dch) |
lang/erlang-runtime27: on i386, build without timestamps post 2038
configure: error: could not enable timestamps after mid-January 2038.
This package recommends support for these later timestamps.
Correct PORTNAME suffix auto-generation to match previous name.
Reported by: pkg-fallout |
27.0 02 Jun 2024 19:32:37 |
Dave Cottlehuber (dch) |
lang/erlang-runtime27: add the actual port as well
Fixes: afb2e3531296b7763cba4a1f70631af8df80f393 |