Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20230412_1 12 Oct 2023 23:45:10 |
Brooks Davis (brooks) |
lang/silq: remove llvm10 dependency
This was added in 4949e8270ef54e5ae32f1ab66585ca0b55fc6235 to work
around an issue when linking with LLVM 13's lld when LDC was not also
using LLVM 13. LDC now uses LLVM 15 and and silq builds fine without
this patch.
PR: 273977
Approved by: maintainer timeout |
20230412_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
20230412 14 Apr 2023 19:09:52 |
Stefan Eßer (se) |
lang/silq: update to latest development version |
20220224_2 11 Apr 2023 20:35:21 |
Gleb Popov (arrowd) |
D ports: Bump after lang/ldc update.
PR: 270461 |
20220224_1 15 Nov 2022 16:17:05 |
Jose Alonso Cardenas Marquez (acm) |
lang/ldc: Bump PORTREVISION of d based ports because lang/ldc port has changed |
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) |
20220224 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 ) |
20220224 19 Apr 2022 18:33:46 |
Stefan Eßer (se) |
lang/silq: update to latest upstream version (afaf865)
This update adds unsafe type punning to the Silq language and adds
support for the execution of the test cases to the port. |
20211117 20 Nov 2021 19:39:02 |
Stefan Eßer (se) |
lang/silq: Fix build failures due to llvm13 changes
The visibility rules of some variables have been changed in LLD13,
leading to link failures.
This is no issue if LDC is built with LLVM13, but the version
currently in the ports tree is too old to be build with LLVM13.
As a work around and since the currently provided LDC is built with
LLVM10, make this port depend on LLVM10, too.
Update to the latest development source level on this occasion. |
20210503 03 May 2021 07:18:17 |
Stefan Eßer (se) |
lang/silq: Update to latest upstream version (c0029ff)
This update allows quantum operations to replace and access multiple
array components simultaneously. |
20202003_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20202003_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20202003_1 05 Feb 2021 19:42:19 |
se |
Fix distinfo file |
20202003_1 05 Feb 2021 16:43:14 |
se |
Upgrade to latest development version |
20200919_1 22 Sep 2020 14:14:30 |
se |
Bump PORTREVSION for distinfo update |
20200919 22 Sep 2020 14:13:09 |
se |
Fix distinfo
Due to the way the distfile is named, the file name changed when I
updated the PORTVERSION as the last step before the commit.
For this port, a make checksum is required as the final step, after
setting the revision ...
Reported by: pkg-fallout |
20200919 20 Sep 2020 13:20:13 |
linimon |
Temporarily change COMMENT line to attempt to unbreak web build:
--- lang.html ---
encoding error : input conversion failed due to input error, bytes 0xFC 0x72
0x69 0x63
encoding error : input conversion failed due to input error, bytes 0xFC 0x72
0x69 0x63
I/O error : encoder error
lang.xml:507: parser error : Premature end of data in tag dd line 507
FreeBSD.org/ports/head/lang/silq">silq-20200919</a></b></dt> <dd>Silq from ETH
Z
This needs to be investigated as a web build problem. |
20200919 19 Sep 2020 10:06:19 |
se |
Update to latest github version
This update includes an example of Shor's algorithm and otheer new
examples. |
20200621 21 Jun 2020 16:22:04 |
se |
Udpate to sources as of today
This update attempts to fix a build error on FreeBSD-11 that appears to be
caused by the D compiler creating object files that cannot be linked by the
linker it invokes by default (GNU ld on FreeBSD-11).
Approved by: antoine (implicit) |
20200617 18 Jun 2020 06:55:34 |
se |
Add new port for Silq
Silq is a high-level programming language for quantum computing with a
strong static type system.
The compiler is accompanied by a large collection of example files, some of
them implementing solutions to Microsoft's Q# Summer 2018 and Winter 2019
coding contest on Codeforces.
The port version is based on the date of the latest commit to the project
repository, aince there have been no regular releases, yet. (Only one tag
has been created to mark the state presented on a conference.)
Approved by: antoine (mentor) |