Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Apr 2022 18:33:46 20220224
|
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. |
20 Nov 2021 19:39:02 20211117
|
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. |
03 May 2021 07:18:17 20210503
|
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. |
07 Apr 2021 08:09:01 20202003_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 20202003_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Feb 2021 19:42:19
20202003_1
|
se  |
Fix distinfo file |
05 Feb 2021 16:43:14
20202003_1
|
se  |
Upgrade to latest development version |
22 Sep 2020 14:14:30
20200919_1
|
se  |
Bump PORTREVSION for distinfo update |
22 Sep 2020 14:13:09
20200919
|
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 |
20 Sep 2020 13:20:13
20200919
|
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. |
19 Sep 2020 10:06:19
20200919
|
se  |
Update to latest github version
This update includes an example of Shor's algorithm and otheer new
examples. |
21 Jun 2020 16:22:04
20200621
|
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) |
18 Jun 2020 06:55:34
20200617
|
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) |