aboutsummaryrefslogtreecommitdiff
path: root/lang/silq
Commit message (Collapse)AuthorAgeFilesLines
* lang/silq: remove llvm10 dependencyBrooks Davis2023-10-121-6/+3
| | | | | | | | | | 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
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-0/+1
|
* lang/silq: update to latest development versionStefan Eßer2023-04-143-15/+168
|
* D ports: Bump after lang/ldc update.Gleb Popov2023-04-111-1/+1
| | | | PR: 270461
* lang/ldc: Bump PORTREVISION of d based ports because lang/ldc port has changedJose Alonso Cardenas Marquez2022-11-151-0/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* lang/silq: update to latest upstream version (afaf865)Stefan Eßer2022-04-193-10/+20
| | | | | This update adds unsafe type punning to the Silq language and adds support for the execution of the test cases to the port.
* lang/silq: Fix build failures due to llvm13 changesStefan Eßer2021-11-203-13/+38
| | | | | | | | | | | | | 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.
* 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