2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes. |
2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Remove SHA1 distfiles hashes |
2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475) |
Log message: *: Bump PKGREVISION for ghc-9.0.1 |
2021-04-23 05:59:26 by Masatake Daimon | Files touched by this commit (1) |
Log message: Update PLIST |
2021-04-23 02:21:47 by Masatake Daimon | Files touched by this commit (3) |
Log message: Fix build with GHC 9 |
2021-02-18 16:07:28 by Makoto Fujiwara | Files touched by this commit (19) |
Log message: (*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again |
2021-02-13 09:01:01 by Makoto Fujiwara | Files touched by this commit (29) |
Log message: (*/hs-*) fix build, not adapted to ghc90 version |
2020-05-11 19:52:21 by Roland Illig | Files touched by this commit (190) |
Log message: hs-*: add PLIST files These PLIST files have been autogenerated by mk/haskell.mk using HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes to the packages. The Haskell packages didn't have PLIST files because their paths contained package hashes. These hashes are now determined by mk/haskell.mk, which makes it easy to generate easy to read PLIST files. |
2020-01-19 01:58:38 by Masatake Daimon | Files touched by this commit (4) |
Log message: Import tar-0.5.1.1 from wip This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, POSIX USTAR and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. It also provides features for random access to archive content using an index. |