aboutsummaryrefslogtreecommitdiff
path: root/lang/silq
Commit message (Collapse)AuthorAgeFilesLines
* lang/silq: Update to latest upstream version (c0029ff)Stefan Eßer2021-05-032-9/+8
| | | | | This update allows quantum operations to replace and access multiple array components simultaneously.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix distinfo fileStefan Eßer2021-02-051-3/+3
| | | | Notes: svn path=/head/; revision=564148
* Upgrade to latest development versionStefan Eßer2021-02-052-8/+8
| | | | Notes: svn path=/head/; revision=564132
* Bump PORTREVSION for distinfo updateStefan Eßer2020-09-221-0/+1
| | | | Notes: svn path=/head/; revision=549598
* Fix distinfoStefan Eßer2020-09-221-3/+3
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=549597
* Temporarily change COMMENT line to attempt to unbreak web build:Mark Linimon2020-09-201-1/+1
| | | | | | | | | | | | | | --- 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. Notes: svn path=/head/; revision=549110
* Update to latest github versionStefan Eßer2020-09-193-12/+35
| | | | | | | | This update includes an example of Shor's algorithm and otheer new examples. Notes: svn path=/head/; revision=548953
* Udpate to sources as of todayStefan Eßer2020-06-213-9/+23
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=539773
* Add new port for SilqStefan Eßer2020-06-184-0/+408
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) Notes: svn path=/head/; revision=539528