Port details |
- myrddin Myrddin Compiler
- 0.3.1_2 lang =2 0.3.1_2Version 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: 2017-03-13 15:11:20
- Last Update: 2024-02-24 16:12:17
- Commit Hash: f9407ba
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://myrlang.org/
- Description:
- Myrddin is a systems programming language that covers a similar niche
as C including desktop, OS, and embedded development, but at the same
time making it harder to shoot yourself in the foot.
It is designed to be a simple language that runs close to the metal,
giving the programmer predictable and transparent behavior and mental
model. It also does strong type checking, generics, type inference,
closures, and traits.
Myrddin is not a language designed to explore the forefront of type
theory or compiler technology. It is not a language that is focused
on guaranteeing perfect safety. It is satisfied to be a practical,
small, fairly well defined, and easy to understand language for code
that needs to be close to the hardware.
- ¦ ¦ ¦ ¦
- 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/myrddin/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/myrddin
- pkg install myrddin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: myrddin
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1530426120
SHA256 (myrddin-0.3.1.tar.gz) = f3ca5e144894a537eb2c5ffc062b96f8988c78354431dbdefafc6c37977f36f5
SIZE (myrddin-0.3.1.tar.gz) = 1111547
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:
-
- as : devel/binutils
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- as : devel/binutils
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for myrddin-0.3.1_2:
DEBUG=off: Build with debugging support
VIM=on: Install Vim plugin
===> Use 'make config' to modify these settings
- Options name:
- lang_myrddin
- USES:
- gmake
- 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.3.1_2 24 Feb 2024 16:12:17 |
Muhammad Moinur Rahman (bofh) |
lang/myrddin: Moved man to share/man
Approved by: portmgr (blanket) |
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.3.1_1 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.3.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.3.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.1_1 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
0.3.1_1 30 May 2020 16:19:21 |
tobik |
lang/myrddin: Unbreak runtime without /usr/bin/as and pet portlint&portclippy
after r537091 |
0.3.1 30 May 2020 16:01:52 |
emaste |
lang/myrddin: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250 [exp-run]
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.3.1 04 Apr 2020 07:52:28 |
tobik |
lang/myrddin: Remove -Werror |
0.3.1 01 Jul 2018 11:13:19 |
tobik |
Do not always run the test suite
Requested by: mat |
0.3.1 01 Jul 2018 06:48:23 |
tobik |
lang/myrddin: Update to 0.3.1
- No functional change on FreeBSD in this version
- Building the bootstrap target is enough to build Myrddin
- Always run the test suite after the build |
0.3.0 30 Jun 2018 03:26:02 |
tobik |
lang/myrddin: Update to 0.3
Changes: https://myrlang.org/release-notes/r0p3 |
0.2.2 09 May 2018 09:55:30 |
tobik |
lang/myrddin: Update to 0.2.2
This release will build correctly with lld. |
0.2.0 29 Mar 2018 15:02:05 |
emaste |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876 |
0.2.0 27 Mar 2018 17:45:30 |
tobik |
lang/myrddin: Fix build when ld is ld.lld
ld: error: <internal>: section sh_addralign is not a power of 2
Myrddin's build system directly calls ld so LLD_UNSAFE can't work
here. Workaround the issue by adding a binary alias to ld.bfd to fix
the build for now.
PR: 226986
Reported by: emaste |
0.2.0 08 Dec 2017 18:42:14 |
tobik |
lang/myrddin: Fix build when PREFIX != /usr/local |
0.2.0 22 Sep 2017 11:11:03 |
tobik |
lang/myrddin: Update to 0.2.0
Changes: https://myrlang.org/release-notes/ |
0.1.1 13 Mar 2017 15:11:11 |
tobik |
New port: lang/myrddin
Myrddin is a systems programming language that covers a similar niche
as C including desktop, OS, and embedded development, but at the same
time making it harder to shoot yourself in the foot.
It is designed to be a simple language that runs close to the metal,
giving the programmer predictable and transparent behavior and mental
model. It also does strong type checking, generics, type inference,
closures, and traits.
Myrddin is not a language designed to explore the forefront of type
theory or compiler technology. It is not a language that is focused
on guaranteeing perfect safety. It is satisfied to be a practical,
small, fairly well defined, and easy to understand language for code
that needs to be close to the hardware.
WWW: https://myrlang.org/
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9989 |