Port details |
- erlang-native-compiler Native Code Compiler helper for Erlang
- g20211004 devel =2 g20211004Version of this port present on the latest quarterly branch.
- Maintainer: erlang@FreeBSD.org
- Port Added: 2021-09-30 22:11:47
- Last Update: 2023-11-11 22:56:01
- Commit Hash: 1713c01
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/davisp/erlang-native-compiler
- Description:
- erlang-native-compiler, or enc, as it is installed, is an Erlang build
tool that makes it easy to compile erlang NIFs - native interface
functions - in rebar3 and mix projects, handling the port compiler
options that rebar and rebar2 provided, but were subsequently removed
from rebar3 and not included in mix itself.
enc is a self-contained Erlang script, so it's easy to distribute
or even embed directly in a project.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- erlang-native-compiler>0:devel/erlang-native-compiler
- To install the port:
- cd /usr/ports/devel/erlang-native-compiler/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/erlang-native-compiler
- pkg install erlang-native-compiler
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: erlang-native-compiler
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1699722341
SHA256 (davisp-erlang-native-compiler-g20211004-2c92afb_GH0.tar.gz) = 10b01125da8a43cc3fdc3e1f0e05874965fb2e31a74d998430d252767cdfb759
SIZE (davisp-erlang-native-compiler-g20211004-2c92afb_GH0.tar.gz) = 27285
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:
-
- erlang>22 : lang/erlang
- This port is required by:
- for Build
-
- databases/erlfdb
-
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:
- No options to configure
- Options name:
- devel_erlang-native-compiler
- 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 |
g20211004 11 Nov 2023 22:56:01 |
Dave Cottlehuber (dch) |
devel/erlang-native-compiler: update to latest snapshot and use lang/erlang |
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) |
g20210602 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 ) |
g20210602 30 Sep 2021 22:03:12 |
Dave Cottlehuber (dch) |
devel/erlang-native-port-compiler: NEW PORT rebar3 friendly build plugin |