Port details |
- gpds General purpose data serializer library written in modern C++
- 1.9.0 devel =2 1.8.4_1Version of this port present on the latest quarterly branch.
- Maintainer: jbo@FreeBSD.org
- Port Added: 2022-06-08 13:18:14
- Last Update: 2024-10-02 17:32:47
- Commit Hash: 5965dcc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/simulton/gpds
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1727888909
SHA256 (simulton-gpds-1.9.0_GH0.tar.gz) = d09d0fdda650abc2646fe47299ac9136e1066afb51e423c3dc37f2dbb5e9b1ce
SIZE (simulton-gpds-1.9.0_GH0.tar.gz) = 876422
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:
-
- tinyxml2>10 : textproc/tinyxml2
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- tinyxml2>10 : textproc/tinyxml2
- Library dependencies:
-
- libtinyxml2.so : textproc/tinyxml2
- This port is required by:
- for Libraries
-
- devel/qschematic
Configuration Options:
- No options to configure
- Options name:
- devel_gpds
- USES:
- cmake compiler:c++20-lang pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.0 02 Oct 2024 17:32:47 |
Joel Bodenmann (jbo) |
devel/gpds: Update to 1.9.0
Changelog: https://github.com/simulton/gpds/releases/tag/1.9.0
Sponsored by: Simulton GmbH |
1.8.4_1 09 Mar 2024 14:07:21 |
Po-Chuan Hsieh (sunpoet) |
devel/gpds: Allow build with tinyxml2 with meson |
1.8.4_1 19 Feb 2024 00:38:21 |
Daniel Engberg (diizzy) |
devel/gpds: Add missing LIB_DEPENDS definition
Library links with (lib)tinyxml2 so dependency should be defined
Approved by: portmgr (blanket, build fix) |
1.8.4 18 Feb 2024 17:17:12 |
Joel Bodenmann (jbo) |
devel/gpds: Update to 1.8.4
Changelog: https://github.com/simulton/gpds/releases/tag/1.8.4
Approved by: tcberner (mentor)
Sponsored by: Simulton GmbH
Differential Revision: https://reviews.freebsd.org/D43953 |
1.8.3 04 Feb 2024 21:33:09 |
Joel Bodenmann (jbo) |
devel/gpds: Update to 1.8.3
Changelog: https://github.com/simulton/gpds/releases/tag/1.8.3
Approved by: tcberner (mentor, implicit)
Sponsored by: Simulton GmbH |
1.8.2 02 Feb 2024 16:08:14 |
Joel Bodenmann (jbo) |
devel/gpds: Update to 1.8.2
Changelog: https://github.com/simulton/gpds/releases/tag/1.8.2
Approved by: tcberner (mentor, implicit)
Sponsored by: Simulton GmbH |
1.8.1 01 Dec 2023 16:25:01 |
Joel Bodenmann (jbo) |
devel/gpds: Update to 1.8.1
Changelog: https://github.com/simulton/gpds/releases/tag/1.8.1
Sponsored by: Simulton GmbH
Approved by: tcberner (mentor, implicit) |
1.8.0 01 Dec 2023 00:37:16 |
Joel Bodenmann (jbo) |
devel/gpds: Update to 1.8.0
Changelog: https://github.com/simulton/gpds/releases/tag/1.8.0
Sponsored by: Simulton GmbH
Approved by: tcberner (mentor, implicit) |
1.7.0 06 Oct 2023 11:13:03 |
Joel Bodenmann (jbo) |
devel/gpds: Update to 1.7.0
Changelog: https://github.com/simulton/gpds/releases/tag/1.7.0
Approved by: zirias (mentor)
Sponsored by: Simulton GmbH
Differential Revision: https://reviews.freebsd.org/D42090 |
1.6.0 08 Sep 2023 14:12:16 |
Joel Bodenmann (jbo) |
maintainer: Update to FreeBSD address
Change all MAINTAINER entries with <jbo@insane.engineer> to
<jbo@FreeBSD.org>
Approved by: zirias (mentor)
Differential Review: https://reviews.freebsd.org/D41781 |
1.6.0 14 Jul 2023 18:02:45 |
Felix Palmen (zirias) Author: Joel Bodenmann |
devel/gpds: Update to 1.6.0
Changelog: https://github.com/simulton/gpds/releases/tag/1.6.0
PR: 272505 |
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 |