Port details |
- qbe Embeddable compiler backend for C type languages
- 1.2 devel =2 1.2Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2022-04-28 15:24:05
- Last Update: 2024-03-26 16:04:24
- Commit Hash: 9d1fcfc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://c9x.me/compile/
- Description:
- QBE aims to be a pure C embeddable backend that provides 70% of
the performance of advanced compilers in 10% of the code.
Its small size serves both its aspirations of correctness and
our ability to understand, fix, and improve it. It also serves
its users by providing trivial integration and great flexibility.
- ¦ ¦ ¦ ¦
- 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/devel/qbe/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/qbe
- pkg install qbe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qbe
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711395796
SHA256 (qbe-1.2.tar.xz) = a6d50eb952525a234bf76ba151861f73b7a382ac952d985f2b9af1df5368225d
SIZE (qbe-1.2.tar.xz) = 246364
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
- This port is required by:
- for Build
-
- devel/hare
- lang/harec
- for Run
-
- lang/harec
Configuration Options:
- ===> The following configuration options are available for qbe-1.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_qbe
- USES:
- gmake tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2 26 Mar 2024 16:04:24 |
Stefan Eßer (se) |
devel/qbe: Fix MASTER_SITE |
1.2 25 Mar 2024 19:44:24 |
Stefan Eßer (se) |
devel/qbe: update to version 1.2 |
1.1 01 Feb 2023 17:09:07 |
Stefan Eßer (se) |
devel/qbe: update to version 1.1
QBE 1.1 comes with improvements of performance and expressiveness.
Notable additions are:
- support for Apple ARM-based hardware (arm64_apple target);
- support for thread-local storage;
- a new blit instruction to copy small aggregates;
- a new hlt instruction to flag non-termination;
- a new stack slot coalescing optimization. |
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.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.0 15 Jul 2022 20:52:31 |
Stefan Eßer (se) |
devel/qbe: update to version 1.0 |
g20220411 28 Apr 2022 15:17:40 |
Stefan Eßer (se) |
devel/qbe: add port qbe - an embeddable compiler backend
The qbe program translates intermediate language (IL) code into
assembler code of supported processors (amd64, arm64, and riscv64). |
Number of commits found: 7
|