Re: NEW: libudfread 1.1.2

2021-10-02 Thread Brad Smith
On Sat, Oct 02, 2021 at 09:38:40PM -0400, Brad Smith wrote: > Attached is a port of libudfread 1.1.2. > > Comment: > library for reading UDF from raw devices and image files > > Description: > This library allows reading UDF filesystems, like raw devices and image > files. I forgot to add a

NEW: libudfread 1.1.2

2021-10-02 Thread Brad Smith
Attached is a port of libudfread 1.1.2. Comment: library for reading UDF from raw devices and image files Description: This library allows reading UDF filesystems, like raw devices and image files. libudfread.tar.gz Description: application/tar-gz

UPDATE: audio/flite on mips64

2021-10-02 Thread Brad Smith
With mips64 moving to Clang it should be possible to remove the BROKEN tags. Index: Makefile === RCS file: /home/cvs/ports/audio/flite/Makefile,v retrieving revision 1.24 diff -u -p -u -p -r1.24 Makefile --- Makefile7 Mar 2021

Re: NEW: spdlog 1.9.2

2021-10-02 Thread Brad Smith
On 10/2/2021 4:45 AM, Brad Smith wrote: Attached is a port of spdlog. Comment: super fast C++ logging library Description: Super fast C++ logging library. Note this is dependent on the fmt 8.0.1 update I posted.

Re: NEW: fstrcmp 0.7.D001

2021-10-02 Thread Brad Smith
On Sat, Oct 02, 2021 at 12:59:28PM -0600, Thomas Frohwein wrote: > On Sat, Oct 02, 2021 at 04:41:03AM -0400, Brad Smith wrote: > > Attached is a port of fstrcmp. > > > > Comment: > > library for fuzzy string comparisons > > > > Description: > > The fstrcmp package provides a library which may be

UPDATE: fmt 8.0.1

2021-10-02 Thread Brad Smith
Here is an update to fmt 8.0.1. Index: Makefile === RCS file: /home/cvs/ports/devel/fmt/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- Makefile30 Jan 2021 15:37:05 - 1.2 +++ Makefile27 Sep

Re: NEW: fstrcmp 0.7.D001

2021-10-02 Thread Thomas Frohwein
On Sat, Oct 02, 2021 at 04:41:03AM -0400, Brad Smith wrote: > Attached is a port of fstrcmp. > > Comment: > library for fuzzy string comparisons > > Description: > The fstrcmp package provides a library which may be used to make > fuzzy comparisons of strings and byte arrays. It also provides >

Re: NEW: rapidjson 1.1.0

2021-10-02 Thread Stuart Henderson
On 2021/10/02 04:46, Brad Smith wrote: > Attached is a port of rapidjson. > > Comment: > JSON parser/generator for C++ with both SAX/DOM style API > > Description: > RapidJSON is a JSON parser and generator for C++. It supports both SAX > and DOM style API. This came up before -

UPDATE: libgnt 2.14.3

2021-10-02 Thread Brad Smith
I reported an issue and they fixed the missing option to disable Python. version 2.14.3 (2021/09/25): * Added an option to disable python2 support. (LIBGNT-16) (RR 930) (Gary Kramlich) * Add an option to disable building the docs. (LIBGNT-17) (RR 945) (Helmut

NEW: rapidjson 1.1.0

2021-10-02 Thread Brad Smith
Attached is a port of rapidjson. Comment: JSON parser/generator for C++ with both SAX/DOM style API Description: RapidJSON is a JSON parser and generator for C++. It supports both SAX and DOM style API. rapidjson.tar.gz Description: application/tar-gz

NEW: spdlog 1.9.2

2021-10-02 Thread Brad Smith
Attached is a port of spdlog. Comment: super fast C++ logging library Description: Super fast C++ logging library. spdlog.tar.gz Description: application/tar-gz

NEW: libcrossguid 0.2.2

2021-10-02 Thread Brad Smith
Attached is a port of libcrossguid. Comment: minimal and cross platform C++ GUID library Description: CrossGuid is a minimal, cross platform, C++ GUID library. It uses the best native GUID/UUID generator on the given platform and had a generic class for parsing, stringifying, and comparing IDs.

NEW: fstrcmp 0.7.D001

2021-10-02 Thread Brad Smith
Attached is a port of fstrcmp. Comment: library for fuzzy string comparisons Description: The fstrcmp package provides a library which may be used to make fuzzy comparisons of strings and byte arrays. It also provides simple commands for use in shell scripts. fstrcmp.tar.gz Description: