[Bug 264530] [NEW PORT] devel/gpds: General purpose data serializer library written in modern C++

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 07 Jun 2022 23:56:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264530

Joel Bodenmann <jbo@insane.engineer> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #234534|0                           |1
        is obsolete|                            |

--- Comment #2 from Joel Bodenmann <jbo@insane.engineer> ---
Created attachment 234535
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234535&action=edit
commit

Thank you for your quick reply!

For unknown reasons I completely jumped the section regarding portlint while
following the handbook. I'm sorry - Still learning :)

I've updated the commit/diff/patch to reflect the changes necessary to pass
portlint.
Poudriere test still runs successfully.

Regarding the category: This doesn't do text processing by any reasonable
definition of "text processing". This is just providing data structures to
consuming C++ applications to read & write an XML DOM. No processing takes
place. The user of this library would take care of the actual processing.
In my opinion, this fits the devel category just as well as devel/spdlog,
devel/fmt and probably most notably: devel/boost.
Furthermore, there are already other serializer libraries in the devel category
such as devel/pear-XML_Serializer.

-- 
You are receiving this mail because:
You are the assignee for the bug.