aboutsummaryrefslogtreecommitdiff
path: root/security/hs-cryptol
Commit message (Collapse)AuthorAgeFilesLines
* security/hs-cryptol: update 3.3.0 → 3.4.0Yuri Victorovich2025-11-083-147/+140
|
* security/hs-cryptol: update 3.2.0 → 3.3.0Yuri Victorovich2025-03-222-216/+291
| | | | Reported by: portscout
* security/hs-cryptol: update 3.1.0 → 3.2.0Yuri Victorovich2024-08-232-220/+196
|
* security/hs-cryptol: Switch to GHC 9.6Andrey Korobkov2024-04-193-96/+91
| | | | PR: 278445
* security/hs-cryptol: update 3.0.0 → 3.1.0Yuri Victorovich2024-02-062-229/+283
|
* security/hs-cryptol: Update 2.13.0 → 3.0.0Yuri Victorovich2023-06-282-206/+300
|
* Haskell ports: Fix dependency on GHC 9.2 after its upgrade.Gleb Popov2023-06-071-1/+1
| | | | Reported by: pkg-fallout
* security/hs-cryptol: Switch to GHC 9.2 for building.Gleb Popov2023-05-271-0/+1
|
* Uses/cabal.mk: Rework MASTER_SITES and DISTFILES handling.Gleb Popov2022-11-202-126/+139
| | | | | | | | | | | | | This change removes duplicated entries from MASTER_SITES and DISTFILES variables. Now the MASTER_SITES variable will contain single Hackage URL without any group for the simplest case and with :_cabal_mk_hackage group in nodefault case. This change opens a path to using non-Hackage Cabal repositories (needed for Cardano) and pulling in .cabal revisions without using patches. Unfortunately, this change results in a large churn in Haskell ports distinfos. To make this churn less useless, refresh all Haskell dependencies in all ports.
* 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)
* Uses/cabal.mk: Rename `EXECUTABLES` to `CABAL_EXECUTABLES`.Gleb Popov2022-08-091-2/+2
| | | | | | Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D36079
* Uses/cabal.mk: Introduce CABAL_WRAPPER_SCRIPTS variable.Gleb Popov2022-07-281-1/+2
| | | | | | | | | | | | | Before this change every Haskell executable was wrapped into a shell script which was installed into ${PREFIX}/bin while the actual executable was installed into {PREFIX}/libexec/cabal. This was required to set env variables pointing the Haskell program to its data files under ${PREFIX}/share. However, not every Haskell program uses this feature. Now the shell wrapping is off by default and CABAL_WRAPPER_SCRIPTS knob can be used to enable it for a given port/executable. Adjust all Haskell ports affected by this change.
* security/hs-cryptol: Update to 2.13.0Gleb Popov2022-07-073-246/+304
|
* devel/libffi: Bump deps PORTREVISION for shlib changeKevin Bowling2022-05-091-0/+1
| | | | | PR: 263764 Reported by: VVD <vvd@unislabs.com>
* security/hs-cryptol: Mark as broken on aarch64.Mikael Urankar2021-10-141-0/+1
|
* security/hs-cryptol: Fix Makefile formatYuri Victorovich2021-04-231-2/+2
|
* security/hs-cryptol: Update 2.10.0 -> 2.11.0Yuri Victorovich2021-04-232-173/+167
|
* Bump USES=cabal ports after 12837690ed0cTobias Kortkamp2021-04-211-0/+1
|
* 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
|
* security/hs-cryptol: Update 2.9.0 -> 2.10.0Yuri Victorovich2020-12-212-110/+139
| | | | Notes: svn path=/head/; revision=558786
* lang/ghc: Update to 8.10.1.Gleb Popov2020-08-1610-163/+238
| | | | | | | As usual, along with the compiler, many Haskell packages are updated as well. Notes: svn path=/head/; revision=545088
* Chanse update of devel/libffiNiclas Zeising2020-07-041-1/+1
| | | | | | | | | | | | | Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking) Notes: svn path=/head/; revision=541232
* Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.Gleb Popov2020-05-0410-13/+133
| | | | | | | | PR: 244784 Submitted by: Evilham <contact@evilham.com> (some ports) Notes: svn path=/head/; revision=533933
* security/hs-cryptol: Remove the unnecessary lineYuri Victorovich2020-02-241-2/+0
| | | | | | | Reported by: arrowd Notes: svn path=/head/; revision=526979
* New port: security/hs-cryptol: Language of cryptographyYuri Victorovich2020-02-243-0/+138
With help of: arrowd Notes: svn path=/head/; revision=526956