2024-01-23 14:33:39 by Makoto Fujiwara | Files touched by this commit (15) |
Log message: (devel/R-uuid) Remove duplicated line, sorry |
2024-01-23 14:10:30 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message: (devel/R-uuid) Updated 1.1.0 to 1.2.0 NEWS for uuid --------------- 1.2-0 2024-01-13 o add UUIDfromName() which allows generation of version 3 and 5 UUIDs based on a namespace UUID and a string. 1.1-1 2022-12-02 o clean up strict prototype warnings o update to upstream util-linux version 25b98ae |
2022-08-19 13:36:25 by Tobias Nygren | Files touched by this commit (2) |
Log message: R-uuid: carry over SunOS build fix from devel/libuuid |
2022-04-23 07:55:28 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message: (devel/R-uuid) Updated 1.0.4 to 1.1.0 NEWS for uuid --------------- 1.1-0 2022-04-19 o added UUIDparse() and UUIDvalidate() functions o added an internal representation of UUIDs as class "UUID" which represents a vector of 128-bit elements interpreted as UUIDs. This also allows seamless conversion between textual representation, raw vectors and UUID objects. 1.0-5 2022-04-19 o update to upstream util-linux version e928e8ed6 o add LinkingTo includes in the source tree. This fixes issues on Windows where the headers were not copied since configure is not run on Windows. The headers can be updated using src/update-inst.sh script in the source tree. |
2022-04-02 05:01:34 by Wen Heping | Files touched by this commit (2) | |
Log message: Update to 1.0.4 Upstream changes: 1.0-4 o Windows: use dynamic buffer when querying DLLs to avoid "Too many DLLs" error. 1.0-3 2021-11-01 o guard flock() with HAVE_FLOCK for platforms that don't have it 1.0-2 2021-10-25 o silence benign sendfile warning from upstream 1.0-1 2021-10-20 o update to latest upstream libuuid sources (util-linux c4a543ff, libuuid e6743239) o Add LinkingTo: API allowing other packages to use UUID generation from C code |
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message: Update all R packages to canonical form. The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html |