Port details |
- gpds General purpose data serializer library written in modern C++
- 1.5.1 devel
=0 1.5.1Version of this port present on the latest quarterly branch. - Maintainer: jbo@insane.engineer
 - Port Added: 2022-06-08 13:18:14
- Last Update: 2023-03-08 08:13:45
- Commit Hash: cff3e10
- License: MIT
- Description:
- GPDS is a General Purpose Data Serializer library written in modern C++.
It allows to serialize C++ classes to and from XML files in a generic format
that can be processed by other XML processing software (or just for the sake of
readability).
GPDS provides the user with complete control over the generated tag names and
attributes in the resulting XML compared to just using traditional "key" and
"value" tags.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/gpds/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gpds
- pkg install gpds
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gpds
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1678209828
SHA256 (simulton-gpds-1.5.1_GH0.tar.gz) = 99152c26d87adf595d94502ee641297073088f83faa5a95ae198ecb7ffce41f0
SIZE (simulton-gpds-1.5.1_GH0.tar.gz) = 844365
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- spdlog>=1.9.0 : devel/spdlog
- This port is required by:
- for Libraries
-
- devel/qschematic
Configuration Options:
- No options to configure
- Options name:
- devel_gpds
- USES:
- cmake compiler:c++17-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.1 08 Mar 2023 08:13:45
    |
Felix Palmen (zirias)  Author: Joel Bodenmann |
devel/gpds: Update to 1.5.1
Changelog: https://github.com/simulton/gpds/releases/tag/1.5.1
PR: 270010
Approved by: tcberner (mentor) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
1.5.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0 25 Jul 2022 20:36:27
    |
Nuno Teixeira (eduardo)  Author: Joel Bodenmann |
devel/gpds: Remove architecture restrictions
- remove ONLY_FOR_ARCHS
This port was successfully tested on i386 and arm64/aarch64 and
there is in general no reason to believe that it wouldn't work on
other architectures.
PR: 265423 |
1.5.0 08 Jun 2022 13:17:27
    |
Dave Cottlehuber (dch)  |
devel/gdps: new port
General Purpose Data Serializer implemented as a very small C++ library,
providing (de)serialization of C++ classes, via backends, such as XML.
PR: 264530
Sponsored by: SkunkWerks, GmbH |
Number of commits found: 5
|