Port details |
- mujs Embeddable Javascript interpreter in C
- 1.3.5 lang =2 1.3.5Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-03-17 16:07:56
- Last Update: 2024-06-21 09:43:06
- Commit Hash: 6440f45
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: ISCL
- WWW:
- https://mujs.com/
- Description:
- MuJS is a lightweight Javascript interpreter designed for embedding in
other software to extend them with scripting capabilities.
MuJS was designed with a focus on small size, correctness, and simplicity.
It is written in portable C and implements ECMAScript as specified by ECMA-262.
The interface for binding with native code is designed to be as simple as
possible to use, and is very similar to Lua. There is no need to interact with
byzantine C++ template mechanisms, or worry about marking and unmarking garbage
collection roots, or wrestle with obscure build systems.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/mujs/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/mujs
- pkg install mujs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mujs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718952938
SHA256 (ccxvii-mujs-1.3.5_GH0.tar.gz) = 78a311ae4224400774cb09ef5baa2633c26971513f8b931d3224a0eb85b13e0b
SIZE (ccxvii-mujs-1.3.5_GH0.tar.gz) = 128938
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
- Test dependencies:
-
- git : devel/git
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- This port is required by:
- for Libraries
-
- print/sioyek
Configuration Options:
- ===> The following configuration options are available for mujs-1.3.5:
32BIT=on: 32-bit address space to allow for larger programs
SANITIZED=off: Sanitized build (only for debugging)
===> Use 'make config' to modify these settings
- Options name:
- lang_mujs
- USES:
- compiler:c11 cpe gmake readline
- 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 |
1.3.5 21 Jun 2024 09:43:06 |
Yuri Victorovich (yuri) |
lang/mujs: update 1.3.4 → 1.3.5
Reported by: portscout |
1.3.4 20 Dec 2023 19:21:32 |
Yuri Victorovich (yuri) |
lang/mujs: update 1.3.3 → 1.3.4
Reported by: portscout |
1.3.3_1 27 Mar 2023 18:25:49 |
Yuri Victorovich (yuri) |
lang/mujs: Add SONAME to the shared library
PR: 269960
Reported by: fuz@ |
1.3.3 22 Mar 2023 03:37:16 |
Yuri Victorovich (yuri) |
lang/mujs: Update 1.3.2 → 1.3.3
Reported by: portscout |
1.3.2 08 Nov 2022 20:46:51 |
Yuri Victorovich (yuri) |
lang/mujs: Update 1.2.0 -> 1.3.2 |
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) |
1.2.0 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 ) |
1.2.0 23 Dec 2021 21:17:35 |
Yuri Victorovich (yuri) |
lang/mujs: Update 1.1.3 -> 1.2.0
Reported by: portscout |
1.1.3 20 Oct 2021 16:13:18 |
Stefan Eßer (se) |
lang/mujs: Add CPE information
Approved by: portmgr (blanket) |
1.1.3 12 Jun 2021 00:19:56 |
Yuri Victorovich (yuri) |
lang/mujs: Update 1.1.2 -> 1.1.3 |
1.1.2 28 Apr 2021 17:44:29 |
Yuri Victorovich (yuri) |
lang/mujs: Update 1.1.1 -> 1.1.2
Reported by: portscout |
1.1.1 18 Apr 2021 00:16:37 |
Yuri Victorovich (yuri) |
lang/mujs: Update 1.0.7 -> 1.1.1 |
1.0.7_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.7_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.7_1 10 May 2020 20:46:16 |
yuri |
lang/mujs: Add the SANITIZED port option |
1.0.7 19 Apr 2020 00:52:18 |
yuri |
lang/mujs: Update 1.0.6-16 -> 1.0.7
Reported by: portscout |
1.0.6.16 16 Jan 2020 17:11:32 |
yuri |
lang/mujs: Update 1.0.6-13 -> 1.0.6-16
Reported by: portscout |
1.0.6.13 02 Jan 2020 16:23:59 |
yuri |
lang/mujs: Update 1.0.6-6 -> 1.0.6-13 |
1.0.6.6_1 19 Dec 2019 07:36:57 |
yuri |
lang/mujs: Add the 32BIT option allowing to execute much larger programs |
1.0.6.6 29 Nov 2019 04:28:47 |
yuri |
lang/mujs: Update 1.0.6-4-g6e62eb0 -> 1.0.6-6-g8c86834 |
1.0.6.4 19 Nov 2019 15:36:39 |
yuri |
lang/mujs: Update 1.0.6 -> 1.0.6-4 |
1.0.6_1 12 Nov 2019 02:53:12 |
yuri |
lang/mujs: Enable the static library; Strip the shared library. |
1.0.6 07 Aug 2019 17:04:47 |
yuri |
lang/mujs: Update 1.0.5-35 -> 1.0.6
Reported by: repology |
1.0.5.35_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.5.35 13 Apr 2019 18:52:56 |
yuri |
lang/mujs: Update 1.0.5-32 -> 1.0.5-35 |
1.0.5.32_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
1.0.5.32 04 Apr 2019 05:28:34 |
yuri |
lang/mujs: 1.0.5-21 -> 1.0.5-32
Bugfixes. |
1.0.5.21 15 Mar 2019 16:50:54 |
yuri |
lang/mujs: Update 1.0.5-10 -> 1.0.5-21
Port changes:
* Add the pull request patch enabling readline in FreeBSD
* WITH_DEBUG triggers build=debug - the project manages its build options itself
* Rm the post-install patch - the .pc issue has been fixed
* Add FreeBSD-related patches eliminating build warnings, build using -O3
instead of -Os |
1.0.5.10 24 Feb 2019 03:25:25 |
yuri |
lang/mujs: Update 1.0.5 -> 1.0.5-10 |
1.0.5_1 06 Feb 2019 05:46:55 |
yuri |
lang/mujs: Enable readline; pass build flags to the build |
1.0.5 18 Sep 2018 08:03:24 |
yuri |
lang/mujs: Update 1.0.4 -> 1.0.5
Reported by: portscout |
1.0.4 10 Aug 2018 21:25:31 |
yuri |
lang/mujs: Update 1.0.3 -> 1.0.4
Reported by: portscout |
1.0.3 17 Mar 2018 16:07:29 |
yuri |
New port: lang/mujs: Embeddable Javascript interpreter in C |